/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
D | spreadsort.hpp | 193 RandomAccessIter lastPos = first; in spread_sort_rec() local 194 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) { in spread_sort_rec() 195 size_t count = bin_cache[u] - lastPos; in spread_sort_rec() 201 std::sort(lastPos, bin_cache[u]); in spread_sort_rec() 203 …spread_sort_rec<RandomAccessIter, div_type, data_type>(lastPos, bin_cache[u], bin_cache, cache_end… in spread_sort_rec() 280 RandomAccessIter lastPos = first; in spread_sort_rec() local 281 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) { in spread_sort_rec() 282 size_t count = bin_cache[u] - lastPos; in spread_sort_rec() 286 std::sort(lastPos, bin_cache[u], comp); in spread_sort_rec() 288 …spread_sort_rec<RandomAccessIter, div_type, data_type, right_shift, compare>(lastPos, bin_cache[u]… in spread_sort_rec() [all …]
|
/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/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/core/src/main/java/com/google/protobuf/ |
D | CodedInputStream.java | 287 private int lastPos = bufferPos; field in CodedInputStream.SkippedDataSink 295 byteArrayStream.write(buffer, lastPos, bufferPos - lastPos); in onRefill() 296 lastPos = 0; in onRefill() 305 return ByteBuffer.wrap(buffer, lastPos, bufferPos - lastPos); in getSkippedData() 307 byteArrayStream.write(buffer, lastPos, bufferPos); in getSkippedData()
|
/external/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.cpp | 41 const SkScalar lastPos = 1 - fFirstPos; in iterate() local 51 ? SkTPin(fShader.fOrigPos[curr], prevPos, lastPos) in iterate() 52 : SkTPin(fShader.fOrigPos[curr], lastPos, prevPos); in iterate()
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 397 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0); in lexCommand() local 398 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos); in lexCommand() 400 while (std::string::npos != pos || std::string::npos != lastPos) { in lexCommand() 401 std::string token = CommandLine.substr(lastPos, pos - lastPos); in lexCommand() 407 lastPos = CommandLine.find_first_not_of(delimiters, pos); in lexCommand() 409 pos = CommandLine.find_first_of(delimiters, lastPos); in lexCommand()
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ToolRunner.cpp | 384 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0); in lexCommand() local 385 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos); in lexCommand() 387 while (std::string::npos != pos || std::string::npos != lastPos) { in lexCommand() 388 std::string token = CommandLine.substr(lastPos, pos - lastPos); in lexCommand() 394 lastPos = CommandLine.find_first_not_of(delimiters, pos); in lexCommand() 396 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 | 1001 int lastPos = 0; in Test4179216() local 1007 nextElements[count++] = testText.substring(lastPos, iter.getOffset()); in Test4179216() 1008 lastPos = iter.getOffset(); in Test4179216() 1014 lastPos = iter.getOffset(); in Test4179216() 1016 setOffsetElements[count++] = testText.substring(lastPos, iter.getOffset()); in Test4179216()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationRegressionTest.java | 1002 int lastPos = 0; in Test4179216() local 1008 nextElements[count++] = testText.substring(lastPos, iter.getOffset()); in Test4179216() 1009 lastPos = iter.getOffset(); in Test4179216() 1015 lastPos = iter.getOffset(); in Test4179216() 1017 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()
|
D | rbbitst.cpp | 4667 int32_t lastPos = -1; in TestBug12918() local 4669 if (pos <= lastPos) { in TestBug12918() 4670 errln("%s:%d (pos, lastPos) = (%d, %d)", __FILE__, __LINE__, pos, lastPos); in TestBug12918()
|
/external/icu/icu4c/source/common/ |
D | ushape.cpp | 1205 int32_t lastPos,Nx, Nw; in shapeUnicode() local 1246 lastPos = i; in shapeUnicode() 1272 … dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */ in shapeUnicode() 1273 … i=lastPos; /* unicode private use area, this is done to make */ in shapeUnicode() 1342 lastPos = i; in shapeUnicode()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ArabicShaping.java | 1642 int lastPos = i; in shapeUnicode() local 1671 dest[lastPos] = wLamalef; in shapeUnicode() 1672 i = lastPos; in shapeUnicode() 1744 lastPos = i; in shapeUnicode()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ArabicShaping.java | 1690 int lastPos = i; in shapeUnicode() local 1719 dest[lastPos] = wLamalef; in shapeUnicode() 1720 i = lastPos; in shapeUnicode() 1792 lastPos = i; in shapeUnicode()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 1066 std::string::size_type pos, lastPos = 0; in VisitObjCMethodDecl() local 1069 pos = name.find_first_of(':', lastPos); in VisitObjCMethodDecl() 1070 Out << " " << name.substr(lastPos, pos - lastPos) << ':'; in VisitObjCMethodDecl() 1075 lastPos = pos + 1; in VisitObjCMethodDecl()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | Demo.java | 537 int lastPos = 0; in printBreaks() local 541 result += testSource.substring(lastPos, pos) + "&"; in printBreaks() 542 lastPos = pos; in printBreaks()
|
/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/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 5208 int lastPos = -1; in get_X509Type_ext_oids() local 5210 while ((lastPos = get_ext_by_critical_func(x509, critical, lastPos)) != -1) { in get_X509Type_ext_oids() 5223 lastPos = -1; in get_X509Type_ext_oids() 5225 while ((lastPos = get_ext_by_critical_func(x509, critical, lastPos)) != -1) { in get_X509Type_ext_oids() 5226 X509_EXTENSION* ext = get_ext_func(x509, lastPos); in get_X509Type_ext_oids()
|