Home
last modified time | relevance | path

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

12345678910>>...42

/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk7-flags.txt1 bool AHRByDeathCollectTimeRatio = false {product}
2 bool AHRByMinorPauseTimeMajorFreq = false {product}
3 bool AHRByPromoToAllocRatio = false {product}
4 bool AHRBySurvivorAge = false {product}
18 bool AdaptiveHeapRebalance = false {product}
29 bool AdjustConcurrency = false {product}
30 bool AggressiveOpts = false {product}
38 bool AllowJNIEnvProxy = false {product}
39 bool AllowParallelDefineClass = false {product}
40 bool AllowUserSignalHandlers = false {product}
[all …]
Djdk6-flags.txt1 bool AHRByDeathCollectTimeRatio = false {product}
2 bool AHRByMinorPauseTimeMajorFreq = false {product}
3 bool AHRByPromoToAllocRatio = false {product}
4 bool AHRBySurvivorAge = false {product}
18 bool AdaptiveHeapRebalance = false {product}
29 bool AdjustConcurrency = false {product}
30 bool AggressiveOpts = false {product}
37 bool AllowJNIEnvProxy = false {product}
38 bool AllowParallelDefineClass = false {product}
39 bool AllowUserSignalHandlers = false {product}
[all …]
/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/jemalloc/include/jemalloc/
Djemalloc_typedefs.h.in3 * chunk_alloc(void *new_addr, size_t size, size_t alignment, bool *zero,
4 * bool *commit, unsigned arena_ind);
6 typedef void *(chunk_alloc_t)(void *, size_t, size_t, bool *, bool *, unsigned);
9 * bool
10 * chunk_dalloc(void *chunk, size_t size, bool committed, unsigned arena_ind);
12 typedef bool (chunk_dalloc_t)(void *, size_t, bool, unsigned);
15 * bool
19 typedef bool (chunk_commit_t)(void *, size_t, size_t, size_t, unsigned);
22 * bool
26 typedef bool (chunk_decommit_t)(void *, size_t, size_t, size_t, unsigned);
[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 …]
Dshared_mutex33 bool try_lock();
38 bool try_lock_shared();
56 bool try_lock();
58 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
60 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
65 bool try_lock_shared();
67 bool
70 bool
102 bool try_lock();
104 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc19 // Supported types: bool, const char *, int, uptr.
24 bool, symbolize, true,
32 bool, allow_addr2line, false,
38 COMMON_FLAG(bool, fast_unwind_on_check, false,
41 COMMON_FLAG(bool, fast_unwind_on_fatal, false,
44 COMMON_FLAG(bool, fast_unwind_on_malloc, true,
47 COMMON_FLAG(bool, handle_ioctl, false, "Intercept and handle ioctl requests.")
55 bool, log_exe_name, false,
59 bool, log_to_syslog, SANITIZER_ANDROID || SANITIZER_MAC,
65 COMMON_FLAG(bool, detect_leaks, true, "Enable memory leak detection.")
[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_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/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_not_implemented_ios.mm51 bool AudioDeviceIOS::SpeakerIsInitialized() const {
55 int32_t AudioDeviceIOS::SpeakerVolumeIsAvailable(bool& available) {
95 int32_t AudioDeviceIOS::SpeakerMuteIsAvailable(bool& available) {
100 int32_t AudioDeviceIOS::SetSpeakerMute(bool enable) {
105 int32_t AudioDeviceIOS::SpeakerMute(bool& enabled) const {
120 bool AudioDeviceIOS::PlayoutWarning() const {
124 bool AudioDeviceIOS::PlayoutError() const {
128 bool AudioDeviceIOS::RecordingWarning() const {
132 bool AudioDeviceIOS::RecordingError() const {
140 bool AudioDeviceIOS::MicrophoneIsInitialized() const {
[all …]
/external/protobuf/benchmarks/
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 …]
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 …]
/external/vulkan-validation-layers/libs/glm/gtx/
Dscalar_relational.inl13 GLM_FUNC_QUALIFIER bool lessThan
23 GLM_FUNC_QUALIFIER bool lessThanEqual
33 GLM_FUNC_QUALIFIER bool greaterThan
43 GLM_FUNC_QUALIFIER bool greaterThanEqual
53 GLM_FUNC_QUALIFIER bool equal
63 GLM_FUNC_QUALIFIER bool notEqual
72 GLM_FUNC_QUALIFIER bool any
74 bool const & x
80 GLM_FUNC_QUALIFIER bool all
82 bool const & x
[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.inc24 MSAN_FLAG(bool, poison_heap_with_zeroes, false, "")
25 MSAN_FLAG(bool, poison_stack_with_zeroes, false, "")
26 MSAN_FLAG(bool, poison_in_malloc, true, "")
27 MSAN_FLAG(bool, poison_in_free, true, "")
28 MSAN_FLAG(bool, poison_in_dtor, false, "")
29 MSAN_FLAG(bool, report_umrs, true, "")
30 MSAN_FLAG(bool, wrap_signals, true, "")
31 MSAN_FLAG(bool, print_stats, false, "")
32 MSAN_FLAG(bool, halt_on_error, !&__msan_keep_going, "")
33 MSAN_FLAG(bool, atexit, false, "")
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.proto36 optional bool keypress = 6;
49 optional bool aec_enabled = 1;
50 optional bool aec_delay_agnostic_enabled = 2;
51 optional bool aec_drift_compensation_enabled = 3;
52 optional bool aec_extended_filter_enabled = 4;
55 optional bool aecm_enabled = 6;
56 optional bool aecm_comfort_noise_enabled = 7;
59 optional bool agc_enabled = 9;
61 optional bool agc_limiter_enabled = 11;
62 optional bool noise_robust_agc_enabled = 12;
[all …]

12345678910>>...42