/frameworks/base/core/java/android/util/ |
D | LongSparseArray.java | 151 private void gc() { in gc() method in LongSparseArray 199 gc(); in put() 237 gc(); in size() 255 gc(); in keyAt() 275 gc(); in valueAt() 288 gc(); in setValueAt() 301 gc(); in indexOfKey() 317 gc(); in indexOfValue() 353 gc(); in append()
|
D | SparseArray.java | 164 private void gc() { in gc() method in SparseArray 212 gc(); in put() 250 gc(); in size() 268 gc(); in keyAt() 288 gc(); in valueAt() 301 gc(); in setValueAt() 314 gc(); in indexOfKey() 332 gc(); in indexOfValue() 368 gc(); in append()
|
/frameworks/support/v4/java/android/support/v4/util/ |
D | LongSparseArray.java | 145 private void gc() { in gc() method in LongSparseArray 193 gc(); in put() 231 gc(); in size() 244 gc(); in keyAt() 258 gc(); in valueAt() 271 gc(); in setValueAt() 284 gc(); in indexOfKey() 300 gc(); in indexOfValue() 336 gc(); in append()
|
D | SparseArrayCompat.java | 138 private void gc() { in gc() method in SparseArrayCompat 186 gc(); in put() 224 gc(); in size() 237 gc(); in keyAt() 251 gc(); in valueAt() 264 gc(); in setValueAt() 277 gc(); in indexOfKey() 295 gc(); in indexOfValue() 331 gc(); in append()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
D | SparseWeakArray.java | 121 private void gc() { in gc() method in SparseWeakArray 178 gc(); in put() 216 gc(); in size() 229 gc(); in keyAt() 242 gc(); in valueAt() 255 gc(); in setValueAt() 268 gc(); in indexOfKey() 284 gc(); in indexOfValue() 320 gc(); in append()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | HeapTest.java | 105 Runtime.getRuntime().gc(); in testGcSoftRefs() 148 Runtime.getRuntime().gc(); in xxtestSoftRefPartialClean() 209 Runtime.getRuntime().gc(); in testWeakRefs() 217 Runtime.getRuntime().gc(); in testWeakRefs() 225 Runtime.getRuntime().gc(); in testWeakRefs() 322 Runtime.getRuntime().gc(); in testPhantomRefs() 331 Runtime.getRuntime().gc(); in testPhantomRefs() 341 Runtime.getRuntime().gc(); in testPhantomRefs() 352 Runtime.getRuntime().gc(); in finalize() 379 Runtime.getRuntime().gc(); in testWeakRefsAndFinalizers() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderDrawable.java | 121 Graphics2D gc = image.createGraphics(); in getImage() local 122 gc.setComposite(AlphaComposite.Src); in getImage() 124 gc.setColor(new Color(0x00000000, true)); in getImage() 125 gc.fillRect(0, 0, w, h); in getImage() 128 gc.dispose(); in getImage()
|
D | RenderSessionImpl.java | 556 Graphics2D gc = mImage.createGraphics(); in render() local 557 gc.setColor(new Color(params.getOverrideBgColor(), true)); in render() 558 gc.setComposite(AlphaComposite.Src); in render() 559 gc.fillRect(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight); in render() 560 gc.dispose(); in render() 573 Graphics2D gc = mImage.createGraphics(); in render() local 574 gc.setComposite(AlphaComposite.Src); in render() 576 gc.setColor(new Color(0x00000000, true)); in render() 577 gc.fillRect(0, 0, in render() 581 gc.dispose(); in render()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteInit.java | 276 System.gc(); in preloadClasses() 303 System.gc(); in preloadClasses() 357 System.gc(); in preloadResources() 395 System.gc(); in preloadColorStateLists() 423 System.gc(); in preloadDrawables() 448 /*package*/ static void gc() { in gc() method in ZygoteInit 454 System.gc(); in gc() 456 System.gc(); in gc() 458 System.gc(); in gc() 578 gc(); in main() [all …]
|
D | BinderInternal.java | 89 Runtime.getRuntime().gc(); in forceGc()
|
D | ZygoteConnection.java | 139 ZygoteInit.gc(); in run()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | Ticker.java | 52 int gc = Character.getType(c); in isGraphicOrEmoji() local 53 return gc != Character.CONTROL in isGraphicOrEmoji() 54 && gc != Character.FORMAT in isGraphicOrEmoji() 55 && gc != Character.UNASSIGNED in isGraphicOrEmoji() 56 && gc != Character.LINE_SEPARATOR in isGraphicOrEmoji() 57 && gc != Character.PARAGRAPH_SEPARATOR in isGraphicOrEmoji() 58 && gc != Character.SPACE_SEPARATOR; in isGraphicOrEmoji()
|
/frameworks/base/core/java/android/os/ |
D | PerformanceCollector.java | 543 Runtime.getRuntime().gc(); in startAllocCounting() 545 Runtime.getRuntime().gc(); in startAllocCounting() 557 Runtime.getRuntime().gc(); in stopAllocCounting() 559 Runtime.getRuntime().gc(); in stopAllocCounting()
|
D | StrictMode.java | 1452 Runtime.getRuntime().gc(); in conditionallyCheckInstanceCounts() 2008 Runtime.getRuntime().gc(); in decrementExpectedActivityCount()
|
/frameworks/base/core/java/android/text/ |
D | TextUtils.java | 1426 int gc = Character.getType(str.charAt(i)); in isGraphic() local 1427 if (gc != Character.CONTROL in isGraphic() 1428 && gc != Character.FORMAT in isGraphic() 1429 && gc != Character.SURROGATE in isGraphic() 1430 && gc != Character.UNASSIGNED in isGraphic() 1431 && gc != Character.LINE_SEPARATOR in isGraphic() 1432 && gc != Character.PARAGRAPH_SEPARATOR in isGraphic() 1433 && gc != Character.SPACE_SEPARATOR) { in isGraphic() 1444 int gc = Character.getType(c); in isGraphic() local 1445 return gc != Character.CONTROL in isGraphic() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiConfiguration.java | 433 for (int gc = 0; gc < this.allowedGroupCiphers.size(); gc++) { in toString() 434 if (this.allowedGroupCiphers.get(gc)) { in toString() 436 if (gc < GroupCipher.strings.length) { in toString() 437 sbuf.append(GroupCipher.strings[gc]); in toString()
|
D | WifiNative.java | 845 int gc = 0; in getGroupCapability() local 846 if (TextUtils.isEmpty(deviceAddress)) return gc; in getGroupCapability() 848 if (TextUtils.isEmpty(peerInfo)) return gc; in getGroupCapability() 858 return gc; in getGroupCapability() 862 return gc; in getGroupCapability()
|
/frameworks/base/core/java/android/test/ |
D | InstrumentationTestCase.java | 358 Runtime.getRuntime().gc(); in tearDown() 360 Runtime.getRuntime().gc(); in tearDown()
|
/frameworks/base/tools/preload/loadclass/ |
D | LoadClass.java | 49 System.gc(); in main()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | MediaTestUtil.java | 58 System.gc(); in getNativeHeapDump()
|
/frameworks/base/core/java/android/app/ |
D | Instrumentation.java | 1254 Runtime.getRuntime().gc(); in startAllocCounting() 1256 Runtime.getRuntime().gc(); in startAllocCounting() 1268 Runtime.getRuntime().gc(); in stopAllocCounting() 1270 Runtime.getRuntime().gc(); in stopAllocCounting()
|
/frameworks/base/core/java/android/ddm/ |
D | DdmHandleHeap.java | 222 System.gc(); in handleHPGC()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | VideoEditorStressTest.java | 120 System.gc(); in tearDown() 143 System.gc(); in getBeginMemory() 151 System.gc(); in getAfterMemory_updateLog()
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | TestDocumentsProvider.java | 267 System.gc(); in queryChildDocuments()
|
/frameworks/base/test-runner/src/android/test/ |
D | TestRunner.java | 415 Runtime.getRuntime().gc(); in runInPerformanceMode()
|