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

/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/minikin/include/minikin/
H A DFontFamily.h42 bool operator==(const FontLanguage other) const { return mBits == other.mBits; }
43 operator bool() const { return mBits != 0; }
67 FontStyle(int weight = 4, bool italic = false) {
70 FontStyle(FontLanguage lang, int variant = 0, int weight = 4, bool italic = false) {
75 bool getItalic() const { return (bits & kItalicMask) != 0; }
79 bool operator==(const FontStyle other) const { return bits == other.bits; }
105 FontFakery(bool fakeBold, bool fakeItalic) : mFakeBold(fakeBold), mFakeItalic(fakeItalic) { }
107 bool isFakeBold() { return mFakeBold; }
108 bool isFakeItali
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h69 bool getObject(egl_object_t* object) const;
93 inline bool isReady() const { return (refs > 0); }
94 inline bool isValid() const { return magic == '_dpy'; }
95 inline bool isAlive() const { return isValid(); }
102 bool haveExtension(const char* name, size_t nameLen = 0) const;
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 vali
[all...]
/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...]
/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);

Completed in 429 milliseconds