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 124 ssize_t eidx = pos >= 0 ? mEntryArray.itemAt(pos) : -1; local
125 if (eidx < 0) {
126 eidx = mEntries.add(entry(value));
127 if (eidx < 0) {
129 return eidx;
134 entry& ent = mEntries.editItemAt(eidx);
146 entry& ent = mEntries.editItemAt(eidx);
168 pos = mEntryArray.add(eidx);
172 entry& ent = mEntries.editItemAt(eidx);
176 NOISY(printf("Adding string %s to pool: pos=%d eidx=%d vidx=%d\n"
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 256 std::string::size_type bidx, eidx; local
260 eidx = CStr.find_first_of(delims, bidx);
261 if (eidx == std::string::npos)
262 eidx = CStr.length();
264 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops);
265 bidx = CStr.find_first_not_of(delims, eidx);
  /external/kernel-headers/original/asm-arm/arch/
dma.h 385 extern void omap_set_dma_src_index(int lch, int eidx, int fidx);
393 extern void omap_set_dma_dest_index(int lch, int eidx, int fidx);
  /external/qemu/
exec.c 3136 int idx, eidx; local
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 8179 int eidx = fullCodePath.lastIndexOf("\/"); local
8206 int eidx = fullCodePath.lastIndexOf("\/"); local
8536 int eidx = codePath.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 

Completed in 333 milliseconds