Home
last modified time | relevance | path

Searched refs:firstTime (Results 1 – 8 of 8) sorted by relevance

/external/antlr/src/org/antlr/runtime/tree/
DTreeIterator.java45 protected boolean firstTime = true; field in TreeIterator
72 firstTime = true; in reset()
78 if ( firstTime ) return root!=null; in hasNext()
86 if ( firstTime ) { // initial condition in next()
87 firstTime = false; in next()
/external/webkit/Source/JavaScriptCore/runtime/
DTimeoutChecker.cpp103 static double firstTime = currentTime(); in getCPUTime()
104 return static_cast<unsigned> ((currentTime() - firstTime) * 1000); in getCPUTime()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.cpp198 static bool firstTime = true; in knownFonts() local
199 if (firstTime) { in knownFonts()
200 firstTime = false; in knownFonts()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebUrlLoaderClient.h93 void authRequired(scoped_refptr<net::AuthChallengeInfo>, bool firstTime, bool suppressDialog);
DWebUrlLoaderClient.cpp472 …hRequired(scoped_refptr<net::AuthChallengeInfo> authChallengeInfo, bool firstTime, bool suppressDi… in authRequired() argument
480 m_webFrame->didReceiveAuthenticationChallenge(this, host, realm, firstTime, suppressDialog); in authRequired()
DWebRequest.cpp395 bool firstTime = (m_authRequestCount == 0); in OnAuthRequired() local
401 … m_urlLoader.get(), &WebUrlLoaderClient::authRequired, authInfoPtr, firstTime, suppressDialog)); in OnAuthRequired()
/external/webkit/Source/WebCore/inspector/front-end/
DDrawer.js62 var firstTime = !this._visibleView;
68 if (x && !firstTime) {
/external/icu4c/common/
Dpunycode.c159 adaptBias(int32_t delta, int32_t length, UBool firstTime) { in adaptBias() argument
162 if(firstTime) { in adaptBias()