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

/frameworks/av/include/media/
H A DStringArray.h65 const char* getEntry(int idx) const { function in class:android::StringArray
/frameworks/av/media/libmedia/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 DInvisibleRecipientChip.java81 public RecipientEntry getEntry() { method in class:InvisibleRecipientChip
82 return mDelegate.getEntry();
H A DSimpleRecipientChip.java93 public RecipientEntry getEntry() { method in class:SimpleRecipientChip
H A DVisibleRecipientChip.java79 public RecipientEntry getEntry() { method in class:VisibleRecipientChip
80 return mDelegate.getEntry();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAnqpCache.java67 public ANQPData getEntry(ANQPNetworkKey key) { 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/base/libs/hwui/pipeline/skia/
H A DVectorDrawableAtlas.cpp215 AtlasEntry VectorDrawableAtlas::getEntry(AtlasKey atlasKey) { function in class:android::uirenderer::skiapipeline::VectorDrawableAtlas
/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.java173 final CharSequence entry = getEntry();
226 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/services/core/java/com/android/server/job/
H A DJobPackageTracker.java147 public PackageEntry getEntry(int uid, String pkg) { method in class:JobPackageTracker.DataSet
429 PackageEntry cur = mCurDataSet.getEntry(uid, pkg);
430 PackageEntry last = mLastDataSets[0] != null ? mLastDataSets[0].getEntry(uid, pkg) : null;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java368 public NotificationData.Entry getEntry(String key) { method in class:HeadsUpManager
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java294 public AppEntry getEntry(String packageName, int userId) { method in class:ApplicationsState
295 if (DEBUG_LOCKING) Log.v(TAG, "getEntry about to acquire lock...");
304 Log.w(TAG, "getEntry couldn't reach PackageManager", e);
312 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();
2844 llvm::StringRef GNULDBackend::getEntry(const Module& pModule) const { function in class:mcld::GNULDBackend
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java458 public NotificationData.Entry getEntry() { method in class:ExpandableNotificationRow
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1879 sp<Entry> e = getEntry(package, type, name, sourcePos, overwrite,
1931 sp<Entry> e = getEntry(package, type, name, sourcePos, overlay, params);
1978 sp<Entry> e = getEntry(package, type, name, sourcePos, replace, params);
2129 sp<ResourceTable::Entry> entry = getEntry(package, attr16, name, source, false);
2433 // String8(getEntry(attrID)->getName()).string(), value.data);
2495 sp<const Entry> e = getEntry(attrID);
2515 sp<const Entry> e = getEntry(attrID);
2538 sp<const Entry> e = getEntry(attrID);
3911 sp<ResourceTable::Entry> ResourceTable::Type::getEntry(const String16& entry, function in class:ResourceTable::Type
4275 sp<Entry> entry = privateAttrType->getEntry(
4305 sp<ResourceTable::Entry> ResourceTable::getEntry(const String16& package, function in class:ResourceTable
4353 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, function in class:ResourceTable
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4094 status_t err = getEntry(grp, t, e, NULL, &entry);
4163 status_t err = getEntry(grp, t, e, &desiredConfig, &entry);
4371 status_t err = getEntry(grp, t, e, &mParams, &entry);
4584 // faster lookup in getEntry() if the set of values is narrowed down.
4827 if (getEntry(group, typeIndex, iter.index(), NULL, &result) != NO_ERROR) {
6094 status_t err = getEntry(grp, t, e, NULL, &entry);
6107 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 2123 milliseconds