/external/icu/icu4c/source/tools/toolutil/ |
D | ucbuf.c | 41 UChar* currentPos; member 174 if(buf->currentPos<buf->bufLimit){ in ucbuf_fillucbuf() 175 offset = (int32_t)(buf->bufLimit-buf->currentPos); in ucbuf_fillucbuf() 176 memmove(buf->buffer,buf->currentPos,offset* sizeof(UChar)); in ucbuf_fillucbuf() 310 buf->currentPos = pTarget; in ucbuf_fillucbuf() 327 if(buf->currentPos>=buf->bufLimit){ in ucbuf_getc() 337 return *(buf->currentPos++); in ucbuf_getc() 347 if(buf->currentPos+1>=buf->bufLimit){ in ucbuf_getc32() 356 if(U16_IS_LEAD(*(buf->currentPos))){ in ucbuf_getc32() 357 retVal=U16_GET_SUPPLEMENTARY(buf->currentPos[0],buf->currentPos[1]); in ucbuf_getc32() [all …]
|
/external/javassist/src/main/javassist/expr/ |
D | NewArray.java | 81 int atype = iterator.byteAt(currentPos + 1); in getComponentType() 86 int index = iterator.u16bitAt(currentPos + 1); in getComponentType() 127 int index = iterator.u16bitAt(currentPos + 1); in getDimension() 143 return iterator.byteAt(currentPos + 3); in getCreatedDimensions() 175 int pos = currentPos; in replace2() 182 index = iterator.byteAt(currentPos + 1); // atype in replace2() 198 index = iterator.u16bitAt(currentPos + 1); in replace2() 200 dim = iterator.byteAt(currentPos + 3); in replace2()
|
D | Expr.java | 45 int currentPos; field in Expr 58 currentPos = pos; in Expr() 138 int pos = currentPos; in mayThrow() 186 return currentPos; in indexOfBytecode() 195 return thisMethod.getLineNumber(currentPos); in getLineNumber() 319 oldIterator.move(currentPos); in runEditor()
|
D | MethodCall.java | 35 int pos = currentPos; in getNameAndType() 86 int pos = currentPos; in getClassName() 148 return iterator.byteAt(currentPos) == INVOKESPECIAL in isSuper() 181 int pos = currentPos; in replace()
|
D | FieldAccess.java | 96 int index = iterator.u16bitAt(currentPos + 1); in getClassName() 104 int index = iterator.u16bitAt(currentPos + 1); in getFieldName() 135 int index = iterator.u16bitAt(currentPos + 1); in getSignature() 152 int pos = currentPos; in replace()
|
D | NewExpr.java | 105 int methodIndex = iterator.u16bitAt(currentPos + 1); // constructor in getSignature() 114 int index = iterator.u16bitAt(currentPos + 1); in getConstructor() 177 pos = currentPos; in replace()
|
D | Instanceof.java | 68 int pos = currentPos; in getType() 95 int pos = currentPos; in replace()
|
D | Cast.java | 65 int pos = currentPos; in getType() 92 int pos = currentPos; in replace()
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 38 protected int currentPos; field in CodeIterator 51 currentPos = mark = 0; in begin() 68 currentPos = index; in move() 170 public boolean hasNext() { return currentPos < endPos; } in hasNext() 183 int pos = currentPos; in next() 184 currentPos = nextOpcode(bytecode, pos); in next() 197 return currentPos; in lookAhead() 319 return insert0(currentPos, code, false); in insert() 392 return insert0(currentPos, code, true); in insertEx() 481 return insertGapAt(currentPos, length, false).position; in insertGap() [all …]
|
/external/lzma/CPP/7zip/Compress/ |
D | Bcj2Coder.cpp | 162 UInt64 currentPos = (nowPos64 + bufPos); in CodeReal() local 163 while (subStreamEndPos < currentPos) in CodeReal() 193 UInt64 dest64 = (currentPos + 5) + Int64(Int32(src)); in CodeReal()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 78 protected Stack<int> currentPos = new Stack<int>(); field in Antlr.Runtime.Debug.Profiler 152 currentPos.Push(pos); in Location() 175 descriptor.pos = currentPos.Peek(); in EnterDecision() 657 currentPos.Peek()); in LocationDescription()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 78 protected Stack<int> currentPos = new Stack<int>(); field in Antlr.Runtime.Debug.Profiler 162 currentPos.Push(pos); in Location() 188 descriptor.pos = currentPos.Peek(); in EnterDecision() 717 currentPos.Peek()); in LocationDescription()
|
/external/lzma/CPP/7zip/Common/ |
D | FileStreams.cpp | 372 UInt64 currentPos; in SetSize() local 373 if (!File.Seek(0, FILE_CURRENT, currentPos)) in SetSize() 377 result = result && File.Seek(currentPos, currentPos2); in SetSize()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | Profiler.java | 133 protected Stack<Integer> currentPos = new Stack(); field in Profiler 210 currentPos.push(pos); in location() 231 descriptor.pos = (Integer)currentPos.peek(); in enterDecision() 728 currentPos.peek()); in locationDescription()
|
/external/v8/benchmarks/ |
D | navier-stokes.js | 262 var currentPos = j * rowSize; 269 u[++currentPos] -= wScale * (p[++nextPos] - p[++prevPos]); 270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
|
/external/dng_sdk/source/ |
D | dng_string.cpp | 68 static void CheckSpaceLeftInBuffer(const T *currentPos, in CheckSpaceLeftInBuffer() argument 73 if (bufferEnd < currentPos || static_cast<size_t>(bufferEnd - currentPos) < space) in CheckSpaceLeftInBuffer()
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/robolectric/v1/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/robolectric/v3/runtime/ |
D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-19.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-16.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-18.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |