Searched refs:bool (Results 1 – 25 of 51) sorted by relevance
123
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | nanopb.proto | 47 optional bool long_names = 4 [default = true]; 52 optional bool packed_struct = 5 [default = false]; 55 optional bool skip_message = 6 [default = false]; 58 optional bool no_unions = 8 [default = false];
|
/tools/asuite/atest/proto/ |
D | external_user_log.proto | 27 optional bool success = 2; 33 optional bool success = 2; 39 optional bool success = 2;
|
D | internal_user_log.proto | 33 optional bool success = 2; 42 optional bool success = 2; 49 optional bool success = 2;
|
/tools/asuite/atest-py2/proto/ |
D | external_user_log.proto | 27 optional bool success = 2; 33 optional bool success = 2; 39 optional bool success = 2;
|
D | internal_user_log.proto | 33 optional bool success = 2; 42 optional bool success = 2; 49 optional bool success = 2;
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 225 optional bool client_streaming = 5 [default=false]; 227 optional bool server_streaming = 6 [default=false]; 286 optional bool java_multiple_files = 10 [default=false]; 298 optional bool java_generate_equals_and_hash = 20 [default=false]; 306 optional bool java_string_check_utf8 = 27 [default=false]; 337 optional bool cc_generic_services = 16 [default=false]; 338 optional bool java_generic_services = 17 [default=false]; 339 optional bool py_generic_services = 18 [default=false]; 345 optional bool deprecated = 23 [default=false]; 350 optional bool cc_enable_arenas = 31 [default=false]; [all …]
|
/tools/asuite/atest/tf_proto/ |
D | configuration_description.proto | 48 bool shardable = 3; 50 bool strict_shardable = 4; 52 bool use_sandboxing = 5;
|
D | log_file.proto | 30 bool is_text = 4; 32 bool is_compressed = 5;
|
/tools/external_updater/ |
D | base_updater.py | 37 def is_supported_url(self) -> bool: 78 def has_errors(self) -> bool:
|
D | git_utils.py | 136 def is_commit(commit: str) -> bool: 138 return bool(COMMIT_RE.match(commit)) 176 def push(proj_path: Path, remote_name: str, has_errors: bool) -> None: argument
|
D | notifier.py | 117 def is_commit(commit: str) -> bool: 119 return bool(COMMIT_RE.match(commit))
|
D | fileutils.py | 70 def write_metadata(proj_path: Path, metadata: metadata_pb2.MetaData, keep_date: bool) -> None: argument
|
D | git_updater.py | 28 def is_supported_url(self) -> bool:
|
/tools/treble/split/ |
D | manifest_diff.py | 50 return bool(self.attributes) or bool(self.linkfiles) or bool(self.copyfiles)
|
D | manifest_split.py | 444 direct_input: bool = False 445 adjacent_input: bool = False 446 deps_input: bool = False
|
/tools/repohooks/tools/ |
D | android_test_mapping_format.py | 100 def _validate_test(test: Dict[str, Any], test_mapping_file: str) -> bool: 116 if not isinstance(test.get(_HOST, False), bool):
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 127 optional bool modem_cognitive = 22 [default = false]; 129 optional bool user_visible = 23 [default = true]; 131 optional bool user_editable = 24 [default = true]; 182 bool bool_value = 5;
|
/tools/test/openhst/ |
D | stress_test.proto | 62 bool repeats_output_on_open = 4; 76 bool restart = 5; 79 bool repeats_output_on_open = 6;
|
/tools/repohooks/rh/ |
D | results.py | 52 return bool(self.error)
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/ |
D | telnet.py | 77 return bool(self._tnhelper.is_open())
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | formatter.py | 60 if isinstance(value, bool):
|
/tools/test/connectivity/acts/framework/tests/ |
D | test_suite.py | 91 exit(bool(all_failures))
|
/tools/asuite/atest-py2/ |
D | test_mapping.py | 57 assert isinstance(self.host, bool), 'host can only have boolean value.'
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
D | _tnhelper.py | 59 return bool(self._tn)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bta_lib.py | 86 self.dut.droid.bluetoothStartPairingHelper(bool(line))
|
123