Searched refs:td (Results 1 – 8 of 8) sorted by relevance
/system/netd/tests/ |
D | binder_test.cpp | 560 const auto &td = kTestData[i]; in TEST_F() local 564 sTun.name(), td.addrString, td.prefixLength); in TEST_F() 565 if (td.expectSuccess) { in TEST_F() 573 if (td.expectSuccess) { in TEST_F() 574 EXPECT_TRUE(interfaceHasAddress(sTun.name(), td.addrString, td.prefixLength)); in TEST_F() 576 EXPECT_FALSE(interfaceHasAddress(sTun.name(), td.addrString, -1)); in TEST_F() 580 status = mNetd->interfaceDelAddress(sTun.name(), td.addrString, td.prefixLength); in TEST_F() 581 if (td.expectSuccess) { in TEST_F() 589 EXPECT_FALSE(interfaceHasAddress(sTun.name(), td.addrString, -1)); in TEST_F() 612 const auto &td = kTestData[i]; in TEST_F() local [all …]
|
/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 } 50 td { font-size: 0.9em; } 213 <tr><td colspan="6" id="section_${section.name}" class="section">${section.name}</td></tr> 216 <tr class="description"><td>${section.description}</td></tr> 220 <tr><td colspan="6" class="kind">${kind.name}</td></tr> 251 <td class="entry_name 257 </td> 258 <td class="entry_type"> 322 </td> <!-- entry_type --> 324 <td class="entry_description"> [all …]
|
/system/core/base/ |
D | file_test.cpp | 126 TemporaryDir td; in TEST() local 127 ASSERT_FALSE(android::base::RemoveFileIfExists(td.path)); in TEST() 128 ASSERT_FALSE(android::base::RemoveFileIfExists(td.path, &err)); in TEST() 143 TemporaryDir td; in TEST() local 144 std::string min_path{std::string(td.path) + "/" + "min"}; in TEST() 145 std::string max_path{std::string(td.path) + "/" + "max"}; in TEST() 164 TemporaryDir td; in TEST() local 165 std::string basename = android::base::Basename(td.path); in TEST() 166 std::string dir_name = android::base::Dirname(td.path); in TEST() 173 ASSERT_EQ(td.path, result); in TEST() [all …]
|
D | utf8_test.cpp | 454 TemporaryDir td; in TEST() local 457 std::string utf8 = 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/chre/build/sys_support/qcom/ |
D | uimage.lcs.toolv80 | 55 *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*)
|