Searched refs:next_index (Results 1 - 4 of 4) sorted by relevance

/external/proguard/src/proguard/wtk/
H A DProGuardObfuscator.java122 int next_index = classPathString.indexOf(separator, index);
123 if (next_index < 0)
125 next_index = classPathString.length();
130 new ClassPathEntry(new File(classPathString.substring(index, next_index)),
136 index = next_index + 1;
/external/bluetooth/glib/glib/
H A Dgthread.c445 static guint next_index = 0; local
470 private_key->index = ++next_index;
/external/v8/src/
H A Druntime.cc1716 int next_index = i + 1;
1717 if (next_index == length) { // No next character!
1720 Char c2 = characters[next_index];
1725 parts->Add(ReplacementPart::ReplacementSubString(last, next_index));
1726 last = next_index + 1; // Continue after the second "$".
1729 last = next_index;
1731 i = next_index;
1738 i = next_index;
1746 i = next_index;
1754 i = next_index;
[all...]
H A Dparser.cc713 int next_index = local
716 return next_index;

Completed in 67 milliseconds