Searched defs:firstTime (Results 1 - 25 of 34) 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/caliper/caliper/src/main/java/com/google/caliper/worker/
H A DAllocationRecorder.java27 private boolean firstTime = true; field in class:AllocationRecorder
35 if (firstTime) {
46 firstTime = false;
/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/icu/android_icu4j/src/main/java/android/icu/impl/
H A DPunycode.java45 private static int adaptBias(int delta, int length, boolean firstTime){ argument
46 if(firstTime){
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPunycode.java43 private static int adaptBias(int delta, int length, boolean firstTime){ argument
44 if(firstTime){
/external/icu/icu4c/source/common/
H A Dpunycode.cpp164 adaptBias(int32_t delta, int32_t length, UBool firstTime) { argument
167 if(firstTime) {
/external/icu/icu4c/source/i18n/
H A Dscriptset.cpp206 UBool firstTime = TRUE; local
208 if (!firstTime) {
211 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/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp150 bool firstTime = WriterErrorCodes.insert(IPE).second; local
152 I.Name, firstTime); local
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c889 static GLboolean firstTime = GL_TRUE; local
895 if (firstTime) {
897 firstTime = GL_FALSE;
/external/skia/tests/
H A DPathTest.cpp974 bool firstTime = true; local
979 REPORTER_ASSERT(reporter, firstTime);
982 firstTime = false;
985 REPORTER_ASSERT(reporter, !firstTime);
999 REPORTER_ASSERT(reporter, !firstTime);
/external/skqp/tests/
H A DPathTest.cpp974 bool firstTime = true; local
979 REPORTER_ASSERT(reporter, firstTime);
982 firstTime = false;
985 REPORTER_ASSERT(reporter, !firstTime);
999 REPORTER_ASSERT(reporter, !firstTime);
/external/annotation-tools/asmx/test/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1850 milliseconds

12