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

1234

/freebsd-10.1-release/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-10.1-release/tools/test/hwpmc/
H A Dpmctest.py70 default=True, help="wait after each execution")
92 if (options.wait == True):
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp111 return TPR != TPResult::False(); // Returns true for TPResult::True() or
139 TPR = TPResult::True();
141 assert(TPR == TPResult::True() || TPR == TPResult::False());
142 return TPR == TPResult::True();
239 return TPResult::True();
240 if (TPR == TPResult::True() || TPR == TPResult::Error())
291 return TPResult::True();
302 return TPResult::True();
320 return TPResult::True();
347 return TPR != TPResult::False(); // Returns true for TPResult::True() o
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A Dembedded_interpreter.py13 have_readline = True
28 g_builtin_override_called = True
78 interacted = True
/freebsd-10.1-release/contrib/unbound/libunbound/python/examples/
H A Dasync-lookup.py45 my_data['done_flag'] = True
/freebsd-10.1-release/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_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_stop_find.py59 self.daemon = True
73 DBusGMainLoop(set_as_default=True)
110 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
H A Dp2p_invite.py72 self.daemon = True
86 DBusGMainLoop(set_as_default=True)
136 gobject.MainLoop().get_context().iteration(True)
/freebsd-10.1-release/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
H A Dtable.py51 def printme(self, headers=True):
/freebsd-10.1-release/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...]
H A Dbzlib.c149 return True;
229 s->inUse[s->state_in_ch] = True;
244 s->inUse[s->state_in_len-4] = True;
274 zs->inUse[zs->state_in_ch] = True; \
302 while (True) {
307 progress_in = True;
318 while (True) {
325 progress_in = True;
344 while (True) {
352 progress_out = True;
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py45 fallback=True).gettext
/freebsd-10.1-release/usr.bin/make/
H A Dcond.c94 * terminal, and return the result as either True or False.
102 True, enumerator in enum:__anon11819
625 t = strcmp(lhs, string) ? False : True;
627 t = strcmp(lhs, string) ? True : False;
689 t = (left != right ? True : False);
697 t = (left == right ? True : False);
701 t = (left <= right?True:False);
703 t = (left < right?True:False);
708 t = (left >= right?True:False);
710 t = (left > right?True
[all...]
/freebsd-10.1-release/sbin/adjkerntz/
H A Dadjkerntz.c61 #define True (1) macro
99 init = True;
107 sleep_mode = True;
119 sleep_mode = True;
229 looping = True;
299 need_restore = True;
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py131 while True:
134 while True:
/freebsd-10.1-release/contrib/groff/src/libs/libxutil/
H A DXFontName.c99 return True;
178 return True;
210 return True;
240 return True;
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h43 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate

Completed in 216 milliseconds

1234