Home
last modified time | relevance | path

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

12345678910>>...66

/external/python/cpython3/Tools/peg_generator/pegen/
Dbuild.py34 verbose: bool = False,
35 keep_asserts: bool = True,
104 grammar_file: str, verbose_tokenizer: bool = False, verbose_parser: bool = False
151 compile_extension: bool = False,
152 verbose_c_extension: bool = False,
153 keep_asserts_in_extension: bool = True,
154 skip_actions: bool = False,
176 grammar: Grammar, grammar_file: str, output_file: str, skip_actions: bool = False,
188 compile_extension: bool = False,
189 verbose_tokenizer: 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()
47 fn eq(&self, other: &Self) -> bool { in eq()
61 fn eq(&self, other: &Self) -> bool { in eq()
73 fn eq(&self, other: &Self) -> bool { in eq()
83 fn eq(&self, other: &Self) -> bool { in eq()
123 fn eq(&self, other: &Self) -> bool { in eq()
133 fn eq(&self, other: &Self) -> bool { in eq()
143 fn eq(&self, other: &Self) -> bool { in eq()
[all …]
/external/rust/crates/syn/tests/common/
Deq.rs33 fn eq(&self, other: &Self) -> bool; in eq()
37 fn eq(&self, other: &Self) -> bool { in eq()
43 fn eq(&self, other: &Self) -> bool { in eq()
49 fn eq(&self, other: &Self) -> bool { in eq()
55 fn eq(&self, other: &Self) -> bool { in eq()
65 fn eq(&self, other: &Self) -> bool { in eq()
71 fn eq(&self, other: &Self) -> bool { in eq()
77 fn eq(&self, other: &Self) -> bool { in eq()
87 fn eq(&self, other: &Self) -> bool { in eq()
93 fn eq(&self, other: &Self) -> bool { in eq()
[all …]
/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/python/cpython3/Tools/peg_generator/scripts/
Dtest_parse_directory.py48 succeeded: bool,
50 verbose: bool,
52 short: bool = False,
82 actual_tree: ast.AST, file: str, verbose: bool, include_attributes: bool = False,
114 def parse_file(source: str, file: str, mode: int, oldparser: bool) -> Tuple[Any, float]:
164 verbose: bool,
167 short: bool,
169 oldparser: bool,
/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()
/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/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/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/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/golang-protobuf/proto/
Dtable_marshal.go132 func (a *InternalMessageInfo) Marshal(b []byte, msg Message, deterministic bool) ([]byte, error) {
535 func typeMarshaler(t reflect.Type, tags []string, nozero, oneof bool) (sizer, marshaler) {
1396 func appendFixed32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1402 func appendFixed32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1411 func appendFixed32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1420 func appendFixed32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1428 func appendFixed32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1440 func appendFixedS32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1446 func appendFixedS32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1455 func appendFixedS32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
[all …]
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs81 fn try_lock_exclusive(&self) -> bool { in try_lock_exclusive()
117 fn try_lock_shared(&self) -> bool { in try_lock_shared()
143 fn is_locked(&self) -> bool { in is_locked()
205 fn try_lock_shared_for(&self, timeout: Self::Duration) -> bool { in try_lock_shared_for()
218 fn try_lock_shared_until(&self, timeout: Self::Instant) -> bool { in try_lock_shared_until()
231 fn try_lock_exclusive_for(&self, timeout: Duration) -> bool { in try_lock_exclusive_for()
248 fn try_lock_exclusive_until(&self, timeout: Instant) -> bool { in try_lock_exclusive_until()
276 fn try_lock_shared_recursive(&self) -> bool { in try_lock_shared_recursive()
291 fn try_lock_shared_recursive_for(&self, timeout: Self::Duration) -> bool { in try_lock_shared_recursive_for()
304 fn try_lock_shared_recursive_until(&self, timeout: Self::Instant) -> bool { in try_lock_shared_recursive_until()
[all …]
/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/rand/src/distributions/
Dutils.rs216 fn all_lt(self, other: Self) -> bool; in all_lt()
217 fn all_le(self, other: Self) -> bool; in all_le()
218 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/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/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/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/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()
/external/rust/crates/unicode-xid/src/
Dlib.rs64 fn is_xid_start(self) -> bool; in is_xid_start()
72 fn is_xid_continue(self) -> bool; in is_xid_continue()
77 fn is_xid_start(self) -> bool { in is_xid_start()
82 fn is_xid_continue(self) -> bool { in is_xid_continue()
/external/rust/crates/tokio/src/io/driver/
Dplatform.rs12 pub(crate) fn is_hup(ready: Ready) -> bool { in is_hup()
20 pub(crate) fn is_error(ready: Ready) -> bool { in is_error()
33 pub(crate) fn is_hup(_: Ready) -> bool { in is_hup()
41 pub(crate) fn is_error(_: Ready) -> bool { in is_error()
/external/rust/crates/nom/src/
Dtraits.rs162 fn is_alpha(self) -> bool; in is_alpha()
166 fn is_alphanum(self) -> bool; in is_alphanum()
168 fn is_dec_digit(self) -> bool; in is_dec_digit()
170 fn is_hex_digit(self) -> bool; in is_hex_digit()
172 fn is_oct_digit(self) -> bool; in is_oct_digit()
183 fn is_alpha(self) -> bool { in is_alpha()
187 fn is_alphanum(self) -> bool { in is_alphanum()
191 fn is_dec_digit(self) -> bool { in is_dec_digit()
195 fn is_hex_digit(self) -> bool { in is_hex_digit()
199 fn is_oct_digit(self) -> bool { in is_oct_digit()
[all …]
/external/rust/crates/bindgen/src/ir/
Dderive.rs24 fn can_derive_debug(&self, ctx: &BindgenContext) -> bool; in can_derive_debug()
32 fn can_derive_copy(&self, ctx: &BindgenContext) -> bool; in can_derive_copy()
40 fn can_derive_default(&self, ctx: &BindgenContext) -> bool; in can_derive_default()
48 fn can_derive_hash(&self, ctx: &BindgenContext) -> bool; in can_derive_hash()
56 fn can_derive_partialeq(&self, ctx: &BindgenContext) -> bool; in can_derive_partialeq()
64 fn can_derive_partialord(&self, ctx: &BindgenContext) -> bool; in can_derive_partialord()
71 fn can_derive_eq(&self, ctx: &BindgenContext) -> bool; in can_derive_eq()
78 fn can_derive_ord(&self, ctx: &BindgenContext) -> bool; in can_derive_ord()
Dannotations.rs111 pub fn hide(&self) -> bool { in hide()
116 pub fn opaque(&self) -> bool { in opaque()
152 pub fn disallow_copy(&self) -> bool { in disallow_copy()
157 pub fn disallow_debug(&self) -> bool { in disallow_debug()
162 pub fn disallow_default(&self) -> bool { in disallow_default()
167 pub fn private_fields(&self) -> Option<bool> { in private_fields()
176 fn parse(&mut self, comment: &clang::Comment, matched: &mut bool) { in parse()
217 pub fn constify_enum_variant(&self) -> bool { in constify_enum_variant()

12345678910>>...66