/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | benchmark_messages_proto3.proto | 15 bool field80 = 80; 16 bool field81 = 81; 24 bool field59 = 59; 28 bool field12 = 12; 29 bool field17 = 17; 30 bool field13 = 13; 31 bool field14 = 14; 38 bool field30 = 30; 44 bool field24 = 24; 47 bool field78 = 78; [all …]
|
D | google_size.proto | 12 optional bool field80 = 80 [default=false]; 13 optional bool field81 = 81 [default=true]; 21 optional bool field59 = 59 [default=false]; 25 optional bool field12 = 12 [default=true]; 26 optional bool field17 = 17 [default=true]; 27 optional bool field13 = 13 [default=true]; 28 optional bool field14 = 14 [default=true]; 35 optional bool field30 = 30 [default=false]; 41 optional bool field24 = 24 [default=false]; 44 optional bool field78 = 78; [all …]
|
D | benchmark_messages_proto2.proto | 15 optional bool field80 = 80 [default=false]; 16 optional bool field81 = 81 [default=true]; 24 optional bool field59 = 59 [default=false]; 28 optional bool field12 = 12 [default=true]; 29 optional bool field17 = 17 [default=true]; 30 optional bool field13 = 13 [default=true]; 31 optional bool field14 = 14 [default=true]; 38 optional bool field30 = 30 [default=false]; 44 optional bool field24 = 24 [default=false]; 47 optional bool field78 = 78; [all …]
|
/frameworks/base/core/proto/android/server/ |
D | windowmanagerservice.proto | 45 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 …]
|
D | powermanagerservice.proto | 40 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 …]
|
D | activitymanagerservice.proto | 72 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 …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | unittest_objc.proto | 76 optional bool id = 1; 77 optional bool _cmd = 2; 78 optional bool in = 3; 79 optional bool out = 4; 80 optional bool inout = 5; 81 optional bool bycopy = 6; 82 optional bool byref = 7; 83 optional bool oneway = 8; 84 optional bool dealloc = 9; 85 optional bool zone = 10; [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | atomic.rs | 20 static bool testUMax(uint32_t dst, uint32_t src) { variable 21 bool failed = false; 30 static bool testUMin(uint32_t dst, uint32_t src) { constant 31 bool failed = false; 40 static bool testUCas(uint32_t dst, uint32_t cmp, uint32_t swp) { constant 41 bool failed = false; 50 static bool test_atomics() { variable 51 bool failed = false; 83 bool failed = false;
|
D | foreach_multi.rs | 37 static bool failed = false; variable 90 static bool test_sum2_output() { variable 91 bool failed = false; 110 static bool test_sum3_output() { variable 111 bool failed = false; 131 static bool test_sum_mixed_output() { variable 132 bool failed = false; 151 static bool test_sum2_struct_output() { variable 152 bool failed = false;
|
D | foreach.rs | 22 static bool failed = false; constant 34 static bool test_root_output() { constant 35 bool failed = false; 55 static bool test_foo_output() { constant 56 bool failed = false;
|
D | unsigned.rs | 23 static bool test_unsigned() { variable 24 bool failed = false; 42 bool failed = false;
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | atomic.rs | 4 static bool testUMax(uint32_t dst, uint32_t src) { constant 5 bool failed = false; 14 static bool testUMin(uint32_t dst, uint32_t src) { variable 15 bool failed = false; 24 static bool testUCas(uint32_t dst, uint32_t cmp, uint32_t swp) { constant 25 bool failed = false; 34 static bool test_atomics() { constant 35 bool failed = false; 67 bool failed = false;
|
D | foreach.rs | 6 static bool failed = false; variable 18 static bool test_root_output() { variable 19 bool failed = false; 39 static bool test_foo_output() { constant 40 bool failed = false;
|
D | shared.rsh | 7 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) {
|
D | unsigned.rs | 7 static bool test_unsigned() { constant 8 bool failed = false; 26 bool failed = false;
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | atomic.rs | 22 static bool testUMax(uint32_t dst, uint32_t src) { constant 23 bool failed = false; 32 static bool testUMin(uint32_t dst, uint32_t src) { variable 33 bool failed = false; 42 static bool testUCas(uint32_t dst, uint32_t cmp, uint32_t swp) { variable 43 bool failed = false; 52 static bool test_atomics() { variable 53 bool failed = false; 85 bool failed = false;
|
D | foreach_multi.rs | 39 static bool failed = false; variable 92 static bool test_sum2_output() { constant 93 bool failed = false; 112 static bool test_sum3_output() { variable 113 bool failed = false; 133 static bool test_sum_mixed_output() { constant 134 bool failed = false; 153 static bool test_sum2_struct_output() { variable 154 bool failed = false;
|
D | foreach.rs | 24 static bool failed = false; constant 36 static bool test_root_output() { constant 37 bool failed = false; 57 static bool test_foo_output() { constant 58 bool failed = false;
|
D | unsigned.rs | 25 static bool test_unsigned() { constant 26 bool failed = false; 44 bool failed = false;
|
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/ |
D | reduce_general_bad_halter.rs | 26 static bool halt0() { return false; } variable 30 static bool halt2(const int *accum, const int *accum2) { return false; } constant 34 static bool halt_special(const int *context) { return false; } variable 38 static bool hva_halt(const unsigned *accum) { return false; } constant 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; } 58 static bool halt_const(int *accum) { return false; } constant
|
/frameworks/base/core/proto/android/app/ |
D | notification_channel.proto | 38 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/core/proto/android/service/ |
D | usb.proto | 59 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/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/ |
D | generated_code.proto | 10 bool optional_bool = 5; 22 repeated bool repeated_bool = 25; 35 bool oneof_bool = 45; 48 map<bool, string> map_bool_string = 65; 53 map<string, bool> map_string_bool = 70;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/ |
D | ruby_generated_code.proto | 10 bool optional_bool = 5; 22 repeated bool repeated_bool = 25; 35 bool oneof_bool = 45; 48 map<bool, string> map_bool_string = 65; 53 map<string, bool> map_string_bool = 70;
|
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/ |
D | shared.rsh | 7 bool pass; 51 static inline bool isposinf(float f) { 56 static inline bool isneginf(float f) { 61 static inline bool isnan(float f) { 66 static inline bool isposzero(float f) { 71 static inline bool isnegzero(float f) { 76 static inline bool iszero(float f) { 96 static inline bool float_almost_equal(float f1, float f2) {
|