/frameworks/rs/java/tests/RSTest_CompatLib/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) { variable 25 bool failed = false; 34 static bool test_atomics() { variable 35 bool failed = false; 67 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 | foreach.rs | 6 static bool failed = false; constant 18 static bool test_root_output() { constant 19 bool failed = false; 39 static bool test_foo_output() { constant 40 bool failed = false;
|
D | unsigned.rs | 7 static bool test_unsigned() { constant 8 bool failed = false; 26 bool failed = false;
|
D | convert.rs | 7 static bool test_convert() { variable 8 bool failed = false; 27 bool failed = false;
|
D | struct.rs | 9 static bool test_Point_2(int expected) { variable 10 bool failed = false; 27 bool failed = false;
|
D | kernel.rs | 6 static bool failed = false; variable 18 static bool test_root_output() { variable 19 bool failed = false;
|
/frameworks/rs/java/tests/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) { variable 25 bool failed = false; 34 static bool test_atomics() { constant 35 bool failed = false; 67 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 | foreach.rs | 6 static bool failed = false; constant 18 static bool test_root_output() { variable 19 bool failed = false; 39 static bool test_foo_output() { constant 40 bool failed = false;
|
D | unsigned.rs | 7 static bool test_unsigned() { constant 8 bool failed = false; 26 bool failed = false;
|
D | struct.rs | 9 static bool test_Point_2(int expected) { constant 10 bool failed = false; 27 bool failed = false;
|
D | convert.rs | 7 static bool test_convert() { variable 8 bool failed = false; 27 bool failed = false;
|
D | kernel.rs | 6 static bool failed = false; variable 18 static bool test_root_output() { constant 19 bool failed = false;
|
/frameworks/rs/java/tests/RsTest/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) { variable 25 bool failed = false; 34 static bool test_atomics() { variable 35 bool failed = false; 67 bool failed = false;
|
D | foreach_multi.rs | 21 static bool failed = false; constant 74 static bool test_sum2_output() { constant 75 bool failed = false; 94 static bool test_sum3_output() { constant 95 bool failed = false; 115 static bool test_sum_mixed_output() { constant 116 bool failed = false; 135 static bool test_sum2_struct_output() { constant 136 bool failed = false;
|
D | foreach.rs | 6 static bool failed = false; variable 18 static bool test_root_output() { constant 19 bool failed = false; 39 static bool test_foo_output() { variable 40 bool failed = false;
|
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) {
|
D | unsigned.rs | 7 static bool test_unsigned() { variable 8 bool failed = false; 26 bool failed = false;
|
D | convert.rs | 7 static bool test_convert() { constant 8 bool failed = false; 27 bool failed = false;
|
D | struct.rs | 9 static bool test_Point_2(int expected) { variable 10 bool failed = false; 27 bool failed = false;
|
D | kernel.rs | 6 static bool failed = false; constant 18 static bool test_root_output() { variable 19 bool failed = false;
|
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/ |
D | reduce_general_bad_halter.rs | 26 static bool halt0() { return false; } constant 30 static bool halt2(const int *accum, const int *accum2) { return false; } variable 34 static bool halt_special(const int *context) { return false; } constant 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/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 541 mContext.getResources().getBoolean(R.bool.assisted_gps_enabled) ? "1" : "0"; in onUpgrade() 609 R.bool.def_notification_pulse); in onUpgrade() 757 R.bool.def_vibrate_in_silent); in onUpgrade() 847 R.bool.def_accessibility_script_injection); in onUpgrade() 991 com.android.internal.R.bool.config_voice_capable)) { in onUpgrade() 1014 R.bool.def_touch_exploration_enabled); in onUpgrade() 1070 R.bool.def_accessibility_speak_password); in onUpgrade() 1087 R.bool.def_vibrate_in_silent); in onUpgrade() 1129 R.bool.def_lockscreen_disabled); in onUpgrade() 1236 com.android.internal.R.bool.config_dreamsEnabledByDefault); in onUpgrade() [all …]
|
/frameworks/base/libs/hwui/protos/ |
D | hwui.proto | 49 required bool has_overlapping_rendering = 18; 50 required bool pivot_explicitly_set = 19; 51 required bool project_backwards = 20; 52 required bool projection_receiver = 21; 66 required bool should_clip = 1;
|