Home
last modified time | relevance | path

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

12345678

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Datomic.rs4 static bool testUMax(uint32_t dst, uint32_t src) { variable
5 bool failed = false;
14 static bool testUMin(uint32_t dst, uint32_t src) { constant
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;
Dforeach.rs6 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;
Dshared.rsh7 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) {
Dunsigned.rs7 static bool test_unsigned() { variable
8 bool failed = false;
26 bool failed = false;
Dconvert.rs7 static bool test_convert() { constant
8 bool failed = false;
27 bool failed = false;
Dstruct.rs9 static bool test_Point_2(int expected) { variable
10 bool failed = false;
27 bool failed = false;
Dkernel.rs6 static bool failed = false; variable
18 static bool test_root_output() { variable
19 bool failed = false;
Dnoroot.rs6 static bool failed = false; variable
12 static bool test_foo_output() { variable
13 bool failed = false;
Dbug_char.rs9 static bool test_bug_char() { constant
10 bool failed = false;
37 bool failed = false;
Drstypes.rs19 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/
Datomic.rs4 static bool testUMax(uint32_t dst, uint32_t src) { variable
5 bool failed = false;
14 static bool testUMin(uint32_t dst, uint32_t src) { constant
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;
Dforeach.rs6 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;
Dshared.rsh7 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) {
Dunsigned.rs7 static bool test_unsigned() { variable
8 bool failed = false;
26 bool failed = false;
Dprogram_raster.rs7 static bool test_program_raster_getters() { variable
8 bool failed = false;
27 bool failed = false;
Dstruct.rs9 static bool test_Point_2(int expected) { variable
10 bool failed = false;
27 bool failed = false;
Dconvert.rs7 static bool test_convert() { variable
8 bool failed = false;
27 bool failed = false;
Dkernel.rs6 static bool failed = false; variable
18 static bool test_root_output() { constant
19 bool failed = false;
Dnoroot.rs6 static bool failed = false; constant
12 static bool test_foo_output() { constant
13 bool failed = false;
Dbug_char.rs9 static bool test_bug_char() { constant
10 bool failed = false;
37 bool failed = false;
/frameworks/rs/scriptc/
Drs_object.rsh94 * @return bool
160 * @return bool
162 extern bool __attribute__((overloadable))
167 extern bool __attribute__((overloadable))
172 extern bool __attribute__((overloadable))
177 extern bool __attribute__((overloadable))
182 extern bool __attribute__((overloadable))
187 extern bool __attribute__((overloadable))
192 extern bool __attribute__((overloadable))
197 extern bool __attribute__((overloadable))
[all …]
Drs_program.rsh41 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/ex/carousel/java/com/android/ex/carousel/
Dcarousel.rs166 const bool debugCamera = false; // dumps ray/camera coordinate stuff constant
167 const bool debugSelection = false; // logs selection events constant
168 const bool debugTextureLoading = false; // for debugging texture load/unload constant
169 const bool debugGeometryLoading = false; // for debugging geometry load/unload constant
170 const bool debugDetails = false; // for debugging detail texture geometry constant
171 const bool debugRendering = false; // flashes display when the frame changes constant
172 const bool debugRays = false; // shows visual depiction of hit tests, See renderWithRays(). constant
184 bool drawRuler; // whether to draw a ruler from the card to the detail texture
187 bool cardsFaceTangent; // whether cards are rotated to face along a tangent to the circle
198 bool firstCardTop; // set true for first card on top row when multiple rows used
[all …]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java484 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/
Dforeach.rs6 static bool failed = false; variable
12 static bool test_root_output() { variable
13 bool failed = false;

12345678