Searched refs:False (Results 1 - 25 of 444) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-breakpoint-create-fail.py23 return False
31 assert False
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-breakpoint-create-fail.py23 return False
31 assert False
H A Dpy-finish-breakpoint-deletion.py27 return False
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/mit/xorg/bin/xterm/
H A DMakefile.inc25 X11EXTRAMANTRANSFORMS += __alt_sends_esc__ False
27 X11EXTRAMANTRANSFORMS += __backarrow_is_erase__ False
32 X11EXTRAMANTRANSFORMS += __double_buffer__ False
33 X11EXTRAMANTRANSFORMS += __initial_erase__ False
34 X11EXTRAMANTRANSFORMS += __meta_sends_esc__ False
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
H A DShUtil.py47 Pipeline([Command(['echo', 'hello'], [])], False))
49 Pipeline([Command(['echo', ''], [])], False))
51 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
53 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
58 [((('>'),), 'c')])], False))
61 (('>>',), 'd')])], False))
63 Pipeline([Command(['a'], [(('>&',2), '1')])], False))
69 False))
75 False))
79 Seq(Pipeline([Command(['a'], [])], False),
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-components.py83 # * If "invalid" is False, or if the field specifies "predicate",
151 invalid=False,
161 invalid=False,
171 invalid=False,
182 invalid=False,
196 invalid=False,
211 invalid=False,
226 invalid=False,
241 invalid=False,
256 invalid=False,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A D__init__.py24 return False
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A D__init__.py24 return False
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dclang-parse-diagnostics-file14 default=False, help="dump all messages.")
16 default=False, help="dump 'error' messages.")
18 default=False, help="dump 'fatal error' messages.")
20 default=False, help="dump 'ignored' messages.")
22 default=False, help="dump 'note' messages.")
24 default=False, help="dump 'warning' messages.")
30 levels = {'error': False, 'fatal error': False, 'ignored': False,
31 'note': False, 'warnin
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3454.py43 inTable = False
53 inTable = False
/netbsd-current/external/bsd/unbound/dist/pythonmod/doc/
H A Dconf.py74 #show_authors = False
128 html_use_modindex = False
134 #html_split_index = False
137 html_copy_source = False
173 #latex_use_parts = False
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DLitTestCase.py48 quiet=False,
49 useValgrind=False,
50 valgrindLeakCheck=False,
52 noExecute=False,
53 debug=False,
58 tests = lit.discovery.find_tests_for_inputs(lit_config, inputs, False)
/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/
H A Dconvert-junit-to-trs.py22 has_fail = False
23 has_error = False
24 has_skipped = False
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/function/
H A Dcaller_is.py31 the stack from that point then the result is False.
47 return False
62 the stack from that point then the result is False.
78 return False
93 the stack from that point then the result is False.
111 return False
113 return False
126 the stack from that point then the result is False.
145 return False
147 return False
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/function/
H A Dcaller_is.py32 the stack from that point then the result is False.
48 return False
64 the stack from that point then the result is False.
80 return False
96 the stack from that point then the result is False.
114 return False
116 return False
130 the stack from that point then the result is False.
149 return False
151 return False
[all...]

Completed in 170 milliseconds

1234567891011>>