/frameworks/rs/ |
D | rsProgramStore.cpp | 95 ProgramStore *existing = rsc->mStateFragmentStore.mStorePrograms[ct]; in getProgramStore() local 96 if (existing->mHal.state.ditherEnable != ditherEnable) continue; in getProgramStore() 97 if (existing->mHal.state.colorRWriteEnable != colorMaskR) continue; in getProgramStore() 98 if (existing->mHal.state.colorGWriteEnable != colorMaskG) continue; in getProgramStore() 99 if (existing->mHal.state.colorBWriteEnable != colorMaskB) continue; in getProgramStore() 100 if (existing->mHal.state.colorAWriteEnable != colorMaskA) continue; in getProgramStore() 101 if (existing->mHal.state.blendSrc != srcFunc) continue; in getProgramStore() 102 if (existing->mHal.state.blendDst != destFunc) continue; in getProgramStore() 103 if (existing->mHal.state.depthWriteEnable != depthMask) continue; in getProgramStore() 104 if (existing->mHal.state.depthFunc != depthFunc) continue; in getProgramStore() [all …]
|
D | rsSampler.cpp | 88 Sampler *existing = rsc->mStateSampler.mAllSamplers[ct]; in getSampler() local 89 if (existing->mHal.state.magFilter != magFilter) continue; in getSampler() 90 if (existing->mHal.state.minFilter != minFilter ) continue; in getSampler() 91 if (existing->mHal.state.wrapS != wrapS) continue; in getSampler() 92 if (existing->mHal.state.wrapT != wrapT) continue; in getSampler() 93 if (existing->mHal.state.wrapR != wrapR) continue; in getSampler() 94 if (existing->mHal.state.aniso != aniso) continue; in getSampler() 95 returnRef.set(existing); in getSampler()
|
D | rsProgramRaster.cpp | 84 ProgramRaster *existing = rsc->mStateRaster.mRasterPrograms[ct]; in getProgramRaster() local 85 if (existing->mHal.state.pointSprite != pointSprite) continue; in getProgramRaster() 86 if (existing->mHal.state.cull != cull) continue; in getProgramRaster() 87 returnRef.set(existing); in getProgramRaster()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkAgentInfo.java | 307 NetworkRequest existing = mNetworkRequests.get(networkRequest.requestId); in addRequest() local 308 if (existing == networkRequest) return false; in addRequest() 309 if (existing != null) { in addRequest() 313 networkRequest, existing, name())); in addRequest() 314 updateRequestCounts(REMOVE, existing); in addRequest() 325 NetworkRequest existing = mNetworkRequests.get(requestId); in removeRequest() local 326 if (existing == null) return; in removeRequest() 327 updateRequestCounts(REMOVE, existing); in removeRequest() 329 if (existing.isRequest()) { in removeRequest() 330 unlingerRequest(existing); in removeRequest()
|
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/ |
D | DiffUtilTest.java | 390 Item existing = target.get(positionInList); in applyUpdates() 392 assertThat(existing.changed, is(false)); in applyUpdates() 393 assertThat(existing.newItem, is(false)); in applyUpdates() 394 assertThat(existing.payload, is(nullValue())); in applyUpdates() 395 Item replica = new Item(existing); in applyUpdates() 417 Item existing = mAfter.get(index); in update() local 418 if (existing.newItem) { in update() 421 Item replica = new Item(existing); in update() 432 Item existing = mAfter.get(index); in updateWithPayload() local 433 if (existing.newItem) { in updateWithPayload() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
D | ChartDataLoader.java | 133 NetworkTemplate template, int uid, int set, NetworkStatsHistory existing) in collectHistoryForUid() argument 138 if (existing != null) { in collectHistoryForUid() 139 existing.recordEntireHistory(history); in collectHistoryForUid() 140 return existing; in collectHistoryForUid()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/util/ |
D | SortedList.java | 396 T existing = mData[index]; in add() local 397 if (mCallback.areItemsTheSame(existing, item)) { in add() 398 if (mCallback.areContentsTheSame(existing, item)) { in add() 482 final T existing = get(index); in updateItemAt() local 484 boolean contentsChanged = existing == item || !mCallback.areContentsTheSame(existing, item); in updateItemAt() 485 if (existing != item) { in updateItemAt() 487 final int cmp = mCallback.compare(existing, item); in updateItemAt()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationController.java | 287 final BoundsAnimator existing = mRunningAnimations.get(target); in animateBounds() local 288 final boolean replacing = existing != null; in animateBounds() 294 if (existing.isAnimatingTo(to)) { in animateBounds() 297 if (DEBUG) Slog.d(TAG, "animateBounds: same destination as existing=" + existing in animateBounds() 301 existing.cancel(); in animateBounds()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
D | OSUCache.java | 111 ScanResult existing = mBatchedOSUs.put(provider, scanResult); in putProviders() local 112 if (existing != null && existing.level > scanResult.level) { in putProviders() 114 mBatchedOSUs.put(provider, existing); in putProviders()
|
D | OSUManager.java | 613 OSUInfo existing = mOSUMap.get(entry.getKey()); in updateOSUInfoCache() local 616 if (existing == null || existing.getBSSID() != bssid) { in updateOSUInfoCache() 621 osus.put(entry.getKey(), existing); in updateOSUInfoCache() local 649 for (OSUInfo existing : mOSUMap.values()) { in iconResults() 650 if (existing.getIconStatus() == OSUInfo.IconStatus.Available) { in iconResults() 765 OSUThread existing = mServiceThreads.get(homeSP.getFQDN()); in doRemediate() local 766 if (existing != null) { in doRemediate() 767 if (System.currentTimeMillis() - existing.getLaunchTime() > REMEDIATION_TIMEOUT) { in doRemediate() 770 existing.connect(null); in doRemediate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationContentView.java | 1008 RemoteInputView existing = (RemoteInputView) 1011 if (existing != null) { 1012 existing.onNotificationUpdateOrReset(); 1015 if (existing == null && hasRemoteInput) { 1026 existing = riv; 1031 existing = cachedView; 1039 existing.setBackgroundColor(NotificationColorUtil.ensureTextBackgroundColor(color, 1043 if (existingPendingIntent != null || existing.isActive()) { 1048 existing.setPendingIntent(existingPendingIntent); 1050 if (existing.updatePendingIntentFromActions(actions)) { [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | ANQPData.java | 62 public ANQPData(Clock clock, NetworkDetail network, ANQPData existing) { in ANQPData() argument 67 if (existing == null) { in ANQPData() 72 mRetry = Math.max(existing.getRetry() + 1, MAX_RETRY); in ANQPData()
|
/frameworks/base/core/java/com/android/server/net/ |
D | NetlinkTracker.java | 341 DnsServerEntry existing = mIndex.get(address); in updateExistingEntry() local 342 if (existing != null) { in updateExistingEntry() 343 existing.expiry = expiry; in updateExistingEntry()
|
/frameworks/base/docs/html/distribute/users/ |
D | house-ads.jd | 2 page.metaDescription=Tap into your existing user base to increase downloads and increase conversion… 9 existing user base. These users know your products and are a receptive audience for your other 15 existing users, and it's a free service.</p>
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | kongregate-global-assault.jd | 2 …trating dynamic game play drove more installs from the store listing page than their existing icon. 27 installs from the store listing page than their existing icon. 37 believed that their existing icon, the control, would perform best in terms of
|
/frameworks/base/docs/html/wear/preview/ |
D | start.jd | 126 Update an existing project 130 To update an existing project for development: 134 <li>Start Android Studio, click <strong>Open an existing Android Studio 158 the existing reference to the 210 the existing reference to the
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | ExprModel.java | 97 T existing = (T) mExprMap.get(expr.getUniqueKey()); in register() local 98 if (existing != null) { in register() 105 expr.onSwappedWith(existing); in register() 107 existing.addLocation(location); in register() 109 return existing; in register()
|
/frameworks/base/docs/html/topic/instant-apps/ |
D | faqs.jd | 28 Android Instant Apps functionality complements an existing Android app, 56 Console, similar to their existing Android apps.
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | auto.jd | 29 extend your new or existing apps for Auto and then publish them using familiar 48 existing Developer Console account and your current distribution and pricing settings. It's easy 93 You must deliver your Auto experience as part of your existing app for phones, tablets, and other 168 If you have an existing app that includes updates to the phone/tablet component, 222 Note that if the submitted app is an update to an existing app and your updated app does not meet 223 the review criteria, the update is rejected and the existing app remains published in the Google
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 301 final NetworkStatsHistory existing = mStats.get(key); in findOrCreateHistory() local 305 if (existing == null) { in findOrCreateHistory() 307 } else if (existing.getBucketDuration() != mBucketDuration) { in findOrCreateHistory() 308 updated = new NetworkStatsHistory(existing, mBucketDuration); in findOrCreateHistory() 315 return existing; in findOrCreateHistory()
|
/frameworks/base/docs/html/training/ |
D | advanced.jd | 10 existing classes, re-organize, and build courses that help you enhance your apps using
|
/frameworks/base/docs/html/training/swipe/ |
D | add-swipe-interface.jd | 54 This lesson shows you how to add the widget to an existing layout. It also 62 To add the swipe to refresh widget to an existing app, add {@link 72 android.support.v4.widget.SwipeRefreshLayout} widget to an existing layout
|
/frameworks/base/docs/html/training/tv/start/ |
D | index.jd | 26 existing apps to also run on TV devices. However, the user interaction model for TV is 51 <dd>Learn how to create a new Android Studio project for TV apps or modify your existing
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | LocalTransport.java | 429 long[] existing = new long[POSSIBLE_SETS.length + 1]; in getAvailableRestoreSets() local 435 existing[num++] = token; in getAvailableRestoreSets() 439 existing[num++] = CURRENT_SET_TOKEN; in getAvailableRestoreSets() 443 available[i] = new RestoreSet("Local disk image", "flash", existing[i]); in getAvailableRestoreSets()
|
/frameworks/base/docs/html/about/versions/nougat/ |
D | android-7.0-samples.jd | 34 This is a pre-existing sample which shows a simple service that sends 51 This is a pre-existing sample which demonstrates how to use
|