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

  /external/clang/test/Analysis/
svalbuilder-logic.c 13 extern int getBool();
14 _Bool a = getBool();
  /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/chromium_org/third_party/npapi/npspy/include/
profile.h 47 virtual BOOL getBool(char * key, BOOL * value) = 0;
  /external/chromium_org/third_party/npapi/npspy/windows/
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))
profilew.h 51 BOOL getBool(char * key, BOOL * value);
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))
profilew.cpp 68 BOOL ProfileWin::getBool(char * key, BOOL * value)
  /external/clang/test/SemaCXX/
warn-logical-not-compare.cpp 4 bool getBool();
110 ret = !getBool() == b1;
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/
WebGLGetInfo.h 99 bool getBool() const;
WebGLGetInfo.cpp 221 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/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 128 return v8::Boolean::New(info.getBool());
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 614 milliseconds