/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
ExposureCompensationTest.java | 161 System.gc();
|
/device/ti/panda/ |
device.mk | 52 PRODUCT_TAGS += dalvik.gc.type-precise
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
PFMLoader.java | 106 System.gc();
|
/external/openfst/src/include/fst/ |
cache.h | 38 bool gc; // enable GC member in struct:fst::CacheOptions 39 size_t gc_limit; // # of bytes allowed before GC 41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} 43 : gc(FLAGS_fst_default_cache_gc), 94 // cached. If the 'gc' option is 'false', cached items have the extent 95 // of the FST - minimizing computation. If the 'gc' option is 'true', 130 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0), 136 // Preserve gc parameters, but initially cache nothing. 213 GC(s, false) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxvideo.h | 129 #define SDL_GC (this->hidden->gc)
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11wm.c | 52 GC gc; local 203 gc = XCreateGC(SDL_Display, icon_pixmap, 0, &GCvalues); 204 XPutImage(SDL_Display, icon_pixmap, gc, icon_image, 206 XFreeGC(SDL_Display, gc);
|
/external/v8/test/mjsunit/compiler/ |
inline-construct.js | 28 // Flags: --allow-natives-syntax --expose-gc --inline-construct 71 gc(); // Makes V8 forget about type information for *_context.
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
testapi.js | 28 gc();
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/ |
jsref.js | 182 gc();
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view.cpp | 3128 WebCore::GraphicsContext* gc; member in struct:_Ewk_View_Paint_Context [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaTestUtil.java | 58 System.gc();
|
/libcore/support/src/test/java/tests/security/ |
MessageDigestTest.java | 68 System.gc();
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
BaseAdapterWithImages.java | 164 System.gc();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
shmstr.h | 127 GContext gc B32;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
shmstr.h | 127 GContext gc B32;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
shmstr.h | 127 GContext gc B32;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidJarLoaderTest.java | 51 System.gc();
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 281 static GC gc; variable [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipFileTest.java | 126 System.gc(); 127 System.gc();
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
DateTest.java | 48 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.OCTOBER, local 50 long oldTime = gc.getTime().getTime();
|
/external/markdown/ |
test-markdown.py | 3 import os, difflib, time, gc, codecs, platform, sys namespace 243 gc.collect()
|
/external/v8/test/mjsunit/ |
greedy.js | 28 // Flags: --gc-greedy
|
/external/webkit/Source/WebCore/platform/wx/ |
RenderThemeWx.cpp | 280 wxGraphicsContext* gc = gcdc->GetGraphicsContext(); local 281 gc->GetTransform().TransformPoint(&xtrans, &ytrans);
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGPath.cpp | 59 void strokeStyle(GraphicsContext* gc) 61 SVGRenderSupport::applyStrokeStyleToContext(gc, m_style, m_object);
|
/external/webkit/Source/WebKit/android/jni/ |
PicturePile.cpp | 197 WebCore::GraphicsContext gc(&pgc); 199 painter->paintContents(&gc, drawArea);
|