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

  /frameworks/base/tools/aapt2/
public_attr_map.py 10 entryId = 0x0000ffff & intId
21 if entryId <= attrEntryId:
SdkConstants.cpp 48 static bool lessEntryId(const std::pair<uint16_t, size_t>& p, uint16_t entryId) {
49 return p.first < entryId;
56 auto iter = std::lower_bound(sAttrIdMap.begin(), sAttrIdMap.end(), id.entryId(), lessEntryId);
ResourceTable.cpp 390 if (resId.isValid() && entry->id && entry->id.value() != resId.entryId()) {
424 entry->id = resId.entryId();
487 if (resId.isValid() && entry->id && entry->id.value() != resId.entryId()) {
501 entry->id = resId.entryId();
Resource.h 133 uint16_t entryId() const;
213 inline uint16_t ResourceId::entryId() const {
  /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);
  /packages/apps/TV/src/com/android/tv/guide/
ProgramManager.java 495 private TableEntry getTableEntry(long channelId, long entryId) {
499 if (entry.getId() == entryId) {
717 * Returns the program index of the program with {@code entryId} or -1 if not found.
719 public int getProgramIdIndex(long channelId, long entryId) {
723 if (entries.get(i).getId() == entryId) {
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 322 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const {
326 if (entryId < offset) {
331 entryId -= offset;
333 if (entryId >= entryCount) {
341 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 589 milliseconds