Searched defs:getEntry (Results 1 - 18 of 18) 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.cpp84 AssetAtlas::Entry* AssetAtlas::getEntry(const SkBitmap* bitmap) const { function in class:android::uirenderer::AssetAtlas
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAnqpCache.java148 public ANQPData getEntry(NetworkDetail network) { method in class:AnqpCache
/frameworks/base/core/java/android/preference/
H A DListPreference.java165 final CharSequence entry = getEntry();
218 public CharSequence getEntry() { method in class:ListPreference
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h83 inline entry_type* getEntry() { function in class:mcld::ChainIteratorBase
89 inline const entry_type* getEntry() const { function in class:mcld::ChainIteratorBase
187 inline entry_type* getEntry() { function in class:mcld::EntryIteratorBase
193 inline const entry_type* getEntry() const { function in class:mcld::EntryIteratorBase
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DListPreference.java172 final CharSequence entry = getEntry();
225 public CharSequence getEntry() { method in class:ListPreference
/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.cpp169 sp<TiffEntry> TiffWriter::getEntry(uint16_t tag, uint32_t ifd) const { function in class:android::img_utils::TiffWriter
175 return mNamedIfds[index]->getEntry(tag);
266 sp<TiffEntry> subIfds = parent->getEntry(subIfdTag);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java341 public NotificationData.Entry getEntry(String key) { method in class:HeadsUpManager
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java270 public AppEntry getEntry(String packageName, int userId) { method in class:ApplicationsState
271 if (DEBUG_LOCKING) Log.v(TAG, "getEntry about to acquire lock...");
280 Log.w(TAG, "getEntry couldn't reach PackageManager", e);
288 if (DEBUG_LOCKING) Log.v(TAG, "...getEntry releasing lock");
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp152 return mapping.getEntry()->value();
1471 return entry.getEntry()->value();
2147 vma = addr.getEntry()->value();
2838 llvm::StringRef GNULDBackend::getEntry(const Module& pModule) const { function in class:mcld::GNULDBackend
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1873 sp<Entry> e = getEntry(package, type, name, sourcePos, overwrite,
1925 sp<Entry> e = getEntry(package, type, name, sourcePos, overlay, params);
1972 sp<Entry> e = getEntry(package, type, name, sourcePos, replace, params);
2370 // String8(getEntry(attrID)->getName()).string(), value.data);
2432 sp<const Entry> e = getEntry(attrID);
2452 sp<const Entry> e = getEntry(attrID);
2475 sp<const Entry> e = getEntry(attrID);
3840 sp<ResourceTable::Entry> ResourceTable::Type::getEntry(const String16& entry, function in class:ResourceTable::Type
4204 sp<Entry> entry = privateAttrType->getEntry(
4234 sp<ResourceTable::Entry> ResourceTable::getEntry(cons function in class:ResourceTable
4282 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, function in class:ResourceTable
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3837 status_t err = getEntry(grp, t, e, NULL, &entry);
3906 status_t err = getEntry(grp, t, e, &desiredConfig, &entry);
4121 status_t err = getEntry(grp, t, e, &mParams, &entry);
4536 if (getEntry(group, typeIndex, iter.index(), NULL, &result) != NO_ERROR) {
5783 status_t err = getEntry(grp, t, e, NULL, &entry);
5792 status_t ResTable::getEntry( function in class:android::ResTable
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 521 milliseconds