Searched refs:True (Results 26 - 50 of 538) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-backport.py34 subprocess.run('git cherry-pick -x %s' % args.revision, shell=True)
35 subprocess.run(fixup_script, shell=True)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-backport.py34 subprocess.run('git cherry-pick -x %s' % args.revision, shell=True)
35 subprocess.run(fixup_script, shell=True)
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dincluded-by22 current = True
23 deeper = True
24 scanfiles = True
27 usage = True
29 process_h = True
31 process_c = True
33 verbose = True
35 match_all = True
47 usage = True
55 process_h = True
[all...]
H A Dreplace-header17 usage = True
24 usage = True
29 usage = True
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dincluded-by22 current = True
23 deeper = True
24 scanfiles = True
27 usage = True
29 process_h = True
31 process_c = True
33 verbose = True
35 match_all = True
47 usage = True
55 process_h = True
[all...]
H A Dreplace-header17 usage = True
24 usage = True
29 usage = True
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dparams.py80 Parameter(name='enable_exceptions', choices=[True, False], type=bool, default=True,
87 Parameter(name='enable_rtti', choices=[True, False], type=bool, default=True,
100 Parameter(name='enable_warnings', choices=[True, False], type=bool, default=True,
138 Parameter(name='enable_experimental', choices=[True, False], type=bool, default=False,
150 Parameter(name='long_tests', choices=[True, False], type=bool, default=True,
156 Parameter(name='enable_debug_tests', choices=[True, Fals
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
H A Dbacktrace.py25 gdb.execute ("bt", False, True)
26 gdb.execute ("bt", False, True)
32 gdb.execute (do_test_command, False, True)
H A Ddisassemble.py24 gdb.execute (do_test_command, False, True)
30 gdb.execute (do_test_command, False, True)
H A Dsingle-step.py25 gdb.execute("stepi", False, True)
29 gdb.execute("stepi", False, True)
H A Dskip-command.py25 gdb.execute("step", False, True)
29 gdb.execute("step", False, True)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
H A Dbacktrace.py26 gdb.execute("bt", False, True)
27 gdb.execute("bt", False, True)
33 gdb.execute(do_test_command, False, True)
H A Dskip-command.py26 gdb.execute("step", False, True)
30 gdb.execute("step", False, True)
H A Ddisassemble.py25 gdb.execute(do_test_command, False, True)
36 gdb.execute(do_test_command, False, True)
H A Dsingle-step.py26 gdb.execute("stepi", False, True)
30 gdb.execute("stepi", False, True)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/addzone/
H A Dtests_rndc_deadlock.py60 return True
81 server_is_responsive = True
89 test_state["finished"] = True
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dconvert-junit-to-trs.py32 has_fail = True
35 has_error = True
41 has_skipped = True
H A Dpytest_custom_markers.py28 subprocess.run([feature_test_bin, feature], check=True)
33 return True
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-mi-events-gdb.py30 stop_handler_str += gdb.execute("info break", False, True)
38 cont_handler_str += gdb.execute("info break", False, True)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-mi-events-gdb.py31 stop_handler_str += gdb.execute("info break", False, True)
39 cont_handler_str += gdb.execute("info break", False, True)
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py59 # unimplemented An optional Boolean field with the value `True`. This field
95 "unimplemented": True,
108 "unimplemented": True,
127 "unimplemented": True,
134 "unimplemented": True,
141 "unimplemented": True,
162 "unimplemented": True,
167 "unimplemented": True,
180 "unimplemented": True,
219 "unimplemented": True,
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dentrypoint.py24 while True:
59 check_call(CMAKE_COMMAND + ' /llvm-project/llvm', shell=True)
63 check_call("ninja install", shell=True)
68 return call("/scripts/SATest.py " + " ".join(args), shell=True)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-config/
H A Dwrite_extension_dependencies.py14 parser.add_argument('-o', '--output', required=True,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dwrite_library_dependencies.py101 parser.add_argument('-o', '--output', required=True, help='output file')
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
H A DOneTest.py26 while True:

Completed in 208 milliseconds

1234567891011>>