/test/vts/utils/native/trace_processor/ |
D | VtsTraceProcessor.cpp | 339 auto found = in DedupTraces() local 348 if (found == seen_msgs.end()) { in DedupTraces() 587 auto found = find_if(it->second.begin(), it->second.end(), in GetTestListForHal() local 591 if (found != it->second.end()) { in GetTestListForHal() 592 fout << found->test_name << "(" << found->unique_api_count << "/" in GetTestListForHal() 593 << found->total_api_count << "),"; in GetTestListForHal() 671 auto found = in GetHalTraceSummary() local 679 if (found != trace_summaries->end()) { in GetHalTraceSummary() 680 found->total_api_count++; in GetHalTraceSummary() 681 if (found->api_stats.find(func_name) != found->api_stats.end()) { in GetHalTraceSummary() [all …]
|
/test/vts/drivers/libdrivercomm/ |
D | VtsDriverFileUtil.cpp | 36 size_t found = str.find_last_of("/\\"); in GetDirFromFilePath() local 37 if (found == string::npos) { in GetDirFromFilePath() 41 return str.substr(0, found); in GetDirFromFilePath()
|
/test/suite_harness/tools/cts-instant-tradefed/ |
D | README | 13 1. Ensure 'adb' is in your current PATH. adb can be found in the 34 downloaded and extracted the CTS zip, the script can be found at 37 the script can be found at 62 The source for the CTS extensions for tradefed can be found at 65 The source for the tradefed framework can be found on the 'tradefed' branch.
|
/test/suite_harness/tools/cts-tradefed/ |
D | README | 21 1. Ensure 'adb' is in your current PATH. adb can be found in the 42 downloaded and extracted the CTS zip, the script can be found at 45 the script can be found at 70 The source for the CTS extensions for tradefed can be found at 73 The source for the tradefed framework can be found on the 'tradefed' branch.
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetCallbackBase.h | 360 auto found = cb_lock_map_.find(callback_function_name); 361 if (found == cb_lock_map_.end()) { 367 delete (found->second); 368 found->second = new CallbackLock(*this, callback_function_name); 370 return found->second;
|
/test/vts/compilation_tools/vtsc/code_gen/ |
D | CodeGenBase.cpp | 76 size_t found; in TranslateToFile() local 77 found = output_cpp_file_path_str.find_last_of("/"); in TranslateToFile() 78 string output_dir = output_cpp_file_path_str.substr(0, found + 1); in TranslateToFile()
|
/test/vts/doc/developer_testing/kernel/ |
D | run_all_ltp_testcases.md | 12 The test results can be found under `out/host/linux-x86/vts/android-vts/results/`, 13 while the device logcat and host logs can be found under `out/host/linux-x86/vts/android-vts/logs/`.
|
/test/vts/drivers/hal/libcodecoverage/ |
D | GcdaParser.cpp | 56 bool found; in ParseBody() local 82 found = false; in ParseBody()
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | BackupUtils.java | 178 boolean found = false; in assertBackupNotAllowed() 185 found = true; in assertBackupNotAllowed() 190 assertTrue("Didn't find \'Backup not allowed\' in the output", found); in assertBackupNotAllowed()
|
/test/vts/runners/host/ |
D | records.py | 313 found = False 317 found = True 320 if not found:
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsTestPlanResultReporter.java | 144 boolean found = false; in tearDown() 155 found = true; in tearDown() 168 if (found) { in tearDown()
|
/test/suite_harness/tools/cts-test-metrics/ |
D | README | 9 Test metrics json files can be found in $CTS_ROOT/repository/results/$RESULT_DIR/report-log-files/
|
/test/vts/proto/ |
D | AndroidSystemControlMessage.proto | 169 // for the found component files. 172 // for the found API specification.
|
D | VtsReportMessage.proto | 191 // the name of the project where the file can be found 344 // build ID, and device) can be found in the associated TestReportMessage(s)
|
D | ComponentSpecificationMessage.proto | 236 // used to pass the spec of a found HAL_CONVENTIONAL_SUBMODULE to the host. 355 // is found in memory. 403 // is found in memory.
|
/test/vts/compilation_tools/vtsc/code_gen/driver/ |
D | HalCodeGen.cpp | 336 bool found = false; in GenerateCppBodyFuzzFunction() local 357 found = true; in GenerateCppBodyFuzzFunction() 362 if (!found) { in GenerateCppBodyFuzzFunction()
|
/test/suite_harness/common/util/tests/assets/ |
D | x86app_process64.txt | 394 [ 35a] Warning: Unexpected sigaction action found %p^J 409 Displaying notes found in: .note.android.ident 414 Displaying notes found in: .note.gnu.build-id 419 Displaying notes found in: .note.gnu.gold-version
|
D | x86app_process32.txt | 365 [ 35a] Warning: Unexpected sigaction action found %p^J 380 Displaying notes found in: .note.android.ident 385 Displaying notes found in: .note.gnu.build-id 390 Displaying notes found in: .note.gnu.gold-version
|
D | arm64_libdl.txt | 224 Displaying notes found in: .note.gnu.build-id 229 Displaying notes found in: .note.gnu.gold-version
|
D | arm32_libdl.txt | 239 Displaying notes found in: .note.gnu.build-id 244 Displaying notes found in: .note.gnu.gold-version
|
/test/mlts/benchmark/ |
D | README.txt | 20 Models and datasets used description and licensing can be found in
|
/test/vts/tools/vts-tradefed/etc/ |
D | vts-tradefed_win.bat | 95 echo Optional JAR not found: !JAR!
|
/test/vts/harnesses/tradefed/tests/res/testtype/ |
D | vts_multi_device_test_parser_output.txt | 286 more than one product dir found.
|
D | vts_multi_device_test_parser_output_timeout.txt | 286 more than one product dir found.
|
/test/vts/doc/ |
D | user_manual.md | 110 The uploadable report xml file can be found at
|