Searched defs:firstTime (Results 1 - 25 of 25) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeIterator.h43 BOOL firstTime; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeIterator.h43 BOOL firstTime; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeIterator.h43 BOOL firstTime; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeIterator.h40 BOOL firstTime; variable
51 @property BOOL firstTime; variable
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs45 protected bool firstTime = true; field in class:Antlr.Runtime.Tree.TreeIterator
90 if (firstTime) {
92 firstTime = false;
145 firstTime = true;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs47 protected bool firstTime = true; field in class:Antlr.Runtime.Tree.TreeIterator
98 if ( firstTime )
101 firstTime = false;
173 firstTime = true;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeIterator.java45 protected boolean firstTime = true; field in class:TreeIterator
72 firstTime = true;
78 if ( firstTime ) return root!=null;
86 if ( firstTime ) { // initial condition
87 firstTime = false;
/external/webkit/Source/WebCore/inspector/front-end/
H A DDrawer.js62 var firstTime = !this._visibleView; variable
68 if (x && !firstTime) {
/external/icu4c/common/
H A Dpunycode.c159 adaptBias(int32_t delta, int32_t length, UBool firstTime) { argument
162 if(firstTime) {
/external/jmdns/src/javax/jmdns/impl/
H A DDNSTaskStarter.java236 public synchronized void schedule(TimerTask task, Date firstTime, long period) { argument
238 super.schedule(task, firstTime, period);
256 public synchronized void scheduleAtFixedRate(TimerTask task, Date firstTime, long period) { argument
258 super.scheduleAtFixedRate(task, firstTime, period);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_prm.c478 static BOOLEAN firstTime = TRUE; local
479 if (firstTime) {
482 firstTime = FALSE;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebRequest.cpp413 bool firstTime = (m_authRequestCount == 0); local
419 m_urlLoader.get(), &WebUrlLoaderClient::authRequired, authInfoPtr, firstTime, suppressDialog));
H A DWebUrlLoaderClient.cpp464 void WebUrlLoaderClient::authRequired(scoped_refptr<net::AuthChallengeInfo> authChallengeInfo, bool firstTime, bool suppressDialog) argument
472 m_webFrame->didReceiveAuthenticationChallenge(this, host, realm, firstTime, suppressDialog);
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInputManager.java94 private long firstTime = 0; field in class:InputManager
151 firstTime = keys.getInputTimeNanos();
/external/skia/third_party/glu/libtess/
H A Dsweep.c357 int firstTime = TRUE; local
394 if( ! firstTime && CheckForRightSplice( tess, regPrev )) {
399 firstTime = FALSE;
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp198 static bool firstTime = true; local
199 if (firstTime) {
200 firstTime = false;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 422 milliseconds