Searched refs:currentPos (Results 1 - 25 of 38) sorted by relevance

12

/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.cpp43 UChar* currentPos; member in struct:UCHARBUF
176 if(buf->currentPos<buf->bufLimit){
177 offset = (int32_t)(buf->bufLimit-buf->currentPos);
178 memmove(buf->buffer,buf->currentPos,offset* sizeof(UChar));
312 buf->currentPos = pTarget;
329 if(buf->currentPos>=buf->bufLimit){
339 return *(buf->currentPos++);
349 if(buf->currentPos+1>=buf->bufLimit){
358 if(U16_IS_LEAD(*(buf->currentPos))){
359 retVal=U16_GET_SUPPLEMENTARY(buf->currentPos[
[all...]
/external/tensorflow/tensorflow/core/platform/s3/
H A Ds3_crypto.cc73 auto currentPos = stream.tellg(); variable
74 if (currentPos == std::streampos(std::streamoff(-1))) {
75 currentPos = 0;
94 stream.seekg(currentPos, stream.beg);
/external/javassist/src/main/javassist/expr/
H A DNewArray.java81 int atype = iterator.byteAt(currentPos + 1);
86 int index = iterator.u16bitAt(currentPos + 1);
127 int index = iterator.u16bitAt(currentPos + 1);
143 return iterator.byteAt(currentPos + 3);
175 int pos = currentPos;
182 index = iterator.byteAt(currentPos + 1); // atype
198 index = iterator.u16bitAt(currentPos + 1);
200 dim = iterator.byteAt(currentPos + 3);
H A DMethodCall.java35 int pos = currentPos;
86 int pos = currentPos;
148 return iterator.byteAt(currentPos) == INVOKESPECIAL
181 int pos = currentPos;
H A DExpr.java45 int currentPos; field in class:Expr
58 currentPos = pos;
138 int pos = currentPos;
186 return currentPos;
195 return thisMethod.getLineNumber(currentPos);
319 oldIterator.move(currentPos);
H A DNewExpr.java44 int pos = currentPos;
105 int methodIndex = iterator.u16bitAt(currentPos + 1); // constructor
114 int index = iterator.u16bitAt(currentPos + 1);
134 int index = iterator.u16bitAt(currentPos + 1);
177 pos = currentPos;
H A DCast.java65 int pos = currentPos;
92 int pos = currentPos;
H A DInstanceof.java68 int pos = currentPos;
95 int pos = currentPos;
H A DFieldAccess.java96 int index = iterator.u16bitAt(currentPos + 1);
104 int index = iterator.u16bitAt(currentPos + 1);
135 int index = iterator.u16bitAt(currentPos + 1);
152 int pos = currentPos;
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java38 protected int currentPos; field in class:CodeIterator
51 currentPos = mark = 0;
68 currentPos = index;
170 public boolean hasNext() { return currentPos < endPos; }
183 int pos = currentPos;
184 currentPos = nextOpcode(bytecode, pos);
197 return currentPos;
319 return insert0(currentPos, code, false);
392 return insert0(currentPos, code, true);
455 // currentPos wil
[all...]
/external/lzma/CPP/7zip/Common/
H A DFileStreams.cpp396 UInt64 currentPos; local
397 if (!File.Seek(0, FILE_CURRENT, currentPos))
401 result = result && File.Seek(currentPos, currentPos2);
/external/v8/benchmarks/
H A Dnavier-stokes.js262 var currentPos = j * rowSize;
269 u[++currentPos] -= wScale * (p[++nextPos] - p[++prevPos]);
270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs78 protected Stack<int> currentPos = new Stack<int>(); field in class:Antlr.Runtime.Debug.Profiler
152 currentPos.Push(pos);
175 descriptor.pos = currentPos.Peek();
657 currentPos.Peek());
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs78 protected Stack<int> currentPos = new Stack<int>(); field in class:Antlr.Runtime.Debug.Profiler
162 currentPos.Push(pos);
188 descriptor.pos = currentPos.Peek();
717 currentPos.Peek());
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java133 protected Stack<Integer> currentPos = new Stack(); field in class:Profiler
210 currentPos.push(pos);
231 descriptor.pos = (Integer)currentPos.peek();
728 currentPos.peek());
/external/dng_sdk/source/
H A Ddng_string.cpp61 // 'currentPos' to write at least 'space' elements of type T (to positions
62 // currentPos[0] through currentPos[space - 1]. Throws a dng_exception if there
68 static void CheckSpaceLeftInBuffer(const T *currentPos, argument
73 if (bufferEnd < currentPos || static_cast<size_t>(bufferEnd - currentPos) < space)
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMediaPlayer.java1266 int currentPos = startOffset;
1268 currentPos += (int) (SystemClock.uptimeMillis() - startTime);
1270 return currentPos;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/annotation-tools/asmx/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/annotation-tools/asmx/test/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 504 milliseconds

12