/external/webrtc/src/system_wrappers/source/spreadsortlib/ |
D | spreadsort.hpp | 188 RandomAccessIter lastPos = first; in spread_sort_rec() local 189 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) { in spread_sort_rec() 190 size_t count = bin_cache[u] - lastPos; in spread_sort_rec() 196 std::sort(lastPos, bin_cache[u]); in spread_sort_rec() 198 …spread_sort_rec<RandomAccessIter, div_type, data_type>(lastPos, bin_cache[u], bin_cache, cache_end… in spread_sort_rec() 275 RandomAccessIter lastPos = first; in spread_sort_rec() local 276 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) { in spread_sort_rec() 277 size_t count = bin_cache[u] - lastPos; in spread_sort_rec() 281 std::sort(lastPos, bin_cache[u], comp); in spread_sort_rec() 283 …spread_sort_rec<RandomAccessIter, div_type, data_type, right_shift, compare>(lastPos, bin_cache[u]… in spread_sort_rec() [all …]
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | Tabber.java | 35 int lastPos = 0; in process() local 36 for (int count = 0; lastPos < source.length(); ++count) { in process() 37 int pos = source.indexOf('\t', lastPos); in process() 39 process_field(count, source, lastPos, pos, result); in process() 40 lastPos = pos+1; in process()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 38 private int lastPos; field in Executor 67 this.lastPos = pos; in execute() 652 throw new BadBytecode("Not an array! [pos = " + lastPos + "]: " + component); in evalArrayLoad() 674 throw new BadBytecode("Not an array! [pos = " + lastPos + "]: " + component); in evalArrayStore() 774 throw new BadBytecode("bad LDC [pos = " + lastPos + "]: " + tag); in evalLDC() 928 throw new BadBytecode("Could not find class [pos = " + lastPos + "]: " + name); in getType() 937 …throw new BadBytecode("Could not find class in descriptor [pos = " + lastPos + "]: " + e.getMessag… in paramTypesFromDesc() 941 …throw new BadBytecode("Could not obtain parameters for descriptor [pos = " + lastPos + "]: " + des… in paramTypesFromDesc() 955 …throw new BadBytecode("Could not find class in descriptor [pos = " + lastPos + "]: " + e.getMessag… in returnTypeFromDesc() 959 …throw new BadBytecode("Could not obtain return type for descriptor [pos = " + lastPos + "]: " + de… in returnTypeFromDesc() [all …]
|
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/ |
D | AndroidInput.java | 267 Vector2f lastPos = lastPositions.get(pointerIndex); in onTouchEvent() local 268 if (lastPos == null) { in onTouchEvent() 269 … lastPos = new Vector2f(event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex)); in onTouchEvent() 270 lastPositions.put(pointerId, lastPos); in onTouchEvent() 273 …Y(pointerIndex), event.getX(pointerIndex) - lastPos.x, this.getHeight() - event.getY(pointerIndex)… in onTouchEvent() 278 … lastPos.set(event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex)); in onTouchEvent()
|
/external/tinyxml/ |
D | tinyxml.cpp | 1029 const char* lastPos = buf; in LoadFile() local 1038 data.append( lastPos, p-lastPos+1 ); // append, include the newline in LoadFile() 1040 lastPos = p; // and point to the new buffer (may be 0) in LoadFile() 1046 if ( (p-lastPos) > 0 ) { in LoadFile() 1047 data.append( lastPos, p-lastPos ); // do not add the CR in LoadFile() 1054 lastPos = p; in LoadFile() 1060 lastPos = p; in LoadFile() 1069 if ( p-lastPos ) { in LoadFile() 1070 data.append( lastPos, p-lastPos ); in LoadFile()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | CodedInputStream.java | 297 private int lastPos = bufferPos; field in CodedInputStream.SkippedDataSink 305 byteArrayStream.write(buffer, lastPos, bufferPos - lastPos); in onRefill() 306 lastPos = 0; in onRefill() 315 return ByteBuffer.wrap(buffer, lastPos, bufferPos - lastPos); in getSkippedData() 317 byteArrayStream.write(buffer, lastPos, bufferPos); in getSkippedData()
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 415 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0); in lexCommand() local 416 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos); in lexCommand() 418 while (std::string::npos != pos || std::string::npos != lastPos) { in lexCommand() 419 std::string token = CommandLine.substr(lastPos, pos - lastPos); in lexCommand() 425 lastPos = CommandLine.find_first_not_of(delimiters, pos); in lexCommand() 427 pos = CommandLine.find_first_of(delimiters, lastPos); in lexCommand()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationRegressionTest.java | 969 int lastPos = 0; in Test4179216() local 975 nextElements[count++] = testText.substring(lastPos, iter.getOffset()); in Test4179216() 976 lastPos = iter.getOffset(); in Test4179216() 982 lastPos = iter.getOffset(); in Test4179216() 984 setOffsetElements[count++] = testText.substring(lastPos, iter.getOffset()); in Test4179216()
|
/external/icu/icu4c/source/test/intltest/ |
D | regcoll.cpp | 1146 int32_t lastPos = 0; in Test4179216() local 1152 nextElements[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset()); in Test4179216() 1153 lastPos = iter->getOffset(); in Test4179216() 1160 lastPos = iter->getOffset(); in Test4179216() 1162 setOffsetElements[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset()); in Test4179216()
|
/external/icu/icu4c/source/common/ |
D | ushape.cpp | 1203 int32_t lastPos,Nx, Nw; in shapeUnicode() local 1244 lastPos = i; in shapeUnicode() 1270 … dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */ in shapeUnicode() 1271 … i=lastPos; /* unicode private use area, this is done to make */ in shapeUnicode() 1340 lastPos = i; in shapeUnicode()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ArabicShaping.java | 1685 int lastPos = i; in shapeUnicode() local 1714 dest[lastPos] = wLamalef; in shapeUnicode() 1715 i = lastPos; in shapeUnicode() 1787 lastPos = i; in shapeUnicode()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 942 std::string::size_type pos, lastPos = 0; in VisitObjCMethodDecl() local 945 pos = name.find_first_of(':', lastPos); in VisitObjCMethodDecl() 946 Out << " " << name.substr(lastPos, pos - lastPos); in VisitObjCMethodDecl() 949 lastPos = pos + 1; in VisitObjCMethodDecl()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 645 int lastPos = 0; in getData() local 654 System.arraycopy(blocks[blockIndex], lastPos, dataP, dataPos, lastColumns); in getData() 656 lastPos += lastColumns; in getData()
|
D | BlockFieldMatrix.java | 658 int lastPos = 0; in getData() local 667 System.arraycopy(blocks[blockIndex], lastPos, dataP, dataPos, lastColumns); in getData() 669 lastPos += lastColumns; in getData()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 7147 int lastPos = -1; local 7149 while ((lastPos = get_ext_by_critical_func(x509, critical, lastPos)) != -1) { 7161 lastPos = -1; 7163 while ((lastPos = get_ext_by_critical_func(x509, critical, lastPos)) != -1) { 7164 X509_EXTENSION* ext = get_ext_func(x509, lastPos);
|
/external/robolectric/lib/main/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |