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

12

/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/ ...
/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/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/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/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/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/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
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.jface_3.6.1.M20100825-0800.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 ...
/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);

Completed in 5305 milliseconds

12