/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): argument 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/framework/harnesses/host_controller/utils/parser/ |
D | result_utils.py | 68 if elem.tag == common._RESULT_TAG: 70 elif elem.tag == common._BUILD_TAG: 72 elif elem.tag == common._SUMMARY_TAG: 92 if elem.tag == common._MODULE_TAG: 94 elif elem.tag == common._TESTCASE_TAG: 97 if event == "end" and elem.tag == common._TEST_TAG:
|
D | xml_utils.py | 22 def GetAttributes(xml_file, tag, attrs): argument 35 if elem.tag == tag: 42 attr, tag))
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | LogcatInspector.java | 33 public String mark(String tag) throws IOException { in mark() argument 35 executeShellCommand("log -t " + tag + " " + uniqueString); in mark() 40 assertLogcatContainsInOrder(tag + ":* *:S", 5, uniqueString); in mark()
|
/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()):
|
/test/vts-testcase/hal/wifi/supplicant/V1_2/host/ |
D | VtsHalWifiSupplicantV1_2HostTest.py | 38 def CreateTestCase(self, path, tag=''): argument 48 gtest_cases = super(VtsHalWifiSupplicantV1_2Host, self).CreateTestCase(path, tag)
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | MonitoringUtils.java | 55 String tag) throws DeviceNotAvailableException { in checkDeviceConnectivity() argument 58 device.logBugreport(String.format("bugreport-connectivity-%s", tag), listener); in checkDeviceConnectivity()
|
D | PropertyUtil.java | 57 for (String tag : buildTags.split(",")) { in isDevKeysBuild() 58 if (TAG_DEV_KEYS.equals(tag.trim())) { in isDevKeysBuild()
|
/test/vts-testcase/hal/wifi/supplicant/V1_1/host/ |
D | VtsHalWifiSupplicantV1_1HostTest.py | 50 def CreateTestCase(self, path, tag=''): argument 60 gtest_cases = super(VtsHalWifiSupplicantV1_1Host, self).CreateTestCase(path, tag)
|
/test/vts-testcase/hal/wifi/supplicant/V1_0/host/ |
D | VtsHalWifiSupplicantV1_0HostTest.py | 50 def CreateTestCase(self, path, tag=''): argument 60 gtest_cases = super(VtsHalWifiSupplicantV1_0Host, self).CreateTestCase(path, tag)
|
/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/vts-testcase/hal/wifi/V1_0/host/ |
D | VtsHalWifiV1_0HostTest.py | 54 def CreateTestCase(self, path, tag=''): argument 64 gtest_cases = super(VtsHalWifiV1_0Host, self).CreateTestCase(path, tag)
|
/test/vts-testcase/kernel/api/binder/ |
D | VtsKernelBinderTest.py | 72 asserts.skipIf((self._TAG_IPC32 in test_case.tag and 75 asserts.skipIf(self._TAG_IPC64 in test_case.tag and self._is_32,
|
/test/vts-testcase/hal/media/c2/V1_0/host/ |
D | VtsHalMediaC2V1_0HostTest.py | 78 def CreateTestCase(self, path, tag=''): argument 92 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/vts-testcase/kernel/api/qtaguid/ |
D | SocketTagUserSpace.h | 31 int setup(int tag);
|