/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
H A D | spreadsort.hpp | 193 RandomAccessIter lastPos = first;
local 194 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) {
195 size_t count = bin_cache[u] - lastPos;
201 std::sort(lastPos, bin_cache[u]);
203 spread_sort_rec<RandomAccessIter, div_type, data_type>(lastPos, bin_cache[u], bin_cache, cache_end, bin_sizes);
280 RandomAccessIter lastPos = first;
local 281 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) {
282 size_t count = bin_cache[u] - lastPos;
286 std::sort(lastPos, bin_cache[u], comp);
288 spread_sort_rec<RandomAccessIter, div_type, data_type, right_shift, compare>(lastPos, bin_cach 328 RandomAccessIter lastPos = first; local 521 RandomAccessIter lastPos = first; local 572 RandomAccessIter lastPos = first; local 623 RandomAccessIter lastPos = first; local 672 RandomAccessIter lastPos = first; local 744 RandomAccessIter lastPos = first; local 829 RandomAccessIter lastPos = first; local 913 RandomAccessIter lastPos = first; local 1178 RandomAccessIter lastPos = bin_cache[cache_offset]; local 1268 RandomAccessIter lastPos = first; local 1355 RandomAccessIter lastPos = bin_cache[cache_offset]; local 1442 RandomAccessIter lastPos = bin_cache[cache_offset]; local 1533 RandomAccessIter lastPos = first; local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
H A D | Tabber.java | 36 int lastPos = 0; 37 for (int count = 0; lastPos < source.length(); ++count) { 38 int pos = source.indexOf('\t', lastPos); 40 process_field(count, source, lastPos, pos, result); 41 lastPos = pos+1; 114 int lastPos = 0; 116 for (count = 0; lastPos < source.length() && count < stops.size(); count++) { 117 int pos = source.indexOf('\t', lastPos); 119 String piece = source.substring(lastPos, pos); 126 lastPos [all...] |
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | Tabber.java | 35 int lastPos = 0; 36 for (int count = 0; lastPos < source.length(); ++count) { 37 int pos = source.indexOf('\t', lastPos); 39 process_field(count, source, lastPos, pos, result); 40 lastPos = pos+1; 113 int lastPos = 0; 115 for (count = 0; lastPos < source.length() && count < stops.size(); count++) { 116 int pos = source.indexOf('\t', lastPos); 118 String piece = source.substring(lastPos, pos); 125 lastPos [all...] |
/external/tinyxml/ |
H A D | tinyxml.cpp | 1029 const char* lastPos = buf; local 1038 data.append( lastPos, p-lastPos+1 ); // append, include the newline 1040 lastPos = p; // and point to the new buffer (may be 0) 1046 if ( (p-lastPos) > 0 ) { 1047 data.append( lastPos, p-lastPos ); // do not add the CR 1054 lastPos = p; 1060 lastPos = p; 1069 if ( p-lastPos ) { [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
H A D | Executor.java | 38 private int lastPos; field in class:Executor 67 this.lastPos = pos; 652 throw new BadBytecode("Not an array! [pos = " + lastPos + "]: " + component); 674 throw new BadBytecode("Not an array! [pos = " + lastPos + "]: " + component); 774 throw new BadBytecode("bad LDC [pos = " + lastPos + "]: " + tag); 928 throw new BadBytecode("Could not find class [pos = " + lastPos + "]: " + name); 937 throw new BadBytecode("Could not find class in descriptor [pos = " + lastPos + "]: " + e.getMessage()); 941 throw new BadBytecode("Could not obtain parameters for descriptor [pos = " + lastPos + "]: " + desc); 955 throw new BadBytecode("Could not find class in descriptor [pos = " + lastPos + "]: " + e.getMessage()); 959 throw new BadBytecode("Could not obtain return type for descriptor [pos = " + lastPos [all...] |
/external/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 396 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0); local 397 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos); 399 while (std::string::npos != pos || std::string::npos != lastPos) { 400 std::string token = CommandLine.substr(lastPos, pos - lastPos); 406 lastPos = CommandLine.find_first_not_of(delimiters, pos); 408 pos = CommandLine.find_first_of(delimiters, lastPos);
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
H A D | CodedInputStream.java | 297 private int lastPos = bufferPos; field in class:CodedInputStream.SkippedDataSink 305 byteArrayStream.write(buffer, lastPos, bufferPos - lastPos); 306 lastPos = 0; 315 return ByteBuffer.wrap(buffer, lastPos, bufferPos - lastPos); 317 byteArrayStream.write(buffer, lastPos, bufferPos);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
H A D | CollationRegressionTest.java | 973 int lastPos = 0; 979 nextElements[count++] = testText.substring(lastPos, iter.getOffset()); 980 lastPos = iter.getOffset(); 986 lastPos = iter.getOffset(); 988 setOffsetElements[count++] = testText.substring(lastPos, iter.getOffset());
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationRegressionTest.java | 969 int lastPos = 0; 975 nextElements[count++] = testText.substring(lastPos, iter.getOffset()); 976 lastPos = iter.getOffset(); 982 lastPos = iter.getOffset(); 984 setOffsetElements[count++] = testText.substring(lastPos, iter.getOffset());
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | ArabicShaping.java | 1637 int lastPos = i; 1666 dest[lastPos] = wLamalef; 1667 i = lastPos; 1738 //prevPos = lastPos; 1739 lastPos = i;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ArabicShaping.java | 1685 int lastPos = i; 1714 dest[lastPos] = wLamalef; 1715 i = lastPos; 1786 //prevPos = lastPos; 1787 lastPos = i;
|
/external/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 1048 std::string::size_type pos, lastPos = 0; local 1051 pos = name.find_first_of(':', lastPos); 1052 Out << " " << name.substr(lastPos, pos - lastPos) << ':'; 1057 lastPos = pos + 1;
|
/external/icu/icu4c/source/common/ |
H A D | ushape.cpp | 1203 int32_t lastPos,Nx, Nw; local 1244 lastPos = i; 1270 dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */ 1271 i=lastPos; /* unicode private use area, this is done to make */ 1340 lastPos = i;
|
/external/icu/icu4c/source/test/intltest/ |
H A D | regcoll.cpp | 1146 int32_t lastPos = 0; local 1152 nextElements[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset()); 1153 lastPos = iter->getOffset(); 1160 lastPos = iter->getOffset(); 1162 setOffsetElements[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset());
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 539 int lastPos = 0; 543 result += testSource.substring(lastPos, pos) + "&"; 544 lastPos = pos;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
H A D | BlockFieldMatrix.java | 658 int lastPos = 0; 667 System.arraycopy(blocks[blockIndex], lastPos, dataP, dataPos, lastColumns); 669 lastPos += lastColumns;
|
H A D | BlockRealMatrix.java | 645 int lastPos = 0; 654 System.arraycopy(blocks[blockIndex], lastPos, dataP, dataPos, lastColumns); 656 lastPos += lastColumns;
|
/external/conscrypt/src/main/native/ |
H A D | org_conscrypt_NativeCrypto.cpp | 7162 int lastPos = -1; 7164 while ((lastPos = get_ext_by_critical_func(x509, critical, lastPos)) != -1) { 7176 lastPos = -1; 7178 while ((lastPos = get_ext_by_critical_func(x509, critical, lastPos)) != -1) { 7179 X509_EXTENSION* ext = get_ext_func(x509, lastPos);
|
/external/robolectric/v1/lib/main/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
H A D | javassist-3.14.0-GA.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ... |
/external/libgdx/backends/gdx-backend-android/libs/ |
H A D | support-v4-19.0.1.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/external/guice/extensions/struts2/lib/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
/external/guice/lib/build/jdiff/ |
H A D | xerces.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |