/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) { constant 25 bool failed = false; 34 static bool test_atomics() { variable 35 bool failed = false; 67 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() { constant 40 bool failed = false;
|
D | shared.rsh | 7 bool pass; 48 static bool isposinf(float f) { 53 static bool isneginf(float f) { 58 static bool isnan(float f) { 63 static bool isposzero(float f) { 68 static bool isnegzero(float f) { 73 static bool iszero(float f) { 93 static 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;
|
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() { constant 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;
|
D | noroot.rs | 6 static bool failed = false; variable 12 static bool test_foo_output() { variable 13 bool failed = false;
|
D | bug_char.rs | 9 static bool test_bug_char() { variable 10 bool failed = false; 37 bool failed = false;
|
D | rstypes.rs | 19 static bool basic_test(uint32_t index) { constant 20 bool failed = false; 49 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) { variable 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() { variable 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() { variable 40 bool failed = false;
|
D | shared.rsh | 7 bool pass; 48 static bool isposinf(float f) { 53 static bool isneginf(float f) { 58 static bool isnan(float f) { 63 static bool isposzero(float f) { 68 static bool isnegzero(float f) { 73 static bool iszero(float f) { 93 static 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() { variable 8 bool failed = false; 27 bool failed = false;
|
D | struct.rs | 9 static bool test_Point_2(int expected) { constant 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;
|
D | noroot.rs | 6 static bool failed = false; constant 12 static bool test_foo_output() { constant 13 bool failed = false;
|
D | bug_char.rs | 9 static bool test_bug_char() { variable 10 bool failed = false; 37 bool failed = false;
|
D | rstypes.rs | 19 static bool basic_test(uint32_t index) { variable 20 bool failed = false; 49 bool failed = false;
|
/frameworks/rs/scriptc/ |
D | rs_object.rsh | 97 * @return bool 166 * @return bool 168 extern bool __attribute__((overloadable)) 173 extern bool __attribute__((overloadable)) 178 extern bool __attribute__((overloadable)) 183 extern bool __attribute__((overloadable)) 188 extern bool __attribute__((overloadable)) 195 extern bool __attribute__((overloadable)) 200 extern bool __attribute__((overloadable)) 205 extern bool __attribute__((overloadable)) [all …]
|
D | rs_program.rsh | 41 extern bool __attribute__((overloadable)) 48 extern bool __attribute__((overloadable)) 56 extern bool __attribute__((overloadable)) 64 extern bool __attribute__((overloadable)) 72 extern bool __attribute__((overloadable)) 96 extern bool __attribute__((overloadable)) 104 extern bool __attribute__((overloadable))
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 484 mContext.getResources().getBoolean(R.bool.assisted_gps_enabled) ? "1" : "0"; in onUpgrade() 552 R.bool.def_notification_pulse); in onUpgrade() 700 R.bool.def_vibrate_in_silent); in onUpgrade() 790 R.bool.def_accessibility_script_injection); in onUpgrade() 934 com.android.internal.R.bool.config_voice_capable)) { in onUpgrade() 957 R.bool.def_touch_exploration_enabled); in onUpgrade() 1013 R.bool.def_accessibility_speak_password); in onUpgrade() 1030 R.bool.def_vibrate_in_silent); in onUpgrade() 1072 R.bool.def_lockscreen_disabled); in onUpgrade() 1179 com.android.internal.R.bool.config_dreamsEnabledByDefault); in onUpgrade() [all …]
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | foreach.rs | 6 static bool failed = false; constant 12 static bool test_root_output() { constant 13 bool failed = false;
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | foreach.rs | 6 static bool failed = false; constant 12 static bool test_root_output() { constant 13 bool failed = false;
|