HomeSort by relevance Sort by last modified time
    Searched refs:next_pos (Results 1 - 25 of 28) sorted by null

1 2

  /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)
  /art/runtime/
type_lookup_table.cc 127 uint32_t next_pos = (pos + 1) & GetSizeMask(); local
128 while (!entries_[next_pos].IsEmpty()) {
129 next_pos = (next_pos + 1) & GetSizeMask();
131 const uint32_t delta = (next_pos >= pos) ? (next_pos - pos) : (next_pos + Size() - pos);
133 entries_[next_pos] = entry;
134 entries_[next_pos].next_pos_delta = 0;
  /external/aac/libSBRdec/src/
env_calc.h 155 int start_pos, int next_pos,
env_calc.cpp 163 int start_pos, int next_pos,
172 int start_pos, int next_pos,
    [all...]
  /system/tpm/tpm_manager/client/
main.cc 385 std::string::size_type next_pos = 0; local
386 while (next_pos != std::string::npos) {
387 next_pos = attributes.find('|', pos);
389 if (next_pos == std::string::npos) {
392 attribute_str = attributes.substr(pos, next_pos - pos);
402 pos = next_pos + 1;
  /external/libusb/libusb/os/
threads_windows.c 123 struct usbi_cond_perthread *pos, *next_pos; local
129 list_for_each_entry_safe(pos, next_pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
  /external/jsoncpp/devtools/
antglob.py 67 next_pos = 0
72 ## print match.start(0), next_pos
73 if match.start(0) != next_pos:
87 next_pos = match.end()
  /toolchain/binutils/binutils-2.25/gold/
options.cc 1155 size_t next_pos; local
1158 next_pos = libpath.find(':', pos);
1159 size_t len = (next_pos == std::string::npos
1160 ? next_pos
1161 : next_pos - pos);
1164 pos = next_pos + 1;
1166 while (next_pos != std::string::npos);
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.h 333 UsePositionList::iterator next_pos = uses_.begin(); local
336 insert_pos = next_pos;
337 ++next_pos;
338 } while (next_pos != uses_.end() && next_pos->GetPosition() < position);
    [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 2574 LifetimePosition next_pos = start; local
3327 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
3363 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
3438 LifetimePosition next_pos = range->Start(); local
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 1530 LifetimePosition next_pos = position; local
1969 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
1996 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 832 next_pos = 0
834 line_pos = next_pos
836 next_pos = self._file.tell()
838 starts.append(next_pos)
840 line_pos = next_pos
842 next_pos = self._file.tell()
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 892 next_pos = 0
894 line_pos = next_pos
896 next_pos = self._file.tell()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 882 next_pos = 0
884 line_pos = next_pos
886 next_pos = self._file.tell()
888 starts.append(next_pos)
890 line_pos = next_pos
892 next_pos = self._file.tell()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 882 next_pos = 0
884 line_pos = next_pos
886 next_pos = self._file.tell()
888 starts.append(next_pos)
890 line_pos = next_pos
892 next_pos = self._file.tell()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 882 next_pos = 0
884 line_pos = next_pos
886 next_pos = self._file.tell()
888 starts.append(next_pos)
890 line_pos = next_pos
892 next_pos = self._file.tell()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 882 next_pos = 0
884 line_pos = next_pos
886 next_pos = self._file.tell()
888 starts.append(next_pos)
890 line_pos = next_pos
892 next_pos = self._file.tell()
    [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 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.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 

Completed in 2479 milliseconds

1 2