/frameworks/base/tools/aapt/ |
D | StringPool.h | 41 struct entry { struct 42 entry() : offset(0) { } in entry() argument 43 explicit entry(const String16& _value) : value(_value), offset(0), hasStyles(false) { } in entry() argument 44 entry(const entry& o) : value(o.value), offset(o.offset), in entry() function 57 int compare(const entry& o) const; argument
|
D | ResourceFilter.cpp | 27 std::pair<ConfigDescription, uint32_t>& entry = mConfigs.editItemAt(i); in parse() local 71 scriptsMatch(const ResTable_config& config, const ResTable_config& entry) { in scriptsMatch() 109 const std::pair<ConfigDescription, uint32_t>& entry = mConfigs[i]; in match() local
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardJapanizationTests.java | 37 ContactEntry entry = mVerifier.addInputEntry(); in testNameUtf8Common() local 65 ContactEntry entry = mVerifier.addInputEntry(); in testNameShiftJis() local 87 ContactEntry entry = mVerifier.addInputEntry(); in testNameDoCoMo() local 113 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneticNameCommon() local 165 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneticNameForMobileV21_1() local 189 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneticNameForMobileV21_2() local 206 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAddressWithJapaneseCommon() local 255 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAdrressForDoCoMo_1() local 283 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAdrressForDoCoMo_2() local 308 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAdrressForDoCoMo_3() local [all …]
|
D | VCardExporterTests.java | 101 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNameUsePrimaryCommon() local 161 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNameUseSuperPrimaryCommon() local 231 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNamePhoneticNameCommon() local 296 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNameComplicatedCommon() local 447 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneVariousTypeSupport() local 554 ContactEntry entry = mVerifier.addInputEntry(); in testPhonePrefHandlingCommon() local 599 ContactEntry entry = mVerifier.addInputEntry(); in testMiscPhoneTypeHandling() local 698 ContactEntry entry = mVerifier.addInputEntry(); in testEmailVariousTypeSupportCommon() local 732 ContactEntry entry = mVerifier.addInputEntry(); in testEmailPrefHandlingCommon() local 890 ContactEntry entry = mVerifier.addInputEntry(); in testOrganizationCommon() local [all …]
|
D | VCardEntryTests.java | 70 public void onEntryCreated(VCardEntry entry) { in onEntryCreated() 203 VCardEntry entry = new VCardEntry(); in testEntryElementIterator() local 316 VCardEntry entry = new VCardEntry(); in testToString() local 339 VCardEntry entry = new VCardEntry(); in testConstructInsertOperationsInsertName() local 369 VCardEntry entry = new VCardEntry(); in testConstructInsertOperationsEmptyData() local
|
/frameworks/base/tools/aapt/tests/ |
D | AaptGroupEntry_test.cpp | 26 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const String8& dirName, in TestParse() 34 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const char* input, in TestParse() 40 AaptGroupEntry entry; in TEST() local 47 AaptGroupEntry entry; in TEST() local
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMGOT.cpp | 40 ARMGOTEntry* entry = new ARMGOTEntry(0, NULL); in createGOT() local 46 ARMGOTEntry* entry = new ARMGOTEntry(0, NULL); in createGOTPLT() local 66 ARMGOTEntry* entry = *it; in finalizeSectionSize() local 80 ARMGOTEntry* entry = *it; in finalizeSectionSize() local 102 SectionData::iterator entry(m_pGOTPLTFront); in applyGOTPLT() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | RemoteInputController.java | 54 public void addRemoteInput(NotificationData.Entry entry, Object token) { in addRemoteInput() 75 public void removeRemoteInput(NotificationData.Entry entry, Object token) { in removeRemoteInput() 116 private void apply(NotificationData.Entry entry) { in apply() 128 public boolean isRemoteInputActive(NotificationData.Entry entry) { in isRemoteInputActive() 178 public void remoteInputSent(NotificationData.Entry entry) { in remoteInputSent() 210 default void onRemoteInputSent(NotificationData.Entry entry) {} in onRemoteInputSent()
|
D | ForegroundServiceLifetimeExtender.java | 51 public boolean shouldExtendLifetime(@NonNull NotificationData.Entry entry) { in shouldExtendLifetime() 61 public boolean shouldExtendLifetimeForPendingNotification( in shouldExtendLifetimeForPendingNotification() 67 public void setShouldManageLifetime( in setShouldManageLifetime()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64GOT.cpp | 43 AArch64GOTEntry* entry = new AArch64GOTEntry(0, NULL); in createGOT() local 49 AArch64GOTEntry* entry = new AArch64GOTEntry(0, NULL); in createGOTPLT() local 69 AArch64GOTEntry* entry = *it; in finalizeSectionSize() local 83 AArch64GOTEntry* entry = *it; in finalizeSectionSize() local 105 SectionData::iterator entry(m_pGOTPLTFront); in applyGOTPLT() local
|
/frameworks/support/app-toolkit/common/src/main/java/android/arch/core/internal/ |
D | SafeIterableMap.java | 65 Entry<K, V> entry = get(key); in putIfAbsent() local 234 public void supportRemove(@NonNull Entry<K, V> entry) { in supportRemove() 263 abstract Entry<K, V> forward(Entry<K, V> entry); in forward() 265 abstract Entry<K, V> backward(Entry<K, V> entry); in backward() 274 Entry<K, V> forward(Entry<K, V> entry) { in forward() 279 Entry<K, V> backward(Entry<K, V> entry) { in backward() 291 Entry<K, V> forward(Entry<K, V> entry) { in forward() 296 Entry<K, V> backward(Entry<K, V> entry) { in backward() 306 public void supportRemove(@NonNull Entry<K, V> entry) { in supportRemove() 334 void supportRemove(@NonNull Entry<K, V> entry); in supportRemove() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTest.java | 349 NotificationData.Entry entry = new NotificationData.Entry(sbn); in testShouldPeek_nonSuppressedGroupSummary() local 370 NotificationData.Entry entry = new NotificationData.Entry(sbn); in testShouldPeek_suppressedGroupSummary() local 390 NotificationData.Entry entry = new NotificationData.Entry(sbn); in testShouldPeek_suppressedScreenOn_dozing() local 410 NotificationData.Entry entry = new NotificationData.Entry(sbn); in testShouldPeek_suppressedScreenOn_noDoze() local 428 NotificationData.Entry entry = new NotificationData.Entry(sbn); in testShouldPeek_suppressedScreenOff_dozing() local 447 NotificationData.Entry entry = new NotificationData.Entry(sbn); in testShouldPeek_suppressedScreenOff_noDoze() local 467 NotificationData.Entry entry = new NotificationData.Entry(sbn); in testForegroundServiceNotificationKeptForFiveSeconds() local 492 NotificationData.Entry entry = new NotificationData.Entry(sbn); in testForegroundServiceNotification_notRetainedIfShownForFiveSeconds() local
|
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 210 void PathCache::operator()(PathDescription& entry, PathTexture*& texture) { in operator ()() 267 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path, in addTexture() 283 void PathCache::generateTexture(const PathDescription& entry, Bitmap& bitmap, in generateTexture() 359 PathDescription entry(ShapeType::Path, paint); in get() local 389 PathDescription entry(ShapeType::Path, paint); in remove() local 399 PathDescription entry(ShapeType::Path, paint); in precache() local 438 PathDescription entry(ShapeType::RoundRect, paint); in getRoundRect() local 463 PathDescription entry(ShapeType::Circle, paint); in getCircle() local 483 PathDescription entry(ShapeType::Oval, paint); in getOval() local 506 PathDescription entry(ShapeType::Rect, paint); in getRect() local [all …]
|
D | RenderBufferCache.cpp | 99 for (auto entry : mCache) { in clear() local 108 RenderBufferEntry entry(format, width, height); in get() local 144 RenderBufferEntry entry(buffer); in put() local
|
/frameworks/base/libs/services/src/os/ |
D | DropBoxManager.cpp | 158 Entry entry(tag, IS_TEXT); in addText() local 167 Entry entry(tag, flags); in addData() local 183 Entry entry(tag, flags, fd); in addFile() local 188 DropBoxManager::add(const Entry& entry) in add()
|
/frameworks/compile/mclinker/lib/LD/ |
D | SectionSymbolSet.cpp | 53 SectHashTableType::entry_type* entry = in add() local 97 SectHashTableType::iterator entry = m_pSectionSymbolMap->find(&pOutSect); in get() local 102 SectHashTableType::iterator entry = m_pSectionSymbolMap->find(&pOutSect); in get() local
|
/frameworks/base/core/java/android/content/res/ |
D | ConfigurationBoundResourceCache.java | 38 final ConstantState<T> entry = get(key, theme); in getInstance() local 47 public boolean shouldInvalidateEntry(ConstantState<T> entry, @Config int configChanges) { in shouldInvalidateEntry()
|
D | DrawableCache.java | 35 final Drawable.ConstantState entry = get(key, theme); in getInstance() local 44 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry()
|
D | ThemedResourceCache.java | 47 public void put(long key, @Nullable Theme theme, @NonNull T entry) { in put() 61 public void put(long key, @Nullable Theme theme, @NonNull T entry, boolean usesTheme) { in put() 131 protected abstract boolean shouldInvalidateEntry(@NonNull T entry, int configChanges); in shouldInvalidateEntry() 230 private boolean pruneEntryLocked(@Nullable T entry, @Config int configChanges) { in pruneEntryLocked()
|
/frameworks/base/tools/aapt2/link/ |
D | AutoVersioner.cpp | 30 bool ShouldGenerateVersionedResource(const ResourceEntry* entry, const ConfigDescription& config, in ShouldGenerateVersionedResource() 37 ApiVersion FindNextApiVersionForConfig(const ResourceEntry* entry, in FindNextApiVersionForConfig() 77 for (auto& entry : type->entries) { in Consume() local
|
/frameworks/base/tools/aapt2/ |
D | StringPool.cpp | 42 StringPool::Ref::Ref(StringPool::Entry* entry) : entry_(entry) { in Ref() 100 StringPool::StyleRef::StyleRef(StringPool::StyleEntry* entry) : entry_(entry) { in StyleRef() 181 std::unique_ptr<Entry> entry(new Entry()); in MakeRefImpl() local 206 std::unique_ptr<StyleEntry> entry(new StyleEntry()); in MakeRef() local 221 std::unique_ptr<StyleEntry> entry(new StyleEntry()); in MakeRef() local 284 [](const std::unique_ptr<Entry>& entry) -> bool { return entry->ref_ <= 0; }); in Prune() 287 [](const std::unique_ptr<StyleEntry>& entry) -> bool { return entry->ref_ <= 0; }); in Prune() 404 for (const std::unique_ptr<StyleEntry>& entry : pool.styles_) { in Flatten() local 409 for (const std::unique_ptr<Entry>& entry : pool.strings_) { in Flatten() local 420 for (const std::unique_ptr<StyleEntry>& entry : pool.styles_) { in Flatten() local
|
D | Debug.cpp | 75 for (const auto& entry : style->entries) { in Visit() local 144 for (const auto& entry : type->entries) { in PrintTable() local 159 for (const ResourceEntry* entry : sorted_entries) { in PrintTable() local 213 ResourceEntry* entry = result.value().entry; in PrintStyleGraph() local 226 for (const auto& entry : graph) { in PrintStyleGraph() local 235 for (const auto& entry : graph) { in PrintStyleGraph() local
|
/frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
D | PduCache.java | 95 synchronized public boolean put(Uri uri, PduCacheEntry entry) { in put() 165 PduCacheEntry entry = super.purge(key); in purgeSingleEntry() local 222 PduCacheEntry entry = super.purge(key); in purgeByMessageBox() local 231 private void removeFromThreads(Uri key, PduCacheEntry entry) { in removeFromThreads() 247 PduCacheEntry entry = super.purge(key); in purgeByThreadId() local 255 private void removeFromMessageBoxes(Uri key, PduCacheEntry entry) { in removeFromMessageBoxes()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerStreamListener.cpp | 54 QueueEntry entry; in queueBuffer() local 76 QueueEntry entry; in issueCommand() local 111 QueueEntry *entry = &*mQueue.begin(); in read() local
|
/frameworks/base/tools/aapt2/optimize/ |
D | ResourceDeduper.cpp | 43 explicit DominatedKeyValueRemover(IAaptContext* context, ResourceEntry* entry) in DominatedKeyValueRemover() 93 static void DedupeEntry(IAaptContext* context, ResourceEntry* entry) { in DedupeEntry() 113 for (auto& entry : type->entries) { in Consume() local
|