/system/tools/aidl/tests/ |
D | aidl_test_client_parcelables.cpp | 59 const vector<SimpleParcelable> original{SimpleParcelable("first", 0), in ConfirmSimpleParcelables() local 64 status = s->ReverseSimpleParcelables(original, &repeated, &reversed); in ConfirmSimpleParcelables() 70 if (repeated != original || reversed != original) { in ConfirmSimpleParcelables() 130 const vector<PersistableBundle> original{first, second, third}; in ConfirmPersistableBundles() local 134 status = s->ReversePersistableBundles(original, &repeated, &reversed); in ConfirmPersistableBundles() 140 if (repeated != original || reversed != original) { in ConfirmPersistableBundles()
|
/system/connectivity/wifilogd/tests/ |
D | local_utils_unittest.cpp | 53 const Message original{5, 'c'}; in TEST() local 55 CopyFromBufferOrDie<Message>(&original, sizeof(original)); in TEST() 56 EXPECT_EQ(original.a, duplicate.a); in TEST() 57 EXPECT_EQ(original.b, duplicate.b); in TEST() 168 const Message original{5, 'c'}; in TEST() local 169 EXPECT_DEATH((CopyFromBufferOrDie<Message>(&original, sizeof(original) - 1)), in TEST()
|
D | memory_reader_unittest.cpp | 169 } original{5, 'c'}; in TEST() local 170 EXPECT_DEATH(MemoryReader(nullptr, sizeof(original)).CopyOutOrDie<Message>(), in TEST() 178 } original{5, 'c'}; in TEST() local 180 MemoryReader(&original, sizeof(original) - 1).CopyOutOrDie<Message>(), in TEST()
|
/system/core/libmemunreachable/ |
D | README.md | 6 …a copy of the process to perform the mark-and-sweep, minimizing disruption to the original process. 56 … to perform a leak detection pass is divided into three processes - the original process, the coll… 60 …cept that it shares the address space of the parent - any writes by the original process are visib… 61 4. *Collection process*: All threads in the original process are paused with `ptrace()`. 64 …normal `fork()`. The sweeper process has a copy of all memory from the original process, includin… 70 13. Unmarked allocations are sent over the pipe back to the original process. 82 - `LeakPipe.cpp`: transfers data describing leaks from the sweeper process to the original process.
|
/system/update_engine/ |
D | .clang-format | 25 # WARN: We do not symlink this file to the original file because their location 26 # are different in AOSP and CrOS. Keep in sync with the original file if
|
/system/core/libutils/ |
D | README | 29 the system will return values from either the application's original 38 * original package, matching config 42 * original package, no config 155 original package. 172 resources using the IDs defined in the original package, but there is no 175 {original ID -> overlay ID} is created during package installation 204 the same type and name as in the original package, and be compiled with 211 convention <original.package.name>.overlay.<name> is recommended. 242 header := idmap-magic <crc32-original-pkg> <crc32-overlay-pkg> 276 0x216a8fe2 # CRC32 of the resources.arsc file in the original package
|
/system/extras/simpleperf/demo/JavaApi/app/ |
D | proguard-rules.pro | 20 # hide the original source file name.
|
/system/extras/simpleperf/demo/CppApi/app/ |
D | proguard-rules.pro | 20 # hide the original source file name.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | dex2oat.te | 17 # the oat file is symlinked to the original file in /system. 54 # where the oat file is symlinked to the original file in /system.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | dex2oat.te | 17 # the oat file is symlinked to the original file in /system. 54 # where the oat file is symlinked to the original file in /system.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | dex2oat.te | 17 # the oat file is symlinked to the original file in /system. 54 # where the oat file is symlinked to the original file in /system.
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | proguard-rules.pro | 24 # hide the original source file name.
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | proguard-rules.pro | 24 # hide the original source file name.
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | proguard-rules.pro | 24 # hide the original source file name.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | dexoptanalyzer.te | 13 # app_data_file the oat file is symlinked to the original file in /system.
|
/system/sepolicy/private/ |
D | dex2oat.te | 17 # the oat file is symlinked to the original file in /system. 62 # where the oat file is symlinked to the original file in /system.
|
D | dexoptanalyzer.te | 14 # app_data_file the oat file is symlinked to the original file in /system.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | dex2oat.te | 17 # the oat file is symlinked to the original file in /system. 62 # where the oat file is symlinked to the original file in /system.
|
D | dexoptanalyzer.te | 14 # app_data_file the oat file is symlinked to the original file in /system.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | dexoptanalyzer.te | 13 # app_data_file the oat file is symlinked to the original file in /system.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | dexoptanalyzer.te | 13 # app_data_file the oat file is symlinked to the original file in /system.
|
/system/extras/libjsonpb/ |
D | README.md | 39 defined) or the original field name as keys in the input JSON file. 41 only the original field name (or `json_name` option if it is defined) can be
|
/system/extras/ioshark/ |
D | README | 25 seen in the original straces.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | device.te | 110 # separate device node. gsid, however, accesses the original devide node
|
/system/sepolicy/public/ |
D | device.te | 110 # separate device node. gsid, however, accesses the original devide node
|