Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DNodeListIterator.java26 private int currentPos = 0; field in NodeListIterator
/external/tensorflow/tensorflow/core/platform/s3/
Daws_crypto.cc74 auto currentPos = stream.tellg(); in Calculate() local
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Daws_crypto.cc72 auto currentPos = stream.tellg(); in Calculate() local
/external/angle/src/tests/test_utils/
Dcompiler_test.cpp220 size_t currentPos = 0; in foundInCodeInOrder() local
250 size_t currentPos = 0; in foundInCode() local
/external/javassist/src/main/javassist/expr/
DExpr.java46 int currentPos; field in Expr
/external/lzma/CPP/7zip/Common/
DFileStreams.cpp396 UInt64 currentPos; in SetSize() local
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp43 UChar* currentPos; member
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs78 protected Stack<int> currentPos = new Stack<int>(); field in Antlr.Runtime.Debug.Profiler
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs78 protected Stack<int> currentPos = new Stack<int>(); field in Antlr.Runtime.Debug.Profiler
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DRegularFile.java408 long currentPos = pos; in transferFrom() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DProfiler.java133 protected Stack<Integer> currentPos = new Stack<Integer>(); field in Profiler
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h320 size_t currentPos; variable
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/
DPpContext.h320 size_t currentPos; variable
/external/dng_sdk/source/
Ddng_string.cpp68 static void CheckSpaceLeftInBuffer(const T *currentPos, in CheckSpaceLeftInBuffer()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java177 int currentPos = position; in iterator() local
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp972 unsigned currentPos = 0; in isEmpty() local
2700 unsigned currentPos = pos; in projectOut() local
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java54 protected int currentPos; field in CodeIterator