Home
last modified time | relevance | path

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

/external/clang/test/PCH/
Dthread-safety-attrs.cpp104 bool getBool();
162 if (getBool()) in sls_fun_8()
169 if (getBool()) in sls_fun_9()
177 if (getBool()) { in sls_fun_good_6()
180 if (getBool()) { in sls_fun_good_6()
181 getBool(); // EMPTY in sls_fun_good_6()
183 getBool(); // EMPTY in sls_fun_good_6()
192 while (getBool()) { in sls_fun_good_7()
194 if (getBool()) { in sls_fun_good_7()
195 if (getBool()) { in sls_fun_good_7()
[all …]
/external/chromium_org/third_party/npapi/npspy/windows/
Dloggerw.cpp86 profile.getBool(NPSPY_REG_KEY_ONTOP, &bOnTop); in platformInit()
88 profile.getBool(NPSPY_REG_KEY_LOGTOWINDOW, &bToWindow); in platformInit()
89 profile.getBool(NPSPY_REG_KEY_LOGTOCONSOLE, &bToConsole); in platformInit()
90 profile.getBool(NPSPY_REG_KEY_LOGTOFILE, &bToFile); in platformInit()
91 profile.getBool(NPSPY_REG_KEY_SPALID, &bSPALID); in platformInit()
97 if(profile.getBool(ActionName[i], &selected)) in platformInit()
Dgui_main.cpp290 profile.getBool(NPSPY_REG_KEY_ONTOP, &logger.bOnTop); in SPY_Setup()
291 profile.getBool(NPSPY_REG_KEY_LOGTOWINDOW, &logger.bToWindow); in SPY_Setup()
292 profile.getBool(NPSPY_REG_KEY_LOGTOCONSOLE, &logger.bToConsole); in SPY_Setup()
293 profile.getBool(NPSPY_REG_KEY_LOGTOFILE, &logger.bToFile); in SPY_Setup()
294 profile.getBool(NPSPY_REG_KEY_SPALID, &logger.bSPALID); in SPY_Setup()
300 if(profile.getBool(ActionName[i], &selected)) in SPY_Setup()
Dprofilew.h51 BOOL getBool(char * key, BOOL * value);
Dprofilew.cpp68 BOOL ProfileWin::getBool(char * key, BOOL * value) in getBool() function in ProfileWin
/external/clang/test/Analysis/
Dsvalbuilder-logic.c13 extern int getBool(); in pr15863()
14 _Bool a = getBool(); in pr15863()
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp104 bool getBool();
160 if (getBool()) in sls_fun_8()
167 if (getBool()) in sls_fun_9()
175 if (getBool()) { in sls_fun_good_6()
178 if (getBool()) { in sls_fun_good_6()
179 getBool(); // EMPTY in sls_fun_good_6()
181 getBool(); // EMPTY in sls_fun_good_6()
190 while (getBool()) { in sls_fun_good_7()
192 if (getBool()) { in sls_fun_good_7()
193 if (getBool()) { in sls_fun_good_7()
[all …]
Dwarn-logical-not-compare.cpp4 bool getBool();
110 ret = !getBool() == b1; in test1()
/external/chromium_org/third_party/npapi/npspy/include/
Dprofile.h47 virtual BOOL getBool(char * key, BOOL * value) = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLGetInfo.h97 bool getBool() const;
DWebGLGetInfo.cpp207 bool WebGLGetInfo::getBool() const in getBool() function in WebCore::WebGLGetInfo
/external/srec/shared/include/
DESR_SessionType.h107 ESR_ReturnCode(*getBool)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* value); member
DESR_Session.h92 ESR_ReturnCode(*getBool)(const LCHAR* name, ESR_BOOL* value); member
/external/srec/shared/src/
DESR_Session.c91 return ESR_Session->getBool(ESR_Session, name, value); in ESR_SessionGetBool()
DSessionTypeImpl.c72 Interface->getBool = &ESR_SessionTypeGetBoolImpl; in ESR_SessionTypeCreate()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp129 return v8Boolean(args.getBool(), isolate); in toV8Object()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c1408 rc = impl->parameters->getBool(impl->parameters, key, value); in SR_RecognizerGetBoolParameterImpl()
1511 rc = impl->parameters->getBool(impl->parameters, key, &temp); in SR_RecognizerSetBoolParameterImpl()