Searched refs:gc (Results 1 – 17 of 17) 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/security/keystore2/src/ |
D | lib.rs | 48 mod gc; module
|
D | globals.rs | 19 use crate::gc::Gc;
|
D | database.rs | 57 use crate::{gc::Gc, super_key::USER_SUPER_KEY}; 738 gc: Option<Arc<Gc>>, field 842 pub fn new(db_root: &Path, gc: Option<Arc<Gc>>) -> Result<Self> { in new() 848 let mut db = Self { conn, gc, perboot: perboot::PERBOOT_DB.clone() }; in new() 1465 if let Some(ref gc) = self.gc { in with_transaction() 1466 gc.notify_gc(); in with_transaction() 3246 let mut db = KeystoreDB { conn, gc: None, perboot: Arc::new(perboot::PerbootDB::new()) }; in new_test_db() 3260 let gc = Gc::new_init_with(Default::default(), move || (Box::new(cb), gc_db, super_key)); in new_test_db_with_gc() localVariable 3262 KeystoreDB::new(path, Some(Arc::new(gc))) in new_test_db_with_gc()
|
/system/bt/build/ |
D | BUILD.gn | 71 config("gc") { 72 ldflags = [ "-Wl,--gc-sections" ]
|
/system/logging/logd/ |
D | ChattyLogBuffer.cpp | 412 bool gc = pruneRows <= 1; in Prune() local 413 if (!gc && (worst != -1)) { in Prune() 498 if (worstPid && ((!gc && element.pid() == worstPid) || in Prune() 506 if ((!gc && !worstPid && (key == worst)) || in Prune() 542 if (worstPid && (!gc || mLastWorstPidOfSystem[id].find(worstPid) == in Prune() 549 if ((!gc && !worstPid) || mLastWorst[id].find(worst) == mLastWorst[id].end()) { in Prune()
|
/system/extras/checkpoint_gc/ |
D | checkpoint_gc.sh | 70 log -pi -t checkpoint_gc Timed out with gc threshold not met.
|
/system/chre/doc/ |
D | nanoapp_overview.md | 56 (using the `--gc-sections` option, or equivalent). Static nanoapps are
|
/system/update_engine/ |
D | BUILD.gn | 67 ldflags = [ "-Wl,--gc-sections" ]
|
D | Android.bp | 75 ldflags: ["-Wl,--gc-sections"],
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 991 System.gc(); in client()
|
/system/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]
|