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

/frameworks/av/include/media/
H A DIMediaSource.h247 void gc() { function in struct:BnMediaSource::IndexCache
/frameworks/base/core/java/android/util/
H A DLongSparseArray.java153 private void gc() { method in class:LongSparseArray
154 // Log.e("SparseArray", "gc start with " + mSize);
178 // Log.e("SparseArray", "gc end with " + mSize);
201 gc();
219 gc();
237 gc();
257 gc();
270 gc();
283 gc();
299 gc();
[all...]
H A DSparseArray.java190 private void gc() { method in class:SparseArray
191 // Log.e("SparseArray", "gc start with " + mSize);
215 // Log.e("SparseArray", "gc end with " + mSize);
238 gc();
256 gc();
277 gc();
300 gc();
315 gc();
328 gc();
346 gc();
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java243 Graphics2D gc = image.createGraphics();
245 drawRectangleShadow(gc, x, y, width, height);
247 gc.dispose();
264 Graphics2D gc = image.createGraphics();
266 drawSmallRectangleShadow(gc, x, y, width, height);
268 gc.dispose();
289 * @param gc the graphics context to draw into
295 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) { argument
309 gc.drawImage(ShadowBottomLeft, x - ShadowBottomLeft.getWidth(null), y + height, null);
310 gc
336 drawSmallRectangleShadow(Graphics2D gc, int x, int y, int width, int height) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java121 private void gc() { method in class:SparseWeakArray
166 gc();
184 gc();
197 gc();
210 gc();
223 gc();
236 gc();
252 gc();
288 gc();
/frameworks/support/compat/java/android/support/v4/util/
H A DLongSparseArray.java145 private void gc() { method in class:LongSparseArray
146 // Log.e("SparseArray", "gc start with " + mSize);
170 // Log.e("SparseArray", "gc end with " + mSize);
193 gc();
231 gc();
244 gc();
258 gc();
271 gc();
284 gc();
300 gc();
[all...]
H A DSparseArrayCompat.java138 private void gc() { method in class:SparseArrayCompat
139 // Log.e("SparseArray", "gc start with " + mSize);
163 // Log.e("SparseArray", "gc end with " + mSize);
186 gc();
224 gc();
237 gc();
251 gc();
264 gc();
277 gc();
295 gc();
[all...]
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DMain.java337 private static void gc() { method in class:Main
338 // See RuntimeUtil#gc in jlibs (http://jlibs.in/)
343 System.gc();
355 gc();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DPositionMap.java148 private void gc() { method in class:PositionMap
149 // Log.e("SparseArray", "gc start with " + mSize);
173 // Log.e("SparseArray", "gc end with " + mSize);
196 gc();
234 gc();
247 gc();
261 gc();
274 gc();
287 gc();
305 gc();
[all...]
/frameworks/av/media/libmedia/
H A DIMediaSource.cpp138 mMemoryCache.gc();
227 // We gc IMemory objects that are no longer active (referenced by a MediaBuffer).
251 void gc() { function in struct:android::BpMediaSource::MemoryCache
341 mIndexCache.gc();

Completed in 959 milliseconds