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

/frameworks/base/tools/aapt2/util/
H A DMaybe.h77 explicit operator bool() const;
103 bool mNothing;
249 Maybe<T>::operator bool() const {
288 bool
304 bool
H A DUtil.h41 bool stringStartsWith(const BasicStringPiece<T>& str, const BasicStringPiece<T>& prefix) {
52 bool stringEndsWith(const BasicStringPiece<T>& str, const BasicStringPiece<T>& suffix) {
71 inline bool isspace16(char16_t c) {
85 bool isJavaClassName(const StringPiece16& str);
90 bool isJavaPackageName(const StringPiece16& str);
176 bool verifyJavaStringFormat(const StringPiece16& str);
183 operator bool() const;
187 bool mQuote = false;
188 bool mTrailingSpace = false;
189 bool mLastCharWasEscap
[all...]
/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/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); }
134 bool eglIsInitialized;
169 bool incWakeCoun
[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.h37 typedef int bool; typedef
117 typedef bool (*BoolHook)(void *self);
408 extern bool IsInterfaceInitialized(IObject *thiz, unsigned MPH);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 2211 milliseconds