Home
last modified time | relevance | path

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

123

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dnanopb.proto47 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/
Dexternal_user_log.proto27 optional bool success = 2;
33 optional bool success = 2;
39 optional bool success = 2;
Dinternal_user_log.proto33 optional bool success = 2;
42 optional bool success = 2;
49 optional bool success = 2;
/tools/asuite/atest-py2/proto/
Dexternal_user_log.proto27 optional bool success = 2;
33 optional bool success = 2;
39 optional bool success = 2;
Dinternal_user_log.proto33 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/
Ddescriptor.proto225 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/
Dconfiguration_description.proto48 bool shardable = 3;
50 bool strict_shardable = 4;
52 bool use_sandboxing = 5;
Dlog_file.proto30 bool is_text = 4;
32 bool is_compressed = 5;
/tools/external_updater/
Dbase_updater.py37 def is_supported_url(self) -> bool:
78 def has_errors(self) -> bool:
Dgit_utils.py136 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
Dnotifier.py117 def is_commit(commit: str) -> bool:
119 return bool(COMMIT_RE.match(commit))
Dfileutils.py70 def write_metadata(proj_path: Path, metadata: metadata_pb2.MetaData, keep_date: bool) -> None: argument
Dgit_updater.py28 def is_supported_url(self) -> bool:
/tools/treble/split/
Dmanifest_diff.py50 return bool(self.attributes) or bool(self.linkfiles) or bool(self.copyfiles)
Dmanifest_split.py444 direct_input: bool = False
445 adjacent_input: bool = False
446 deps_input: bool = False
/tools/repohooks/tools/
Dandroid_test_mapping_format.py100 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/
Dcarrier_settings.proto127 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/
Dstress_test.proto62 bool repeats_output_on_open = 4;
76 bool restart = 5;
79 bool repeats_output_on_open = 6;
/tools/repohooks/rh/
Dresults.py52 return bool(self.error)
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dtelnet.py77 return bool(self._tnhelper.is_open())
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dformatter.py60 if isinstance(value, bool):
/tools/test/connectivity/acts/framework/tests/
Dtest_suite.py91 exit(bool(all_failures))
/tools/asuite/atest-py2/
Dtest_mapping.py57 assert isinstance(self.host, bool), 'host can only have boolean value.'
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py59 return bool(self._tn)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbta_lib.py86 self.dut.droid.bluetoothStartPairingHelper(bool(line))

123