Home
last modified time | relevance | path

Searched refs:True (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/
H A Dx86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist56 {'is_defined': True, 'name': '_ZNKSt12bad_any_cast4whatEv', 'type': 'FUNC'}
57 {'is_defined': True, 'name': '_ZNKSt12experimental15fundamentals_v112bad_any_cast4whatEv', 'type': …
58 {'is_defined': True, 'name': '_ZNKSt16nested_exception14rethrow_nestedEv', 'type': 'FUNC'}
59 {'is_defined': True, 'name': '_ZNKSt18bad_variant_access4whatEv', 'type': 'FUNC'}
60 {'is_defined': True, 'name': '_ZNKSt19bad_optional_access4whatEv', 'type': 'FUNC'}
61 {'is_defined': True, 'name': '_ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc', 'type': 'FUNC'}
62 {'is_defined': True, 'name': '_ZNKSt3__110__time_put8__do_putEPwRS1_PK2tmcc', 'type': 'FUNC'}
63 {'is_defined': True, 'name': '_ZNKSt3__110error_code7messageEv', 'type': 'FUNC'}
64 {'is_defined': True, 'name': '_ZNKSt3__110moneypunctIcLb0EE11do_groupingEv', 'type': 'FUNC'}
65 {'is_defined': True, 'name': '_ZNKSt3__110moneypunctIcLb0EE13do_neg_formatEv', 'type': 'FUNC'}
[all …]
H A Dx86_64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist321 {'is_defined': True, 'name': '__ZNKSt10bad_typeid4whatEv', 'type': 'I'}
322 {'is_defined': True, 'name': '__ZNKSt11logic_error4whatEv', 'type': 'I'}
323 {'is_defined': True, 'name': '__ZNKSt12bad_any_cast4whatEv', 'type': 'FUNC'}
324 {'is_defined': True, 'name': '__ZNKSt12experimental15fundamentals_v112bad_any_cast4whatEv', 'type':…
325 {'is_defined': True, 'name': '__ZNKSt13bad_exception4whatEv', 'type': 'I'}
326 {'is_defined': True, 'name': '__ZNKSt13runtime_error4whatEv', 'type': 'I'}
327 {'is_defined': True, 'name': '__ZNKSt16nested_exception14rethrow_nestedEv', 'type': 'FUNC'}
328 {'is_defined': True, 'name': '__ZNKSt18bad_variant_access4whatEv', 'type': 'FUNC'}
329 {'is_defined': True, 'name': '__ZNKSt19bad_optional_access4whatEv', 'type': 'FUNC'}
330 {'is_defined': True, 'name': '__ZNKSt20bad_array_new_length4whatEv', 'type': 'I'}
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py95 "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,
260 "unimplemented": True,
[all …]
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Dinplace_callbacks.py102 return True
152 return True
181 return True
226 return True
245 return True
262 return True
275 return True
327 return True
340 return True
343 def deinit(id): return True
[all …]
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 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 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.py86 if not register_edns_option(env, 65001, bypass_cache_stage=True,
87 no_aggregation=True):
90 return True
100 return True
103 def deinit(id): return True
106 def inform_super(id, qstate, superqstate, qdata): return True
131 return True
190 return True
194 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 Davahi-resolver.py205 return True
238 def __init__(self, callback, name, type_, timeout=None, getone=True):
394 MDNS_GETONE = str2bool(os.environ.get('MDNS_GETONE', str(True)))
398 dbus_thread.daemon = True
405 return True
409 return True
441 return True
446 return True
455 return True
462 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
/netbsd-src/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 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-src/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 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)
H A Dheaderutils.py42 return True
48 return True
105 header = True
122 nm = find_pound_include (line, True, True)
163 return process_include_info (filen, True, False)
167 return process_include_info (filen, False, True)
171 return process_include_info (filen, True, True)
283 d = find_pound_include (line, True, True)
324 nm = find_pound_include (line, True, True)
399 inc = find_pound_include (line, True, True)
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-glade-133 <gnome_support>True</gnome_support>
34 <gettext_support>True</gettext_support>
36 <output_main_file>True</output_main_file>
37 <output_support_files>True</output_support_files>
38 <output_build_files>True</output_build_files>
39 <backup_source_files>True</backup_source_files>
61 <allow_grow>True</allow_grow>
63 <enable_layout_config>True</enable_layout_config>
69 <allow_floating>True</allow_floating>
72 <expand>True</expand>
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp146 TPR = TPResult::True; in isCXXSimpleDeclaration()
148 assert(TPR == TPResult::True || TPR == TPResult::False); in isCXXSimpleDeclaration()
149 return TPR == TPResult::True; in isCXXSimpleDeclaration()
236 return TPResult::True; in TryParseSimpleDeclaration()
237 if (TPR == TPResult::True || TPR == TPResult::Error) in TryParseSimpleDeclaration()
288 return TPResult::True; in TryParseInitDeclaratorList()
299 return TPResult::True; in TryParseInitDeclaratorList()
317 return TPResult::True; in TryParseInitDeclaratorList()
398 case TPResult::True: in update()
443 TPResult R = isCXXDeclarationSpecifier(/*BracedCastResult*/ TPResult::True, in isEnumBase()
[all …]
/netbsd-src/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-src/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, False], type=bool, default=True,
164 Parameter(name='use_system_cxx_lib', choices=[True, False], type=bool, default=False,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def35 /// True if this class has any user-declared constructors.
41 /// True when this class is an aggregate.
44 /// True when this class is a POD-type.
47 /// True when this class is empty for traits purposes, that is:
55 /// True when this class is polymorphic, i.e., has at
59 /// True when this class is abstract, i.e., has at least
63 /// True when this class is standard-layout, per the applicable
67 /// True when this class was standard-layout under the C++11
84 /// True when any base class has any declared non-static data
90 /// True when any base class has any declared non-static data
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dpredicates.md20 ;; True if OP is a valid operand for the MEM of a CALL insn.
25 ;; True if OP refers to any kind of symbol.
31 ;; True if OP is a SYMBOL_REF which refers to a function.
36 ;; True if OP refers to a symbol in the sdata section.
100 ;; True if OP refers to a local symbol [+any offset].
126 ;; True if OP refers to a symbol in the small address area.
149 ;; True if OP refers to a symbol with which we may use any offset.
164 ;; True if OP refers to a symbol with which we may use 14-bit aligned offsets.
171 ;; True if OP refers to a symbol, and is appropriate for a GOT load.
326 ;; True if OP is a general operand, with some restrictions on symbols.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dpredicates.md20 ;; True if OP is a valid operand for the MEM of a CALL insn.
25 ;; True if OP refers to any kind of symbol.
31 ;; True if OP is a SYMBOL_REF which refers to a function.
36 ;; True if OP refers to a symbol in the sdata section.
100 ;; True if OP refers to a local symbol [+any offset].
126 ;; True if OP refers to a symbol in the small address area.
149 ;; True if OP refers to a symbol with which we may use any offset.
164 ;; True if OP refers to a symbol with which we may use 14-bit aligned offsets.
171 ;; True if OP refers to a symbol, and is appropriate for a GOT load.
326 ;; True if OP is a general operand, with some restrictions on symbols.
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DABITestGen.py80 return True
395 action="store_false", default=True)
398 action="store_false", default=True)
401 action="store_false", default=True)
404 action="store_false", default=True)
407 action="store_false", default=True)
410 action="store_false", default=True)
415 action="store_false", default=True)
418 action="store_false", default=True)
421 action="store_false", default=True)
[all …]
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dp2p-nfc.py30 include_wps_req = True
31 include_p2p_req = True
34 continue_loop = True
87 return True
256 terminate_now = True
284 self.ho_server_processing = True
300 found = True
330 found = True
352 found = True
363 self.success = True
[all …]

12345678910>>...29