Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/external/libcxx/include/experimental/
Dtype_traits25 template <class T> constexpr bool is_void_v
27 template <class T> constexpr bool is_null_pointer_v
29 template <class T> constexpr bool is_integral_v
31 template <class T> constexpr bool is_floating_point_v
33 template <class T> constexpr bool is_array_v
35 template <class T> constexpr bool is_pointer_v
37 template <class T> constexpr bool is_lvalue_reference_v
39 template <class T> constexpr bool is_rvalue_reference_v
41 template <class T> constexpr bool is_member_object_pointer_v
43 template <class T> constexpr bool is_member_function_pointer_v
[all …]
Doptional37 constexpr bool operator==(const optional<T>&, const optional<T>&);
39 constexpr bool operator!=(const optional<T>&, const optional<T>&);
41 constexpr bool operator<(const optional<T>&, const optional<T>&);
43 constexpr bool operator>(const optional<T>&, const optional<T>&);
45 constexpr bool operator<=(const optional<T>&, const optional<T>&);
47 constexpr bool operator>=(const optional<T>&, const optional<T>&);
50 template <class T> constexpr bool operator==(const optional<T>&, nullopt_t) noexcept;
51 template <class T> constexpr bool operator==(nullopt_t, const optional<T>&) noexcept;
52 template <class T> constexpr bool operator!=(const optional<T>&, nullopt_t) noexcept;
53 template <class T> constexpr bool operator!=(nullopt_t, const optional<T>&) noexcept;
[all …]
Dratio24 template <class R1, class R2> constexpr bool ratio_equal_v
26 template <class R1, class R2> constexpr bool ratio_not_equal_v
28 template <class R1, class R2> constexpr bool ratio_less_v
30 template <class R1, class R2> constexpr bool ratio_less_equal_v
32 template <class R1, class R2> constexpr bool ratio_greater_v
34 template <class R1, class R2> constexpr bool ratio_greater_equal_v
53 template <class _R1, class _R2> _LIBCPP_CONSTEXPR bool ratio_equal_v
56 template <class _R1, class _R2> _LIBCPP_CONSTEXPR bool ratio_not_equal_v
59 template <class _R1, class _R2> _LIBCPP_CONSTEXPR bool ratio_less_v
62 template <class _R1, class _R2> _LIBCPP_CONSTEXPR bool ratio_less_equal_v
[all …]
/external/libcxx/include/
Dlimits24 static constexpr bool is_specialized = false;
32 static constexpr bool is_signed = false;
33 static constexpr bool is_integer = false;
34 static constexpr bool is_exact = false;
44 static constexpr bool has_infinity = false;
45 static constexpr bool has_quiet_NaN = false;
46 static constexpr bool has_signaling_NaN = false;
48 static constexpr bool has_denorm_loss = false;
54 static constexpr bool is_iec559 = false;
55 static constexpr bool is_bounded = false;
[all …]
Dtypeindex26 bool operator==(const type_index& rhs) const noexcept;
27 bool operator!=(const type_index& rhs) const noexcept;
28 bool operator< (const type_index& rhs) const noexcept;
29 bool operator<=(const type_index& rhs) const noexcept;
30 bool operator> (const type_index& rhs) const noexcept;
31 bool operator>=(const type_index& rhs) const noexcept;
66 bool operator==(const type_index& __y) const _NOEXCEPT
69 bool operator!=(const type_index& __y) const _NOEXCEPT
72 bool operator< (const type_index& __y) const _NOEXCEPT
75 bool operator<=(const type_index& __y) const _NOEXCEPT
[all …]
Dshared_mutex33 bool try_lock();
35 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
37 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
42 bool try_lock_shared();
44 bool
47 bool
79 bool try_lock();
81 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
83 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
91 bool owns_lock() const noexcept;
[all …]
/external/mesa3d/src/glsl/tests/lower_jumps/
Dlower_breaks_6.opt_test.expected6 ((declare (temporary) bool break_flag)
7 (assign (x) (var_ref break_flag) (constant bool (0)))
9 ((declare (temporary) bool execute_flag)
10 (assign (x) (var_ref execute_flag) (constant bool (1)))
11 (if (expression bool > (var_ref a) (constant float (0.000000)))
12 ((if (expression bool > (var_ref ba) (constant float (0.000000)))
13 ((if (expression bool > (var_ref bb) (constant float (0.000000)))
14 ((assign (x) (var_ref execute_flag) (constant bool (0))))
18 ((if (expression bool > (var_ref ca) (constant float (0.000000)))
19 ((if (expression bool > (var_ref cb) (constant float (0.000000)))
[all …]
Dlower_unified_returns.opt_test.expected5 ((declare (temporary) bool execute_flag)
6 (assign (x) (var_ref execute_flag) (constant bool (1)))
7 (declare (temporary) bool return_flag)
8 (assign (x) (var_ref return_flag) (constant bool (0)))
9 (if (expression bool > (var_ref aa) (constant float (0.000000)))
10 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
11 ((assign (x) (var_ref return_flag) (constant bool (1)))
12 (assign (x) (var_ref execute_flag) (constant bool (0))))
16 ((if (expression bool > (var_ref b) (constant float (0.000000)))
17 ((if (expression bool > (var_ref c) (constant float (0.000000))) () ())
[all …]
Dlower_pulled_out_jump.opt_test.expected6 ((declare (temporary) bool execute_flag)
7 (assign (x) (var_ref execute_flag) (constant bool (1)))
8 (declare (temporary) bool return_flag)
9 (assign (x) (var_ref return_flag) (constant bool (0)))
10 (if (expression bool > (var_ref aa) (constant float (0.000000)))
11 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
12 ((assign (x) (var_ref return_flag) (constant bool (1)))
13 (assign (x) (var_ref execute_flag) (constant bool (0))))
18 ((if (expression bool > (var_ref b) (constant float (0.000000)))
19 ((if (expression bool > (var_ref c) (constant float (0.000000))) ()
[all …]
Dlower_guarded_conditional_break.opt_test.expected4 ((declare (temporary) bool break_flag)
5 (assign (x) (var_ref break_flag) (constant bool (0)))
7 ((declare (temporary) bool execute_flag)
8 (assign (x) (var_ref execute_flag) (constant bool (1)))
9 (if (expression bool > (var_ref aa) (constant float (0.000000)))
10 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
11 ((assign (x) (var_ref execute_flag) (constant bool (0))))
15 ((if (expression bool > (var_ref b) (constant float (0.000000)))
16 ((assign (x) (var_ref break_flag) (constant bool (1)))
17 (assign (x) (var_ref execute_flag) (constant bool (0))))
Dlower_returns_3.opt_test.expected4 ((declare (temporary) bool execute_flag)
5 (assign (x) (var_ref execute_flag) (constant bool (1)))
7 (declare (temporary) bool return_flag)
8 (assign (x) (var_ref return_flag) (constant bool (0)))
9 (if (expression bool > (var_ref a) (constant float (0.000000)))
10 ((if (expression bool > (var_ref b) (constant float (0.000000)))
12 (assign (x) (var_ref return_flag) (constant bool (1)))
13 (assign (x) (var_ref execute_flag) (constant bool (0))))
18 (assign (x) (var_ref return_flag) (constant bool (1)))
19 (assign (x) (var_ref execute_flag) (constant bool (0))))
Dlower_returns_4.opt_test.expected4 ((declare (temporary) bool execute_flag)
5 (assign (x) (var_ref execute_flag) (constant bool (1)))
7 (declare (temporary) bool return_flag)
8 (assign (x) (var_ref return_flag) (constant bool (0)))
9 (if (expression bool > (var_ref a) (constant float (0.000000)))
11 (assign (x) (var_ref return_flag) (constant bool (1)))
12 (assign (x) (var_ref execute_flag) (constant bool (0))))
14 (assign (x) (var_ref return_flag) (constant bool (1)))
15 (assign (x) (var_ref execute_flag) (constant bool (0)))))
Dlower_returns_sub_true.opt_test.expected4 ((declare (temporary) bool execute_flag)
5 (assign (x) (var_ref execute_flag) (constant bool (1)))
6 (declare (temporary) bool return_flag)
7 (assign (x) (var_ref return_flag) (constant bool (0)))
8 (if (expression bool > (var_ref a) (constant float (0.000000)))
9 ((if (expression bool > (var_ref b) (constant float (0.000000)))
10 ((assign (x) (var_ref return_flag) (constant bool (1)))
11 (assign (x) (var_ref execute_flag) (constant bool (0))))
Dlower_returns_main_true.opt_test.expected4 ((declare (temporary) bool execute_flag)
5 (assign (x) (var_ref execute_flag) (constant bool (1)))
6 (declare (temporary) bool return_flag)
7 (assign (x) (var_ref return_flag) (constant bool (0)))
8 (if (expression bool > (var_ref a) (constant float (0.000000)))
9 ((if (expression bool > (var_ref b) (constant float (0.000000)))
10 ((assign (x) (var_ref return_flag) (constant bool (1)))
11 (assign (x) (var_ref execute_flag) (constant bool (0))))
/external/protobuf/benchmarks/
Dgoogle_speed.proto10 optional bool field80 = 80 [default=false];
11 optional bool field81 = 81 [default=true];
19 optional bool field59 = 59 [default=false];
23 optional bool field12 = 12 [default=true];
24 optional bool field17 = 17 [default=true];
25 optional bool field13 = 13 [default=true];
26 optional bool field14 = 14 [default=true];
33 optional bool field30 = 30 [default=false];
39 optional bool field24 = 24 [default=false];
42 optional bool field78 = 78;
[all …]
Dgoogle_size.proto10 optional bool field80 = 80 [default=false];
11 optional bool field81 = 81 [default=true];
19 optional bool field59 = 59 [default=false];
23 optional bool field12 = 12 [default=true];
24 optional bool field17 = 17 [default=true];
25 optional bool field13 = 13 [default=true];
26 optional bool field14 = 14 [default=true];
33 optional bool field30 = 30 [default=false];
39 optional bool field24 = 24 [default=false];
42 optional bool field78 = 78;
[all …]
/external/compiler-rt/lib/sanitizer_common/
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_null, false,
[all …]
/external/mesa3d/src/glsl/builtins/ir/
Dstep.ir6 ((return (expression float b2f (expression bool >= (var_ref x) (var_ref edge))))))
13 …(assign (x) (var_ref t) (expression float b2f (expression bool >= (swiz x (var_ref x))(var_ref edg…
14 …(assign (y) (var_ref t) (expression float b2f (expression bool >= (swiz y (var_ref x))(var_ref edg…
22 …(assign (x) (var_ref t) (expression float b2f (expression bool >= (swiz x (var_ref x))(var_ref edg…
23 …(assign (y) (var_ref t) (expression float b2f (expression bool >= (swiz y (var_ref x))(var_ref edg…
24 …(assign (z) (var_ref t) (expression float b2f (expression bool >= (swiz z (var_ref x))(var_ref edg…
32 …(assign (x) (var_ref t) (expression float b2f (expression bool >= (swiz x (var_ref x))(var_ref edg…
33 …(assign (y) (var_ref t) (expression float b2f (expression bool >= (swiz y (var_ref x))(var_ref edg…
34 …(assign (z) (var_ref t) (expression float b2f (expression bool >= (swiz z (var_ref x))(var_ref edg…
35 …(assign (w) (var_ref t) (expression float b2f (expression bool >= (swiz w (var_ref x))(var_ref edg…
[all …]
Dall.ir2 (signature bool
5 ((return (expression bool && (swiz x (var_ref arg0))(swiz y (var_ref arg0))))))
7 (signature bool
10 …((return (expression bool && (expression bool && (swiz x (var_ref arg0))(swiz y (var_ref arg0))) (…
12 (signature bool
15 …((return (expression bool && (expression bool && (expression bool && (swiz x (var_ref arg0))(swiz …
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.ui141 <bool>false</bool>
164 <bool>false</bool>
178 <bool>false</bool>
195 <bool>false</bool>
215 <bool>false</bool>
222 <bool>true</bool>
231 <bool>false</bool>
241 <bool>false</bool>
251 <bool>false</bool>
261 <bool>false</bool>
[all …]
/external/compiler-rt/lib/msan/
Dmsan_flags.inc23 MSAN_FLAG(bool, poison_heap_with_zeroes, false, "")
24 MSAN_FLAG(bool, poison_stack_with_zeroes, false, "")
25 MSAN_FLAG(bool, poison_in_malloc, true, "")
26 MSAN_FLAG(bool, poison_in_free, true, "")
27 MSAN_FLAG(bool, report_umrs, true, "")
28 MSAN_FLAG(bool, wrap_signals, true, "")
29 MSAN_FLAG(bool, print_stats, false, "")
30 MSAN_FLAG(bool, halt_on_error, !&__msan_keep_going, "")
31 MSAN_FLAG(bool, atexit, false, "")
/external/compiler-rt/lib/asan/
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_exit, false,
[all …]
/external/compiler-rt/lib/lsan/
Dlsan_flags.inc20 LSAN_FLAG(bool, report_objects, false,
31 LSAN_FLAG(bool, use_globals, true,
33 LSAN_FLAG(bool, use_stacks, true, "Root set: include thread stacks")
34 LSAN_FLAG(bool, use_registers, true, "Root set: include thread registers")
35 LSAN_FLAG(bool, use_tls, true,
37 LSAN_FLAG(bool, use_root_regions, true,
40 LSAN_FLAG(bool, use_unaligned, false, "Consider unaligned pointers valid.")
41 LSAN_FLAG(bool, use_poisoned, false,
43 LSAN_FLAG(bool, log_pointers, false, "Debug logging")
44 LSAN_FLAG(bool, log_threads, false, "Debug logging")
/external/compiler-rt/lib/tsan/rtl/
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_atomics, false,
[all …]
/external/llvm/test/CodeGen/X86/
Dscev-interchange.ll15 …%"struct.std::_Bvector_base<std::allocator<bool> >" = type { %"struct.std::_Bvector_base<std::allo…
16 …%"struct.std::_Bvector_base<std::allocator<bool> >::_Bvector_impl" = type { %"struct.std::_Bit_con…
23bool, std::allocator<bool> >,std::allocator<std::vector<bool, std::allocator<bool> > > >" = type {…
24bool, std::allocator<bool> >,std::allocator<std::vector<bool, std::allocator<bool> > > >::_Vector_…
27 …%"struct.std::vector<bool,std::allocator<bool> >" = type { %"struct.std::_Bvector_base<std::alloca…
30bool, std::allocator<bool> >,std::allocator<std::vector<bool, std::allocator<bool> > > >" = type {…
40 declare fastcc void @_ZNSt6vectorIbSaIbEEC1EmRKbRKS0_(%"struct.std::vector<bool,std::allocator<bool
42bool, std::allocator<bool> >,std::allocator<std::vector<bool, std::allocator<bool> > > >"* nocaptu…
48bool,std::allocator<bool> >"* nocapture, %"struct.std::vector<std::vector<bool, std::allocator<boo…
56 …invoke fastcc void @_ZNSt6vectorIbSaIbEEC1EmRKbRKS0_(%"struct.std::vector<bool,std::allocator<bool
[all …]

12345678910>>...26