Searched refs:bool (Results 1 - 25 of 176) sorted by relevance

12345678

/external/compiler-rt/lib/dfsan/
H A Ddfsan_flags.inc20 DFSAN_FLAG(bool, warn_unimplemented, true,
22 DFSAN_FLAG(bool, warn_nonzero_labels, false,
25 bool, strict_data_dependencies, true,
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc18 // Supported types: bool, const char *, int, uptr.
23 bool, symbolize, true,
31 bool, allow_addr2line, false,
37 COMMON_FLAG(bool, fast_unwind_on_check, false,
40 COMMON_FLAG(bool, fast_unwind_on_fatal, false,
43 COMMON_FLAG(bool, fast_unwind_on_malloc, true,
46 COMMON_FLAG(bool, handle_ioctl, false, "Intercept and handle ioctl requests.")
56 COMMON_FLAG(bool, detect_leaks, true, "Enable memory leak detection.")
58 bool, leak_check_at_exit, true,
62 COMMON_FLAG(bool, allocator_may_return_nul
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_flags.inc32 bool, debug, false,
39 ASAN_FLAG(bool, check_initialization_order, false,
42 bool, replace_str, true,
45 ASAN_FLAG(bool, replace_intrin, true,
47 ASAN_FLAG(bool, mac_ignore_invalid_free, false,
50 ASAN_FLAG(bool, detect_stack_use_after_return, false,
57 ASAN_FLAG(bool, uar_noreserve, false,
67 ASAN_FLAG(bool, allow_user_poisoning, true,
75 ASAN_FLAG(bool, check_malloc_usable_size, true,
78 ASAN_FLAG(bool, unmap_shadow_on_exi
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc20 TSAN_FLAG(bool, enable_annotations, true,
24 TSAN_FLAG(bool, suppress_equal_stacks, true,
27 TSAN_FLAG(bool, suppress_equal_addresses, true,
31 TSAN_FLAG(bool, report_bugs, true,
33 TSAN_FLAG(bool, report_thread_leaks, true, "Report thread leaks at exit?")
34 TSAN_FLAG(bool, report_destroy_locked, true,
36 TSAN_FLAG(bool, report_mutex_bugs, true,
38 TSAN_FLAG(bool, report_signal_unsafe, true,
41 TSAN_FLAG(bool, report_atomic_races, true,
44 bool, force_seq_cst_atomic
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-store-heapobject.js16 function f(bool) {
18 if (bool) {
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DAnd.java50 if (expr1.bool())
54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
69 public boolean bool(XPathContext xctxt) method in class:And
72 return (m_left.bool(xctxt) && m_right.bool(xctxt));
H A DOr.java50 if (!expr1.bool())
54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
69 public boolean bool(XPathContext xctxt) method in class:Or
72 return (m_left.bool(xctxt) || m_right.bool(xctxt));
H A DBool.java50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
62 public boolean bool(XPathContext xctxt) method in class:Bool
65 return m_right.bool(xctxt);
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dllvm_passmgr_builder.ml18 external set_disable_unit_at_a_time : bool -> t -> unit
20 external set_disable_unroll_loops : bool -> t -> unit
31 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
H A Dllvm_passmgr_builder.mli30 external set_disable_unit_at_a_time : bool -> t -> unit
34 external set_disable_unroll_loops : bool -> t -> unit
53 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
/external/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml16 : Llvm.llmodule -> string -> bool
20 : ?unbuffered:bool -> Llvm.llmodule -> Unix.file_descr -> bool
H A Dllvm_bitwriter.mli18 : Llvm.llmodule -> string -> bool
25 : ?unbuffered:bool -> Llvm.llmodule -> Unix.file_descr -> bool
37 val output_bitcode : ?unbuffered:bool -> out_channel -> Llvm.llmodule -> bool
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXBooleanStatic.java62 return m_val == obj2.bool();
H A DXBoolean.java112 public boolean bool() method in class:XBoolean
160 return m_val == obj2.bool();
H A DXNull.java80 public boolean bool() method in class:XNull
/external/llvm/tools/llvm-config/
H A DLibraryDependencies.inc17 bool IsInstalled;
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncBoolean.java45 return m_arg0.execute(xctxt).bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
H A DFuncNot.java45 return m_arg0.execute(xctxt).bool() ? XBoolean.S_FALSE : XBoolean.S_TRUE;
/external/jmonkeyengine/engine/src/core/com/jme3/util/xml/
H A DSAXUtil.java102 public static boolean parseBool(String bool, boolean def) throws SAXException{ argument
103 if (bool == null || bool.equals(""))
106 return Boolean.valueOf(bool);
109 // throw new SAXException("Expected a boolean, got'"+bool+"'");
/external/boringssl/src/ssl/test/runner/
H A Dtest_output.go27 Interrupted bool `json:"interrupted"`
32 allPassed bool
38 IsUnexpected bool `json:"is_unexpected"`
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.mm37 bool SkOSWindow::onEvent(const SkEvent& evt) {
51 bool SkOSWindow::onDispatchClick(int x, int y, Click::State state, void* owner,
68 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, AttachmentInfo* info) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DDataRecord.java77 record.requiresDigitSeparator = in.bool("requiresDigitSeparator");
88 record.omitSingularCount = in.bool("omitSingularCount");
89 record.omitDualCount = in.bool("omitDualCount");
97 record.allowZero = in.bool("allowZero");
98 record.weeksAloneOnly = in.bool("weeksAloneOnly");
143 out.bool("requiresDigitSeparator", requiresDigitSeparator);
153 out.bool("omitSingularCount", omitSingularCount);
154 out.bool("omitDualCount", omitDualCount);
161 out.bool("allowZero", allowZero);
162 out.bool("weeksAloneOnl
[all...]
H A DRecordReader.java14 boolean bool(String name); method in interface:RecordReader
H A DRecordWriter.java14 void bool(String name, boolean value); method in interface:RecordWriter
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dconverters.py17 return bool(obj)

Completed in 735 milliseconds

12345678