Home
last modified time | relevance | path

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

12345

/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp102 const vector<SimpleParcelable> original{SimpleParcelable("first", 0), in TEST_F() local
107 repeated = vector<SimpleParcelable>(original.size()); in TEST_F()
110 Status status = service->ReverseSimpleParcelables(original, &repeated, &reversed); in TEST_F()
113 EXPECT_EQ(repeated, original); in TEST_F()
116 EXPECT_EQ(reversed, original); in TEST_F()
164 const vector<PersistableBundle> original{first, second, third}; in TEST_F() local
168 repeated = vector<PersistableBundle>(original.size()); in TEST_F()
171 Status status = cpp_java_tests->ReversePersistableBundles(original, &repeated, &reversed); in TEST_F()
174 EXPECT_EQ(repeated, original); in TEST_F()
177 EXPECT_EQ(reversed, original); in TEST_F()
[all …]
Daidl_test_client_ndk_parcelables.cpp79 const std::vector<SimpleParcelable> original{SimpleParcelable("a", 1), SimpleParcelable("b", 2), in TEST_F() local
83 repeated = std::vector<SimpleParcelable>(original.size()); in TEST_F()
86 status = getService<ITestService>()->ReverseSimpleParcelables(original, &repeated, &reversed); in TEST_F()
89 EXPECT_EQ(repeated, original); in TEST_F()
92 EXPECT_EQ(reversed, original); in TEST_F()
/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/tools/sysprop/tests/
DRustGenTest.cpp136 …log::debug!("Failed to fetch the original property 'android.test.string' ('{}'), falling back to t…
263 …log::debug!("Failed to fetch the original property 'android.test.string' ('{}'), falling back to t…
/system/extras/simpleperf/demo/JavaApi/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/extras/simpleperf/demo/SimpleperfExampleJava/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/SimpleperfExampleCpp/app/
Dproguard-rules.pro20 # hide the original source file name.
/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/private/
Ddexoptanalyzer.te24 # app_data_file the oat file is symlinked to the original file in /system.
Ddex2oat.te94 # where the oat file is symlinked to the original file in /system.
/system/extras/simpleperf/demo/SimpleperfExampleJava/
Dgradlew.bat2 @rem Copyright 2015 the original author or authors.
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/
Dgradlew.bat2 @rem Copyright 2015 the original author or authors.
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dtest_v2.cpp1531 std::string original; in TEST_F() local
1532 ASSERT_TRUE(android::base::ReadFdToString(fd, &original)) << strerror(errno); in TEST_F()
1533 ASSERT_EQ(original.size(), 4096); in TEST_F()
1539 ASSERT_TRUE(writer->AddRawBlocks(0, original.data(), original.size())); in TEST_F()
1549 std::string block(original.size(), '\0'); in TEST_F()
1554 ASSERT_EQ(block[i], original[i]) << "mismatch at byte " << i; in TEST_F()
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc979 brillo::Blob original(file_size, 'X'); in TEST_P() local
980 ASSERT_TRUE(test_utils::WriteFileVector(system_other.path(), original)); in TEST_P()
987 ASSERT_EQ(original, device_content); in TEST_P()
1006 brillo::Blob new_expected(original); in TEST_P()
/system/extras/ioshark/
DREADME25 seen in the original straces.
/system/sepolicy/public/
Ddevice.te128 # separate device node. gsid, however, accesses the original devide node
/system/core/fs_mgr/libfiemap/
DREADME.md68 underlying blocks are no longer owned by the original file. Thus, when mapping
/system/security/mls/mls-rs-crypto-boringssl/
DLICENSE-apache43 represent, as a whole, an original work of authorship. For the purposes
49 the original version of the Work and any modifications or additions
/system/memory/lmkd/
DREADME.md79 percentage of the original threshold used to lower
/system/extras/profcollectd/
DREADME.md95 The raw tracing data needs to be combined with the original binary to create the AutoFDO branch

12345