/external/clang/test/PCH/ |
D | thread-safety-attrs.cpp | 104 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/ |
D | loggerw.cpp | 86 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()
|
D | gui_main.cpp | 290 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()
|
D | profilew.h | 51 BOOL getBool(char * key, BOOL * value);
|
D | profilew.cpp | 68 BOOL ProfileWin::getBool(char * key, BOOL * value) in getBool() function in ProfileWin
|
/external/clang/test/Analysis/ |
D | svalbuilder-logic.c | 13 extern int getBool(); in pr15863() 14 _Bool a = getBool(); in pr15863()
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 104 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 …]
|
D | warn-logical-not-compare.cpp | 4 bool getBool(); 110 ret = !getBool() == b1; in test1()
|
/external/chromium_org/third_party/npapi/npspy/include/ |
D | profile.h | 47 virtual BOOL getBool(char * key, BOOL * value) = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLGetInfo.h | 97 bool getBool() const;
|
D | WebGLGetInfo.cpp | 207 bool WebGLGetInfo::getBool() const in getBool() function in WebCore::WebGLGetInfo
|
/external/srec/shared/include/ |
D | ESR_SessionType.h | 107 ESR_ReturnCode(*getBool)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* value); member
|
D | ESR_Session.h | 92 ESR_ReturnCode(*getBool)(const LCHAR* name, ESR_BOOL* value); member
|
/external/srec/shared/src/ |
D | ESR_Session.c | 91 return ESR_Session->getBool(ESR_Session, name, value); in ESR_SessionGetBool()
|
D | SessionTypeImpl.c | 72 Interface->getBool = &ESR_SessionTypeGetBoolImpl; in ESR_SessionTypeCreate()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8WebGLRenderingContextCustom.cpp | 129 return v8Boolean(args.getBool(), isolate); in toV8Object()
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 1408 rc = impl->parameters->getBool(impl->parameters, key, value); in SR_RecognizerGetBoolParameterImpl() 1511 rc = impl->parameters->getBool(impl->parameters, key, &temp); in SR_RecognizerSetBoolParameterImpl()
|