Searched defs:gc (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/awt/java/awt/image/
H A DVolatileImage.java122 * @param gc
127 public abstract int validate(GraphicsConfiguration gc); argument
/frameworks/base/awt/java/awt/
H A DImage.java195 * @param gc
201 public ImageCapabilities getCapabilities(GraphicsConfiguration gc) { argument
H A DHeadlessToolkit.java142 public Insets getScreenInsets(GraphicsConfiguration gc) throws HeadlessException { argument
H A DToolkit.java868 * @param gc
874 public Insets getScreenInsets(GraphicsConfiguration gc) throws HeadlessException { argument
875 if (gc == null) {
/frameworks/base/core/java/android/util/
H A DLongSparseArray.java117 private void gc() { method in class:LongSparseArray
118 // Log.e("SparseArray", "gc start with " + mSize);
141 // Log.e("SparseArray", "gc end with " + mSize);
164 gc();
202 gc();
215 gc();
228 gc();
241 gc();
254 gc();
270 gc();
[all...]
H A DSparseArray.java93 private void gc() { method in class:SparseArray
94 // Log.e("SparseArray", "gc start with " + mSize);
117 // Log.e("SparseArray", "gc end with " + mSize);
140 gc();
178 gc();
191 gc();
204 gc();
217 gc();
230 gc();
246 gc();
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java86 * should run before calling gc() again.
491 /*package*/ static void gc() { method in class:ZygoteInit
592 // Do an initial gc to clean up after startup
593 gc();
683 * Call gc() before we block in select().
692 gc();

Completed in 148 milliseconds