Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 183) sorted by relevance

12345678

/frameworks/base/tools/preload/
DPrintHtmlDiff.java53 Set<LoadedClass> added = new TreeSet<LoadedClass>(); in main() local
57 added.add(loadedClass); in main()
66 added.remove(clazz); in main()
81 printTable(out, root.baseline, added); in main()
/frameworks/base/core/java/android/net/
DLinkProperties.java75 public List<T> added = new ArrayList<T>(); field in LinkProperties.CompareResult
82 for (T addr : added) retVal += addr.toString() + ","; in toString()
857 result.added.clear(); in compareAddresses()
861 result.added.add(newAddress); in compareAddresses()
887 result.added.clear(); in compareDnses()
891 result.added.add(newAddress); in compareDnses()
916 result.added.clear(); in compareAllRoutes()
920 result.added.add(r); in compareAllRoutes()
945 result.added.clear(); in compareAllInterfaceNames()
949 result.added.add(r); in compareAllInterfaceNames()
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt87 Objects), added by KHR_fence_sync
112 Modify Section 3.8.1 (Sync Objects), added by KHR_fence_sync, starting at
148 added by KHR_fence_sync
180 Modify table 3.cc in Section 3.8.1 (Sync Objects), added by KHR_fence_sync
192 3.8.1 (Sync Objects), added by KHR_fence_sync
201 Objects), added by KHR_fence_sync
230 RESOLVED: A new sync object type will be added.
237 that might be added for fence sync objects, but there may be things that
238 get added that don't make sense in the context of native fence objects.
255 it's called seems wrong, so a new function was added to explicitly dup the
/frameworks/native/services/surfaceflinger/
DEventThread.cpp242 bool added = false; in waitForEvent() local
254 added = true; in waitForEvent()
259 added = true; in waitForEvent()
264 if (eventPending && !timestamp && !added) { in waitForEvent()
/frameworks/base/core/java/com/android/internal/os/
DProcessCpuTracker.java215 public boolean added; field in ProcessCpuTracker.Stats
255 if (sta.added != stb.added) {
256 return sta.added ? -1 : 1;
259 return sta.added ? -1 : 1;
368 st.added = false; in collectStats()
494 st.added = true; in collectStats()
744 printProcessCPU(pw, st.added ? " +" : (st.removed ? " -": " "),
752 tst.added ? " +" : (tst.removed ? " -": " "),
/frameworks/base/services/core/java/com/android/server/hdmi/
DHotplugDetectionAction.java156 BitSet added = complement(polledResult, currentInfos); in checkHotplug() local
158 while ((index = added.nextSetBit(index + 1)) != -1) { in checkHotplug()
/frameworks/base/docs/html/guide/topics/graphics/
Dindex.jd25 including the new properties added to the View class in 3.0. In the 3.1 release, we added a small
Ddrawable-animation.jd34 be added as the background image to a View and then called to play. Here's an example Activity,
35 in which the animation is added to an {@link android.widget.ImageView} and then animated when the
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java276 for (LinkAddress added : car.added) { in onDataStateChanged()
280 added.getAddress())) { in onDataStateChanged()
/frameworks/opt/telephony/
DREADME.txt14 A related change was in DataConnectionAc I added code that
49 "setprop" for the current boot, or added to local.prop to persist
/frameworks/native/opengl/tests/testViewport/
DREADME27 NOTE: If a gl.glViewport call is added at the beginning of the onDrawFrame()
/frameworks/av/media/libmedia/
DCharacterEncodingDetector.cpp134 bool added = false; in detectAndConvert() local
144 added = true; in detectAndConvert()
147 if (added) { in detectAndConvert()
/frameworks/base/docs/html/tools/help/
Ddraw9patch.jd38 loaded with an empty one-pixel border added around the image, in which you can draw
41 with no drawing area added, because it already exists.</p>
Dzipalign.jd33 entries. And any files added to an "aligned" archive will not be aligned.</p>
/frameworks/base/core/java/android/util/
DArraySet.java655 boolean added = false; in addAll()
657 added |= add(value); in addAll()
659 return added; in addAll()
/frameworks/base/docs/html/distribute/stories/
Dgames.jd19 advantage of Google Play game services &mdash; the features they've added and
/frameworks/base/media/java/android/service/media/
DMediaBrowserService.java391 final boolean added = connection.subscriptions.add(id); in addSubscription()
394 if (added) { in addSubscription()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActivityChooserModel.java731 final boolean added = mHistoricalRecords.add(historicalRecord); in addHisoricalRecord()
732 if (added) { in addHisoricalRecord()
739 return added; in addHisoricalRecord()
/frameworks/base/core/java/android/widget/
DActivityChooserModel.java751 final boolean added = mHistoricalRecords.add(historicalRecord); in addHisoricalRecord()
752 if (added) { in addHisoricalRecord()
759 return added; in addHisoricalRecord()
/frameworks/base/docs/html/guide/faq/
Dframework.jd19 added or removed?</a></li>
160 <h2>How does an application know if a package is added or removed?
163 <p>Whenever a package is added, an intent with PACKAGE_ADDED action
/frameworks/base/docs/html/distribute/monetize/
Decommerce.jd15 With Google Wallet Instant Buy, you've the added flexibility of selling
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java397 boolean added = false; in registerService()
406 added = mServices.add(info); in registerService()
411 if (added) { in registerService()
/frameworks/base/docs/html/training/game-controllers/
Dcompatibility.jd41 <li>The game can detect if a new game controller is added, changed, or removed.</li>
262 device is added, changed, or removed.</dd>
280 interface. Lets your game know when a game controller has been added, changed, or
486 <p>To detect that an input device has been added, override the
498 // Notify the registered listeners that a game controller is added
513 is called to signal if the game controller was added, changed, or removed.
/frameworks/base/tools/layoutlib/create/
DREADME.txt42 platform as new classes are added, changed or removed. Some configuration that may be platform
123 were added in the Dalvik VM but are not a part of the Desktop VM. The existing classes are
180 added to the Dalvik VM for performance reasons. An implementation that is very close to the
218 classes. This is done for classes which are added to the Dalvik VM for performance reasons but are
/frameworks/base/core/tests/coretests/src/android/net/
DLinkPropertiesTest.java290 assertEquals(0, lp.compareAllRoutes(lp2).added.size()); in testRouteInterfaces()
295 assertEquals(3, lp.compareAllRoutes(lp2).added.size()); in testRouteInterfaces()

12345678