HomeSort by relevance Sort by last modified time
    Searched refs:lastPos (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp 188 RandomAccessIter lastPos = first;
189 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) {
190 size_t count = bin_cache[u] - lastPos;
196 std::sort(lastPos, bin_cache[u]);
198 spread_sort_rec<RandomAccessIter, div_type, data_type>(lastPos, bin_cache[u], bin_cache, cache_end, bin_sizes);
275 RandomAccessIter lastPos = first;
276 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) {
277 size_t count = bin_cache[u] - lastPos;
281 std::sort(lastPos, bin_cache[u], comp);
283 spread_sort_rec<RandomAccessIter, div_type, data_type, right_shift, compare>(lastPos, bin_cache[u], bin_cache, cache_end, bin_sizes, shift, comp);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiTestHarness.h 125 size_t lastPos = str.find_first_not_of(separators); // skip leading spaces
126 size_t pos = str.find_first_of(separators, lastPos); // find next space
128 while (std::string::npos != pos || std::string::npos != lastPos) {
129 strings.push_back(str.substr(lastPos, pos - lastPos));
130 lastPos = str.find_first_not_of(separators, pos);
131 pos = str.find_first_of(separators, lastPos);
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 38 private int lastPos;
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);
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 415 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
416 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
418 while (std::string::npos != pos || std::string::npos != lastPos) {
419 std::string token = CommandLine.substr(lastPos, pos - lastPos);
425 lastPos = CommandLine.find_first_not_of(delimiters, pos);
427 pos = CommandLine.find_first_of(delimiters, lastPos);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ushape.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 928 std::string::size_type pos, lastPos = 0;
931 pos = name.find_first_of(':', lastPos);
932 Out << " " << name.substr(lastPos, pos - lastPos);
935 lastPos = pos + 1;
    [all...]
  /external/icu/icu4c/source/common/
ushape.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
regcoll.cpp 1142 int32_t lastPos = 0;
1148 nextElements[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset());
1149 lastPos = iter->getOffset();
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/jdiff/
xerces.jar 

Completed in 1136 milliseconds

1 2