Searched defs:getEntry (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/include/media/
H A DStringArray.h65 const char* getEntry(int idx) const { function in class:android::StringArray
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java70 RecipientEntry getEntry(); method in interface:BaseRecipientChip
H A DVisibleRecipientChip.java78 public RecipientEntry getEntry() { method in class:VisibleRecipientChip
79 return mDelegate.getEntry();
H A DInvisibleRecipientChip.java80 public RecipientEntry getEntry() { method in class:InvisibleRecipientChip
81 return mDelegate.getEntry();
H A DSimpleRecipientChip.java93 public RecipientEntry getEntry() { method in class:SimpleRecipientChip
/frameworks/base/libs/hwui/
H A DAssetAtlas.cpp77 AssetAtlas::Entry* AssetAtlas::getEntry(const SkBitmap* bitmap) const { function in class:android::uirenderer::AssetAtlas
/frameworks/base/core/java/android/preference/
H A DListPreference.java164 final CharSequence entry = getEntry();
217 public CharSequence getEntry() { method in class:ListPreference
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h88 inline entry_type* getEntry() { function in class:mcld::ChainIteratorBase
94 inline const entry_type* getEntry() const { function in class:mcld::ChainIteratorBase
199 inline entry_type* getEntry() { function in class:mcld::EntryIteratorBase
205 inline const entry_type* getEntry() const { function in class:mcld::EntryIteratorBase
/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp50 sp<TiffEntry> TiffIfd::getEntry(uint16_t tag) const { function in class:android::img_utils::TiffIfd
172 sp<TiffEntry> widthEntry = getEntry(TAG_IMAGEWIDTH);
178 sp<TiffEntry> heightEntry = getEntry(TAG_IMAGELENGTH);
184 sp<TiffEntry> samplesEntry = getEntry(TAG_SAMPLESPERPIXEL);
190 sp<TiffEntry> bitsEntry = getEntry(TAG_BITSPERSAMPLE);
299 sp<TiffEntry> oldOffsets = getEntry(TAG_STRIPOFFSETS);
305 sp<TiffEntry> stripByteCounts = getEntry(TAG_STRIPBYTECOUNTS);
347 sp<TiffEntry> stripByteCounts = getEntry(TAG_STRIPBYTECOUNTS);
H A DTiffWriter.cpp170 sp<TiffEntry> TiffWriter::getEntry(uint16_t tag, uint32_t ifd) const { function in class:android::img_utils::TiffWriter
176 return mNamedIfds[index]->getEntry(tag);
267 sp<TiffEntry> subIfds = parent->getEntry(subIfdTag);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java174 public NotificationData.Entry getEntry() { method in class:HeadsUpNotificationView
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp156 return mapping.getEntry()->value();
1528 return entry.getEntry()->value();
2250 vma = addr.getEntry()->value();
2985 llvm::StringRef GNULDBackend::getEntry(const Module& pModule) const function in class:GNULDBackend
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1835 sp<Entry> e = getEntry(package, type, name, sourcePos, overwrite,
1887 sp<Entry> e = getEntry(package, type, name, sourcePos, overlay, params);
1934 sp<Entry> e = getEntry(package, type, name, sourcePos, replace, params);
2311 // String8(getEntry(attrID)->getName()).string(), value.data);
2373 sp<const Entry> e = getEntry(attrID);
2393 sp<const Entry> e = getEntry(attrID);
2416 sp<const Entry> e = getEntry(attrID);
3732 sp<ResourceTable::Entry> ResourceTable::Type::getEntry(const String16& entry, function in class:ResourceTable::Type
4039 sp<ResourceTable::Entry> ResourceTable::getEntry(const String16& package, function in class:ResourceTable
4051 return t->getEntry(nam
4087 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, function in class:ResourceTable
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3577 status_t err = getEntry(grp, t, e, NULL, &entry);
3646 status_t err = getEntry(grp, t, e, &desiredConfig, &entry);
3851 status_t err = getEntry(grp, t, e, &mParams, &entry);
4217 if (getEntry(group, ti, iter.index(), NULL, &result) != NO_ERROR) {
5429 status_t err = getEntry(grp, t, e, NULL, &entry);
5438 status_t ResTable::getEntry( function in class:android::ResTable
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 3308 milliseconds