Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 12 of 12) sorted by relevance

/test/vts/testcases/template/binary_test/
Dbinary_test.py284 def PutTag(self, name, tag): argument
403 def _GetDefaultBinaryPushDstPath(self, src, tag): argument
430 def CreateTestCase(self, path, tag=''): argument
Dbinary_test_case.py62 tag='', argument
190 def tag(self): member in BinaryTestCase
195 def tag(self, tag): member in BinaryTestCase
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DCheckGmsPreparerTest.java242 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
247 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
264 LogItem(LogLevel logLevel, @SuppressWarnings("unused") String tag, String message) { in LogItem()
/test/vts/testcases/template/hal_hidl_gtest/
Dhal_hidl_gtest.py112 def CreateTestCase(self, path, tag=''): argument
/test/vts/drivers/hal/libcodecoverage/
DGcdaParser.cpp59 unsigned tag; in ParseBody() local
/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py67 def CreateTestCase(self, path, tag=''): argument
/test/app_compat/csuite/integration_tests/
Dcsuite_crash_detection_test.py100 def expect_app_launched(self, tag, msg=None): argument
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DDeviceUtilsTest.java251 String tag = "tag"; in getDropboxEntries_entryExists_returnsEntry() local
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java398 DropboxEntry(long time, String tag, String data) { in DropboxEntry()
/test/vts/runners/host/
Drecords.py145 def addError(self, tag, e): argument
Dbase_test.py1091 tag="", argument
/test/mlts/benchmark/results/
Dgenerate_result.py400 def generate_latency_graph_entry(tag, latency, tmin, tmax): argument