Home
last modified time | relevance | path

Searched refs:next_index (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/wtk/
DProGuardObfuscator.java122 int next_index = classPathString.indexOf(separator, index); in classPath() local
123 if (next_index < 0) in classPath()
125 next_index = classPathString.length(); in classPath()
130 new ClassPathEntry(new File(classPathString.substring(index, next_index)), in classPath()
136 index = next_index + 1; in classPath()
/external/chromium/chrome/browser/autocomplete/
Dhistory_url_provider.cc747 size_t next_index = source_index + 1; // return value = item after source in RemoveSubsequentMatchesOf() local
766 if (static_cast<size_t>(next - matches->begin()) < next_index) in RemoveSubsequentMatchesOf()
767 next_index--; in RemoveSubsequentMatchesOf()
769 return next_index; in RemoveSubsequentMatchesOf()
/external/bluetooth/glib/glib/
Dgthread.c445 static guint next_index = 0; in g_static_private_set() local
470 private_key->index = ++next_index; in g_static_private_set()
/external/chromium/testing/gmock/scripts/generator/cpp/
Dast.py571 next_index = i + 1
572 if next_index < end and parts[next_index].name == '::':
/external/v8/src/
Druntime.cc2610 int next_index = i + 1; in ParseReplacementPattern() local
2611 if (next_index == length) { // No next character! in ParseReplacementPattern()
2614 Char c2 = characters[next_index]; in ParseReplacementPattern()
2619 parts->Add(ReplacementPart::ReplacementSubString(last, next_index)); in ParseReplacementPattern()
2620 last = next_index + 1; // Continue after the second "$". in ParseReplacementPattern()
2623 last = next_index; in ParseReplacementPattern()
2625 i = next_index; in ParseReplacementPattern()
2632 i = next_index; in ParseReplacementPattern()
2640 i = next_index; in ParseReplacementPattern()
2648 i = next_index; in ParseReplacementPattern()
[all …]
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm568 int next_index() const;
825 int TileSet::next_index() const {
1252 newIndex = tileSet_->next_index();