Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 29) sorted by relevance

12

/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp339 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/
DVtsDriverFileUtil.cpp36 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/
DREADME13 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/
DREADME21 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/
DVtsHalHidlTargetCallbackBase.h360 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/
DCodeGenBase.cpp76 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/
Drun_all_ltp_testcases.md12 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/
DGcdaParser.cpp56 bool found; in ParseBody() local
82 found = false; in ParseBody()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBackupUtils.java178 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/
Drecords.py313 found = False
317 found = True
320 if not found:
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsTestPlanResultReporter.java144 boolean found = false; in tearDown()
155 found = true; in tearDown()
168 if (found) { in tearDown()
/test/suite_harness/tools/cts-test-metrics/
DREADME9 Test metrics json files can be found in $CTS_ROOT/repository/results/$RESULT_DIR/report-log-files/
/test/vts/proto/
DAndroidSystemControlMessage.proto169 // for the found component files.
172 // for the found API specification.
DVtsReportMessage.proto191 // the name of the project where the file can be found
344 // build ID, and device) can be found in the associated TestReportMessage(s)
DComponentSpecificationMessage.proto236 // 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/
DHalCodeGen.cpp336 bool found = false; in GenerateCppBodyFuzzFunction() local
357 found = true; in GenerateCppBodyFuzzFunction()
362 if (!found) { in GenerateCppBodyFuzzFunction()
/test/suite_harness/common/util/tests/assets/
Dx86app_process64.txt394 [ 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
Dx86app_process32.txt365 [ 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
Darm64_libdl.txt224 Displaying notes found in: .note.gnu.build-id
229 Displaying notes found in: .note.gnu.gold-version
Darm32_libdl.txt239 Displaying notes found in: .note.gnu.build-id
244 Displaying notes found in: .note.gnu.gold-version
/test/mlts/benchmark/
DREADME.txt20 Models and datasets used description and licensing can be found in
/test/vts/tools/vts-tradefed/etc/
Dvts-tradefed_win.bat95 echo Optional JAR not found: !JAR!
/test/vts/harnesses/tradefed/tests/res/testtype/
Dvts_multi_device_test_parser_output.txt286 more than one product dir found.
Dvts_multi_device_test_parser_output_timeout.txt286 more than one product dir found.
/test/vts/doc/
Duser_manual.md110 The uploadable report xml file can be found at

12