Searched refs:getEntry (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java70 RecipientEntry getEntry(); method in interface:BaseRecipientChip
H A DVisibleRecipientChip.java79 public RecipientEntry getEntry() { method in class:VisibleRecipientChip
80 return mDelegate.getEntry();
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
/frameworks/av/include/media/
H A DStringArray.h65 const char* getEntry(int idx) const { function in class:android::StringArray
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp61 *name = mNames.getEntry(index);
62 *value = mValues.getEntry(index);
80 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i));
94 const char *name = mNames.getEntry(i);
95 const char *value = mValues.getEntry(i);
135 const char *name = mNames.getEntry(i);
136 const char *value = mValues.getEntry(i);
168 const char *name = mNames.getEntry(i);
169 uint8_t* src = (uint8_t *)mValues.getEntry(
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp122 if (iter.getEntry() == NULL)
144 m_pEntry = m_Iter.getEntry();
193 m_pEntry = m_Iter.getEntry();
214 m_pEntry = m_Iter.getEntry();
/frameworks/compile/mclinker/lib/LD/
H A DSectionSymbolSet.cpp98 return entry.getEntry()->value();
103 return entry.getEntry()->value();
H A DBranchIsland.cpp90 assert(it.getEntry()->value() != NULL);
91 return it.getEntry()->value();
H A DNamePool.cpp132 return iter.getEntry();
138 return iter.getEntry();
H A DGarbageCollection.cpp210 ResolveInfo* info = info_it.getEntry();
233 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module));
245 ResolveInfo* info = info_it.getEntry();
/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/av/media/img_utils/include/img_utils/
H A DTiffIfd.h97 virtual sp<TiffEntry> getEntry(uint16_t tag) const;
/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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DAnqpCacheTest.java149 ANQPData data = cache.getEntry(scanDetail.getNetworkDetail());
166 ANQPData data = cache.getEntry(scanDetail.getNetworkDetail());
192 ANQPData data = cache.getEntry(scanDetail.getNetworkDetail());
197 ANQPData data = cache.getEntry(scanDetail.getNetworkDetail());
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp102 EXPECT_EQ(999, entry.getEntry()->value());
229 EXPECT_EQ((key + 10), iter.getEntry()->value());
251 EXPECT_EQ(iter.getEntry()->key() + 10, iter.getEntry()->value());
274 EXPECT_EQ(key + 10, iter.getEntry()->value());
/frameworks/base/libs/hwui/
H A DAssetAtlas.h151 Entry* getEntry(const SkPixelRef* pixelRef) const;
H A DAssetAtlas.cpp64 AssetAtlas::Entry* AssetAtlas::getEntry(const SkPixelRef* pixelRef) const { function in class:android::uirenderer::AssetAtlas
/frameworks/base/core/java/android/preference/
H A DListPreference.java165 final CharSequence entry = getEntry();
218 public CharSequence getEntry() { method in class:ListPreference
/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/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java513 results.add(c.getEntry());
528 results.add(chip.getEntry());
729 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1;
1336 replaceChip(chip, chip.getEntry());
1842 final RecipientEntry entry = lastRecipientChip.getEntry();
1951 currentChip.getEntry().getDestination());
2061 return new SingleRecipientArrayAdapter(getContext(), currentChip.getEntry(),
2549 mRecipientChipDeletedListener.onRecipientChipDeleted(currentChip.getEntry());
2637 editable.setSpan(constructChipSpan(chip.getEntry()),
2655 mRecipientChipDeletedListener.onRecipientChipDeleted(mSelectedChip.getEntry());
[all...]
/frameworks/base/keystore/tests/src/android/security/keystore/
H A DAndroidKeyStoreTest.java1125 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1146 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1166 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1234 mKeyStore.getEntry(TEST_ALIAS_1, null));
1241 mKeyStore.getEntry(TEST_ALIAS_1, null));
1470 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1497 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1524 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1558 assertNull(mKeyStore.getEntry(TEST_ALIAS_1, null));
1582 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h153 /// getEntry - get the entry point name
154 virtual llvm::StringRef getEntry(const Module& pModule) const = 0;
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java224 ZipEntry dexFile = apk.getEntry(DEX_PREFIX + secondaryNumber + DEX_SUFFIX);
262 dexFile = apk.getEntry(DEX_PREFIX + secondaryNumber + DEX_SUFFIX);

Completed in 710 milliseconds

123