Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 1945) sorted by relevance

12345678910>>...78

/external/python/cpython3/Tools/peg_generator/pegen/
Dbuild.py35 verbose: bool = False,
36 keep_asserts: bool = True,
37 disable_optimization: bool = True, # Significant test_peg_generator speedup.
116 grammar_file: str, verbose_tokenizer: bool = False, verbose_parser: bool = False
163 compile_extension: bool = False,
164 verbose_c_extension: bool = False,
165 keep_asserts_in_extension: bool = True,
166 skip_actions: bool = False,
188 grammar: Grammar, grammar_file: str, output_file: str, skip_actions: bool = False,
200 compile_extension: bool = False,
[all …]
/external/rust/crates/syn/src/gen/
Deq.rs13 fn eq(&self, other: &Self) -> bool { in eq()
23 fn eq(&self, other: &Self) -> bool { in eq()
33 fn eq(&self, other: &Self) -> bool { in eq()
44 fn eq(&self, other: &Self) -> bool { in eq()
58 fn eq(&self, other: &Self) -> bool { in eq()
69 fn eq(&self, other: &Self) -> bool { in eq()
79 fn eq(&self, other: &Self) -> bool { in eq()
119 fn eq(&self, other: &Self) -> bool { in eq()
129 fn eq(&self, other: &Self) -> bool { in eq()
139 fn eq(&self, other: &Self) -> bool { in eq()
[all …]
/external/rust/crates/semver/src/
Deval.rs3 pub(crate) fn matches_req(req: &VersionReq, ver: &Version) -> bool { in matches_req()
26 pub(crate) fn matches_comparator(cmp: &Comparator, ver: &Version) -> bool { in matches_comparator()
30 fn matches_impl(cmp: &Comparator, ver: &Version) -> bool { in matches_impl()
44 fn matches_exact(cmp: &Comparator, ver: &Version) -> bool { in matches_exact()
64 fn matches_greater(cmp: &Comparator, ver: &Version) -> bool { in matches_greater()
90 fn matches_less(cmp: &Comparator, ver: &Version) -> bool { in matches_less()
116 fn matches_tilde(cmp: &Comparator, ver: &Version) -> bool { in matches_tilde()
136 fn matches_caret(cmp: &Comparator, ver: &Version) -> bool { in matches_caret()
176 fn pre_is_compatible(cmp: &Comparator, ver: &Version) -> bool { in pre_is_compatible()
/external/rust/crates/syn/tests/common/
Deq.rs35 fn eq(&self, other: &Self) -> bool; in eq()
39 fn eq(&self, other: &Self) -> bool { in eq()
45 fn eq(&self, other: &Self) -> bool { in eq()
51 fn eq(&self, other: &Self) -> bool { in eq()
57 fn eq(&self, other: &Self) -> bool { in eq()
67 fn eq(&self, other: &Self) -> bool { in eq()
73 fn eq(&self, other: &Self) -> bool { in eq()
79 fn eq(&self, other: &Self) -> bool { in eq()
89 fn eq(&self, other: &Self) -> bool { in eq()
95 fn eq(&self, other: &Self) -> bool { in eq()
[all …]
/external/rust/crates/nom/src/character/
Dmod.rs21 pub fn is_alphabetic(chr: u8) -> bool { in is_alphabetic()
35 pub fn is_digit(chr: u8) -> bool { in is_digit()
51 pub fn is_hex_digit(chr: u8) -> bool { in is_hex_digit()
66 pub fn is_oct_digit(chr: u8) -> bool { in is_oct_digit()
82 pub fn is_alphanumeric(chr: u8) -> bool { in is_alphanumeric()
98 pub fn is_space(chr: u8) -> bool { in is_space()
114 pub fn is_newline(chr: u8) -> bool { in is_newline()
/external/rust/crates/serde_json/src/value/
Dpartial_eq.rs4 fn eq_i64(value: &Value, other: i64) -> bool { in eq_i64()
8 fn eq_u64(value: &Value, other: u64) -> bool { in eq_u64()
12 fn eq_f64(value: &Value, other: f64) -> bool { in eq_f64()
16 fn eq_bool(value: &Value, other: bool) -> bool { in eq_bool()
20 fn eq_str(value: &Value, other: &str) -> bool { in eq_str()
25 fn eq(&self, other: &str) -> bool { in eq()
31 fn eq(&self, other: &&str) -> bool { in eq()
37 fn eq(&self, other: &Value) -> bool { in eq()
43 fn eq(&self, other: &Value) -> bool { in eq()
49 fn eq(&self, other: &String) -> bool { in eq()
[all …]
/external/rust/crates/vulkano/src/pipeline/graphics_pipeline/
Dmod.rs116 pub fn has_dynamic_line_width(&self) -> bool { in has_dynamic_line_width()
128 pub fn has_dynamic_viewports(&self) -> bool { in has_dynamic_viewports()
134 pub fn has_dynamic_scissors(&self) -> bool { in has_dynamic_scissors()
140 pub fn has_dynamic_depth_bounds(&self) -> bool { in has_dynamic_depth_bounds()
146 pub fn has_dynamic_stencil_compare_mask(&self) -> bool { in has_dynamic_stencil_compare_mask()
152 pub fn has_dynamic_stencil_write_mask(&self) -> bool { in has_dynamic_stencil_write_mask()
158 pub fn has_dynamic_stencil_reference(&self) -> bool { in has_dynamic_stencil_reference()
217 fn has_dynamic_line_width(&self) -> bool; in has_dynamic_line_width()
223 fn has_dynamic_viewports(&self) -> bool; in has_dynamic_viewports()
226 fn has_dynamic_scissors(&self) -> bool; in has_dynamic_scissors()
[all …]
/external/rust/crates/mio/src/sys/shell/
Dselector.rs23 pub fn register_waker(&self) -> bool { in register_waker()
73 pub fn is_readable(_: &Event) -> bool { in is_readable()
77 pub fn is_writable(_: &Event) -> bool { in is_writable()
81 pub fn is_error(_: &Event) -> bool { in is_error()
85 pub fn is_read_closed(_: &Event) -> bool { in is_read_closed()
89 pub fn is_write_closed(_: &Event) -> bool { in is_write_closed()
93 pub fn is_priority(_: &Event) -> bool { in is_priority()
97 pub fn is_aio(_: &Event) -> bool { in is_aio()
101 pub fn is_lio(_: &Event) -> bool { in is_lio()
/external/crosvm/src/linux/
Dvcpu.rs71 run_rt: bool, in runnable_vcpu()
73 no_smt: bool, in runnable_vcpu()
74 has_bios: bool, in runnable_vcpu()
75 use_hypervisor_signals: bool, in runnable_vcpu()
76 enable_per_vm_core_scheduling: bool, in runnable_vcpu()
77 host_cpu_topology: bool, in runnable_vcpu()
238 fn handle_s2idle_request(_privileged_vm: bool) {} in handle_s2idle_request()
241 fn handle_s2idle_request(privileged_vm: bool) { in handle_s2idle_request()
269 run_rt: bool, in vcpu_loop()
270 delay_rt: bool, in vcpu_loop()
[all …]
/external/google-fruit/extras/benchmark/
Dgenerate_benchmark.py81 generate_runtime_bench_code: bool,
82 use_exceptions: bool=True,
83 use_rtti: bool=True,
87 generate_debuginfo: bool=False,
88 use_new_delete: bool=False,
89 use_interfaces: bool=False,
90 use_normalized_component: bool=False):
Dno_di_library_source_generator.py19 …te_files(injection_graph: nx.DiGraph, use_new_delete: bool, use_interfaces: bool, generate_runtime…
150 …ate_main(injection_graph: nx.DiGraph, use_interfaces: bool, use_new_delete: bool, generate_runtime…
/external/parameter-framework/upstream/parameter/
DBaseParameter.cpp94 bool CBaseParameter::access(bool & /*bValue*/, bool /*bSet*/, in access() argument
100 bool CBaseParameter::access(std::vector<bool> & /*abValues*/, bool /*bSet*/, in access() argument
107 bool CBaseParameter::access(uint32_t & /*bValue*/, bool /*bSet*/, in access() argument
113 bool CBaseParameter::access(std::vector<uint32_t> & /*abValues*/, bool /*bSet*/, in access() argument
120 bool CBaseParameter::access(int32_t & /*bValue*/, bool /*bSet*/, in access() argument
126 bool CBaseParameter::access(std::vector<int32_t> & /*abValues*/, bool /*bSet*/, in access() argument
133 bool CBaseParameter::access(double & /*bValue*/, bool /*bSet*/, in access() argument
139 bool CBaseParameter::access(std::vector<double> & /*abValues*/, bool /*bSet*/, in access() argument
175 bool CBaseParameter::access(std::vector<string> & /*astrValues*/, bool /*bSet*/, in access() argument
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs80 fn try_lock_exclusive(&self) -> bool { in try_lock_exclusive()
116 fn try_lock_shared(&self) -> bool { in try_lock_shared()
142 fn is_locked(&self) -> bool { in is_locked()
148 fn is_locked_exclusive(&self) -> bool { in is_locked_exclusive()
210 fn try_lock_shared_for(&self, timeout: Self::Duration) -> bool { in try_lock_shared_for()
223 fn try_lock_shared_until(&self, timeout: Self::Instant) -> bool { in try_lock_shared_until()
236 fn try_lock_exclusive_for(&self, timeout: Duration) -> bool { in try_lock_exclusive_for()
253 fn try_lock_exclusive_until(&self, timeout: Instant) -> bool { in try_lock_exclusive_until()
281 fn try_lock_shared_recursive(&self) -> bool { in try_lock_shared_recursive()
296 fn try_lock_shared_recursive_for(&self, timeout: Self::Duration) -> bool { in try_lock_shared_recursive_for()
[all …]
/external/rust/crates/mio/src/event/
Devent.rs28 pub fn is_readable(&self) -> bool { in is_readable()
33 pub fn is_writable(&self) -> bool { in is_writable()
58 pub fn is_error(&self) -> bool { in is_error()
89 pub fn is_read_closed(&self) -> bool { in is_read_closed()
119 pub fn is_write_closed(&self) -> bool { in is_write_closed()
141 pub fn is_priority(&self) -> bool { in is_priority()
163 pub fn is_aio(&self) -> bool { in is_aio()
173 pub fn is_lio(&self) -> bool { in is_lio()
/external/rust/crates/mio/src/sys/windows/
Devent.rs58 pub fn is_readable(event: &Event) -> bool { in is_readable()
62 pub fn is_writable(event: &Event) -> bool { in is_writable()
66 pub fn is_error(event: &Event) -> bool { in is_error()
70 pub fn is_read_closed(event: &Event) -> bool { in is_read_closed()
74 pub fn is_write_closed(event: &Event) -> bool { in is_write_closed()
78 pub fn is_priority(event: &Event) -> bool { in is_priority()
82 pub fn is_aio(_: &Event) -> bool { in is_aio()
87 pub fn is_lio(_: &Event) -> bool { in is_lio()
94 fn check_flags(got: &u32, want: &u32) -> bool { in debug_details()
140 pub fn is_empty(&self) -> bool { in is_empty()
/external/rust/crates/rand/src/distributions/
Dutils.rs214 fn all_lt(self, other: Self) -> bool; in all_lt()
215 fn all_le(self, other: Self) -> bool; in all_le()
216 fn all_finite(self) -> bool; in all_finite()
239 fn is_nan(self) -> bool; in is_nan()
240 fn is_infinite(self) -> bool; in is_infinite()
241 fn is_finite(self) -> bool; in is_finite()
267 fn any(self) -> bool; in any()
268 fn all(self) -> bool; in all()
269 fn none(self) -> bool; in none()
272 impl BoolAsSIMD for bool { implementation
[all …]
/external/rust/crates/vulkano/src/image/
Dtraits.rs36 fn has_color(&self) -> bool { in has_color()
46 fn has_depth(&self) -> bool { in has_depth()
53 fn has_stencil(&self) -> bool { in has_stencil()
82 fn supports_blit_source(&self) -> bool { in supports_blit_source()
88 fn supports_blit_destination(&self) -> bool { in supports_blit_destination()
107 fn is_layout_initialized(&self) -> bool { in is_layout_initialized()
111 unsafe fn preinitialized_layout(&self) -> bool { in preinitialized_layout()
140 preinitialized: bool, in forced_undefined_initial_layout()
194 exclusive_access: bool, in try_gpu_lock()
195 uninitialized_safe: bool, in try_gpu_lock()
[all …]
/external/fonttools/Lib/fontTools/misc/plistlib/
D__init__.py185 use_builtin_types: Optional[bool] = None,
336 def _bool_element(value: bool, ctx: SimpleNamespace) -> etree.Element:
444 sort_keys: bool = True,
445 skipkeys: bool = False,
446 use_builtin_types: Optional[bool] = None,
447 pretty_print: bool = True,
491 use_builtin_types: Optional[bool] = None,
523 use_builtin_types: Optional[bool] = None,
555 use_builtin_types: Optional[bool] = None,
579 sort_keys: bool = True,
[all …]
/external/rust/crates/bindgen/src/ir/
Dannotations.rs96 pub fn hide(&self) -> bool { in hide()
101 pub fn opaque(&self) -> bool { in opaque()
137 pub fn disallow_copy(&self) -> bool { in disallow_copy()
142 pub fn disallow_debug(&self) -> bool { in disallow_debug()
147 pub fn disallow_default(&self) -> bool { in disallow_default()
152 pub fn must_use_type(&self) -> bool { in must_use_type()
157 pub fn private_fields(&self) -> Option<bool> { in private_fields()
166 fn parse(&mut self, comment: &clang::Comment, matched: &mut bool) { in parse()
208 pub fn constify_enum_variant(&self) -> bool { in constify_enum_variant()
/external/rust/crates/atty/src/
Dlib.rs40 pub fn is(stream: Stream) -> bool { in is()
53 pub fn is(stream: Stream) -> bool { in is()
66 pub fn is(stream: Stream) -> bool { in is()
97 pub fn isnt(stream: Stream) -> bool { in isnt()
103 unsafe fn console_on_any(fds: &[DWORD]) -> bool { in console_on_any()
118 unsafe fn msys_tty_on(fd: DWORD) -> bool { in msys_tty_on()
158 pub fn is(_stream: Stream) -> bool { in is()
/external/mesa3d/bin/
Dcommit_in_branch_test.py34 def test_canonicalize_commit(commit: str, expected: bool) -> None:
58 def test_validate_branch(commit: str, expected: bool) -> None:
82 def test_is_commit_valid(commit: str, expected: bool) -> None:
98 def test_branch_has_commit(branch: str, commit: str, expected: bool) -> None:
114 def test_branch_has_backport_of_commit(branch: str, commit: str, expected: bool) -> None:
/external/rust/crates/num-traits/src/ops/
Doverflowing.rs22 fn overflowing_add(&self, v: &Self) -> (Self, bool); in overflowing_add() argument
45 fn overflowing_sub(&self, v: &Self) -> (Self, bool); in overflowing_sub() argument
68 fn overflowing_mul(&self, v: &Self) -> (Self, bool); in overflowing_mul() argument
89 fn overflowing_add<T: OverflowingAdd>(a: T, b: T) -> (T, bool) { in test_overflowing_traits() argument
92 fn overflowing_sub<T: OverflowingSub>(a: T, b: T) -> (T, bool) { in test_overflowing_traits() argument
95 fn overflowing_mul<T: OverflowingMul>(a: T, b: T) -> (T, bool) { in test_overflowing_traits() argument
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dloadtest_template.py54 inject_client_pool: bool,
55 inject_server_pool: bool,
56 inject_big_query_table: bool,
57 inject_timeout_seconds: bool,
58 inject_ttl_seconds: bool) -> Dict[str, Any]: # yapf: disable
/external/rust/crates/quickcheck/src/
Dtests.rs29 fn prop(xs: Vec<usize>) -> bool { in prop_reverse_reverse()
67 fn prop(xs: Vec<usize>, ys: Vec<usize>) -> bool { in reverse_app()
95 fn prop(mut xs: Vec<isize>) -> bool { in sort()
128 fn is_prime(n: usize) -> bool { in is_prime()
135 fn prop_all_prime(n: u8) -> bool { in sieve_not_prime()
144 fn prop_prime_iff_in_the_sieve(n: u8) -> bool { in sieve_not_all_primes()
182 fn prop(_: u8) -> bool { in regression_issue_83()
190 fn prop(_: i8) -> bool { in regression_issue_83_signed()
229 fn prop(a: Vec<u8>) -> bool { in regression_issue_107_hang()
/external/rust/crates/mio/src/sys/unix/selector/
Depoll.rs104 pub fn register_waker(&self) -> bool { in register_waker()
159 pub fn is_readable(event: &Event) -> bool { in is_readable()
164 pub fn is_writable(event: &Event) -> bool { in is_writable()
168 pub fn is_error(event: &Event) -> bool { in is_error()
172 pub fn is_read_closed(event: &Event) -> bool { in is_read_closed()
180 pub fn is_write_closed(event: &Event) -> bool { in is_write_closed()
190 pub fn is_priority(event: &Event) -> bool { in is_priority()
194 pub fn is_aio(_: &Event) -> bool { in is_aio()
199 pub fn is_lio(_: &Event) -> bool { in is_lio()
206 fn check_events(got: &u32, want: &libc::c_int) -> bool { in debug_details()

12345678910>>...78