Home
last modified time | relevance | path

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

12345678910>>...164

/external/googleapis/google/maps/places/v1/
Dplace.proto170 optional bool open_now = 1; field
221 optional bool accepts_credit_cards = 1; field
224 optional bool accepts_debit_cards = 2; field
228 optional bool accepts_cash_only = 3; field
231 optional bool accepts_nfc = 4; field
238 optional bool free_parking_lot = 1; field
241 optional bool paid_parking_lot = 2; field
244 optional bool free_street_parking = 3; field
247 optional bool paid_street_parking = 4; field
250 optional bool valet_parking = 5; field
[all …]
/external/python/cpython3/Tools/peg_generator/pegen/
Dbuild.py33 verbose: bool = False,
34 keep_asserts: bool = True,
35 disable_optimization: bool = False,
169 grammar_file: str, verbose_tokenizer: bool = False, verbose_parser: bool = False
216 compile_extension: bool = False,
217 verbose_c_extension: bool = False,
218 keep_asserts_in_extension: bool = True,
219 skip_actions: bool = False,
244 skip_actions: bool = False,
256 compile_extension: bool = False,
[all …]
/external/rust/crates/syn/tests/common/
Deq.rs165 fn eq(&self, other: &Self) -> bool; in eq()
169 fn eq(&self, other: &Self) -> bool { in eq()
175 fn eq(&self, other: &Self) -> bool { in eq()
181 fn eq(&self, other: &Self) -> bool { in eq()
187 fn eq(&self, other: &Self) -> bool { in eq()
197 fn eq(&self, other: &Self) -> bool { in eq()
207 fn eq(&self, other: &Self) -> bool { in eq()
213 fn eq(&self, other: &Self) -> bool { in eq()
219 fn eq(&self, other: &Self) -> bool { in eq()
229 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/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()
55 fn eq(&self, other: &Self) -> bool { in eq()
66 fn eq(&self, other: &Self) -> bool { in eq()
80 fn eq(&self, other: &Self) -> bool { in eq()
90 fn eq(&self, other: &Self) -> bool { in eq()
100 fn eq(&self, other: &Self) -> bool { in eq()
110 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/curl/tests/http/testenv/
Dcurl.py111 with_stats: bool = False,
233 def check_exit_code(self, code: Union[int, bool]): argument
363 timeout: Optional[float] = None, silent: bool = False):
396 proxys: bool = True, tunnel: bool = False,
397 use_ip: bool = False):
419 def_tracing: bool = True,
420 with_stats: bool = False,
421 with_profile: bool = False):
430 with_stats: bool = True,
431 with_headers: bool = False,
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DBooleanUtils.java187 public static boolean isFalse(final Boolean bool) { in isFalse()
205 public static boolean isNotFalse(final Boolean bool) { in isNotFalse()
223 public static boolean isNotTrue(final Boolean bool) { in isNotTrue()
241 public static boolean isTrue(final Boolean bool) { in isTrue()
261 public static Boolean negate(final Boolean bool) { in negate()
394 public static boolean toBoolean(final Boolean bool) { in toBoolean()
561 public static boolean toBooleanDefaultIfNull(final Boolean bool, final boolean valueIfNull) { in toBooleanDefaultIfNull()
885 public static int toInteger(final boolean bool) { in toInteger()
902 public static int toInteger(final boolean bool, final int trueValue, final int falseValue) { in toInteger()
921 …public static int toInteger(final Boolean bool, final int trueValue, final int falseValue, final i… in toInteger()
[all …]
/external/pigweed/pw_cli/py/pw_cli/
Dstatus_reporter.py66 silent: bool,
93 def info(self, msg: str | list[str], silent: bool = False) -> None:
96 def ok(self, msg: str | list[str], silent: bool = False) -> None:
99 def new(self, msg: str | list[str], silent: bool = False) -> None:
102 def wrn(self, msg: str | list[str], silent: bool = False) -> None:
105 def err(self, msg: str | list[str], silent: bool = False) -> None:
122 silent: bool,
130 def info(self, msg: str | list[str], silent: bool = False) -> None:
133 def ok(self, msg: str | list[str], silent: bool = False) -> None:
136 def new(self, msg: str | list[str], silent: bool = False) -> None:
[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):
/external/pigweed/pw_ide/py/pw_ide/
Dcommands.py84 reporter: StatusReporter, settings: PigweedIdeSettings, quiet: bool = False
149 build_extension: bool = False,
289 always_output_new: bool = False,
525 should_list_targets: bool,
526 should_get_target: bool,
528 process: bool = True,
529 use_default_target: bool = False,
530 clangd_command: bool = False,
532 should_try_compdb_gen_cmd: bool = True,
816 should_print_venv: bool,
/external/rust/crates/mio/src/sys/shell/
Dselector.rs23 pub fn register_waker(&self) -> bool { in register_waker()
92 pub fn is_readable(_: &Event) -> bool { in is_readable()
96 pub fn is_writable(_: &Event) -> bool { in is_writable()
100 pub fn is_error(_: &Event) -> bool { in is_error()
104 pub fn is_read_closed(_: &Event) -> bool { in is_read_closed()
108 pub fn is_write_closed(_: &Event) -> bool { in is_write_closed()
112 pub fn is_priority(_: &Event) -> bool { in is_priority()
116 pub fn is_aio(_: &Event) -> bool { in is_aio()
120 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/h2/src/proto/streams/
Dstate.rs134 pub fn recv_open(&mut self, frame: &frame::Headers) -> Result<bool, Error> { in recv_open()
257 pub fn recv_reset(&mut self, frame: frame::Reset, queued: bool) { in recv_reset()
352 pub fn is_scheduled_reset(&self) -> bool { in is_scheduled_reset()
356 pub fn is_local_error(&self) -> bool { in is_local_error()
364 pub fn is_remote_reset(&self) -> bool { in is_remote_reset()
372 pub fn is_reset(&self) -> bool { in is_reset()
380 pub fn is_send_streaming(&self) -> bool { in is_send_streaming()
391 pub fn is_recv_headers(&self) -> bool { in is_recv_headers()
402 pub fn is_recv_streaming(&self) -> bool { in is_recv_streaming()
412 pub fn is_closed(&self) -> bool { in is_closed()
[all …]
/external/rust/crates/x509-cert/src/ext/pkix/
Dkeyusage.rs59 pub fn digital_signature(&self) -> bool { in digital_signature()
65 pub fn non_repudiation(&self) -> bool { in non_repudiation()
71 pub fn key_encipherment(&self) -> bool { in key_encipherment()
77 pub fn data_encipherment(&self) -> bool { in data_encipherment()
82 pub fn key_agreement(&self) -> bool { in key_agreement()
88 pub fn key_cert_sign(&self) -> bool { in key_cert_sign()
95 pub fn crl_sign(&self) -> bool { in crl_sign()
103 pub fn encipher_only(&self) -> bool { in encipher_only()
111 pub fn decipher_only(&self) -> bool { in decipher_only()
146 ) -> bool { in critical()
/external/rust/crates/acpi/src/
Dfadt.rs358 pub fn supports_equivalent_to_wbinvd(&self) -> bool { in supports_equivalent_to_wbinvd()
363 pub fn wbinvd_flushes_all_caches(&self) -> bool { in wbinvd_flushes_all_caches()
368 pub fn all_procs_support_c1_power_state(&self) -> bool { in all_procs_support_c1_power_state()
373 pub fn c2_configured_for_mp_system(&self) -> bool { in c2_configured_for_mp_system()
379 pub fn power_button_is_control_method(&self) -> bool { in power_button_is_control_method()
385 pub fn sleep_button_is_control_method(&self) -> bool { in sleep_button_is_control_method()
390 pub fn no_rtc_wake_in_fixed_register_space(&self) -> bool { in no_rtc_wake_in_fixed_register_space()
395 pub fn rtc_wakes_system_from_s4(&self) -> bool { in rtc_wakes_system_from_s4()
401 pub fn pm_timer_is_32_bit(&self) -> bool { in pm_timer_is_32_bit()
406 pub fn supports_docking(&self) -> bool { in supports_docking()
[all …]
/external/tink/python/tink/jwt/
D_jwt_validator.py42 ignore_type_header: bool,
43 ignore_issuer: bool,
44 ignore_audiences: bool,
45 allow_missing_expiration: bool,
46 expect_issued_in_the_past: bool,
124 ignore_type_header: bool = False,
125 ignore_issuer: bool = False,
126 ignore_audiences: bool = False,
127 allow_missing_expiration: bool = False,
128 expect_issued_in_the_past: bool = False,
/external/rust/crates/prettyplease/examples/
Dinput.rs1te :: sys :: net :: netc as c ; use crate :: sys_common :: { AsInner , FromInner , IntoInner } ; #… in to_ipv4()
/external/pigweed/pw_watch/py/pw_watch/
Dwatch.py158 restart: bool = True,
159 fullscreen: bool = False,
160 banners: bool = True,
161 use_logfile: bool = False,
162 separate_logfiles: bool = False,
441 def on_complete(self, cancelled: bool = False) -> None:
701 def watch_logging_init(log_level: int, fullscreen: bool, colors: bool) -> None:
723 def watch_setup( # pylint: disable=too-many-locals
730 restart: bool = True,
731 serve_docs: bool = False,
[all …]
/external/licenseclassifier/v2/
Dtokenizer.go74 func tokenizeStream(src io.Reader, normalize bool, dict *dictionary, updateDict bool) (*indexedDocu…
240 …t, dict *dictionary, line int, in []tokenID, ld *dictionary, normalize bool, updateDict bool, line…
249 …uf(dict *dictionary, line int, in []tokenID, ld *dictionary, normalize bool, updateDict bool) ([]i…
302 func flushBuf(pos int, obuf []byte, normalizeWord bool, ld *dictionary) tokenID {
314 func cleanupToken(pos int, in string, normalizeWord bool) string {
/external/rust/crates/mio/src/event/
Devent.rs37 pub fn is_readable(&self) -> bool { in is_readable()
42 pub fn is_writable(&self) -> bool { in is_writable()
67 pub fn is_error(&self) -> bool { in is_error()
98 pub fn is_read_closed(&self) -> bool { in is_read_closed()
128 pub fn is_write_closed(&self) -> bool { in is_write_closed()
150 pub fn is_priority(&self) -> bool { in is_priority()
172 pub fn is_aio(&self) -> bool { in is_aio()
182 pub fn is_lio(&self) -> bool { in is_lio()
/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/grpc-grpc/tools/run_tests/performance/
Dloadtest_template.py78 inject_client_pool: bool,
79 inject_driver_image: bool,
80 inject_driver_pool: bool,
81 inject_server_pool: bool,
82 inject_big_query_table: bool,
83 inject_timeout_seconds: bool,
84 inject_ttl_seconds: bool) -> Dict[str, Any]: # fmt: skip
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dloadtest_template.py77 inject_client_pool: bool,
78 inject_driver_image: bool,
79 inject_driver_pool: bool,
80 inject_server_pool: bool,
81 inject_big_query_table: bool,
82 inject_timeout_seconds: bool,
83 inject_ttl_seconds: bool) -> Dict[str, Any]: # yapf: disable

12345678910>>...164