Home
last modified time | relevance | path

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

1234

/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.
35 … to perform a leak detection pass is divided into three processes - the original process, the coll…
39 …cept that it shares the address space of the parent - any writes by the original process are visib…
40 4. *Collection process*: All threads in the original process are paused with `ptrace()`.
43 …normal `fork()`. The sweeper process has a copy of all memory from the original process, includin…
49 13. Unmarked allocations are sent over the pipe back to the original process.
61 - `LeakPipe.cpp`: transfers data describing leaks from the sweeper process to the original process.
/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/sepolicy/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/private/
Ddexoptanalyzer.te13 # app_data_file the oat file is symlinked to the original file in /system.
/system/tpm/attestation/common/
Ddatabase.proto85 // The original key type specified when the key was created.
87 // The original key usage specified when the key was created.
/system/libvintf/test/
Dmain.cpp406 auto testOne = [] (const KernelConfigTypedValue &original, in TEST_F()
410 xml = gKernelConfigTypedValueConverter(original); in TEST_F()
413 EXPECT_EQ(original, converted); in TEST_F()
416 auto testParse = [] (const KernelConfigTypedValue &original, in TEST_F() argument
420 EXPECT_EQ(original, converted); in TEST_F()
/system/extras/ioshark/
DREADME23 seen in the original straces.
/system/sepolicy/tools/fc_sort/
DNOTICE46 want its recipients to know that what they have is not the original, so
47 that any problems introduced by others will not reflect on the original
191 original licensor to copy, distribute or modify the Program subject to
231 original copyright holder who places the Program under this License
/system/core/libpixelflinger/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/memory_replay/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/core/run-as/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/micro_bench/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/sound/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/memtrack/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/core/libgrallocusage/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/security/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/procrank/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/librank/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/tests/cpueater/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/tpm/trunks/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/core/liblog/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/system/extras/sane_schedstat/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions

1234