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

/frameworks/base/tools/aapt2/
H A DMaybe.h75 operator bool() const;
101 bool mNothing;
247 Maybe<T>::operator bool() const {
H A DResourceTable.cpp32 static bool compareConfigs(const ResourceConfigValue& lhs, const ConfigDescription& rhs) {
36 static bool lessThanType(const std::unique_ptr<ResourceTableType>& lhs, ResourceType rhs) {
40 static bool lessThanEntry(const std::unique_ptr<ResourceEntry>& lhs, const StringPiece16& rhs) {
73 bool isAttribute = false;
79 operator bool() {
149 bool ResourceTable::addResource(const ResourceNameRef& name, const ConfigDescription& config,
154 bool ResourceTable::addResource(const ResourceNameRef& name, const ResourceId resId,
160 bool ResourceTable::addResourceAllowMangled(const ResourceNameRef& name,
168 bool ResourceTable::addResourceImpl(const ResourceNameRef& name, const ResourceId resId,
258 bool ResourceTabl
[all...]
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) {
69 inline bool isspace16(char16_t c) {
83 bool isJavaClassName(const StringPiece16& str);
159 operator bool() const;
163 bool mQuote = false;
164 bool mTrailingSpace = false;
176 inline StringBuilder::operator bool() const {
189 bool writeAll(std::ostream& out, const BigBuffer& buffer);
210 bool operato
[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/minikin/include/minikin/
H A DFontFamily.h43 bool operator==(const FontLanguage other) const { return mBits == other.mBits; }
44 operator bool() const { return mBits != 0; }
68 FontStyle(int weight = 4, bool italic = false) {
71 FontStyle(FontLanguage lang, int variant = 0, int weight = 4, bool italic = false) {
76 bool getItalic() const { return (bits & kItalicMask) != 0; }
80 bool operator==(const FontStyle other) const { return bits == other.bits; }
106 FontFakery(bool fakeBold, bool fakeItalic) : mFakeBold(fakeBold), mFakeItalic(fakeItalic) { }
108 bool isFakeBold() { return mFakeBold; }
109 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); }
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.h36 typedef int bool; typedef
116 typedef bool (*BoolHook)(void *self);
407 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. ...

Completed in 275 milliseconds