Home
last modified time | relevance | path

Searched refs:annotate_argparsing (Results 1 – 12 of 12) sorted by relevance

/external/chromium-crossbench/crossbench/benchmarks/loading/config/
Dpages.py87 with exception.annotate_argparsing(
98 with exception.annotate_argparsing("Parsing stories"):
106 with exception.annotate_argparsing("Parsing config 'pages'"):
118 with exception.annotate_argparsing(f"Parsing story ...['{name}']"):
134 with exception.annotate_argparsing("Loading DevTools recording file"):
238 with exception.annotate_argparsing(f"Loading Pages list file: {path.name}"):
242 with exception.annotate_argparsing(f"Parsing line {line}"):
254 with exception.annotate_argparsing("Parsing scenarios / pages"):
Dblocks.py70 with exception.annotate_argparsing(
174 with exception.annotate_argparsing(f"Parsing {info} ...[{index}]"):
197 with exception.annotate_argparsing(
/external/chromium-crossbench/tests/crossbench/
Dtest_exception.py12 annotate_argparsing)
64 with annotate_argparsing("BBB"):
78 with annotate_argparsing("BBB"):
79 with annotate_argparsing("AAA"):
80 with annotate_argparsing("000"):
96 with annotate_argparsing("BBB"):
97 with annotate_argparsing("AAA"):
98 with annotate_argparsing("000"):
/external/chromium-crossbench/crossbench/cli/config/
Dsecrets.py36 with exception.annotate_argparsing("Parsing Secret details:"):
Dnetwork.py213 with exception.annotate_argparsing("Live network with speed config"):
284 with exception.annotate_argparsing(
Dbrowser_variants.py138 with exception.annotate_argparsing(
173 with exception.annotate_argparsing(
414 with exception.annotate_argparsing("Creating network config"):
720 with exception.annotate_argparsing("Creating network config"):
Dprobe.py95 with exception.annotate_argparsing():
/external/chromium-crossbench/crossbench/action_runner/action/
Djs.py28 with exception.annotate_argparsing(
Daction.py60 with exception.annotate_argparsing(
/external/chromium-crossbench/crossbench/
Dconfig.py425 with exception.annotate_argparsing(f"Parsing {cls.__name__}"):
492 with exception.annotate_argparsing(f"Parsing {cls.__name__} file: {path}"):
610 with exception.annotate_argparsing(
613 with exception.annotate_argparsing(
Dexception.py326 def annotate_argparsing(*stack_entries: str, function
/external/chromium-crossbench/crossbench/probes/
Dcpu_frequency_map.py145 with exception.annotate_argparsing(f"Parsing cpu frequency: {k}, {v}"):