Home
last modified time | relevance | path

Searched refs:vlog (Results 1 – 16 of 16) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py86 vlog = validator.check(packets, variation)
87 if vlog is None:
89 vlogs.append(copy.deepcopy(vlog))
90 score = vlog.score
94 msg_validator_name = '%s' % vlog.name
95 msg_criteria = ' criteria_str: %s' % vlog.criteria
99 msg_list += vlog.details
190 self.vlog = firmware_log.ValidatorLog()
191 self.vlog.name = name
192 self.vlog.criteria = self.criteria_str
[all …]
Dreport_html.py91 def _insert_vlog(self, vlog): argument
93 base_name, _ = get_base_name_and_segment(vlog.name)
94 criteria_string = self.criteria_string % vlog.criteria
96 name=vlog.name,
97 details=self._insert_details(vlog.details),
100 score=vlog.score)
106 for vlog in vlogs:
107 vlogs_content.append(self._insert_vlog(vlog))
Dfirmware_log.py532 return filter(lambda (k, vlog): all(map(match, k, key)),
617 for vlog in glog.vlogs:
618 self.fw_validators[fw].add(vlog.name)
619 key = (fw, round_name, glog.name, glog.variation, vlog.name)
620 self.log_table.insert(key, vlog)
714 scores = [vlog.score for _key, vlogs in rows for vlog in vlogs]
716 for vlog in vlogs
717 for metric in vlog.metrics]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dvalidators_unittest.py58 vlog = validator.check(packets)
59 return vlog.score
98 vlog = validator.check(packets)
99 return vlog.score
275 vlog = validator.check(packets)
276 return vlog.score
329 vlog = validator.check(packets)
330 actual_score = vlog.score
427 vlog = validator.check(packets)
429 for metric in vlog.metrics:
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dprint_log.py37 for vlog in vlogs:
38 print prefix_spaces * 4 + '%s: ' % vlog.name
39 print prefix_spaces * 5 + 'score: %s' % str(vlog.score)
40 for metric in vlog.metrics:
/external/libvpx/libvpx/build/make/
Diosbuild.sh45 vlog "***Building target: ${target}***"
50 vlog "Enabled PIC for ${target}"
63 vlog "***Done building target: ${target}***"
176 vlog "Created fat library ${FRAMEWORK_DIR}/VPX containing:"
178 vlog " $(echo ${lib} | awk -F / '{print $2, $NF}')"
220 vlog() { function
/external/libvpx/libvpx/test/
Dtools_common.sh25 vlog() { function
277 vlog " RUN ${test}"
279 vlog " PASS ${test}"
417 vlog "$(basename "${0%.*}") test configuration:
/external/valgrind/
Druntest.sh38 logfile_valgrind=$test_name.stdout.vlog
/external/chromium-trace/catapult/third_party/python_gflags/
Dgflags2man.py87 def debug(self, msg): self.vlog(1, msg)
88 def vlog(self, level, msg): member in Logging
376 logging.vlog(2, 'Line: "%s"' % line)
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
Dgflags2man.py87 def debug(self, msg): self.vlog(1, msg)
88 def vlog(self, level, msg): member in Logging
376 logging.vlog(2, 'Line: "%s"' % line)
/external/vixl/
DCPPLINT.cfg36 filter=+runtime/vlog
/external/libchrome/base/
Dbase.gypi721 'vlog.cc',
722 'vlog.h',
DBUILD.gn893 "vlog.cc",
894 "vlog.h",
/external/libchrome/
DSConstruct208 vlog.cc
DAndroid.mk203 base/vlog.cc \
/external/ceres-solver/docs/source/
Dsolving.rst1392 depending on the ``vlog`` level. If this flag is set to true, and