HomeSort by relevance Sort by last modified time
    Searched refs:getBool (Results 1 - 12 of 12) sorted by null

  /external/clang/test/PCH/
thread-safety-attrs.cpp 104 bool getBool();
162 if (getBool())
169 if (getBool())
177 if (getBool()) {
180 if (getBool()) {
181 getBool(); // EMPTY
183 getBool(); // EMPTY
192 while (getBool()) {
194 if (getBool()) {
195 if (getBool()) {
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 99 bool getBool();
155 if (getBool())
162 if (getBool())
170 if (getBool()) {
173 if (getBool()) {
174 getBool(); // EMPTY
176 getBool(); // EMPTY
185 while (getBool()) {
187 if (getBool()) {
188 if (getBool()) {
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLGetInfo.h 97 bool getBool() const;
WebGLGetInfo.cpp 153 bool WebGLGetInfo::getBool() const
  /external/srec/shared/include/
ESR_SessionType.h 107 ESR_ReturnCode(*getBool)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* value);
ESR_Session.h 92 ESR_ReturnCode(*getBool)(const LCHAR* name, ESR_BOOL* value);
  /external/srec/shared/src/
ESR_Session.c 91 return ESR_Session->getBool(ESR_Session, name, value);
SessionTypeImpl.c 72 Interface->getBool = &ESR_SessionTypeGetBoolImpl;
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSWebGLRenderingContextCustom.cpp 86 return jsBoolean(info.getBool());
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 115 return v8::Boolean::New(info.getBool());
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 508 milliseconds