Home
last modified time | relevance | path

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

12345678910>>...22

/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto45 optional bool display_frozen = 6;
70 optional bool enabled = 1;
77 optional bool showing = 1;
78 optional bool occluded = 2;
79 optional bool secure = 3;
108 optional bool screen_on_fully = 5;
109 optional bool keyguard_draw_complete = 6;
110 optional bool window_manager_draw_complete = 7;
115 optional bool keyguard_occluded = 12;
116 optional bool keyguard_occluded_changed = 13;
[all …]
Dpowermanagerservice.proto40 optional bool is_no_cached_wake_locks = 1;
45 optional bool is_cpu = 1;
46 optional bool is_screen_bright = 2;
47 optional bool is_screen_dim = 3;
48 optional bool is_button_bright = 4;
49 optional bool is_proximity_screen_off = 5;
51 optional bool is_stay_awake = 6;
52 optional bool is_doze = 7;
53 optional bool is_draw = 8;
58 optional bool is_screen_bright = 1;
[all …]
Dactivitymanagerservice.proto72 optional bool is_home_recents_component = 6;
85 optional bool single_task_instance = 6;
96 optional bool fullscreen = 6;
112 optional bool fullscreen = 10;
124 optional bool visible = 4;
125 optional bool front_of_task = 5;
127 optional bool translucent = 7;
133 optional bool keyguard_showing = 1;
135 optional bool aod_showing = 3;
142 optional bool keyguard_occluded = 2;
[all …]
Djobscheduler.proto45 optional bool in_parole = 18;
46 optional bool in_thermal = 19;
60 optional bool is_job_ready = 3;
61 optional bool is_user_started = 4;
62 optional bool is_job_pending = 5;
63 optional bool is_job_currently_active = 6;
64 optional bool is_uid_backing_up = 7;
65 optional bool is_component_present = 8;
137 optional bool is_ready_to_rock = 11;
140 optional bool reported_active = 12;
[all …]
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Datomic.rscript4 static bool testUMax(uint32_t dst, uint32_t src) {
5 bool failed = false;
14 static bool testUMin(uint32_t dst, uint32_t src) {
15 bool failed = false;
24 static bool testUCas(uint32_t dst, uint32_t cmp, uint32_t swp) {
25 bool failed = false;
34 static bool test_atomics() {
35 bool failed = false;
67 bool failed = false;
Dshared.rsh7 bool pass;
48 static inline bool isposinf(float f) {
53 static inline bool isneginf(float f) {
58 static inline bool isnan(float f) {
63 static inline bool isposzero(float f) {
68 static inline bool isnegzero(float f) {
73 static inline bool iszero(float f) {
93 static inline bool float_almost_equal(float f1, float f2) {
Dforeach.rscript6 static bool failed = false;
18 static bool test_root_output() {
19 bool failed = false;
39 static bool test_foo_output() {
40 bool failed = false;
Dunsigned.rscript7 static bool test_unsigned() {
8 bool failed = false;
26 bool failed = false;
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/
Dreduce_general_bad_halter.rscript16 // halter must return bool
20 // halter must return bool
26 static bool halt0() { return false; }
30 static bool halt2(const int *accum, const int *accum2) { return false; }
34 static bool halt_special(const int *context) { return false; }
38 static bool hva_halt(const unsigned *accum) { return false; }
42 static __attribute__((overloadable)) bool halt_over(const int *accum) { return false; }
46 static __attribute__((overloadable)) bool halt_dup(const int *accum) { return false; }
47 static __attribute__((overloadable)) bool halt_dup(const unsigned int *accum) { return false; }
54 bool halt_nonstatic(const int *accum) { return false; }
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Datomic.rscript20 static bool testUMax(uint32_t dst, uint32_t src) {
21 bool failed = false;
30 static bool testUMin(uint32_t dst, uint32_t src) {
31 bool failed = false;
40 static bool testUCas(uint32_t dst, uint32_t cmp, uint32_t swp) {
41 bool failed = false;
50 static bool test_atomics() {
51 bool failed = false;
83 bool failed = false;
Dforeach_multi.rscript37 static bool failed = false;
90 static bool test_sum2_output() {
91 bool failed = false;
110 static bool test_sum3_output() {
111 bool failed = false;
131 static bool test_sum_mixed_output() {
132 bool failed = false;
151 static bool test_sum2_struct_output() {
152 bool failed = false;
Dshared.rsh23 bool pass;
67 static inline bool isposinf(float f) {
72 static inline bool isneginf(float f) {
77 static inline bool isnan(float f) {
82 static inline bool isposzero(float f) {
87 static inline bool isnegzero(float f) {
92 static inline bool iszero(float f) {
112 static inline bool float_almost_equal(float f1, float f2) {
Dforeach.rscript22 static bool failed = false;
34 static bool test_root_output() {
35 bool failed = false;
55 static bool test_foo_output() {
56 bool failed = false;
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Datomic.rscript22 static bool testUMax(uint32_t dst, uint32_t src) {
23 bool failed = false;
32 static bool testUMin(uint32_t dst, uint32_t src) {
33 bool failed = false;
42 static bool testUCas(uint32_t dst, uint32_t cmp, uint32_t swp) {
43 bool failed = false;
52 static bool test_atomics() {
53 bool failed = false;
85 bool failed = false;
Dforeach_multi.rscript39 static bool failed = false;
92 static bool test_sum2_output() {
93 bool failed = false;
112 static bool test_sum3_output() {
113 bool failed = false;
133 static bool test_sum_mixed_output() {
134 bool failed = false;
153 static bool test_sum2_struct_output() {
154 bool failed = false;
Dshared.rsh25 bool pass;
69 static inline bool isposinf(float f) {
74 static inline bool isneginf(float f) {
79 static inline bool isnan(float f) {
84 static inline bool isposzero(float f) {
89 static inline bool isnegzero(float f) {
94 static inline bool iszero(float f) {
114 static inline bool float_almost_equal(float f1, float f2) {
/frameworks/base/core/proto/android/service/
Dusb.proto59 optional bool current_functions_applied = 2;
61 optional bool screen_locked = 4;
62 optional bool connected = 5;
63 optional bool configured = 6;
65 optional bool host_connected = 8;
66 optional bool source_power = 9;
67 optional bool sink_power = 10;
68 optional bool usb_charging = 11;
69 optional bool hide_usb_notification = 12;
70 optional bool audio_accessory_connected = 13;
[all …]
/frameworks/base/core/proto/android/app/
Dnotification_channel.proto38 optional bool can_bypass_dnd = 5;
42 optional bool use_lights = 8;
49 optional bool is_vibration_enabled = 12;
51 optional bool show_badge = 13;
53 optional bool is_deleted = 14;
58 optional bool is_blockable_system = 17;
59 optional bool fg_service_shown = 18;
62 optional bool allow_app_overlay = 19;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java145 com.android.internal.R.bool.config_fillMainBuiltInDisplayCutout, false); in testNoRounding_NoCutout()
155 .addOverride(R.bool.config_roundedCornerMultipleRadius, false); in testNoRounding_NoCutout()
169 com.android.internal.R.bool.config_fillMainBuiltInDisplayCutout, false); in testRounding()
175 .addOverride(R.bool.config_roundedCornerMultipleRadius, false); in testRounding()
193 com.android.internal.R.bool.config_fillMainBuiltInDisplayCutout, false); in testRoundingRadius()
201 .addOverride(R.bool.config_roundedCornerMultipleRadius, false); in testRoundingRadius()
216 com.android.internal.R.bool.config_fillMainBuiltInDisplayCutout, false); in testRoundingMultipleRadius()
222 .addOverride(R.bool.config_roundedCornerMultipleRadius, true); in testRoundingMultipleRadius()
243 com.android.internal.R.bool.config_fillMainBuiltInDisplayCutout, true); in testCutout()
257 com.android.internal.R.bool.config_fillMainBuiltInDisplayCutout, false); in testDelayedCutout()
[all …]
/frameworks/base/cmds/statsd/src/
Dstatsd_config.proto64 bool eq_bool = 3;
125 optional bool count_nesting = 3 [default = true];
162 optional bool include_all = 1 [default = false];
248 optional bool split_bucket_for_app_upgrade = 14 [default = true];
278 optional bool use_absolute_value_on_reset = 11 [default = false];
280 optional bool use_diff = 12;
282 optional bool use_zero_default_base = 15 [default = false];
292 optional bool skip_zero_diff_output = 14 [default = true];
296 optional bool split_bucket_for_app_upgrade = 17 [default = true];
431 optional bool hash_strings_in_metric_report = 16 [default = true];
[all …]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java523 mContext.getResources().getBoolean(R.bool.assisted_gps_enabled) ? "1" : "0"; in onUpgrade()
591 R.bool.def_notification_pulse); in onUpgrade()
739 R.bool.def_vibrate_in_silent); in onUpgrade()
976 R.bool.def_touch_exploration_enabled); in onUpgrade()
1032 R.bool.def_accessibility_speak_password); in onUpgrade()
1049 R.bool.def_vibrate_in_silent); in onUpgrade()
1080 R.bool.def_lockscreen_disabled); in onUpgrade()
1173 com.android.internal.R.bool.config_dreamsEnabledByDefault); in onUpgrade()
1175 com.android.internal.R.bool.config_dreamsActivatedOnDockByDefault); in onUpgrade()
1177 com.android.internal.R.bool.config_dreamsActivatedOnSleepByDefault); in onUpgrade()
[all …]
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto63 optional bool disable_zsl_mode = 1;
73 optional bool checkjni = 3;
79 optional bool dexopt_secondary = 9;
116 optional bool method_trace = 46;
119 optional bool method_trace_stream = 49;
120 optional bool profilesystemserver = 50;
122 optional bool usejit = 52;
123 optional bool usejitprofiles = 53;
130 optional bool drm_64bit_enabled = 7;
131 optional bool drm_service_enabled = 8;
[all …]
/frameworks/opt/telephony/proto/src/
Dpersist_atoms.proto53 optional bool setup_failed = 5;
64 optional bool is_multi_sim = 16;
65 optional bool is_esim = 17;
67 optional bool srvcc_completed = 19;
70 optional bool rtt_enabled = 22;
71 optional bool is_emergency = 23;
72 optional bool is_roaming = 24;
/frameworks/native/services/surfaceflinger/layerproto/
Dlayers.proto45 bool is_opaque = 16;
46 bool invalidate = 17;
70 bool refresh_pending = 29;
82 bool is_protected = 36;
168 bool visible = 6;
169 bool can_receive_keys = 7;
170 bool has_focus = 8;
171 bool has_wallpaper = 9;
178 bool replace_touchable_region_with_crop = 14;
/frameworks/native/cmds/surfacereplayer/proto/src/
Dtrace.proto27 required bool synchronous = 3;
28 required bool animation = 4;
98 required bool hidden_flag = 1;
102 required bool opaque_flag = 1;
106 required bool secure_flag = 1;
169 required bool is_secure = 4;

12345678910>>...22