/system/apex/libs/libapexutil/ |
D | apexutil_test.cpp | 74 TemporaryDir td; in TEST() local 77 auto foo_path = td.path + "/com.android.foo"s; in TEST() 87 auto bar_path = td.path + "/com.android.bar"s; in TEST() 93 Mkdir(td.path + "/com.android.baz"s); in TEST() 95 WriteFile(td.path + "/com.android.qux.apex"s, ""); in TEST() 97 auto apexes = GetActivePackages(td.path); in TEST()
|
/system/core/adb/sysdeps/ |
D | stat_test.cpp | 26 TemporaryDir td; in TEST() local 30 ASSERT_EQ(0, stat(td.path, &st)); in TEST() 34 ASSERT_EQ(0, stat((std::string(td.path) + '/').c_str(), &st)); in TEST() 38 ASSERT_EQ(0, stat((std::string(td.path) + '\\').c_str(), &st)); in TEST() 42 std::string nonexistent_path = std::string(td.path) + "/nonexistent"; in TEST()
|
/system/netd/tests/benchmarks/ |
D | README.md | 17 <td>Mean wall-clock time taken for each iteration of the function under test to complete. This 21 the semantics are roughly the same. See connect_benchmark.cpp for details.</td> 25 <td>Mean time spent in the current thread during each iteration of the function under test. This 29 client, these timings are not relevant and should be ignored for most purposes.</td> 33 <td>The number of runs of the test function that were executed, across all threads, in order for 38 benchmarks and also somewhat proportional to the number of threads used.</td> 42 <td>Field that the benchmark can fill with an arbitrary string. 50 things are.</td> 68 td,th {
|
/system/media/camera/docs/ |
D | html.mako | 42 td,th { border: 1px solid; border-color: #aaaaaa; padding-left: 0.5em; padding-right: 0.5em } 51 td { font-size: 0.9em; } 215 <tr><td colspan="7" id="section_${section.name}" class="section">${section.name}</td></tr> 218 <tr class="description"><td>${section.description}</td></tr> 222 <tr><td colspan="7" class="kind">${kind.name}</td></tr> 254 <td class="entry_name 260 </td> 261 <td class="entry_type"> 325 </td> <!-- entry_type --> 327 <td class="entry_description"> [all …]
|
/system/netd/tests/ |
D | binder_test.cpp | 281 const auto& td = kTestData[i]; in TEST_F() local 286 status = mNetd->ipSecAddTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F() 287 td.iKey, td.oKey, td.ifId); in TEST_F() 288 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F() 291 EXPECT_NE(0U, if_nametoindex(td.deviceName.c_str())); in TEST_F() 294 status = mNetd->ipSecUpdateTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F() 295 td.iKey, td.oKey, td.ifId); in TEST_F() 296 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F() 299 status = mNetd->ipSecRemoveTunnelInterface(td.deviceName); in TEST_F() 300 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F() [all …]
|
/system/libbase/ |
D | file_test.cpp | 218 TemporaryDir td; in TEST() local 219 ASSERT_FALSE(android::base::RemoveFileIfExists(td.path)); in TEST() 220 ASSERT_FALSE(android::base::RemoveFileIfExists(td.path, &err)); in TEST() 243 TemporaryDir td; in TEST() local 244 TemporaryFile tf(td.path); in TEST() 249 ASSERT_TRUE(chmod(td.path, S_IRUSR | S_IWUSR) == 0); in TEST() 253 ASSERT_TRUE(chmod(td.path, S_IRWXU) == 0); in TEST() 269 TemporaryDir td; in TEST() local 270 std::string min_path{std::string(td.path) + "/" + "min"}; in TEST() 271 std::string max_path{std::string(td.path) + "/" + "max"}; in TEST() [all …]
|
D | utf8_test.cpp | 454 TemporaryDir td; in TEST() local 457 std::string utf8 = td.path; in TEST()
|
/system/core/fs_mgr/libvbmeta/ |
D | super_vbmeta_test.cpp | 87 TemporaryDir td; in TEST() local 90 TemporaryFile system_tf(std::string(td.path)); in TEST() 95 TemporaryFile vendor_tf(std::string(td.path)); in TEST() 100 TemporaryFile product_tf(std::string(td.path)); in TEST() 106 std::string vbmeta_system_path(td.path); in TEST() 110 std::string vbmeta_vendor_path(td.path); in TEST() 114 std::string vbmeta_product_path(td.path); in TEST() 119 std::string super_vbmeta_path(td.path); in TEST()
|
/system/apex/apexd/ |
D | apexd_verity_test.cpp | 49 TemporaryDir td; in TEST() local 56 auto hashtree_file = StringPrintf("%s/hashtree", td.path); in TEST() 82 TemporaryDir td; in TEST() local 89 auto hashtree_file = StringPrintf("%s/hashtree", td.path); in TEST()
|
/system/core/adb/ |
D | bugreport_test.cpp | 338 TemporaryDir td; in TEST_F() local 340 android::base::StringPrintf("%s%cda_bugreport.zip", td.path, OS_PATH_SEPARATOR); in TEST_F() 350 const char* args[] = {"bugreport", td.path}; in TEST_F() 371 TemporaryDir td; in TEST_F() local 373 android::base::StringPrintf("%s%cda_bugreport.zip", td.path, OS_PATH_SEPARATOR); in TEST_F() 383 const char* args[] = {"bugreport", td.path}; in TEST_F()
|
/system/core/cli-test/ |
D | cli-test.cpp | 223 TemporaryDir td; in RunTests() local 224 V("chdir(\"%s\")", td.path); in RunTests() 225 if (chdir(td.path)) Die(errno, "chdir(\"%s\")", td.path); in RunTests()
|
/system/core/libbacktrace/ |
D | backtrace_test.cpp | 1227 TemporaryDir td; in TEST_F() local 1229 ASSERT_NO_FATAL_FAILURE(CopySharedLibrary(td.path, &tmp_so_name)); in TEST_F() 1269 TemporaryDir td; in TEST_F() local 1271 ASSERT_NO_FATAL_FAILURE(CopySharedLibrary(td.path, &tmp_so_name)); in TEST_F() 1408 TemporaryDir td; in TEST_F() local 1410 ASSERT_NO_FATAL_FAILURE(CopySharedLibrary(td.path, &tmp_so_name)); in TEST_F() 1425 TemporaryDir td; in TEST_F() local 1427 ASSERT_NO_FATAL_FAILURE(CopySharedLibrary(td.path, &tmp_so_name)); in TEST_F()
|
/system/chre/build/sys_support/qcom/ |
D | uimage.lcs.toolv80 | 55 *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*)
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 3039 isoCode:"td"
|