Home
last modified time | relevance | path

Searched defs:firstTime (Results 1 – 17 of 17) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DManufacture.c57 int firstTime // IN: indicates if this is the first call from in TPM_Manufacture()
/external/antlr/runtime/ObjC/Framework/
DTreeIterator.h40 BOOL firstTime; variable
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationRecorder.java27 private boolean firstTime = true; field in AllocationRecorder
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs45 protected bool firstTime = true; field in Antlr.Runtime.Tree.TreeIterator
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs47 protected bool firstTime = true; field in Antlr.Runtime.Tree.TreeIterator
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeIterator.java44 protected boolean firstTime = true; field in TreeIterator
/external/skia/src/core/
DSkDrawLooper.cpp62 for (bool firstTime = true;; firstTime = false) { in computeFastBounds() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt465 val firstTime = firstTask.nanoTime in timeToExecute() constant
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPunycode.java46 private static int adaptBias(int delta, int length, boolean firstTime){ in adaptBias()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPunycode.java44 private static int adaptBias(int delta, int length, boolean firstTime){ in adaptBias()
/external/icu/icu4c/source/common/
Dpunycode.cpp154 adaptBias(int32_t delta, int32_t length, UBool firstTime) { in adaptBias()
/external/icu/icu4c/source/i18n/
Dscriptset.cpp198 UBool firstTime = TRUE; in displayScripts() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp48 bool firstTime = true; in printLivesAt() local
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp150 bool firstTime = WriterErrorCodes.insert(IPE).second; in mergeInstrProfile() local
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c888 static GLboolean firstTime = GL_TRUE; in XMesaCreateContext() local
/external/skia/tests/
DGrThreadSafeCacheTest.cpp1353 auto firstTime = GrStdSteadyClock::now(); in test_13() local
DPathTest.cpp975 bool firstTime = true; in test_poly() local