Searched refs:gc (Results 1 – 12 of 12) sorted by relevance
/system/bt/build/config/ |
D | BUILDCONFIG.gn | 23 "//build:gc", 32 "//build:gc", 41 "//build:gc", 50 "//build:gc",
|
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ |
D | FrameBufferBuffer.java | 73 Graphics2D gc = mImage.createGraphics(); in draw() 74 gc.drawRenderedImage(image, AffineTransform.getScaleInstance(5.0, 5.0)); in draw() 431 Graphics2D gc = mImage.createGraphics(); in renderNativeBuffer() local 437 gc.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); in renderNativeBuffer() 438 …gc.setRenderingHint(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BILINEAR); in renderNativeBuffer() 439 gc.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY); in renderNativeBuffer() 440 gc.drawRenderedImage(image, AffineTransform.getScaleInstance(mScale, mScale)); in renderNativeBuffer()
|
/system/chre/build/arch/ |
D | arm64.mk | 33 TARGET_SO_LDFLAGS += -Wl,-gc-sections
|
D | x86.mk | 37 TARGET_SO_LDFLAGS += -Wl,-gc-sections
|
D | hexagon.mk | 59 TARGET_SO_LDFLAGS += --gc-sections
|
/system/bt/build/ |
D | BUILD.gn | 71 config("gc") { 72 ldflags = [ "-Wl,--gc-sections" ]
|
/system/core/logd/ |
D | ChattyLogBuffer.cpp | 414 bool gc = pruneRows <= 1; in Prune() local 415 if (!gc && (worst != -1)) { in Prune() 500 if (worstPid && ((!gc && element.pid() == worstPid) || in Prune() 508 if ((!gc && !worstPid && (key == worst)) || in Prune() 544 if (worstPid && (!gc || mLastWorstPidOfSystem[id].find(worstPid) == in Prune() 551 if ((!gc && !worstPid) || mLastWorst[id].find(worst) == mLastWorst[id].end()) { in Prune()
|
/system/update_engine/ |
D | BUILD.gn | 73 ldflags = [ "-Wl,--gc-sections" ]
|
D | Android.bp | 60 ldflags: ["-Wl,--gc-sections"],
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 990 System.gc(); in client()
|
/system/core/libprocinfo/testdata/ |
D | maps | 742 7062bce000-7062dce000 rw-p 00000000 00:05 10270726 [anon:dalvik-rb copying gc… 743 …0 rw-p 00000000 00:05 10270725 [anon:dalvik-concurrent copying gc mark stack]
|
/system/memory/libmeminfo/testdata1/ |
D | smaps | 30450 7007722bf000-7007724bf000 rw-p 00000000 00:00 0 [anon:dalvik-rb copying gc… 30451 Name: [anon:dalvik-rb copying gc mark stack] 30471 …bf000 rw-p 00000000 00:00 0 [anon:dalvik-concurrent copying gc mark stack] 30472 Name: [anon:dalvik-concurrent copying gc mark stack] 30492 700772cbf000-700772ebf000 rw-p 00000000 00:00 0 [anon:dalvik-rb copying gc… 30493 Name: [anon:dalvik-rb copying gc mark stack] 30513 …bf000 rw-p 00000000 00:00 0 [anon:dalvik-concurrent copying gc mark stack] 30514 Name: [anon:dalvik-concurrent copying gc mark stack]
|