/test/vts/testcases/template/binary_test/ |
D | binary_test.py | 95 tag = '' 98 tag, path = token.split(self.TAG_DELIMITER) 99 self.working_directory[tag] = path 105 tag = '' 109 tag, path = token[:split], token[ 111 if tag in self.envp: 112 self.envp[tag] += ' %s' % path 114 self.envp[tag] = path 120 tag = '' 124 tag, arg = token[:split], token[ [all …]
|
D | binary_test_case.py | 62 tag='', argument 74 self.tag = tag 95 return self.put_tag_func(self.full_name + self.name_appendix, self.tag) 190 def tag(self): member in BinaryTestCase 194 @tag.setter 195 def tag(self, tag): member in BinaryTestCase 197 self._tag = _SafeStrip(tag)
|
/test/vts/drivers/hal/libcodecoverage/ |
D | GcdaParser.cpp | 59 unsigned tag; in ParseBody() local 69 tag = gcda_file_->ReadUnsigned(); in ParseBody() 70 if (!tag) break; in ParseBody() 74 mask = GCOV_TAG_MASK(tag) >> 1; in ParseBody() 77 cerr << __func__ << ": invalid tag, " << tag << endl; in ParseBody() 84 if (tag) { in ParseBody() 86 !GCOV_TAG_IS_SUBTAG(tags[depth - 1], tag)) { in ParseBody() 87 cerr << __func__ << ": incorrectly nested tag, " << tag << endl; in ParseBody() 90 tags[depth - 1] = tag; in ParseBody() 93 switch(tag) { in ParseBody() [all …]
|
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 67 def CreateTestCase(self, path, tag=''): argument 87 tag] if tag in self.working_directory else None 88 envp = self.envp[tag] if tag in self.envp else '' 89 args = self.args[tag] if tag in self.args else '' 91 tag] if tag in self.ld_library_path else None 93 tag] if tag in self.profiling_library_path else None 100 tag, 125 test_suite, test_name, path, tag, self.PutTag, 142 path, '', path, tag, self.PutTag, working_directory, 245 test_suite.tag, [all …]
|
/test/vts/utils/python/coverage/ |
D | gcda_parser.py | 99 tag = str() 103 tag = self.ReadInt() 104 if (tag == self.TAG_FUNCTION or tag == self.TAG_COUNTER or 105 tag == self.TAG_OBJECT or tag == self.TAG_PROGRAM): 111 if tag == self.TAG_FUNCTION: 113 elif tag == self.TAG_COUNTER: 118 elif tag == self.TAG_OBJECT: 120 elif tag == self.TAG_PROGRAM:
|
D | gcno_parser.py | 95 tag = str() 99 tag = self.ReadInt() 100 if (tag == self.TAG_FUNCTION or tag == self.TAG_BLOCKS or 101 tag == self.TAG_ARCS or tag == self.TAG_LINES): 111 if tag == self.TAG_FUNCTION: 116 elif tag == self.TAG_BLOCKS: 119 elif tag == self.TAG_ARCS: 122 elif tag == self.TAG_LINES:
|
D | parser.py | 56 tag = self.ReadInt() 61 if tag != magic: 62 tag = struct.unpack('>I', struct.pack('<I', tag))[0] 63 if tag == magic: # switch endianness
|
/test/mlts/benchmark/ |
D | tail_crash_test_logs.sh | 72 while IFS='' read -r tag; do 73 CRASH_TEST_LOG_TAGS+=("$tag"); 80 for tag in "${CRASH_TEST_LOG_TAGS[@]}"; do 81 LOG_TAG_FILTER="${LOG_TAG_FILTER} ${tag}:I" 97 for tag in "${DRIVER_LOG_TAGS[@]}"; do 98 LOG_TAG_FILTER="${LOG_TAG_FILTER} ${tag}:E"
|
/test/vts-testcase/vndk/golden/ |
D | vndk_data.py | 212 tag = cells[0] 215 lib_sets[tag].add(lib_name) 228 for index, tag in enumerate(tags): 229 for lib_name in lib_sets.get(tag, tuple()):
|
D | dump_abi.py | 85 for tag, tag_len, is_exclude in tags: 86 if line.startswith(tag):
|
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/ |
D | CheckGmsPreparerTest.java | 243 public void printLog(LogLevel logLevel, String tag, String message) { in printLog() argument 244 mLogItems.add(new LogItem(logLevel, tag, message)); in printLog() 248 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog() argument 249 printLog(logLevel, tag, message); in printAndPromptLog() 265 LogItem(LogLevel logLevel, String tag, String message) { in LogItem() argument
|
/test/vti/dashboard/src/main/proto/ |
D | TestSuiteResultMessage.proto | 39 // attributes of Result tag 48 // attributes of Build tag 53 // attributes of Summary tag
|
/test/vts/utils/python/precondition/ |
D | precondition_utils.py | 77 tag = "_" + bitness + "bit" 78 if tag in file_path_prefix: 79 for path_prefix in file_path_prefix[tag]:
|
/test/app_compat/csuite/integration_tests/ |
D | csuite_crash_detection_test.py | 97 def expect_app_launched(self, tag): argument 98 logcat_process = self.adb.run(['logcat', '-d', '-v', 'brief', '-s', tag])
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 400 def generate_latency_graph_entry(tag, latency, tmin, tmax): argument 403 tag=tag, 415 generate_latency_graph_entry(tag, latency, tmin, tmax) 416 for tag, latency in zip(tags, latencies))
|
/test/vts/hals/light/bullhead/ |
D | lights.c | 246 dev->common.tag = HARDWARE_DEVICE_TAG; in open_lights() 265 .tag = HARDWARE_MODULE_TAG,
|
/test/app_compat/csuite/instrumentation/launch/src/main/java/com/android/compatibilitytest/ |
D | AppCompatibility.java | 234 String tag = entry.getTag(); in checkDropbox() local 235 if (DROPBOX_TAGS.contains(tag)) { in checkDropbox() 239 addProcessError(processName, "dropbox:" + tag, content); in checkDropbox()
|
/test/vts/testcases/template/hal_hidl_gtest/ |
D | hal_hidl_gtest.py | 112 def CreateTestCase(self, path, tag=''): argument 129 tag)
|
/test/vti/dashboard/ |
D | .gitignore | 28 pom.xml.tag
|
D | README.md | 78 within the 'com.google.appengine' plugin tag :
|
/test/vts/runners/host/ |
D | records.py | 145 def addError(self, tag, e): argument 157 self.extra_errors[tag] = str(e)
|
D | base_test.py | 1091 tag="", argument 1123 test_name = "{} {}".format(tag, setting)
|
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/ |
D | AppLaunchTest.java | 285 String tag = errorStatusToTag(result.status); in reportResult() local 286 if (tag != null) { in reportResult()
|
/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | VtsReportMessage.java | 750 int tag = input.readTag(); in AndroidDeviceInfoMessage() local 751 switch (tag) { in AndroidDeviceInfoMessage() 757 extensionRegistry, tag)) { in AndroidDeviceInfoMessage() 2267 int tag = input.readTag(); in AndroidBuildInfo() local 2268 switch (tag) { in AndroidBuildInfo() 2274 extensionRegistry, tag)) { in AndroidBuildInfo() 3192 int tag = input.readTag(); in VtsHostInfo() local 3193 switch (tag) { in VtsHostInfo() 3199 extensionRegistry, tag)) { in VtsHostInfo() 3932 int tag = input.readTag(); in TestCaseReportMessage() local [all …]
|
/test/vts-testcase/security/avb/ |
D | VtsSecurityAvbTest.cpp | 1101 if (avb_be64toh(descriptors[n]->tag) != AVB_DESCRIPTOR_TAG_HASHTREE) { in TEST()
|