/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeIterator.java | 44 protected boolean firstTime = true; field in TreeIterator 71 firstTime = true; in reset() 78 if ( firstTime ) return root!=null; in hasNext() 87 if ( firstTime ) { // initial condition in next() 88 firstTime = false; in next()
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationRecorder.java | 27 private boolean firstTime = true; field in AllocationRecorder 35 if (firstTime) { in startRecording() 46 firstTime = false; in startRecording()
|
/external/antlr/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/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/skqp/src/core/ |
D | SkDrawLooper.cpp | 45 for (bool firstTime = true;; firstTime = false) { in computeFastBounds() local 54 if (firstTime) { in computeFastBounds()
|
/external/antlr/runtime/ObjC/Framework/ |
D | TreeIterator.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 | TreeIterator.h | 40 BOOL firstTime; variable 51 @property BOOL firstTime;
|
/external/skia/src/core/ |
D | SkDrawLooper.cpp | 62 for (bool firstTime = true;; firstTime = false) { in computeFastBounds() local 71 if (firstTime) { in computeFastBounds()
|
/external/llvm-project/flang/lib/Semantics/ |
D | unparse-with-symbols.cpp | 69 bool firstTime{symbolsDefined_.insert(symbol).second}; in PrintSymbols() local 71 out << '!' << (firstTime ? "DEF"s : "REF"s) << ": "; in PrintSymbols() 72 DumpForUnparse(out, *symbol, firstTime); in PrintSymbols()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Manufacture.c | 57 int firstTime // IN: indicates if this is the first call from in TPM_Manufacture() argument 76 if(!firstTime && g_manufactured) in TPM_Manufacture()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | EmbeddedRungeKuttaIntegrator.java | 225 boolean firstTime = true; in integrate() 241 if (firstTime || !fsal) { in integrate() 246 if (firstTime) { in integrate() 259 firstTime = false; in integrate()
|
D | GraggBulirschStoerIntegrator.java | 629 boolean firstTime = true; in integrate() 652 if (firstTime) { in integrate() 795 if ((firstTime || isLastStep) && (error <= 1.0)) { in integrate() 946 firstTime = false; in integrate()
|
/external/selinux/gui/ |
D | loginsPage.py | 54 self.firstTime = False 90 if self.firstTime: 92 self.firstTime = True
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 1100 boolean firstTime = true; in awaitNanos() 1106 if (firstTime) { in awaitNanos() 1111 firstTime = false; in awaitNanos() 1117 if (!firstTime) { in awaitNanos()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Manufacture_fp.h | 53 int firstTime // IN: indicates if this is the first call from
|
/external/icu/icu4c/source/i18n/ |
D | scriptset.cpp | 198 UBool firstTime = TRUE; in displayScripts() local 200 if (!firstTime) { in displayScripts() 203 firstTime = FALSE; in displayScripts()
|
/external/crosvm/tpm2-sys/src/ |
D | lib.rs | 8 pub fn TPM_Manufacture(firstTime: c_int) -> c_int; in TPM_Manufacture()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 1210 boolean firstTime = true; 1216 if (firstTime) { 1221 firstTime = false; 1227 if (!firstTime) {
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | EventLoop.common.kt | 454 val firstTime = firstTask.nanoTime in timeToExecute() constant 456 val minTime = if (firstTime - now >= 0) now else firstTime in timeToExecute()
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/include/ |
D | fTPM.h | 86 extern int TPM_Manufacture(bool firstTime);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Punycode.java | 46 private static int adaptBias(int delta, int length, boolean firstTime){ in adaptBias() argument 47 if(firstTime){ in adaptBias()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Punycode.java | 44 private static int adaptBias(int delta, int length, boolean firstTime){ in adaptBias() argument 45 if(firstTime){ in adaptBias()
|
/external/boringssl/src/util/fipstools/acvp/acvptool/ |
D | acvp.go | 468 firstTime := true 470 if firstTime { 472 firstTime = false
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNRegPressure.cpp | 48 bool firstTime = true; in printLivesAt() local 51 if (firstTime) { in printLivesAt() 54 firstTime = false; in printLivesAt()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNRegPressure.cpp | 53 bool firstTime = true; in printLivesAt() local 56 if (firstTime) { in printLivesAt() 59 firstTime = false; in printLivesAt()
|