Searched refs:nextPos (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/v8/test/intl/break-iterator/
H A Den-break.js39 var nextPos = iterator.next();
40 if (nextPos === -1) break;
42 slices.push(textToSegment.slice(pos, nextPos));
45 pos = nextPos;
H A Dzh-break.js40 var nextPos = iterator.next();
41 if (nextPos === -1) break;
43 slices.push(textToSegment.slice(pos, nextPos));
46 pos = nextPos;
/external/javassist/src/main/javassist/bytecode/
H A DDescriptor.java841 int nextPos = index;
842 char c = desc.charAt(nextPos);
845 c = desc.charAt(++nextPos);
851 c = desc.charAt(++nextPos);
856 c = desc.charAt(++nextPos);
859 nextPos = desc.indexOf(';', nextPos) + 1;
860 if (nextPos <= 0)
864 ++nextPos;
867 index = nextPos;
[all...]
H A DCodeIterator.java857 int nextPos;
860 for (; i < endPos; i = nextPos) {
867 nextPos = nextOpcode(code, i);
951 while (i < nextPos)
1158 int nextPos;
1159 for (int i = 0; i < endPos; i = nextPos) {
1160 nextPos = nextOpcode(code, i);
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp334 const size_t nextPos = extensionStr.find(' ', pos); local
335 const size_t len = nextPos == string::npos ? extensionStr.length()-pos : nextPos-pos;
340 if (nextPos == string::npos)
343 pos = nextPos+1;
/external/chromium_org/v8/src/
H A Dd8.js983 var nextPos = args.indexOf(' ');
984 var arg1 = (nextPos > 0) ? args.substring(0, nextPos) : args;
992 var arg2 = (nextPos > 0) ?
993 args.substring(nextPos + 1, args.length) : 'all';
1006 var arg2 = (nextPos > 0) ?
1007 args.substring(nextPos + 1, args.length) : null;
/external/chromium_org/v8/benchmarks/
H A Dnavier-stokes.js263 var nextPos = j * rowSize + 1;
269 u[++currentPos] -= wScale * (p[++nextPos] - p[++prevPos]);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp2710 virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
2897 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) { argument
2904 int32_t nPos = *nextPos;
2929 // Push the updated nextPos and nextChar back to our caller.
2932 *nextPos = nPos;
2951 int32_t nextPos; // Index of the next character following pos. local
2972 nextPos = nextCPPos = startPos;
2984 pos = nextPos;
2988 nextPos = nextCPPos;
3000 nextCPPos = nextPos
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2710 virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
2897 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) { argument
2904 int32_t nPos = *nextPos;
2929 // Push the updated nextPos and nextChar back to our caller.
2932 *nextPos = nPos;
2951 int32_t nextPos; // Index of the next character following pos. local
2972 nextPos = nextCPPos = startPos;
2984 pos = nextPos;
2988 nextPos = nextCPPos;
3000 nextCPPos = nextPos
[all...]
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js2023 var array = [], nextPos;
2024 for (var pos = from; pos < to; pos = nextPos) {
2026 nextPos = pos + view.size;
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js2023 var array = [], nextPos;
2024 for (var pos = from; pos < to; pos = nextPos) {
2026 nextPos = pos + view.size;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js2183 var array = [], nextPos;
2184 for (var pos = from; pos < to; pos = nextPos) {
2186 nextPos = pos + view.size;
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 830 milliseconds