HomeSort by relevance Sort by last modified time
    Searched refs:nextPos (Results 1 - 16 of 16) sorted by null

  /external/v8/tools/
csvparser.js 39 let nextPos = string.indexOf("\\");
40 if (nextPos === -1) return string;
42 let result = string.substring(0, nextPos);
46 while (nextPos !== -1) {
47 let escapeIdentifier = string.charAt(nextPos + 1);
48 pos = nextPos + 2;
51 nextPos = pos;
54 nextPos = pos;
58 nextPos = pos + 2;
61 nextPos = pos + 4
    [all...]
  /build/blueprint/parser/
sort.go 47 nextPos := list.End()
49 nextPos = list.Values[j].Pos()
51 sortSubList(list.Values[i:j], nextPos, file)
93 func sortSubList(values []Expression, nextPos scanner.Position, file *File) {
100 n := nextPos
126 if c.Pos().Offset > e.pos.Offset && c.Pos().Offset < e.nextPos.Offset {
132 curPos.Offset += e.nextPos.Offset - e.pos.Offset
157 nextPos scanner.Position
parser_test.go 1109 nextPos := make([]scanner.Position, len(mod.Properties))
1111 nextPos[i] = mod.Properties[i+1].Pos()
1113 nextPos[len(mod.Properties)-1] = mod.RBracePos
1116 endOffset := nextPos[i].Offset - len(",\n")
1117 endLine := nextPos[i].Line - 1
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncAdapter.java 125 long nextPos = insertionStartTimeSec;
126 for (int i = 0; nextPos < insertionEndSec; ++i) {
127 long programStartSec = nextPos;
154 nextPos = insertionStartTimeSec + i * durationSumSec;
  /external/cldr/tools/java/org/unicode/cldr/test/
TestCLDRTests.java 219 int nextPos = value.indexOf('\n', pos);
220 if (nextPos < 0)
221 nextPos = value.length();
222 String line = value.substring(pos, nextPos).trim(); // HACK for SAX
234 pos = nextPos + 1;
  /external/cldr/tools/java/org/unicode/cldr/icu/
TestCldr.java 347 int nextPos = value.indexOf('\n', pos);
348 if (nextPos < 0)
349 nextPos = value.length();
350 String line = value.substring(pos, nextPos);
363 pos = nextPos + 1;
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 334 const size_t nextPos = extensionStr.find(' ', pos);
335 const size_t len = nextPos == string::npos ? extensionStr.length()-pos : nextPos-pos;
340 if (nextPos == string::npos)
343 pos = nextPos+1;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 800 int nextPos; // Index of the next character following pos.
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]
  /external/v8/benchmarks/
navier-stokes.js 263 var nextPos = j * rowSize + 1;
269 u[++currentPos] -= wScale * (p[++nextPos] - p[++prevPos]);
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 3156 milliseconds