Searched refs:firstTime (Results 1 – 8 of 8) sorted by relevance
/external/antlr/src/org/antlr/runtime/tree/ |
D | TreeIterator.java | 45 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/ |
D | TimeoutChecker.cpp | 103 static double firstTime = currentTime(); in getCPUTime() 104 return static_cast<unsigned> ((currentTime() - firstTime) * 1000); in getCPUTime()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontPlatformData.cpp | 198 static bool firstTime = true; in knownFonts() local 199 if (firstTime) { in knownFonts() 200 firstTime = false; in knownFonts()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | WebUrlLoaderClient.h | 93 void authRequired(scoped_refptr<net::AuthChallengeInfo>, bool firstTime, bool suppressDialog);
|
D | WebUrlLoaderClient.cpp | 472 …hRequired(scoped_refptr<net::AuthChallengeInfo> authChallengeInfo, bool firstTime, bool suppressDi… in authRequired() argument 480 m_webFrame->didReceiveAuthenticationChallenge(this, host, realm, firstTime, suppressDialog); in authRequired()
|
D | WebRequest.cpp | 395 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/ |
D | Drawer.js | 62 var firstTime = !this._visibleView; 68 if (x && !firstTime) {
|
/external/icu4c/common/ |
D | punycode.c | 159 adaptBias(int32_t delta, int32_t length, UBool firstTime) { in adaptBias() argument 162 if(firstTime) { in adaptBias()
|