/external/clang/test/Analysis/ |
H A D | svalbuilder-logic.c | 13 extern int getBool(); 14 _Bool a = getBool();
|
/external/clang/test/PCH/ |
H A D | 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/chromium_org/third_party/npapi/npspy/include/ |
H A D | profile.h | 47 virtual BOOL getBool(char * key, BOOL * value) = 0;
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
H A D | loggerw.cpp | 86 profile.getBool(NPSPY_REG_KEY_ONTOP, &bOnTop); 88 profile.getBool(NPSPY_REG_KEY_LOGTOWINDOW, &bToWindow); 89 profile.getBool(NPSPY_REG_KEY_LOGTOCONSOLE, &bToConsole); 90 profile.getBool(NPSPY_REG_KEY_LOGTOFILE, &bToFile); 91 profile.getBool(NPSPY_REG_KEY_SPALID, &bSPALID); 97 if(profile.getBool(ActionName[i], &selected))
|
H A D | profilew.h | 51 BOOL getBool(char * key, BOOL * value);
|
H A D | gui_main.cpp | 290 profile.getBool(NPSPY_REG_KEY_ONTOP, &logger.bOnTop); 291 profile.getBool(NPSPY_REG_KEY_LOGTOWINDOW, &logger.bToWindow); 292 profile.getBool(NPSPY_REG_KEY_LOGTOCONSOLE, &logger.bToConsole); 293 profile.getBool(NPSPY_REG_KEY_LOGTOFILE, &logger.bToFile); 294 profile.getBool(NPSPY_REG_KEY_SPALID, &logger.bSPALID); 300 if(profile.getBool(ActionName[i], &selected))
|
H A D | profilew.cpp | 68 BOOL ProfileWin::getBool(char * key, BOOL * value) function in class:ProfileWin
|
/external/clang/test/SemaCXX/ |
H A D | warn-logical-not-compare.cpp | 4 bool getBool(); 110 ret = !getBool() == b1;
|
H A D | warn-thread-safety-analysis.cpp | 104 bool getBool(); 160 if (getBool()) 167 if (getBool()) 175 if (getBool()) { 178 if (getBool()) { 179 getBool(); // EMPTY 181 getBool(); // EMPTY 190 while (getBool()) { 192 if (getBool()) { 193 if (getBool()) { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
H A D | WebGLGetInfo.h | 99 bool getBool() const;
|
H A D | WebGLGetInfo.cpp | 221 bool WebGLGetInfo::getBool() const function in class:WebCore::WebGLGetInfo
|
/external/srec/shared/include/ |
H A D | ESR_SessionType.h | 107 ESR_ReturnCode(*getBool)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* value); member in struct:ESR_SessionType_t
|
H A D | ESR_Session.h | 92 ESR_ReturnCode(*getBool)(const LCHAR* name, ESR_BOOL* value); member in struct:ESR_SessionSingleton_t
|
/external/srec/shared/src/ |
H A D | ESR_Session.c | 91 return ESR_Session->getBool(ESR_Session, name, value);
|
H A D | SessionTypeImpl.c | 72 Interface->getBool = &ESR_SessionTypeGetBoolImpl;
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
H A D | V8WebGLRenderingContextCustom.cpp | 128 return v8::Boolean::New(info.getBool());
|
/external/srec/srec/Recognizer/src/ |
H A D | RecognizerImpl.c | 1033 // rc = impl->parameters->getBool(impl->parameters, L("enableGetWaveform"), &enableGetWaveform); 1408 rc = impl->parameters->getBool(impl->parameters, key, value); 1511 rc = impl->parameters->getBool(impl->parameters, key, &temp); 3002 //impl->parameters->getBool(impl->parameters, L("enableGetWaveform"), &enableGetWaveform);
|