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

  /frameworks/base/tools/aapt2/
ResourceTable.cpp 214 if (resId.isValid() && entry->entryId != ResourceEntry::kUnsetEntryId &&
215 entry->entryId != resId.entryId()) {
222 << ResourceId(mPackageId, type->typeId, entry->entryId)
253 entry->entryId = resId.entryId();
313 if (resId.isValid() && entry->entryId != ResourceEntry::kUnsetEntryId &&
314 entry->entryId != resId.entryId()) {
321 << ResourceId(mPackageId, type->typeId, entry->entryId)
    [all...]
ResourceTypeExtensions.h 88 uint16_t entryId;
public_attr_map.py 10 entryId = 0x0000ffff & intId
21 if entryId <= attrEntryId:
ResourceTable.h 71 size_t entryId;
212 name(_name.toString()), entryId(kUnsetEntryId) {
216 name(rhs->name), entryId(rhs->entryId), publicStatus(rhs->publicStatus) {
Linker.cpp 64 entry->entryId != ResourceEntry::kUnsetEntryId) {
68 usedIds[type->typeId].insert(entry->entryId);
87 if (entry->entryId == ResourceTableType::kUnsetTypeId) {
93 entry->entryId = nextIndex++;
TableFlattener.cpp 362 if (entry->entryId == ResourceEntry::kUnsetEntryId) {
373 return lhs->entryId < rhs->entryId;
379 configMasks[entry->entryId] |= android::ResTable_typeSpec::SPEC_PUBLIC;
386 configMasks[entry->entryId] |= config.diff(entry->values[j].config);
417 publicEntry->entryId = static_cast<uint32_t>(entry->entryId);
460 assert(flatEntry.entry->entryId < type->entries.size());
461 indices[flatEntry.entry->entryId] = typeBlock.size() - entryStart;
Debug.cpp 109 return a->entryId < b->entryId;
115 ResourceId id = { table->getPackageId(), type->typeId, entry->entryId };
Resource.h 133 uint16_t entryId() const;
176 inline uint16_t ResourceId::entryId() const {
ResourceTableResolver.cpp 89 entry->entryId != ResourceEntry::kUnsetEntryId) {
90 result.id = ResourceId(mTable->getPackageId(), type->typeId, entry->entryId);
SdkConstants.cpp 47 static bool lessEntryId(const std::pair<uint16_t, size_t>& p, uint16_t entryId) {
48 return p.first < entryId;
55 auto iter = std::lower_bound(sAttrIdMap.begin(), sAttrIdMap.end(), id.entryId(), lessEntryId);
JavaClassGenerator.cpp 151 ResourceId id = { packageId, type.typeId, entry->entryId };
BinaryResourceParser.cpp 486 const ResourceId resId = { mTable->getPackageId(), header->typeId, entry->entryId };
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 229 String entryId;
236 entryId = c.getString(COLUMN_ENTRY_ID);
240 FeedParser.Entry match = entryMap.get(entryId);
243 entryMap.remove(entryId);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 229 String entryId;
236 entryId = c.getString(COLUMN_ENTRY_ID);
240 FeedParser.Entry match = entryMap.get(entryId);
243 entryMap.remove(entryId);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 252 int entryId = -1;
255 entryId = Integer.parseInt(tokenizer.nextToken());
259 updateContentAndRecycleBitmap(category, entryId);
263 titlesFrag.selectPosition(entryId);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 229 String entryId;
236 entryId = c.getString(COLUMN_ENTRY_ID);
240 FeedParser.Entry match = entryMap.get(entryId);
243 entryMap.remove(entryId);
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 320 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const {
324 if (entryId < offset) {
329 entryId -= offset;
331 if (entryId >= entryCount) {
339 uint32_t mappedEntry = dtohl(entries[entryId]);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 449 milliseconds