/frameworks/base/tools/preload/ |
D | PrintHtmlDiff.java | 53 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/ |
D | LinkProperties.java | 75 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/ |
D | EGL_ANDROID_native_fence_sync.txt | 87 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/ |
D | EventThread.cpp | 242 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/ |
D | ProcessCpuTracker.java | 215 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/ |
D | HotplugDetectionAction.java | 156 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/ |
D | index.jd | 25 including the new properties added to the View class in 3.0. In the 3.1 release, we added a small
|
D | drawable-animation.jd | 34 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/ |
D | DcController.java | 276 for (LinkAddress added : car.added) { in onDataStateChanged() 280 added.getAddress())) { in onDataStateChanged()
|
/frameworks/opt/telephony/ |
D | README.txt | 14 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/ |
D | README | 27 NOTE: If a gl.glViewport call is added at the beginning of the onDrawFrame()
|
/frameworks/av/media/libmedia/ |
D | CharacterEncodingDetector.cpp | 134 bool added = false; in detectAndConvert() local 144 added = true; in detectAndConvert() 147 if (added) { in detectAndConvert()
|
/frameworks/base/docs/html/tools/help/ |
D | draw9patch.jd | 38 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>
|
D | zipalign.jd | 33 entries. And any files added to an "aligned" archive will not be aligned.</p>
|
/frameworks/base/core/java/android/util/ |
D | ArraySet.java | 655 boolean added = false; in addAll() 657 added |= add(value); in addAll() 659 return added; in addAll()
|
/frameworks/base/docs/html/distribute/stories/ |
D | games.jd | 19 advantage of Google Play game services — the features they've added and
|
/frameworks/base/media/java/android/service/media/ |
D | MediaBrowserService.java | 391 final boolean added = connection.subscriptions.add(id); in addSubscription() 394 if (added) { in addSubscription()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActivityChooserModel.java | 731 final boolean added = mHistoricalRecords.add(historicalRecord); in addHisoricalRecord() 732 if (added) { in addHisoricalRecord() 739 return added; in addHisoricalRecord()
|
/frameworks/base/core/java/android/widget/ |
D | ActivityChooserModel.java | 751 final boolean added = mHistoricalRecords.add(historicalRecord); in addHisoricalRecord() 752 if (added) { in addHisoricalRecord() 759 return added; in addHisoricalRecord()
|
/frameworks/base/docs/html/guide/faq/ |
D | framework.jd | 19 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/ |
D | ecommerce.jd | 15 With Google Wallet Instant Buy, you've the added flexibility of selling
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 397 boolean added = false; in registerService() 406 added = mServices.add(info); in registerService() 411 if (added) { in registerService()
|
/frameworks/base/docs/html/training/game-controllers/ |
D | compatibility.jd | 41 <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/ |
D | README.txt | 42 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/ |
D | LinkPropertiesTest.java | 290 assertEquals(0, lp.compareAllRoutes(lp2).added.size()); in testRouteInterfaces() 295 assertEquals(3, lp.compareAllRoutes(lp2).added.size()); in testRouteInterfaces()
|