Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 17 of 17) sorted by relevance

/system/bt/build/config/
DBUILDCONFIG.gn23 "//build:gc",
32 "//build:gc",
41 "//build:gc",
50 "//build:gc",
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java73 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()
438gc.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/
Darm64.mk33 TARGET_SO_LDFLAGS += -Wl,-gc-sections
Dx86.mk37 TARGET_SO_LDFLAGS += -Wl,-gc-sections
Dhexagon.mk59 TARGET_SO_LDFLAGS += --gc-sections
/system/security/keystore2/src/
Dlib.rs48 mod gc; module
Dglobals.rs19 use crate::gc::Gc;
Ddatabase.rs57 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/
DBUILD.gn71 config("gc") {
72 ldflags = [ "-Wl,--gc-sections" ]
/system/logging/logd/
DChattyLogBuffer.cpp412 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/
Dcheckpoint_gc.sh70 log -pi -t checkpoint_gc Timed out with gc threshold not met.
/system/chre/doc/
Dnanoapp_overview.md56 (using the `--gc-sections` option, or equivalent). Static nanoapps are
/system/update_engine/
DBUILD.gn67 ldflags = [ "-Wl,--gc-sections" ]
DAndroid.bp75 ldflags: ["-Wl,--gc-sections"],
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java991 System.gc(); in client()
/system/libprocinfo/testdata/
Dmaps742 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/
Dsmaps30450 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]