HomeSort by relevance Sort by last modified time
    Searched defs:next_pos (Results 1 - 18 of 18) sorted by null

  /external/google-breakpad/src/tools/linux/symupload/
sym_upload.cc 69 string::size_type cur_pos = 0, next_pos = 0; local
70 while ((next_pos = source_string.find(c, cur_pos)) != string::npos) {
71 if (next_pos != cur_pos)
72 results->push_back(source_string.substr(cur_pos, next_pos - cur_pos));
73 cur_pos = next_pos + 1;
75 if (cur_pos < source_string.size() && next_pos != cur_pos)
  /external/marisa-trie/lib/marisa/
trie-inline.h 162 std::size_t next_pos = has_trie() ? local
165 if (next_pos == mismatch()) {
167 } else if (next_pos != pos) {
168 pos = next_pos;
213 std::size_t next_pos = has_trie() ? local
217 if (next_pos == mismatch()) {
219 } else if (next_pos != pos) {
220 pos = next_pos;
trie-search.cc 384 std::size_t next_pos; local
386 next_pos = trie_->trie_match<T>(get_link(node), query, pos);
388 next_pos = tail_match<T>(node, get_link_id(node), query, pos);
390 if ((next_pos == mismatch()) || (next_pos == pos)) {
391 return next_pos;
393 pos = next_pos;
405 std::size_t next_pos; local
407 next_pos = trie_->trie_match<T>(get_link(node), query, pos);
409 next_pos = tail_match<T>(node, get_link_id(node), query, pos)
658 std::size_t next_pos; local
683 std::size_t next_pos; local
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 163 std::size_t next_pos = has_trie() ? local
166 if (next_pos == mismatch()) {
168 } else if (next_pos != pos) {
169 pos = next_pos;
218 std::size_t next_pos = has_trie() ? local
222 if (next_pos == mismatch()) {
224 } else if (next_pos != pos) {
225 pos = next_pos;
trie-search.cc 403 std::size_t next_pos; local
405 next_pos = trie_->trie_match<T>(get_link(node), query, pos);
407 next_pos = tail_match<T>(node, get_link_id(node), query, pos);
409 if ((next_pos == mismatch()) || (next_pos == pos)) {
410 return next_pos;
412 pos = next_pos;
424 std::size_t next_pos; local
426 next_pos = trie_->trie_match<T>(get_link(node), query, pos);
428 next_pos = tail_match<T>(node, get_link_id(node), query, pos)
689 std::size_t next_pos; local
714 std::size_t next_pos; local
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 315 size_t next_pos = 0; local
317 while ( (next_pos = src.find_first_of('\n', cur_pos)) != std::string::npos) {
318 ALOGE("%03zd : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str());
319 cur_pos = next_pos + 1;
322 ALOGE("%03zu : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str());
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 1570 LifetimePosition next_pos = position; local
1996 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
2023 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
    [all...]
  /external/v8/src/
lithium-allocator.cc 1531 LifetimePosition next_pos = position; local
1972 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
1999 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
    [all...]
preparser.h 1951 int next_pos = peek_position(); local
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 819 const char* next_pos = begin; local
820 while (next_pos < end &&
821 !IsLdSoConfSeparator(*next_pos) &&
822 *next_pos != '#')
823 next_pos++;
825 size_t len = static_cast<size_t>(next_pos - begin);
873 begin = next_pos;
890 const TCHAR* next_pos = _tcschr(pos, ':'); local
891 if (next_pos == NULL) {
893 next_pos = pos + path_len
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 386 milliseconds