Home
last modified time | relevance | path

Searched refs:cli_args (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Drun-tests.py40 def fail_test (test, cli_args, message):
53 cli_args = ["--font-file=" + test.font_path,
58 cli_args.extend (test.get_profile_flags ())
59 ret = subset_cmd (cli_args)
62 return fail_test (test, cli_args, "%s failed" % ' '.join (cli_args))
74 return fail_test (test, cli_args, 'ots for subsetted file fails.')
79 return fail_test (test, cli_args, "hash for expected and actual does not match.")
87 return fail_test (test, cli_args, "ttx failed to parse the expected result")
96 return fail_test (test, cli_args, "tt
[all...]
H A Drun-repack-tests.py40 def fail_test (test, cli_args, message):
49 cli_args = ["--font-file=" + test.font_path (),
53 print (' '.join (cli_args))
54 ret = subset_cmd (cli_args)
57 return fail_test (test, cli_args, "%s failed" % ' '.join (cli_args))
64 return fail_test (test, cli_args, "ttx failed to parse the result")
69 return fail_test (test, cli_args, 'ots for subsetted file fails.')
/third_party/python/Lib/idlelib/
H A Drunscript.py44 # cli_args is list of strings that extends sys.argv
45 self.cli_args = []
137 cli_args=self.cli_args).result
140 self.cli_args, restart = run_args if customize else ([], True)
147 if self.cli_args:
148 argv += self.cli_args
H A Dquery.py345 def __init__(self, parent, title, *, cli_args=[],
347 """cli_args is a list of strings.
354 parent, title, message, text0=cli_args,
374 cli_args = shlex.split(cli_string, posix=True)
378 return cli_args
381 "Return apparently valid (cli_args, restart) or None."
382 cli_args = self.cli_args_ok()
384 return None if cli_args is None else (cli_args, restart)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_query.py303 return self.cli_args
309 for cli_args, result in ((None, None),
311 with self.subTest(restart=restart, cli_args=cli_args):
312 dialog.cli_args = cli_args
442 cli_args=['a', 'b=1'], _utest=True)
/third_party/rust/crates/bindgen/bindgen/
H A Dcallbacks.rs30 fn cli_args(&self) -> Vec<String> { in cli_args() functions
H A Dlib.rs660 output_vector.extend(callbacks.cli_args()); in command_line_flags()
/third_party/rust/crates/bindgen/bindgen-cli/
H A Doptions.rs940 fn cli_args(&self) -> Vec<String> { in builder_from_flags() functions

Completed in 7 milliseconds