Searched defs:bool (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java243 public synchronized void print(boolean bool) { argument
244 builder.append(bool);
320 public synchronized void println(boolean bool) { argument
321 builder.append(bool);
/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A Druntime.c52 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) {
58 static __inline bool OSAtomicCompareAndSwapInt(int oldi, int newi, int volatile *dst) {
73 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) {
77 static __inline bool OSAtomicCompareAndSwapInt(int oldi, int newi, int volatile *dst) {
97 static bool isGC = false;
170 static void *_Block_alloc_default(const unsigned long size, const bool initialCountIsOne, const bool isObject) {
178 static void _Block_setHasRefcount_default(const void *ptr, const bool hasRefcount) {
214 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObjec
232 _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), void (*setHasRefcount)(const void *, const bool), void (*gc_assign)(void *, void **), void (*gc_assign_weak)(const void *, void *), void (*gc_memmove)(void *, void *, unsigned long)) argument
255 _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), void (*setHasRefcount)(const void *, const bool), void (*gc_assign)(void *, void **), void (*gc_assign_weak)(const void *, void *)) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h71 bool getObject(egl_object_t* object) const;
95 inline bool isReady() const { return (refs > 0); }
96 inline bool isValid() const { return magic == '_dpy'; }
97 inline bool isAlive() const { return isValid(); }
125 bool finishOnSwap; // property: debug.egl.finish
126 bool traceGpuCompletion; // property: debug.egl.traceGpuCompletion
130 bool enter() { return mHibernation.incWakeCount(HibernationMachine::WEAK); }
167 bool incWakeCount(WakeRefStrength strenth);
170 void setDisplayValid(bool valid);
175 bool mHibernatin
[all...]
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h36 typedef int bool; typedef
117 typedef bool (*BoolHook)(void *self);
408 extern bool IsInterfaceInitialized(IObject *thiz, unsigned MPH);
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c27 #define bool int macro
74 bool outputMixPresetItfRequested = false;
78 bool outputMixEnvironmentalItfRequested = false;
83 bool playerPresetItfRequested = false;
87 bool playerEnvironmentalItfRequested = false;
94 bool slesutCompareEnvironmentalReverbSettings(
145 bool needSpace = false;
146 bool needNewline = false;
225 bool loop = false;
234 bool ba
[all...]

Completed in 128 milliseconds