/system/tools/aidl/tests/ |
D | aidl_test_client_parcelables.cpp | 102 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 …]
|
D | aidl_test_client_ndk_parcelables.cpp | 79 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/ |
D | METADATA | 2 license_note: "would be NOTICE save for GPL in original-kernel-headers/linux/*"
|
/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/memory/libmemunreachable/ |
D | README.md | 6 …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/ |
D | RustGenTest.cpp | 136 …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/ |
D | proguard-rules.pro | 20 # hide the original source file name.
|
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/app/ |
D | proguard-rules.pro | 20 # hide the original source file name.
|
/system/extras/simpleperf/demo/SimpleperfExampleJava/app/ |
D | proguard-rules.pro | 20 # hide the original source file name.
|
/system/extras/simpleperf/demo/CppApi/app/ |
D | proguard-rules.pro | 20 # hide the original source file name.
|
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/ |
D | proguard-rules.pro | 20 # hide the original source file name.
|
/system/apex/proto/ |
D | apex_build_info.proto | 34 // Content of the original AndroidManifest.xml, before being compiled by aapt.
|
/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/sepolicy/private/ |
D | dexoptanalyzer.te | 24 # app_data_file the oat file is symlinked to the original file in /system.
|
D | dex2oat.te | 94 # where the oat file is symlinked to the original file in /system.
|
/system/extras/simpleperf/demo/SimpleperfExampleJava/ |
D | gradlew.bat | 2 @rem Copyright 2015 the original author or authors.
|
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/ |
D | gradlew.bat | 2 @rem Copyright 2015 the original author or authors.
|
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
D | test_v2.cpp | 1531 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/ |
D | dynamic_partition_control_android_unittest.cc | 979 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/ |
D | README | 25 seen in the original straces.
|
/system/sepolicy/public/ |
D | device.te | 128 # separate device node. gsid, however, accesses the original devide node
|
/system/core/fs_mgr/libfiemap/ |
D | README.md | 68 underlying blocks are no longer owned by the original file. Thus, when mapping
|
/system/security/mls/mls-rs-crypto-boringssl/ |
D | LICENSE-apache | 43 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/ |
D | README.md | 79 percentage of the original threshold used to lower
|
/system/extras/profcollectd/ |
D | README.md | 95 The raw tracing data needs to be combined with the original binary to create the AutoFDO branch
|