Home
last modified time | relevance | path

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

1234567

/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.java78 public Collection<T> added = new ArrayList<T>(); field in LinkProperties.CompareResult
85 for (T addr : added) retVal += addr.toString() + ","; in toString()
553 result.added.clear(); in compareAddresses()
557 result.added.add(newAddress); in compareAddresses()
582 result.added.clear(); in compareDnses()
586 result.added.add(newAddress); in compareDnses()
610 result.added.clear(); in compareAllRoutes()
614 result.added.add(r); in compareAllRoutes()
/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.cpp208 bool added = false; in waitForEvent() local
220 added = true; in waitForEvent()
225 added = true; in waitForEvent()
230 if (eventPending && !timestamp && !added) { in waitForEvent()
/frameworks/base/core/java/com/android/internal/os/
DProcessCpuTracker.java213 public boolean added; field in ProcessCpuTracker.Stats
253 if (sta.added != stb.added) {
254 return sta.added ? -1 : 1;
257 return sta.added ? -1 : 1;
366 st.added = false; in collectStats()
491 st.added = true; in collectStats()
739 printProcessCPU(pw, st.added ? " +" : (st.removed ? " -": " "),
747 tst.added ? " +" : (tst.removed ? " -": " "),
/frameworks/base/docs/html/guide/
Dguide_toc.cs6 localized titles are added in the language order specified below.
/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.java259 for (LinkAddress added : car.added) { in onDataStateChanged()
263 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/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.java643 boolean added = false; in addAll()
645 added |= add(value); in addAll()
647 return added; in addAll()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActivityChooserModel.java743 final boolean added = mHistoricalRecords.add(historicalRecord); in addHisoricalRecord()
744 if (added) { in addHisoricalRecord()
751 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/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/webapps/
Doverview.jd42 Android added support for more screen densities (adding support for high and low-density
43 screens), Android 2.0 added features to the WebKit framework to allow web pages to specify
/frameworks/base/docs/html/google/play-services/
Dindex.jd77 If you want to access added features or products, you can upgrade to a new version of the
80 We anticipate more Google services to be continuously added, so be on the lookout for
/frameworks/base/tools/layoutlib/create/
DREADME.txt42 change with the Android platform as new classes are added, changed or removed.
128 in the java package that were added in the Dalvik VM but are not a part of the standard
176 They are added to the Dalvik VM for performance reasons. An implementation that is very
218 all classes. This is done for classes which are added to the Dalvik VM for performance
/frameworks/base/core/tests/coretests/src/android/net/
DLinkPropertiesTest.java283 assertEquals(0, lp.compareAllRoutes(lp2).added.size()); in testRouteInterfaces()
288 assertEquals(3, lp.compareAllRoutes(lp2).added.size()); in testRouteInterfaces()
/frameworks/base/core/java/android/app/
DFragmentManager.java1681 int[] added = null; in saveAllState() local
1688 added = new int[N]; in saveAllState()
1690 added[i] = mAdded.get(i).mIndex; in saveAllState()
1691 if (added[i] < 0) { in saveAllState()
1694 + " has cleared index: " + added[i])); in saveAllState()
1717 fms.mAdded = added; in saveAllState()
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags25 # 200000-300000. If new tags are added, be aware that older platforms will be
/frameworks/support/v4/java/android/support/v4/app/
DFragmentManager.java1712 int[] added = null; in saveAllState() local
1719 added = new int[N]; in saveAllState()
1721 added[i] = mAdded.get(i).mIndex; in saveAllState()
1722 if (added[i] < 0) { in saveAllState()
1725 + " has cleared index: " + added[i])); in saveAllState()
1748 fms.mAdded = added; in saveAllState()
/frameworks/base/docs/html/guide/topics/manifest/
Dpermission-tree-element.jd21 added:

1234567