Home
last modified time | relevance | path

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

12345

/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp106 const vector<SimpleParcelable> original{SimpleParcelable("first", 0), in TEST_F() local
111 repeated = vector<SimpleParcelable>(original.size()); in TEST_F()
114 Status status = cpp_java_tests->ReverseSimpleParcelables(original, &repeated, &reversed); in TEST_F()
117 EXPECT_EQ(repeated, original); in TEST_F()
120 EXPECT_EQ(reversed, original); in TEST_F()
168 const vector<PersistableBundle> original{first, second, third}; in TEST_F() local
172 repeated = vector<PersistableBundle>(original.size()); in TEST_F()
175 Status status = cpp_java_tests->ReversePersistableBundles(original, &repeated, &reversed); in TEST_F()
178 EXPECT_EQ(repeated, original); in TEST_F()
181 EXPECT_EQ(reversed, original); in TEST_F()
[all …]
/system/memory/libion/
DMETADATA2 license_note: "would be NOTICE save for GPL in original-kernel-headers/linux/*"
/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/memory/libmemunreachable/
DREADME.md6 …a copy of the process to perform the mark-and-sweep, minimizing disruption to the original process.
130 … to perform a leak detection pass is divided into three processes - the original process, the coll…
134 …cept that it shares the address space of the parent - any writes by the original process are visib…
135 4. *Collection process*: All threads in the original process are paused with `ptrace()`.
138 …normal `fork()`. The sweeper process has a copy of all memory from the original process, includin…
144 13. Unmarked allocations are sent over the pipe back to the original process.
156 - `LeakPipe.cpp`: transfers data describing leaks from the sweeper process to the original process.
/system/extras/simpleperf/demo/JavaApi/app/
Dproguard-rules.pro20 # hide the original source file name.
/system/extras/simpleperf/demo/SimpleperfExampleJava/app/
Dproguard-rules.pro20 # hide the original source file name.
/system/extras/simpleperf/demo/SimpleperfExampleCpp/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/extras/simpleperf/demo/SimpleperfExampleKotlin/app/
Dproguard-rules.pro20 # hide the original source file name.
/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/30.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.te18 # app_data_file the oat file is symlinked to the original file in /system.
/system/apex/proto/
Dapex_build_info.proto34 // Content of the original AndroidManifest.xml, before being compiled by aapt.
/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/sepolicy/prebuilts/api/32.0/private/
Ddexoptanalyzer.te24 # app_data_file the oat file is symlinked to the original file in /system.
/system/sepolicy/prebuilts/api/33.0/private/
Ddexoptanalyzer.te24 # app_data_file the oat file is symlinked to the original file in /system.
/system/sepolicy/prebuilts/api/31.0/private/
Ddexoptanalyzer.te24 # app_data_file the oat file is symlinked to the original file in /system.
/system/sepolicy/private/
Ddexoptanalyzer.te24 # app_data_file the oat file is symlinked to the original file in /system.
/system/sepolicy/prebuilts/api/34.0/private/
Ddexoptanalyzer.te24 # app_data_file the oat file is symlinked to the original file in /system.
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/
Dgradlew.bat2 @rem Copyright 2015 the original author or authors.
/system/extras/simpleperf/demo/SimpleperfExampleJava/
Dgradlew.bat2 @rem Copyright 2015 the original author or authors.
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc976 brillo::Blob original(file_size, 'X'); in TEST_P() local
977 ASSERT_TRUE(test_utils::WriteFileVector(system_other.path(), original)); in TEST_P()
984 ASSERT_EQ(original, device_content); in TEST_P()
1003 brillo::Blob new_expected(original); in TEST_P()
/system/extras/ioshark/
DREADME25 seen in the original straces.
/system/sepolicy/prebuilts/api/30.0/public/
Ddevice.te112 # separate device node. gsid, however, accesses the original devide node

12345