/aosp12/frameworks/base/core/proto/android/providers/settings/ |
H A D | secure.proto | 28 option (android.msg_privacy).dest = DEST_EXPLICIT; 33 option (android.msg_privacy).dest = DEST_EXPLICIT; 101 option (android.msg_privacy).dest = DEST_EXPLICIT; 112 option (android.msg_privacy).dest = DEST_EXPLICIT; 132 option (android.msg_privacy).dest = DEST_EXPLICIT; 140 option (android.msg_privacy).dest = DEST_EXPLICIT; 157 option (android.msg_privacy).dest = DEST_EXPLICIT; 168 option (android.msg_privacy).dest = DEST_EXPLICIT; 187 option (android.msg_privacy).dest = DEST_EXPLICIT; 209 option (android.msg_privacy).dest = DEST_EXPLICIT; [all …]
|
H A D | global.proto | 28 option (android.msg_privacy).dest = DEST_EXPLICIT; 38 option (android.msg_privacy).dest = DEST_EXPLICIT; 58 option (android.msg_privacy).dest = DEST_EXPLICIT; 70 option (android.msg_privacy).dest = DEST_EXPLICIT; 78 option (android.msg_privacy).dest = DEST_EXPLICIT; 95 option (android.msg_privacy).dest = DEST_EXPLICIT; 107 option (android.msg_privacy).dest = DEST_EXPLICIT; 115 option (android.msg_privacy).dest = DEST_EXPLICIT; 127 option (android.msg_privacy).dest = DEST_EXPLICIT; 141 option (android.msg_privacy).dest = DEST_EXPLICIT; [all …]
|
H A D | system.proto | 28 option (android.msg_privacy).dest = DEST_EXPLICIT; 35 option (android.msg_privacy).dest = DEST_EXPLICIT; 44 option (android.msg_privacy).dest = DEST_EXPLICIT; 60 option (android.msg_privacy).dest = DEST_EXPLICIT; 75 option (android.msg_privacy).dest = DEST_EXPLICIT; 89 option (android.msg_privacy).dest = DEST_EXPLICIT; 101 option (android.msg_privacy).dest = DEST_EXPLICIT; 112 option (android.msg_privacy).dest = DEST_EXPLICIT; 124 option (android.msg_privacy).dest = DEST_EXPLICIT; 133 option (android.msg_privacy).dest = DEST_EXPLICIT; [all …]
|
/aosp12/bionic/libc/arch-arm/bionic/ |
H A D | __aeabi.c | 63 memcpy(dest, src, n); in __aeabi_memcpy8_impl() 67 memcpy(dest, src, n); in __aeabi_memcpy4_impl() 71 memcpy(dest, src, n); in __aeabi_memcpy_impl() 75 memcpy(dest, src, n); in __aeabi_memcpy8_impl2() 79 memcpy(dest, src, n); in __aeabi_memcpy4_impl2() 117 memset(dest, c, n); in __aeabi_memset8_impl() 121 memset(dest, c, n); in __aeabi_memset4_impl() 125 memset(dest, c, n); in __aeabi_memset_impl() 129 memset(dest, c, n); in __aeabi_memset8_impl2() 133 memset(dest, c, n); in __aeabi_memset4_impl2() [all …]
|
/aosp12/system/tools/hidl/hidl2aidl/test/ |
H A D | translate_cpp_test.cpp | 27 hidl2aidl::test::OnlyIn10 dest; in TEST_F() local 35 hidl2aidl::test::OnlyIn11 dest; in TEST_F() local 39 EXPECT_EQ(source.str, dest.str); in TEST_F() 43 hidl2aidl::test::OverrideMe dest; in TEST_F() local 51 hidl2aidl::test::Outer dest; in TEST_F() local 56 EXPECT_EQ(source.a, dest.a); in TEST_F() 65 EXPECT_EQ(source.a, dest.a); in TEST_F() 205 ASSERT_EQ(12u, dest.a.size()); in TEST_F() 216 EXPECT_EQ(12u, dest.a.size()); in TEST_F() 217 EXPECT_EQ(0, dest.a[0]); in TEST_F() [all …]
|
H A D | translate_ndk_test.cpp | 31 EXPECT_EQ(source.str, dest.str); in TEST_F() 39 EXPECT_EQ(source.str, dest.str); in TEST_F() 47 EXPECT_EQ(source.a, dest.a); in TEST_F() 51 aidl::hidl2aidl::test::Outer dest; in TEST_F() local 56 EXPECT_EQ(source.a, dest.a); in TEST_F() 65 EXPECT_EQ(source.a, dest.a); in TEST_F() 77 EXPECT_EQ(source.c, dest.c); in TEST_F() 205 ASSERT_EQ(12u, dest.a.size()); in TEST_F() 216 EXPECT_EQ(12u, dest.a.size()); in TEST_F() 217 EXPECT_EQ(0, dest.a[0]); in TEST_F() [all …]
|
H A D | TranslateJavaTest.java | 30 hidl2aidl.test.OnlyIn10 dest; in OnlyIn10() local 39 hidl2aidl.test.OnlyIn11 dest; in OnlyIn11() local 48 hidl2aidl.test.OverrideMe dest; in OverrideMe() local 57 hidl2aidl.test.Outer dest; in Outer() local 67 hidl2aidl.test.OuterInner dest; in OuterInner() local 100 hidl2aidl.test.IBarInner dest; in IBarInner() local 109 hidl2aidl.test.IBarInner dest; in UnsignedToSignedTooLarge() local 239 hidl2aidl.test.ArrayFoo dest; in ArrayFoo() local 249 hidl2aidl.test.ArrayFoo dest; in ArrayFooEmpty() local 257 hidl2aidl.test.ArrayFoo dest; in ArrayFooEnum() local [all …]
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
H A D | Utf8ByteLengthFilterTest.java | 40 dest.length(), dest.length()); in filter_belowMaxBytes_returnsNull() 54 dest.length(), dest.length()); in filter_maxBytes_returnsNull() 68 dest.length(), dest.length()); in filter_aboveMaxBytes_returnsFilteredSource() 84 dest.setFilters(filters); in exerciseFilter() 86 dest.insert(1, source); in exerciseFilter() 90 dest.replace(5, 8, source); in exerciseFilter() 94 dest.insert(2, source); in exerciseFilter() 97 dest.delete(1, 3); in exerciseFilter() 101 dest.append("12345"); in exerciseFilter() 118 dest.delete(2, 6); in exerciseFilter() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecMessageBuilder.java | 44 static HdmiCecMessage of(int src, int dest, byte[] body) { in of() argument 47 return new HdmiCecMessage(src, dest, opcode, params); in of() 87 static HdmiCecMessage buildGiveOsdNameCommand(int src, int dest) { in buildGiveOsdNameCommand() argument 226 static HdmiCecMessage buildInitiateArc(int src, int dest) { in buildInitiateArc() argument 237 static HdmiCecMessage buildTerminateArc(int src, int dest) { in buildTerminateArc() argument 300 static HdmiCecMessage buildTextViewOn(int src, int dest) { in buildTextViewOn() argument 564 public static HdmiCecMessage buildStandby(int src, int dest) { in buildStandby() argument 565 return buildCommand(src, dest, Constants.MESSAGE_STANDBY); in buildStandby() 618 static HdmiCecMessage buildRecordOff(int src, int dest) { in buildRecordOff() argument 694 static HdmiCecMessage buildGiveFeatures(int src, int dest) { in buildGiveFeatures() argument [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
H A D | LocaleUtilsTest.java | 51 assertEquals(0, dest.size()); in testFilterByLanguageEmptyLanguageList() 67 assertEquals(0, dest.size()); in testFilterDoesNotMatchAnything() 78 assertEquals(0, dest.size()); in testFilterByLanguageEmptySource() 90 assertEquals(0, dest.size()); in testFilterByLanguageNullAvailableLocales() 101 assertEquals(0, dest.size()); in testFilterByLanguageNullAvailableLocales() 113 assertEquals(1, dest.size()); in testFilterByLanguageNullAvailableLocales() 126 assertEquals(1, dest.size()); in testFilterByLanguageNullAvailableLocales() 139 assertEquals(0, dest.size()); in testFilterByLanguageNullAvailableLocales() 157 assertEquals(3, dest.size()); in testFilterByLanguage() 172 assertEquals(1, dest.size()); in testFilterByLanguage() [all …]
|
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/bluetooth/ |
H A D | Utf8ByteLengthFilterTest.java | 30 SpannableStringBuilder dest; in testFilter() local 39 dest.setFilters(filters); in testFilter() 41 dest.insert(1, source); in testFilter() 45 dest.replace(5, 8, source); in testFilter() 49 dest.insert(2, source); in testFilter() 52 dest.delete(1, 3); in testFilter() 56 dest.append("12345"); in testFilter() 64 dest.replace(0, 1, source); in testFilter() 73 dest.delete(2, 6); in testFilter() 74 dest.insert(0, source); in testFilter() [all …]
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | PackageInfo.java | 462 dest.writeString8(packageName); in writeToParcel() 464 dest.writeInt(versionCode); in writeToParcel() 466 dest.writeString8(versionName); in writeToParcel() 470 dest.writeInt(sharedUserLabel); in writeToParcel() 472 dest.writeInt(1); in writeToParcel() 475 dest.writeInt(0); in writeToParcel() 479 dest.writeIntArray(gids); in writeToParcel() 494 dest.writeInt(isStub ? 1 : 0); in writeToParcel() 506 dest.writeInt(1); in writeToParcel() 509 dest.writeInt(0); in writeToParcel() [all …]
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlay.cpp | 97 return dest; in getDest() 103 return dest; in reservePipe() 142 return dest; in nextPipe() 184 return dest; in getPipe() 219 return dest; in getPipe_8x26() 239 return dest; in getPipe_8x16() 265 return dest; in getPipe_8994() 345 validate((int)dest); in commit() 359 validate((int)dest); in queueBuffer() 369 validate((int)dest); in setCrop() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | frameparser.cpp | 159 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 161 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 190 dest->nFilledLen += 3; in parse_sc_frame() 203 dest->nFilledLen += 4; in parse_sc_frame() 334 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 349 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 351 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 533 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() 545 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() 575 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() [all …]
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VehicleUtils.cpp | 83 dest->int32Values = src.int32Values; in copyVehicleRawValue() 84 dest->floatValues = src.floatValues; in copyVehicleRawValue() 86 dest->bytes = src.bytes; in copyVehicleRawValue() 95 (*dest)[i] = src[i]; in copyHidlVec() 103 } else if (dest->size() > 0) { in shallowCopyHidlVec() 104 dest->resize(0); in shallowCopyHidlVec() 110 dest->clear(); in shallowCopyHidlStr() 117 dest->prop = src.prop; in shallowCopy() 118 dest->areaId = src.areaId; in shallowCopy() 119 dest->status = src.status; in shallowCopy() [all …]
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlay.cpp | 115 return dest; in getDest() 121 return dest; in reservePipe() 164 return dest; in nextPipe() 204 return dest; in getPipe() 247 return dest; in getPipe_8x26() 267 return dest; in getPipe_8x16() 308 validate((int)dest); in commit() 328 validate((int)dest); in queueBuffer() 338 validate((int)dest); in setCrop() 344 validate((int)dest); in setColor() [all …]
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlay.cpp | 97 eDest dest = OV_INVALID; in getDest() local 104 return dest; in getDest() 110 return dest; in reservePipe() 153 return dest; in nextPipe() 191 return dest; in getPipe() 222 return dest; in getPipe_8x26() 250 return dest; in getPipe_8x16() 285 int index = (int)dest; in commit() 305 int index = (int)dest; in queueBuffer() 317 int index = (int)dest; in setCrop() [all …]
|
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
H A D | frameparser.cpp | 106 OMX_BUFFERHEADERTYPE *dest , in parse_sc_frame() argument 119 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 121 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 151 dest->nFilledLen += 4; in parse_sc_frame() 259 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 273 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 275 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 428 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() 454 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() 479 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() [all …]
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | WifiUsabilityStatsEntry.java | 355 dest.writeInt(mPreamble); in writeToParcel() 356 dest.writeInt(mNss); in writeToParcel() 357 dest.writeInt(mBw); in writeToParcel() 358 dest.writeInt(mRateMcsIdx); in writeToParcel() 360 dest.writeInt(mTxMpdu); in writeToParcel() 361 dest.writeInt(mRxMpdu); in writeToParcel() 362 dest.writeInt(mMpduLost); in writeToParcel() 363 dest.writeInt(mRetries); in writeToParcel() 500 dest.writeInt(mRadioId); in writeToParcel() 669 dest.writeInt(mRssi); in writeToParcel() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | frameparser.cpp | 158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 187 dest->nFilledLen += 3; in parse_sc_frame() 199 dest->nFilledLen += 4; in parse_sc_frame() 314 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 328 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 330 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 489 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() 515 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() 542 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() [all …]
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | frameparser.cpp | 158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 187 dest->nFilledLen += 3; in parse_sc_frame() 199 dest->nFilledLen += 4; in parse_sc_frame() 314 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 328 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 330 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 489 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() 515 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() 542 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | frameparser.cpp | 158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 187 dest->nFilledLen += 3; in parse_sc_frame() 199 dest->nFilledLen += 4; in parse_sc_frame() 314 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 328 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 330 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_sc_frame() 489 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() 515 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() 542 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset); in parse_h264_nallength() [all …]
|
/aosp12/art/compiler/utils/x86/ |
H A D | jni_macro_assembler_x86.cc | 195 if (dest.IsNoRegister()) { in Load() 211 CHECK(dest.IsXmmRegister()); in Load() 222 if (dest.IsNoRegister()) { in LoadFromThread() 253 CHECK(dest.IsCpuRegister()); in LoadRef() 260 CHECK(dest.IsCpuRegister() && dest.IsCpuRegister()); in LoadRef() 271 CHECK(dest.IsCpuRegister() && dest.IsCpuRegister()); in LoadRawPtr() 277 CHECK(dest.IsCpuRegister()); in LoadRawPtrFromThread() 318 Move(dest.GetRegister(), src.GetRegister(), dest.GetSize()); in MoveArguments() 320 Store(dest.GetFrameOffset(), src.GetRegister(), dest.GetSize()); in MoveArguments() 332 Copy(dest.GetFrameOffset(), src.GetFrameOffset(), dest.GetSize()); in MoveArguments() [all …]
|
/aosp12/art/compiler/utils/x86_64/ |
H A D | jni_macro_assembler_x86_64.cc | 222 if (dest.IsNoRegister()) { in Load() 255 if (dest.IsNoRegister()) { in LoadFromThread() 285 CHECK(dest.IsCpuRegister()); in LoadRef() 296 CHECK(dest.IsCpuRegister()); in LoadRef() 309 CHECK(dest.IsCpuRegister()); in LoadRawPtr() 364 if (dest.IsRegister()) { in MoveArguments() 375 Store(dest.GetFrameOffset(), src.GetRegister(), dest.GetSize()); in MoveArguments() 377 Copy(dest.GetFrameOffset(), src.GetFrameOffset(), dest.GetSize()); in MoveArguments() 399 Move(dest.GetRegister(), src.GetRegister(), dest.GetSize()); in MoveArguments() 402 Load(dest.GetRegister(), src.GetFrameOffset(), dest.GetSize()); in MoveArguments() [all …]
|
/aosp12/packages/services/Car/tools/emulator/ |
H A D | vhal_const_generate.py | 30 def printHeader(dest): argument 33 print("#", file=dest) 36 print("# You may obtain a copy of the License at", file=dest) 37 print("#", file=dest) 39 print("#", file=dest) 44 print("# limitations under the License.", file=dest) 45 print("#", file=dest) 46 print("# DO NOT EDIT MANUALLY", file=dest) 49 def printEnum(doc, name, dest, postprocess=lambda x: x): argument 54 print("\n# %s" % name, file=dest) [all …]
|