Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
Dmath.rs238 static bool test_fp_math(uint32_t index) { variable
341 static bool test_int_math(uint32_t index) { constant
363 static bool test_basic_operators() { variable
401 static bool test_convert() { constant
Dforeach.rs11 static bool test_foreach_output() { constant
Drstime.rs3 static bool basic_test(uint32_t index) { variable
Drsdebug.rs19 static bool basic_test(uint32_t index) { constant
Dprimitives.rs19 static bool test_primitive_types(uint32_t index) { variable
Dvector.rs44 static bool test_vector_types() { constant
Drstypes.rs25 static bool basic_test(uint32_t index) { constant
Dalloc.rs12 static bool test_alloc_dims() { constant
/frameworks/ex/carousel/java/com/android/ex/carousel/
Dcarousel.rs159 const bool debugCamera = false; // dumps ray/camera coordinate stuff constant
160 const bool debugSelection = false; // logs selection events constant
161 const bool debugTextureLoading = false; // for debugging texture load/unload constant
162 const bool debugGeometryLoading = false; // for debugging geometry load/unload constant
163 const bool debugDetails = false; // for debugging detail texture geometry constant
164 const bool debugRendering = false; // flashes display when the frame changes constant
165 const bool debugRays = false; // shows visual depiction of hit tests, See renderWithRays(). constant
220 static bool updateCamera; // force a recompute of projection and lookat matrices constant
229 static bool isOverScrolling = false; // whether we're in the overscroll animation constant
230 static bool isAutoScrolling = false; // whether we're in the autoscroll animation variable
[all …]
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Drsbench.rs577 static bool checkInit() { constant
610 static bool sendMsgFlag = false; variable
646 static bool gIsDebugMode = false; constant
/frameworks/base/core/java/com/android/internal/os/
DLoggingPrintStream.java243 public synchronized void print(boolean bool) { in print()
320 public synchronized void println(boolean bool) { in println()
/frameworks/compile/libbcc/runtime/BlocksRuntime/
Druntime.c233 void (*setHasRefcount)(const void *, const bool), in _Block_use_GC()
256 void (*setHasRefcount)(const void *, const bool), in _Block_use_GC5()
/frameworks/base/libs/utils/
DRefBase.cpp77 void trackMe(bool, bool) { } in trackMe() argument
/frameworks/base/core/java/android/database/sqlite/
DSQLiteProgram.java375 Boolean bool = (Boolean)value; in compileAndbindAllArgs() local
/frameworks/base/core/java/android/database/
DDatabaseUtils.java203 Boolean bool = (Boolean)value; in bindObjectToProgram() local
300 Boolean bool = (Boolean)value; in appendValueToSql() local