/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() function 44 entry(const entry& o) : value(o.value), offset(o.offset), in entry() function 57 int compare(const entry& o) const; argument
|
/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 …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryListener.java | 35 default void onPendingEntryAdded(NotificationEntry entry) { in onPendingEntryAdded() 42 default void onBeforeNotificationAdded(NotificationEntry entry) { in onBeforeNotificationAdded() 48 default void onNotificationAdded(NotificationEntry entry) { in onNotificationAdded() 58 default void onPreEntryUpdated(NotificationEntry entry) { in onPreEntryUpdated() 64 default void onPostEntryUpdated(NotificationEntry entry) { in onPostEntryUpdated() 70 default void onEntryInflated(NotificationEntry entry, @InflationFlag int inflatedFlags) { in onEntryInflated() 79 default void onEntryReinflated(NotificationEntry entry) { in onEntryReinflated() 99 NotificationEntry entry, in onEntryRemoved()
|
D | NotificationInterruptionStateProvider.java | 149 public boolean shouldBubbleUp(NotificationEntry entry) { in shouldBubbleUp() 188 public boolean shouldHeadsUp(NotificationEntry entry) { in shouldHeadsUp() 254 public boolean shouldPulse(NotificationEntry entry) { in shouldPulse() 314 protected boolean canAlertCommon(NotificationEntry entry) { in canAlertCommon() 344 public boolean canHeadsUpCommon(NotificationEntry entry) { in canHeadsUpCommon() 402 boolean canHeadsUp(NotificationEntry entry, StatusBarNotification sbn); in canHeadsUp()
|
/frameworks/base/tests/FlickerTests/lib/test/src/com/android/server/wm/flicker/ |
D | WindowManagerTraceTest.java | 57 WindowManagerTrace.Entry entry = mTrace.getEntry(241777211939236L); in canDetectAboveAppWindowVisibility() local 64 WindowManagerTrace.Entry entry = mTrace.getEntry(241777211939236L); in canDetectBelowAppWindowVisibility() local 71 WindowManagerTrace.Entry entry = mTrace.getEntry(241777211939236L); in canDetectAppWindowVisibility() local 78 WindowManagerTrace.Entry entry = mTrace.getEntry(241777211939236L); in canFailWithReasonForVisibilityChecks_windowNotFound() local 86 WindowManagerTrace.Entry entry = mTrace.getEntry(241777211939236L); in canFailWithReasonForVisibilityChecks_windowNotVisible() local 94 WindowManagerTrace.Entry entry = mTrace.getEntry(241778130296410L); in canDetectAppZOrder() local 101 WindowManagerTrace.Entry entry = mTrace.getEntry(241778130296410L); in canFailWithReasonForZOrderChecks_windowNotOnTop() local
|
D | LayersTraceTest.java | 127 LayersTrace.Entry entry = trace.getEntry(2308008331271L); in canDetectUncoveredRegion() local 144 LayersTrace.Entry entry = trace.getEntry(2308008331271L); in canTestLayerVisibleRegion_layerDoesNotExist() local 158 LayersTrace.Entry entry = trace.getEntry(2307993020072L); in canTestLayerVisibleRegion_layerDoesNotHaveExpectedVisibleRegion() local 175 LayersTrace.Entry entry = trace.getEntry(2308455948035L); in canTestLayerVisibleRegion_layerIsHiddenByParent() local 193 LayersTrace.Entry entry = trace.getEntry(2308008331271L); in canTestLayerVisibleRegion_incorrectRegionSize() local 209 LayersTrace.Entry entry = trace.getEntry(2308008331271L); in canTestLayerVisibleRegion() local 221 LayersTrace.Entry entry = trace.getEntry(252794268378458L); in canTestLayerVisibleRegion_layerIsNotVisible() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | RemoteInputController.java | 104 public void addRemoteInput(NotificationEntry entry, Object token) { in addRemoteInput() 125 public void removeRemoteInput(NotificationEntry entry, Object token) { in removeRemoteInput() 176 private void apply(NotificationEntry entry) { in apply() 188 public boolean isRemoteInputActive(NotificationEntry entry) { in isRemoteInputActive() 238 public void remoteInputSent(NotificationEntry entry) { in remoteInputSent() 253 NotificationEntry entry = mOpen.get(i).first.get(); in closeRemoteInputs() local 260 NotificationEntry entry = list.get(i); in closeRemoteInputs() local 271 public void lockScrollTo(NotificationEntry entry) { in lockScrollTo() 278 default void onRemoteInputSent(NotificationEntry entry) {} in onRemoteInputSent() 285 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive() [all …]
|
D | NotificationRemoteInputManager.java | 339 mSmartReplyController.setCallback((entry, reply) -> { in setUpWithCallback() argument 460 void onPerformRemoveNotification(NotificationEntry entry, final String key) { in onPerformRemoveNotification() 471 NotificationEntry entry = mEntriesKeptForRemoteInputActive.valueAt(i); in onPanelCollapsed() local 484 public boolean shouldKeepForRemoteInputHistory(NotificationEntry entry) { in shouldKeepForRemoteInputHistory() 491 public boolean shouldKeepForSmartReplyHistory(NotificationEntry entry) { in shouldKeepForSmartReplyHistory() 508 NotificationEntry entry) { in rebuildNotificationForCanceledSmartReplies() 514 StatusBarNotification rebuildNotificationWithRemoteInput(NotificationEntry entry, in rebuildNotificationWithRemoteInput() 594 public boolean shouldExtendLifetime(@NonNull NotificationEntry entry) { in shouldExtendLifetime() 599 public void setShouldManageLifetime(NotificationEntry entry, in setShouldManageLifetime() 640 public boolean shouldExtendLifetime(@NonNull NotificationEntry entry) { in shouldExtendLifetime() [all …]
|
D | AlertingNotificationManager.java | 63 public void showNotification(@NonNull NotificationEntry entry) { in showNotification() 142 AlertEntry entry = mAlertEntries.get(key); in getEntry() local 182 protected final void addAlertEntry(@NonNull NotificationEntry entry) { in addAlertEntry() 205 NotificationEntry entry = alertEntry.mEntry; in removeAlertEntry() local 253 public boolean shouldExtendLifetime(NotificationEntry entry) { in shouldExtendLifetime() 258 public void setShouldManageLifetime(NotificationEntry entry, boolean shouldExtend) { in setShouldManageLifetime() 278 public void setEntry(@NonNull final NotificationEntry entry) { in setEntry() 282 public void setEntry(@NonNull final NotificationEntry entry, in setEntry()
|
D | SmartReplyController.java | 58 public void smartReplySent(NotificationEntry entry, int replyIndex, CharSequence reply, in smartReplySent() 74 NotificationEntry entry, int actionIndex, Notification.Action action, in smartActionClicked() 101 public void smartSuggestionsAdded(final NotificationEntry entry, int replyCount, in smartSuggestionsAdded() 111 public void stopSending(final NotificationEntry entry) { in stopSending() 127 void onSmartReplySent(NotificationEntry entry, CharSequence reply); in onSmartReplySent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayWindowSettings.java | 169 Entry entry; in getEntry() local 183 final Entry entry = getEntry(displayInfo); in getOrCreateEntry() local 192 private Entry updateIdentifierForEntry(Entry entry, DisplayInfo displayInfo) { in updateIdentifierForEntry() 200 final Entry entry = getOrCreateEntry(displayInfo); in setOverscanLocked() local 210 final Entry entry = getOrCreateEntry(displayInfo); in setUserRotation() local 225 final Entry entry = getOrCreateEntry(displayInfo); in setForcedSize() local 240 final Entry entry = getOrCreateEntry(displayInfo); in setForcedDensity() local 253 final Entry entry = getOrCreateEntry(displayInfo); in setForcedScalingMode() local 261 final Entry entry = getOrCreateEntry(displayInfo); in setFixedToUserRotation() local 266 private int getWindowingModeLocked(Entry entry, int displayId) { in getWindowingModeLocked() [all …]
|
/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/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationListControllerTest.java | 102 final NotificationEntry entry = buildEntry(); in testCleanUpViewStateOnEntryRemoved() local 119 final NotificationEntry entry = buildEntry(); in testAppOps_appOpAddedToForegroundNotif() local 154 final NotificationEntry entry = buildEntry(); in testAppOps_addNotificationWithExistingAppOps() local 179 final NotificationEntry entry = buildEntry(); in testAdd_addNotificationWithNoExistingAppOps() local 198 final NotificationEntry entry = buildEntry(); in testAdd_addNonForegroundNotificationWithExistingAppOps() local
|
/frameworks/av/media/libnblog/include/media/nblog/ |
D | Entry.h | 33 struct entry { struct 39 // entry tail representation (after data) argument 164 explicit AbstractEntry(const uint8_t *entry) : mEntry(entry) {} in AbstractEntry()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | OnHeadsUpChangedListener.java | 35 default void onHeadsUpPinned(NotificationEntry entry) {} in onHeadsUpPinned() 40 default void onHeadsUpUnPinned(NotificationEntry entry) {} in onHeadsUpUnPinned() 48 default void onHeadsUpStateChanged(NotificationEntry entry, boolean isHeadsUp) {} in onHeadsUpStateChanged()
|
D | HeadsUpManager.java | 115 protected boolean shouldHeadsUpBecomePinned(@NonNull NotificationEntry entry) { in shouldHeadsUpBecomePinned() 119 protected boolean hasFullScreenIntent(@NonNull NotificationEntry entry) { in hasFullScreenIntent() 128 NotificationEntry entry = headsUpEntry.mEntry; in setEntryPinned() local 148 NotificationEntry entry = alertEntry.mEntry; in onAlertEntryAdded() local 158 NotificationEntry entry = alertEntry.mEntry; in onAlertEntryRemoved() local 208 AlertEntry entry = getHeadsUpEntry(key); in snooze() local 286 AlertEntry entry = getHeadsUpEntry(key); in hasPinnedNotificationInternal() local 300 HeadsUpEntry entry = getHeadsUpEntry(key); in unpinAll() local 343 public void setExpanded(@NonNull NotificationEntry entry, boolean expanded) { in setExpanded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelper.java | 111 public boolean isAlertTransferPending(@NonNull NotificationEntry entry) { in isAlertTransferPending() 175 public void onAmbientStateChanged(NotificationEntry entry, boolean isAmbient) { in onAmbientStateChanged() 180 public void onHeadsUpStateChanged(NotificationEntry entry, boolean isHeadsUp) { in onHeadsUpStateChanged() 184 private void onAlertStateChanged(NotificationEntry entry, boolean isAlerting, in onAlertStateChanged() 279 private boolean isPendingNotificationInGroup(@NonNull NotificationEntry entry, in isPendingNotificationInGroup() 371 NotificationEntry entry = children.get(i); in checkShouldTransferBack() local 402 private void alertNotificationWhenPossible(@NonNull NotificationEntry entry, in alertNotificationWhenPossible() 422 private boolean onlySummaryAlerts(NotificationEntry entry) { in onlySummaryAlerts() 453 PendingAlertInfo(NotificationEntry entry, AlertingNotificationManager alertManager) { in PendingAlertInfo()
|
/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/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/native/services/surfaceflinger/ |
D | SurfaceTracing.cpp | 38 LayersTraceProto entry = traceWhenNotified(); in mainLoop() local 44 LayersTraceProto entry; in addFirstEntry() local 56 LayersTraceProto entry = traceLayersLocked(mWhere); in traceWhenNotified() local 61 bool SurfaceTracing::addTraceToBuffer(LayersTraceProto& entry) { in addTraceToBuffer() 108 auto entry = fileProto->add_entry(); in flush() local 162 LayersTraceProto entry; in traceLayersLocked() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | SmallSortedMapTest.java | 219 Map.Entry<Integer, Integer> entry = map.getArrayEntryAt(i); in testGetArrayEntryAndOverflowEntries() local 227 Map.Entry<Integer, Integer> entry = it.next(); in testGetArrayEntryAndOverflowEntries() local 252 Map.Entry<Integer, Integer> entry = in testEntrySetAdd() local 272 Map.Entry<Integer, Integer> entry = in testEntrySetRemove() local 303 Map.Entry<Integer, Integer> entry = it.next(); in testEntrySetIteratorNext() local 332 Map.Entry<Integer, Integer> entry = it.next(); in testMapEntryModification() local 384 Map.Entry<Integer, Integer> entry = it.next(); in testMakeImmutable() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
D | RecoverySessionStorageTest.java | 71 RecoverySessionStorage.Entry entry = new RecoverySessionStorage.Entry( in remove_overwritesLskfHashMemory() local 83 RecoverySessionStorage.Entry entry = new RecoverySessionStorage.Entry( in remove_overwritesKeyClaimantMemory() local 134 RecoverySessionStorage.Entry entry = new RecoverySessionStorage.Entry( in destroy_overwritesLskfHashMemory() local 146 RecoverySessionStorage.Entry entry = new RecoverySessionStorage.Entry( in destroy_overwritesKeyClaimantMemory() local
|
/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/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()
|