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

1 2

  /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/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/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...]
  /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()
  /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...]
  /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...]
  /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/crankshaft/
lithium-allocator.cc 1529 LifetimePosition next_pos = position; local
1968 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
1995 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 2455 LifetimePosition next_pos = start; local
3084 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
3120 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
3195 LifetimePosition next_pos = range->Start(); local
    [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/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 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.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/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 

Completed in 2731 milliseconds

1 2