/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/tools/aidl/tests/ |
D | aidl_test_client_parcelables.cpp | 44 const vector<SimpleParcelable> original{SimpleParcelable("first", 0), in TEST_F() local 49 Status status = service->ReverseSimpleParcelables(original, &repeated, &reversed); in TEST_F() 52 EXPECT_EQ(repeated, original); in TEST_F() 96 const vector<PersistableBundle> original{first, second, third}; in TEST_F() local 100 Status status = service->ReversePersistableBundles(original, &repeated, &reversed); in TEST_F() 103 EXPECT_EQ(repeated, original); in TEST_F() 106 EXPECT_EQ(reversed, original); in TEST_F()
|
/system/memory/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/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/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/extras/simpleperf/demo/CppApi/app/ |
D | proguard-rules.pro | 20 # hide the original source file name.
|
/system/extras/simpleperf/demo/JavaApi/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/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/extras/simpleperf/demo/SimpleperfExampleOfKotlin/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/prebuilts/api/30.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 | 18 # 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/apex/proto/ |
D | apex_build_info.proto | 34 // Content of the original AndroidManifest.xml, before being compiled by aapt.
|
/system/sepolicy/private/ |
D | dexoptanalyzer.te | 18 # 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/core/fs_mgr/libsnapshot/update_engine/ |
D | update_metadata.proto | 19 // - The original file is optimized for LITE_RUNTIME, but fuzzing needs
|