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

1234

/freebsd-11-stable/contrib/libxo/doc/
H A Dconf.py54 smart_quotes = False
81 todo_include_todos = False
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Drfc3454.py43 inTable = False
53 inTable = False
H A Dgen-punycode-examples.py52 start = False
66 start = False
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk12 False= ${echo false >&2:L:sh}FALSE macro
19 @echo ${VSET:U${False}}
23 @echo ${UNDEF:D${False}}
35 @echo ${1:L:?${True}:${False}}
39 @echo ${0:L:?${True}:${False}}
43 @echo ${VSET:U${1:L:?${True}:${False}}}
/freebsd-11-stable/contrib/subversion/
H A D.ycm_extra_conf.py45 make_next_absolute = False
51 make_next_absolute = False
83 do_cache = False
H A Dgen-make.py310 overwrite=False)
312 overwrite=False)
314 overwrite=False)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py14 have_readline = False
18 have_readline = False
26 g_builtin_override_called = False
47 # g_builtin_override_called to False so we know if a SystemExit
52 g_builtin_override_called = False
84 interacted = False
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrame.i15 def print_stacktrace(thread, string_buffer = False):
36 args=get_args_as_string(frame, showFuncName=False) if not frame.IsInlined() else '()')
303 return self.GetVariables(True,False,False,False)
306 return self.GetVariables(False,True,False,False)
309 return self.GetVariables(False,False,Tru
[all...]
H A DSBFile.i44 def Create(cls, file, borrow=False, force_io_methods=False):
96 file object using `open(fd, mode=..., closefd=False)`
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp114 TPResult TPR = isCXXDeclarationSpecifier(TPResult::False,
117 return TPR != TPResult::False; // Returns true for TPResult::True or
148 assert(TPR == TPResult::True || TPR == TPResult::False);
252 assert(TPR == TPResult::False);
260 return TPResult::False;
415 case TPResult::False:
555 return TPR != TPResult::False; // Returns true for TPResult::True or
601 TPR = TPResult::False;
604 assert(TPR == TPResult::True || TPR == TPResult::False);
885 if (TPR == TPResult::False) {
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py62 printing = False
63 gotone = False
/freebsd-11-stable/contrib/groff/src/libs/libxutil/
H A DXFontName.c69 return False;
75 return False;
129 return False; \
132 return False;
135 return False; \
143 return False; \
188 return False;
193 return False;
/freebsd-11-stable/sbin/adjkerntz/
H A Dadjkerntz.c64 #define False (0) macro
92 int need_restore = False, sleep_mode = False, looping,
106 init = False;
149 looping = False;
153 init = False;
350 need_restore = False;
362 sleep_mode = False;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py65 return False
67 return False
113 self.ho_server_processing = False
114 self.success = False
174 success = False
200 continue_loop = False
244 continue_loop = False
261 wait_connection = False
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py27 init_on_touch = False
28 in_raw_mode = False
32 no_input = False
35 terminate_now = False
80 return False
86 return False
109 def wpas_get_handover_sel(tag=False):
250 continue_loop = False
263 self.ho_server_processing = False
264 self.success = False
[all...]
H A Dwps-nfc.py28 terminate_now = False
69 return False
71 return False
142 self.ho_server_processing = False
143 self.success = False
287 continue_loop = False
296 success = False
327 continue_loop = False
384 continue_loop = False
422 wait_connection = False
[all...]
/freebsd-11-stable/contrib/bzip2/
H A Dbzip2.c170 #define False ((Bool)0) macro
323 return False;
535 return False;
617 return False;
623 return False;
629 return False;
988 if (MY_S_ISREG(statBuf.st_mode)) return False;
1089 return False;
1096 return False;
1114 if (ns < nx) return False;
[all...]
H A Dbzlib.c130 for (i = 0; i < 256; i++) s->inUse[i] = False;
148 return False; else
297 Bool progress_in = False;
342 Bool progress_out = False;
369 Bool progress_in = False;
370 Bool progress_out = False;
397 BZ2_compressBlock ( s, False );
540 Returns False if there is no problem.
552 if (s->strm->avail_out == 0) return False;
564 if (s->nblock_used == s->save_nblock+1) return False;
[all...]
/freebsd-11-stable/contrib/libucl/python/tests/
H A Dtest_load.py49 "b : False"
51 valid = { "a" : True, "b" : False }
104 'key11': False,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py159 persistent = False
187 persistent = False
204 assert False, "unhandled option"
/freebsd-11-stable/release/scripts/
H A Dlist-new-changesets.py97 show_logentry = False
/freebsd-11-stable/tools/tools/notescheck/
H A Dnotescheck.py233 quoted = False
238 quoted = False
264 skip = False
267 skip = False
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptotest.py82 swapptct = False
137 swapptct = False
165 swapptct = False
204 swapptct = False
H A Dcryptodev.py280 exit = [ False ]
325 didread = False
407 elif False:
413 elif False:
434 elif False:
455 elif False:
475 elif False:
512 elif False:
534 elif False:
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwf_helpgen.py38 parser = argparse.ArgumentParser(prog='xmlwf', add_help=False,

Completed in 190 milliseconds

1234