Home
last modified time | relevance | path

Searched refs:script_name (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_header_inclusion_tests.py8 script_name = os.path.basename(__file__)
14 return script_name, src_root, test_path
17 script_name, source_root, test_path = get_libcxx_paths() variable
194 script_name=script_name,
H A Dgenerate_feature_test_macro_components.py9 script_name = os.path.basename(__file__)
20 return script_name, src_root, include_path, docs_path, macro_test_path
22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
1111 """.format(script_name=script_name,
/llvm-project-15.0.7/lldb/test/API/test_runner/test/
H A Dtest_process_control.py79 script_name = "{}/inferior.py".format(os.path.dirname(__file__))
80 if not os.path.exists(script_name):
82 "test inferior python script not found: {}".format(script_name))
83 command = ([sys.executable, script_name])
/llvm-project-15.0.7/llvm/utils/
H A Dupdate_analyze_test_checks.py51 script_name = os.path.basename(__file__)
59 script_name='utils/' + script_name):
H A Dupdate_llc_test_checks.py46 script_name = os.path.basename(__file__)
49 script_name='utils/' + script_name):
H A Dupdate_test_checks.py57 script_name = os.path.basename(__file__)
65 script_name='utils/' + script_name):
H A Dupdate_mir_test_checks.py302 script_name = os.path.basename(__file__)
304 if 'autogenerated' in first_line and script_name not in first_line:
306 script_name + ": " + test)
344 'utils/{}'.format(comment_char, script_name))
H A Dupdate_cc_test_checks.py234 script_name = os.path.basename(__file__)
236 for ti in common.itertests(initial_args.tests, parser, 'utils/' + script_name,
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/
H A DTestStopHookScripted.py112 script_name = os.path.join(self.getSourceDir(), "stop_hook.py")
113 command = "command script import " + script_name
/llvm-project-15.0.7/compiler-rt/utils/
H A Dgenerate_netbsd_ioctls.awk26 script_name = "generate_netbsd_ioctls.awk"
30 in_utils = system("test -f " script_name " && exit 1 || exit 0")
468 print "Usage: " script_name
H A Dgenerate_netbsd_syscalls.awk28 script_name = "generate_netbsd_syscalls.awk"
33 in_utils = system("test -f " script_name " && exit 1 || exit 0")
251 pcmd("// Generated with: " script_name)
421 pcmd("// Generated with: " script_name)
533 print "Usage: " script_name " syscalls.master"
/llvm-project-15.0.7/mlir/utils/
H A Dgenerate-test-checks.py181 script_name = os.path.basename(__file__)
182 autogenerated_note = (ADVERT_BEGIN + 'utils/' + script_name + "\n" + ADVERT_END)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A DTestScriptedResolver.py58 script_name = os.path.join(self.getSourceDir(), "resolver.py")
61 command = "command script import " + script_name
/llvm-project-15.0.7/llvm/utils/UpdateTestChecks/
H A Dcommon.py158 def __init__(self, test, parser, script_name, input_lines, args, argv, argument
177 self.test_autogenerated_note = self.autogenerated_note_prefix + script_name
217 def itertests(test_patterns, parser, script_name, comment_prefix=None, argparse_callback=None): argument
233 if script_name not in first_line and not args.force_update:
234 warn("Skipping test which wasn't autogenerated by " + script_name, test)
246 yield TestInfo(test, parser, script_name, final_input_lines, args, argv,
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py335 script_name = os.path.join(self.getSourceDir(), "resolver.py")
337 command = "command script import " + script_name