/frameworks/base/tools/aapt/ |
StringPool.cpp | 78 ssize_t eidx = pos >= 0 ? mEntryArray.itemAt(pos) : -1; local 79 if (eidx < 0) { 80 eidx = mEntries.add(entry(value)); 81 if (eidx < 0) { 83 return eidx; 89 pos = mEntryArray.add(eidx); 102 entry& ent = mEntries.editItemAt(eidx); 111 NOISY(printf("Adding string %s to pool: pos=%d eidx=%d vidx=%d\n", 112 String8(value).string(), pos, eidx, vidx));
|
/external/llvm/utils/TableGen/ |
CodeGenInstruction.cpp | 255 std::string::size_type bidx, eidx; local 259 eidx = CStr.find_first_of(delims, bidx); 260 if (eidx == std::string::npos) 261 eidx = CStr.length(); 263 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops); 264 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);
|
/frameworks/base/services/java/com/android/server/pm/ |
PackageManagerService.java | 5953 int eidx = fullCodePath.lastIndexOf("\/"); local 5974 int eidx = fullCodePath.lastIndexOf("\/"); local 6241 int eidx = codePath.lastIndexOf("."); local [all...] |
/external/qemu/ |
exec.c | 3110 int idx, eidx; local [all...] |