Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 101) sorted by relevance

12345

/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp59 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/
Dlocal_utils_unittest.cpp53 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()
Dmemory_reader_unittest.cpp169 } 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/
DREADME.md6 …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-format25 # 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/
DREADME29 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/
Dproguard-rules.pro20 # hide the original source file name.
/system/extras/simpleperf/demo/CppApi/app/
Dproguard-rules.pro20 # hide the original source file name.
/system/sepolicy/prebuilts/api/27.0/public/
Ddex2oat.te17 # 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/
Ddex2oat.te17 # 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/
Ddex2oat.te17 # 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/
Dproguard-rules.pro24 # hide the original source file name.
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dproguard-rules.pro24 # hide the original source file name.
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dproguard-rules.pro24 # hide the original source file name.
/system/sepolicy/prebuilts/api/26.0/private/
Ddexoptanalyzer.te13 # app_data_file the oat file is symlinked to the original file in /system.
/system/sepolicy/private/
Ddex2oat.te17 # the oat file is symlinked to the original file in /system.
62 # where the oat file is symlinked to the original file in /system.
Ddexoptanalyzer.te14 # app_data_file the oat file is symlinked to the original file in /system.
/system/sepolicy/prebuilts/api/29.0/private/
Ddex2oat.te17 # the oat file is symlinked to the original file in /system.
62 # where the oat file is symlinked to the original file in /system.
Ddexoptanalyzer.te14 # app_data_file the oat file is symlinked to the original file in /system.
/system/sepolicy/prebuilts/api/27.0/private/
Ddexoptanalyzer.te13 # app_data_file the oat file is symlinked to the original file in /system.
/system/sepolicy/prebuilts/api/28.0/private/
Ddexoptanalyzer.te13 # app_data_file the oat file is symlinked to the original file in /system.
/system/extras/libjsonpb/
DREADME.md39 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/
DREADME25 seen in the original straces.
/system/sepolicy/prebuilts/api/29.0/public/
Ddevice.te110 # separate device node. gsid, however, accesses the original devide node
/system/sepolicy/public/
Ddevice.te110 # separate device node. gsid, however, accesses the original devide node

12345