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

12

/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/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DNonVolatileStore.cpp197 static bool firstTime = true; local
202 if ((firstTime == false) && (forceDelete == false))
204 firstTime = false;
/external/libnfc-nci/src/adaptation/
H A Dlibmain.c199 static BOOLEAN firstTime = TRUE; local
202 if ((firstTime == FALSE) && (forceDelete == FALSE))
204 firstTime = FALSE;
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperationsTest.cpp55 bool firstTime = true; local
68 if (firstTime)
72 firstTime = false;
/external/chromium_org/third_party/icu/source/common/
H A Dpunycode.cpp162 adaptBias(int32_t delta, int32_t length, UBool firstTime) { argument
165 if(firstTime) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dscriptset.cpp196 UBool firstTime = TRUE; local
198 if (!firstTime) {
201 firstTime = FALSE;
/external/icu/icu4c/source/common/
H A Dpunycode.cpp162 adaptBias(int32_t delta, int32_t length, UBool firstTime) { argument
165 if(firstTime) {
/external/icu/icu4c/source/i18n/
H A Dscriptset.cpp196 UBool firstTime = TRUE; local
198 if (!firstTime) {
201 firstTime = FALSE;
/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.c526 static BOOLEAN firstTime = TRUE; local
527 if (firstTime)
531 firstTime = FALSE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c885 static GLboolean firstTime = GL_TRUE; local
891 if (firstTime) {
893 firstTime = GL_FALSE;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c885 static GLboolean firstTime = GL_TRUE; local
891 if (firstTime) {
893 firstTime = GL_FALSE;
/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp740 bool firstTime = true; local
745 REPORTER_ASSERT(reporter, firstTime);
748 firstTime = false;
751 REPORTER_ASSERT(reporter, !firstTime);
765 REPORTER_ASSERT(reporter, !firstTime);
/external/skia/tests/
H A DPathTest.cpp713 bool firstTime = true; local
718 REPORTER_ASSERT(reporter, firstTime);
721 firstTime = false;
724 REPORTER_ASSERT(reporter, !firstTime);
738 REPORTER_ASSERT(reporter, !firstTime);
/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 ...

Completed in 1450 milliseconds

12