Searched refs:vlog (Results 1 – 16 of 16) sorted by relevance
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | validators.py | 86 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 …]
|
D | report_html.py | 91 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))
|
D | firmware_log.py | 532 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/ |
D | validators_unittest.py | 58 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/ |
D | print_log.py | 37 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/ |
D | iosbuild.sh | 45 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/ |
D | tools_common.sh | 25 vlog() { function 277 vlog " RUN ${test}" 279 vlog " PASS ${test}" 417 vlog "$(basename "${0%.*}") test configuration:
|
/external/valgrind/ |
D | runtest.sh | 38 logfile_valgrind=$test_name.stdout.vlog
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
D | gflags2man.py | 87 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/ |
D | gflags2man.py | 87 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/ |
D | CPPLINT.cfg | 36 filter=+runtime/vlog
|
/external/libchrome/base/ |
D | base.gypi | 721 'vlog.cc', 722 'vlog.h',
|
D | BUILD.gn | 893 "vlog.cc", 894 "vlog.h",
|
/external/libchrome/ |
D | SConstruct | 208 vlog.cc
|
D | Android.mk | 203 base/vlog.cc \
|
/external/ceres-solver/docs/source/ |
D | solving.rst | 1392 depending on the ``vlog`` level. If this flag is set to true, and
|