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

12

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java70 RecipientEntry getEntry(); method in interface:BaseRecipientChip
H A DInvisibleRecipientChip.java80 public RecipientEntry getEntry() { method in class:InvisibleRecipientChip
81 return mDelegate.getEntry();
H A DVisibleRecipientChip.java78 public RecipientEntry getEntry() { method in class:VisibleRecipientChip
79 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));
95 const char *name = mNames.getEntry(i);
96 const char *value = mValues.getEntry(i);
136 const char *name = mNames.getEntry(i);
137 const char *value = mValues.getEntry(i);
169 const char *name = mNames.getEntry(i);
170 uint8_t* src = (uint8_t *)mValues.getEntry(
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp132 if (NULL == iter.getEntry())
157 m_pEntry = m_Iter.getEntry();
211 m_pEntry = m_Iter.getEntry();
233 m_pEntry = m_Iter.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.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/compile/mclinker/lib/LD/
H A DSectionSymbolSet.cpp102 return entry.getEntry()->value();
108 return entry.getEntry()->value();
H A DBranchIsland.cpp103 assert(NULL != it.getEntry()->value());
104 return it.getEntry()->value();
H A DNamePool.cpp140 return iter.getEntry();
147 return iter.getEntry();
H A DGarbageCollection.cpp220 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module));
229 ResolveInfo* info = info_it.getEntry();
257 ResolveInfo* info = info_it.getEntry();
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffIfd.h97 virtual sp<TiffEntry> getEntry(uint16_t tag) const;
H A DTiffWriter.h182 virtual sp<TiffEntry> getEntry(uint16_t tag, uint32_t ifd) const;
/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/compile/mclinker/unittests/
H A DHashTableTest.cpp118 EXPECT_EQ(999, entry.getEntry()->value());
243 EXPECT_EQ((key+10), iter.getEntry()->value());
264 EXPECT_EQ(iter.getEntry()->key()+10, iter.getEntry()->value());
287 EXPECT_EQ(key+10, iter.getEntry()->value());
/frameworks/base/libs/hwui/
H A DAssetAtlas.h163 Entry* getEntry(const SkBitmap* bitmap) const;
H A DAssetAtlas.cpp83 AssetAtlas::Entry* AssetAtlas::getEntry(const SkBitmap* bitmap) const { function in class:android::uirenderer::AssetAtlas
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java393 results.add(c.getEntry());
526 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1;
1029 replaceChip(chip, chip.getEntry());
1699 return new SingleRecipientArrayAdapter(getContext(), currentChip.getEntry(),
2179 newChip = constructChipSpan(currentChip.getEntry(), true);
2255 editable.setSpan(constructChipSpan(chip.getEntry(), false),
2664 if (RecipientEntry.isCreatedRecipient(chip.getEntry().getContactId())
2666 replacements.add(createFreeChip(chip.getEntry()));
2697 addresses.add(createAddressText(chip.getEntry()));
2709 temp.getEntry()
[all...]
/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/Target/
H A DTargetLDBackend.h141 /// getEntry - get the entry point name
142 virtual llvm::StringRef getEntry(const Module& pModule) const = 0;
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java1492 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1513 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1533 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1553 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1625 mKeyStore.getEntry(TEST_ALIAS_1, null));
1632 mKeyStore.getEntry(TEST_ALIAS_1, null));
1863 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1890 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1917 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1944 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h466 sp<Entry> getEntry(const String16& entry,
563 sp<Entry> getEntry(const String16& package,
570 sp<const Entry> getEntry(uint32_t resID,
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java179 ZipEntry dexFile = apk.getEntry(DEX_PREFIX + secondaryNumber + DEX_SUFFIX);
217 dexFile = apk.getEntry(DEX_PREFIX + secondaryNumber + DEX_SUFFIX);

Completed in 1185 milliseconds

12