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

12345

/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dconf.py73 #add_function_parentheses = True
77 #add_module_names = True
81 show_authors = True
134 #html_use_smartypants = True
144 #html_domain_indices = True
147 #html_use_index = True
153 html_show_sourcelink = True
155 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
156 #html_show_sphinx = True
158 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True
[all...]
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Drfc3454.py45 while True:
57 inTable = True
H A DUnicodeData.py44 while True:
H A Dgen-punycode-examples.py54 while True:
82 start = True
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk11 True = ${echo true >&2:L:sh}TRUE macro
27 @echo ${UNDEF:U${True}}
31 @echo ${VSET:D${True}}
35 @echo ${1:L:?${True}:${False}}
39 @echo ${0:L:?${True}:${False}}
43 @echo ${VSET:U${1:L:?${True}:${False}}}
/freebsd-11-stable/tools/test/hwpmc/
H A Dpmctest.py70 default=True, help="wait after each execution")
92 if (options.wait == True):
/freebsd-11-stable/release/scripts/
H A Dlist-new-changesets.py102 show_logentry = True
104 show_logentry = True
106 if show_logentry == True :
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp117 return TPR != TPResult::False; // Returns true for TPResult::True or
146 TPR = TPResult::True;
148 assert(TPR == TPResult::True || TPR == TPResult::False);
149 return TPR == TPResult::True;
249 return TPResult::True;
250 if (TPR == TPResult::True || TPR == TPResult::Error)
301 return TPResult::True;
312 return TPResult::True;
330 return TPResult::True;
411 case TPResult::True
[all...]
/freebsd-11-stable/contrib/libucl/python/tests/
H A Dtest_load.py48 "a : True;" \
51 valid = { "a" : True, "b" : False }
103 'key10': True,
105 'key12': True,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py61 self.daemon = True
75 DBusGMainLoop(set_as_default=True)
118 gobject.MainLoop().get_context().iteration(True)
183 while(True):
H A Dp2p_listen.py58 self.daemon = True
72 DBusGMainLoop(set_as_default=True)
108 gobject.MainLoop().get_context().iteration(True)
173 while(True):
H A Dp2p_stop_find.py59 self.daemon = True
73 DBusGMainLoop(set_as_default=True)
110 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_disconnect.py57 self.daemon = True
71 DBusGMainLoop(set_as_default=True)
105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_flush.py57 self.daemon = True
71 DBusGMainLoop(set_as_default=True)
105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_group_add.py75 self.daemon = True
89 DBusGMainLoop(set_as_default=True)
150 gobject.MainLoop().get_context().iteration(True)
189 persistent = True
/freebsd-11-stable/contrib/wpa/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...]
H A Dwps-nfc.py27 continue_loop = True
72 return True
163 self.ho_server_processing = True
199 self.success = True
293 terminate_now = True
295 def wps_tag_read(tag, wait_remove=True):
332 def wps_write_config_tag(clf, id=None, wait_remove=True):
345 def wps_write_er_config_tag(clf, uuid, wait_remove=True):
358 def wps_write_password_tag(clf, wait_remove=True):
387 return True
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py66 gotone = True
71 printing = True
H A Duserspace.py45 "groupused@": ("used", True),
46 "groupquota@": ("quota", True),
50 """Return True if this property (eg "userquota@") should be skipped."""
53 return True
56 return True
59 return True
207 options.noname = True
/freebsd-11-stable/contrib/subversion/
H A D.ycm_extra_conf.py57 make_next_absolute = True
80 do_cache = True
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py24 continue_loop = True
68 return True
169 self.success = True
205 def wps_write_config_tag(clf, wait_remove=True):
218 def wps_write_password_tag(clf, wait_remove=True):
247 return True
264 return True
321 wait_connection = True
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrame.i293 return self.GetVariables(True,True,True,True)
303 return self.GetVariables(True,False,False,False)
306 return self.GetVariables(False,True,False,False)
309 return self.GetVariables(False,False,True,False)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py20 have_readline = True
39 g_builtin_override_called = True
95 interacted = True
/freebsd-11-stable/contrib/bzip2/
H A Dbzip2.c169 #define True ((Bool)1) macro
321 if (c == EOF) return True;
350 while (True) {
452 while (True) {
502 return True;
507 while (True) {
541 return True;
548 return True; /*notreached*/
570 while (True) {
602 return True;
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py45 fallback=True).gettext

Completed in 299 milliseconds

12345