/external/antlr/antlr-3.4/runtime/Java/src/main/java/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeIterator.cs | 45 protected bool firstTime = true; field in Antlr.Runtime.Tree.TreeIterator 90 if (firstTime) { in MoveNext() 92 firstTime = false; in MoveNext() 145 firstTime = true; in Reset()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeIterator.cs | 47 protected bool firstTime = true; field in Antlr.Runtime.Tree.TreeIterator 98 if ( firstTime ) in MoveNext() 101 firstTime = false; in MoveNext() 173 firstTime = true; in Reset()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTreeIterator.m | 52 firstTime = YES; 67 firstTime = YES; 83 firstTime = YES; 112 firstTime = YES; 119 if ( firstTime ) { 137 if ( firstTime ) { 138 firstTime = NO; 192 @synthesize firstTime;
|
D | ANTLRTreeIterator.h | 40 BOOL firstTime; variable 51 @property BOOL firstTime;
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSTaskStarter.java | 236 public synchronized void schedule(TimerTask task, Date firstTime, long period) { in schedule() argument 238 super.schedule(task, firstTime, period); in schedule() 256 … public synchronized void scheduleAtFixedRate(TimerTask task, Date firstTime, long period) { in scheduleAtFixedRate() argument 258 super.scheduleAtFixedRate(task, firstTime, period); in scheduleAtFixedRate()
|
/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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRTreeIterator.h | 43 BOOL firstTime; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTreeIterator.h | 43 BOOL firstTime; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTreeIterator.h | 43 BOOL firstTime; variable
|
/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 | 92 void authRequired(scoped_refptr<net::AuthChallengeInfo>, bool firstTime, bool suppressDialog);
|
D | WebUrlLoaderClient.cpp | 464 …hRequired(scoped_refptr<net::AuthChallengeInfo> authChallengeInfo, bool firstTime, bool suppressDi… in authRequired() argument 472 m_webFrame->didReceiveAuthenticationChallenge(this, host, realm, firstTime, suppressDialog); in authRequired()
|
D | WebRequest.cpp | 413 bool firstTime = (m_authRequestCount == 0); in OnAuthRequired() local 419 … 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()
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_prm.c | 478 static BOOLEAN firstTime = TRUE; in nfc_hal_prm_spd_check_version() local 479 if (firstTime) { in nfc_hal_prm_spd_check_version() 482 firstTime = FALSE; in nfc_hal_prm_spd_check_version()
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
D | InputManager.java | 94 private long firstTime = 0; field in InputManager 151 firstTime = keys.getInputTimeNanos(); in InputManager()
|
/external/skia/third_party/glu/libtess/ |
D | sweep.c | 357 int firstTime = TRUE; in AddRightEdges() local 394 if( ! firstTime && CheckForRightSplice( tess, regPrev )) { in AddRightEdges() 399 firstTime = FALSE; in AddRightEdges()
|
/external/skia/src/core/ |
D | SkPaint.cpp | 2271 for (bool firstTime = true;; firstTime = false) { in computeFastBounds() local 2280 if (firstTime) { in computeFastBounds()
|