Searched refs:getBool (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/Analysis/
H A Dsvalbuilder-logic.c13 extern int getBool();
14 _Bool a = getBool();
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp104 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 Dprofile.h47 virtual BOOL getBool(char * key, BOOL * value) = 0;
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dloggerw.cpp86 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 Dprofilew.h51 BOOL getBool(char * key, BOOL * value);
H A Dgui_main.cpp290 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 Dprofilew.cpp68 BOOL ProfileWin::getBool(char * key, BOOL * value) function in class:ProfileWin
/external/clang/test/SemaCXX/
H A Dwarn-logical-not-compare.cpp4 bool getBool();
110 ret = !getBool() == b1;
H A Dwarn-thread-safety-analysis.cpp104 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 DWebGLGetInfo.h99 bool getBool() const;
H A DWebGLGetInfo.cpp221 bool WebGLGetInfo::getBool() const function in class:WebCore::WebGLGetInfo
/external/srec/shared/include/
H A DESR_SessionType.h107 ESR_ReturnCode(*getBool)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* value); member in struct:ESR_SessionType_t
H A DESR_Session.h92 ESR_ReturnCode(*getBool)(const LCHAR* name, ESR_BOOL* value); member in struct:ESR_SessionSingleton_t
/external/srec/shared/src/
H A DESR_Session.c91 return ESR_Session->getBool(ESR_Session, name, value);
H A DSessionTypeImpl.c72 Interface->getBool = &ESR_SessionTypeGetBoolImpl;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8WebGLRenderingContextCustom.cpp128 return v8::Boolean::New(info.getBool());
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c1033 // 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);

Completed in 578 milliseconds