HomeSort by relevance Sort by last modified time
    Searched refs:eidx (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/aapt/
StringPool.cpp 132 ssize_t eidx = pos >= 0 ? mEntryArray.itemAt(pos) : -1; local
133 if (eidx < 0) {
134 eidx = mEntries.add(entry(value));
135 if (eidx < 0) {
137 return eidx;
142 entry& ent = mEntries.editItemAt(eidx);
154 entry& ent = mEntries.editItemAt(eidx);
176 pos = mEntryArray.add(eidx);
180 entry& ent = mEntries.editItemAt(eidx);
184 NOISY(printf("Adding string %s to pool: pos=%d eidx=%d vidx=%d\n"
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 257 std::string::size_type bidx, eidx; local
261 eidx = CStr.find_first_of(delims, bidx);
262 if (eidx == std::string::npos)
263 eidx = CStr.length();
265 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops);
266 bidx = CStr.find_first_not_of(delims, eidx);
  /external/qemu/
exec.c 1740 int idx, eidx; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 9481 int eidx = fullCodePath.lastIndexOf("\/"); local
9520 int eidx = fullCodePath.lastIndexOf("\/"); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 733 milliseconds