Searched refs:True (Results 1 - 25 of 538) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-timeout/
H A Dinfinite_loop.py2 while True:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-mi-objfile-gdb.py22 # This will create one for to_string=True and then another for the
24 gdb.execute("set width 101", to_string=True)
H A Dpy-finish-breakpoint2.py22 self.silent = True
27 return True
H A Dpy-typeprint.py20 self.enabled = True
30 self.enabled = True
H A Dpy-error.py21 gdb.Command.__init__ (self, "ClassName", gdb.COMMAND_DATA, prefix=True)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-mi-objfile-gdb.py22 # This will create one for to_string=True and then another for the
24 gdb.execute("set width 101", to_string=True)
H A Dpy-finish-breakpoint2.py23 self.silent = True
28 return True
H A Dpy-typeprint.py21 self.enabled = True
32 self.enabled = True
H A Dpy-finish-breakpoint-deletion.py30 MyBreakpoint("subroutine", internal=True)
H A Dpy-error.py23 gdb.Command.__init__(self, "ClassName", gdb.COMMAND_DATA, prefix=True)
/netbsd-current/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample0-1.py3 return True
7 return True
11 return True
14 return True
21 return True
26 return True
31 return True
35 return True
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-components.py59 # * "predicate" - a boolean, if True then a _p predicate function will
75 # invalid is True means to ignore this field and instead use the
203 invalid=True,
218 invalid=True,
233 invalid=True,
248 invalid=True,
263 invalid=True,
286 invalid=True,
329 invalid=True,
352 invalid=True,
[all...]
/netbsd-current/external/bsd/unbound/dist/pythonmod/examples/
H A Dresgen.py36 def init(id, cfg): return True
38 def deinit(id): return True
40 def inform_super(id, qstate, superqstate, qdata): return True
53 return True
60 return True
64 return True
69 return True
73 return True
H A Dresip.py43 def init(id, cfg): return True
45 def deinit(id): return True
47 def inform_super(id, qstate, superqstate, qdata): return True
76 return True
83 return True
87 return True
92 return True
96 return True
H A Dcalc.py40 def init(id, cfg): return True
41 def deinit(id): return True
42 def inform_super(id, qstate, superqstate, qdata): return True
62 return True
66 return True
71 return True
76 return True
80 return True
H A Dinplace_callbacks.py57 # Return True on success, False on failure.
62 # Return True on success, False on failure.
67 # Return True on success, False on failure.
72 # Return True on success, False on failure.
98 :return: True on success, False on failure.
102 return True
126 :return: True on success, False on failure.
152 return True
176 :return: True on success, False on failure.
181 return True
[all...]
H A Dresmod.py37 def init(id, cfg): return True
39 def deinit(id): return True
41 def inform_super(id, qstate, superqstate, qdata): return True
57 return True
64 return True
84 return True
88 return True
H A Ddict.py65 return True
69 return True
95 return True
99 return True
104 return True
108 return True
113 return True
117 return True
120 return True
H A Dedns.py49 # Return True if empty, False otherwise.
55 # Return True on success, False on failure.
60 # Return True when at least one EDNS option was removed, False otherwise.
62 # register_edns_option(env, code, bypass_cache_stage=True,
63 # no_aggregation=True):
70 # Return True on success, False on failure.
86 if not register_edns_option(env, 65001, bypass_cache_stage=True,
87 no_aggregation=True):
90 return True
100 return True
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dcount-headers12 process_h = True
13 process_c = True
15 all_inc = True
22 usage = True
33 d = find_pound_include (line, True, True)
45 l.sort (key=lambda tup:tup[0], reverse=True)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dcount-headers12 process_h = True
13 process_c = True
15 all_inc = True
22 usage = True
33 d = find_pound_include (line, True, True)
45 l.sort (key=lambda tup:tup[0], reverse=True)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A D__init__.py22 return True
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A D__init__.py22 return True
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3454.py45 while True:
57 inTable = True
/netbsd-current/external/apache2/llvm/dist/libcxx/docs/
H A Dconf.py73 #add_function_parentheses = True
77 #add_module_names = True
81 show_authors = True
131 #html_use_smartypants = True
141 #html_domain_indices = True
144 #html_use_index = True
150 #html_show_sourcelink = True
152 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
153 #html_show_sphinx = True
155 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True
[all...]

Completed in 183 milliseconds

1234567891011>>