Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_dump.proto30 optional bool is_of_unknown_bound = 2;
39 optional bool is_const = 6;
40 optional bool is_volatile = 7;
41 optional bool is_restricted = 8;
46 optional bool is_unsigned = 2;
47 optional bool is_integral = 3;
77 optional bool default_arg = 2;
78 optional bool is_this_ptr = 3;
104 optional bool is_virtual = 2;
125 optional bool is_pure = 6 [default = false];
[all …]
/development/vndk/tools/sourcedr/blueprint/
Dvndk.py49 return bool(self.get_property('vndk', 'enabled'))
54 return bool(self.get_property('vndk', 'support_system_process'))
59 return bool(self.get_property('vendor') or
65 return bool(self.get_property('vendor_available'))
Dblueprint.py454 return bool(self.value)
/development/tools/otagui/
Dota_interface.py19 verbose: bool = False
23 downgrade: bool = False
29 isPartial: bool = False
30 isIncremental: bool = False
34 def enforce_bool(t): return t if isinstance(t, bool) else bool(t)
/development/vndk/tools/sourcedr/blueprint/tests/
Dtest_ast.py51 self.assertFalse(bool(false_expr))
55 self.assertTrue(bool(true_expr))
106 self.assertFalse(bool(expr))
111 self.assertTrue(bool(expr))
116 self.assertTrue(bool(expr))
/development/tools/cargo_embargo/src/
Dbp.rs49 Bool(bool),
165 impl From<bool> for BpValue {
166 fn from(x: bool) -> Self { in from()
Dmain.rs66 reuse_cargo_out: bool,
78 tests: bool,
84 workspace: bool,
118 device_supported: Option<bool>,
121 host_supported: Option<bool>,
124 force_rlib: bool,
129 no_presubmit: bool,
143 copy_out: bool,
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
DArticleActivity.java51 if (getResources().getBoolean(R.bool.has_two_panes)) { in onCreate()
/development/python-packages/adb/adb/
D__init__.py242 def has_shell_protocol(self) -> bool:
326 kill_atexit: bool = True, argument
371 def install(self, filename: str, replace: bool = False) -> str: argument
378 def push(self, local: str | list[str], remote: str, sync: bool = False) -> str: argument
/development/tools/ndk/ndkabidump/
Dsoong.py41 capture_output: bool = False, argument
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListActivity.java61 isTwoPaneLayout = getResources().getBoolean(R.bool.has_two_panes); in onCreate()
DContactDetailFragment.java200 mIsTwoPaneLayout = getResources().getBoolean(R.bool.has_two_panes); in onCreate()
DContactsListFragment.java151 mIsTwoPaneLayout = getResources().getBoolean(R.bool.has_two_panes); in onCreate()
/development/vndk/tools/sourcedr/ninja/
Dlist_installed_file_from_source.py98 matched = bool(source_filter.match(path))
Dninja.py940 is_dep = bool(record_size >> 31)
/development/samples/training/threadsample/src/com/example/android/threadsample/
DDisplayActivity.java224 mSideBySide = getResources().getBoolean(R.bool.sideBySide);
230 mHideNavigation = getResources().getBoolean(R.bool.hideNavigation);
/development/scripts/
Dupdate_crate_tests.py319 if not bool(tests) and not bool(dirs):
Dstack_core.py202 "symbol_present": bool(match.group("symbolpresent")),
/development/tools/winscope/src/adb/
Dwinscope_proxy.py219 def is_valid(self, config: str) -> bool:
238 def is_valid(self, configType) -> bool:
259 def is_valid(self, configType) -> bool:
/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js2405 writer.uint32(/* id 2, wireType 0 =*/16).bool(message.runPostinstall);
2421 writer.uint32(/* id 9, wireType 0 =*/72).bool(message.postinstallOptional);
2481 message.runPostinstall = reader.bool();
2506 message.postinstallOptional = reader.bool();
3244 writer.uint32(/* id 2, wireType 0 =*/16).bool(message.snapshotEnabled);
3246 writer.uint32(/* id 3, wireType 0 =*/24).bool(message.vabcEnabled);
3291 message.snapshotEnabled = reader.bool();
3294 message.vabcEnabled = reader.bool();
3533 writer.uint32(/* id 3, wireType 0 =*/24).bool(message.isCompressed);
3577 message.isCompressed = reader.bool();
[all …]
/development/vendor_snapshot/
Dupdate.py59 if type(val) == bool: