/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecMessageBuilder.java | 60 static HdmiCecMessage buildGivePhysicalAddress(int src, int dest) { in buildGivePhysicalAddress() 71 static HdmiCecMessage buildGiveOsdNameCommand(int src, int dest) { in buildGiveOsdNameCommand() 210 static HdmiCecMessage buildInitiateArc(int src, int dest) { in buildInitiateArc() 221 static HdmiCecMessage buildTerminateArc(int src, int dest) { in buildTerminateArc() 243 static HdmiCecMessage buildReportArcInitiated(int src, int dest) { in buildReportArcInitiated() 285 static HdmiCecMessage buildTextViewOn(int src, int dest) { in buildTextViewOn() 295 static HdmiCecMessage buildRequestActiveSource(int src) { in buildRequestActiveSource() 479 static HdmiCecMessage buildGiveAudioStatus(int src, int dest) { in buildGiveAudioStatus() 552 public static HdmiCecMessage buildStandby(int src, int dest) { in buildStandby() 606 static HdmiCecMessage buildRecordOff(int src, int dest) { in buildRecordOff() [all …]
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | ByteBufferPerfTest.java | 179 CharBuffer src = in timeCharBuffer_getCharArray() local 223 DoubleBuffer src = in timeDoubleBuffer_getDoubleArray() local 253 FloatBuffer src = in timeFloatBuffer_getFloatArray() local 312 LongBuffer src = in timeLongBuffer_getLongArray() local 342 ShortBuffer src = in timeShortBuffer_getShortArray() local 407 char[] src = new char[1024]; in timeCharBuffer_putCharArray() local 437 double[] src = new double[1024]; in timeDoubleBuffer_putDoubleArray() local 467 float[] src = new float[1024]; in timeFloatBuffer_putFloatArray() local 496 int[] src = new int[1024]; in timeIntBuffer_putIntArray() local 526 long[] src = new long[1024]; in timeLongBuffer_putLongArray() local [all …]
|
H A D | ByteBufferScalarVersusVectorPerfTest.java | 112 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeManualByteBufferCopy() local 127 ByteBuffer src = ByteBuffer.allocate(aligned ? 8192 : 8192 + 1); in timeByteBufferBulkGet() local 139 ByteBuffer src = ByteBuffer.allocateDirect(aligned ? 8192 : 8192 + 1); in timeDirectByteBufferBulkGet() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | ImageDecoderTest.java | 42 ImageDecoder.Source src = in onDecodeHeader_png_returnsPopulatedData() local 56 ImageDecoder.Source src = in onDecodeHeader_animatedWebP_returnsPopulatedData() local 70 ImageDecoder.Source src = ImageDecoder.createSource(new File("/this/file/does/not/exist")); in onDecodeHeader_invalidSource_throwsException() local 76 ImageDecoder.Source src = in onDecodeHeader_invalidResource_throwsException() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | Snapshots.java | 51 public static <E> void copy(@NonNull SparseArray<E> dst, @NonNull SparseArray<E> src) { in copy() 68 public static <E> void copy(@NonNull SparseSetArray<E> dst, @NonNull SparseSetArray<E> src) { in copy() 86 public static void snapshot(@NonNull SparseIntArray dst, @NonNull SparseIntArray src) { in snapshot() 104 @NonNull SparseArray<E> src) { in snapshot() 121 @NonNull SparseSetArray<E> src) { in snapshot()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
H A D | ArrayCopyPerfTest.java | 41 char[] src = new char[8192]; in timeManualArrayCopy() local 53 char[] src = new char[8192]; in time_System_arrayCopy() local 63 char[] src = new char[8192]; in time_Arrays_copyOf() local 72 char[] src = new char[8192]; in time_Arrays_copyOfRange() local
|
H A D | SystemArrayCopyPerfTest.java | 51 char[] src = new char[len]; in timeSystemCharArrayCopy() local 75 short[] src = new short[len]; in timeSystemShortArrayCopy() local 87 int[] src = new int[len]; in timeSystemIntArrayCopy() local 99 long[] src = new long[len]; in timeSystemLongArrayCopy() local 111 float[] src = new float[len]; in timeSystemFloatArrayCopy() local 123 double[] src = new double[len]; in timeSystemDoubleArrayCopy() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/ |
H A D | BubbleXmlHelperTest.kt | 86 val src = """ regex 108 val src = """ regex 134 val src = """ regex 160 val src = """ regex 174 val src = """ regex
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | CharsetUtils.java | 58 public static int toModifiedUtf8Bytes(@NonNull String src, in toModifiedUtf8Bytes() 83 private static native int toModifiedUtf8Bytes(@NonNull String src, int srcLen, in toModifiedUtf8Bytes() 102 long src, int srcOff, int srcLen); in fromModifiedUtf8Bytes()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | FocusFinderTest.java | 49 final Rect src = new Rect(0, 30, 10, 40); in testAboveShareEdgeEdgeOkForDirectionUp() local 185 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testDirectlyAboveTrumpsAboveLeft() local 198 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testAboveInBeamTrumpsSlightlyCloserOutOfBeam() local 214 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testOutOfBeamBeatsInBeamUp() local 244 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testSomeCandidateBetterThanNonCandidate() local 523 private void assertIsNotCandidate(int direction, Rect src, Rect dest) { in assertIsNotCandidate() 544 private void assertDirectionIsCandidate(int direction, Rect src, Rect dest) { in assertDirectionIsCandidate()
|
/aosp14/frameworks/base/services/core/java/com/android/server/health/ |
H A D | Utils.java | 35 android.hardware.health.V1_0.HealthInfo src) { in copy() 63 android.hardware.health.HealthInfo dst, android.hardware.health.HealthInfo src) { in copyV1Battery()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ForwardingListener.java | 59 public ForwardingListener(View src) { in ForwardingListener() 161 final View src = mSrc; in onTouchObserved() local 219 final View src = mSrc; in onLongPress() local 250 final View src = mSrc; in onTouchForwarded() local
|
/aosp14/system/core/libutils/ |
H A D | Unicode.cpp | 128 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index) in utf32_from_utf8_at() 146 ssize_t utf32_to_utf8_length(const char32_t *src, size_t src_len) in utf32_to_utf8_length() 168 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst, size_t dst_len) in utf32_to_utf8() 246 char16_t* strstr16(const char16_t* src, const char16_t* target) in strstr16() 283 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst, size_t dst_len) in utf16_to_utf8() 317 ssize_t utf16_to_utf8_length(const char16_t *src, size_t src_len) in utf16_to_utf8_length() 367 static inline uint32_t utf8_to_utf32_codepoint(const uint8_t *src, size_t length) in utf8_to_utf32_codepoint() 446 const uint8_t* src, size_t srcLen, char16_t* dst, size_t dstLen) { in utf8_to_utf16_no_null_terminator()
|
/aosp14/frameworks/base/libs/hwui/apex/java/android/graphics/ |
H A D | ColorMatrix.java | 75 public ColorMatrix(float[] src) { in ColorMatrix() 82 public ColorMatrix(ColorMatrix src) { in ColorMatrix() method in ColorMatrix 109 public void set(ColorMatrix src) { in set() 116 public void set(float[] src) { in set()
|
/aosp14/frameworks/base/tools/aapt2/link/ |
H A D | TableMerger.cpp | 40 bool TableMerger::Merge(const android::Source& src, ResourceTable* table, bool overlay) { in Merge() 48 bool TableMerger::MergeImpl(const android::Source& src, ResourceTable* table, bool overlay, in MergeImpl() 69 bool TableMerger::MergeAndMangle(const android::Source& src, StringPiece package_name, in MergeAndMangle() 87 static bool MergeType(IAaptContext* context, const android::Source& src, in MergeType() 96 static bool MergeEntry(IAaptContext* context, const android::Source& src, ResourceEntry* dst_entry, in MergeEntry() 234 bool TableMerger::DoMerge(const android::Source& src, ResourceTablePackage* src_package, in DoMerge()
|
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | Typeface.cpp | 65 const Typeface* Typeface::resolveDefault(const Typeface* src) { in resolveDefault() 70 Typeface* Typeface::createRelative(Typeface* src, Typeface::Style style) { in createRelative() 95 Typeface* src, const std::vector<minikin::FontVariation>& variations) { in createFromTypefaceWithVariation() 115 Typeface* Typeface::createWithDifferentBaseWeight(Typeface* src, int weight) { in createWithDifferentBaseWeight()
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | AutoText.java | 108 public static String get(CharSequence src, final int start, final int end, in get() 131 private String lookup(CharSequence src, final int start, final int end) { in lookup() 181 String src = parser.getAttributeValue(null, "src"); in init() local 211 private void add(String src, char off) { in add()
|
H A D | AndroidCharacter.java | 40 public native static void getDirectionalities(char[] src, byte[] dest, in getDirectionalities() 71 public native static void getEastAsianWidths(char[] src, int start, in getEastAsianWidths()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_util_CharsetUtils.cpp | 23 jstring src, jint srcLen, jlong dest, jint destOff, jint destLen) { in android_util_CharsetUtils_toModifiedUtf8Bytes() 46 jlong src, jint srcOff, jint srcLen) { in android_util_CharsetUtils_fromModifiedUtf8Bytes()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Picture.cpp | 25 Picture::Picture(const Picture* src) { in Picture() 40 Picture::Picture(sk_sp<SkPicture>&& src) { in Picture()
|
H A D | GIFMovie.cpp | 124 static void copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap, in copyLine() 136 static void copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, in copyInterlaceGroup() 169 const unsigned char* src = (unsigned char*)frame->RasterBits; in blitInterlace() local 189 const unsigned char* src = (unsigned char*)frame->RasterBits; in blitNormal() local 342 const uint32_t* src = bm->getAddr32(0, 0); in disposeFrameIfNeeded() local
|
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | AssociationState.java | 606 SourceState src; in startSource() local 692 SourceState src = mSources.valueAt(isrc); in resetSafely() local 720 final SourceState src = mSources.valueAt(isrc); in writeToParcel() local 741 final SourceState src = new SourceState(mProcessStats, this, mProc, key); in readFromParcel() local 770 SourceState src = mSources.valueAt(isrc); in commitStateTime() local 823 final SourceState src = inSources.valueAt(isrc); in createSortedAssociations() local 908 final SourceState src = cont.mState; in dumpSources() local 1008 static void dumpActiveDurationSummary(PrintWriter pw, final SourceState src, long totalTime, in dumpActiveDurationSummary() 1028 static long dumpTime(PrintWriter pw, String prefix, final SourceState src, long overallTime, in dumpTime() 1075 final SourceState src = mSources.valueAt(isrc); in dumpTimesCheckin() local [all …]
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 250 public Matrix(Matrix src) { in Matrix() method in Matrix 284 public void set(Matrix src) { in set() 569 public boolean setRectToRect(RectF src, RectF dst, ScaleToFit stf) { in setRectToRect() 577 private static void checkPointArrays(float[] src, int srcIndex, in checkPointArrays() 601 public boolean setPolyToPoly(float[] src, int srcIndex, in setPolyToPoly() 631 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 666 public void mapPoints(float[] dst, float[] src) { in mapPoints() 683 public void mapVectors(float[] dst, float[] src) { in mapVectors() 720 public boolean mapRect(RectF dst, RectF src) { in mapRect() 859 RectF src, RectF dst, int stf); in nSetRectToRect() [all …]
|
H A D | Point.java | 38 public Point(@NonNull Point src) { in Point() 54 public void set(@NonNull Point src) { in set()
|
/aosp14/system/core/fastboot/ |
H A D | bootimg_utils.cpp | 51 const std::vector<char>& ramdisk, const boot_img_hdr_v2& src, in mkbootimg_v3_and_above() 81 const boot_img_hdr_v2& src, std::vector<char>* out) { in mkbootimg()
|