HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 251 - 275 of 566) sorted by null

<<11121314151617181920>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 33 bool gc; // enable GC member in struct:fst::CacheOptions
34 size_t gc_limit; // # of bytes allowed before GC
37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
39 : gc(FLAGS_fst_default_cache_gc),
51 // cached. If the 'gc' option is 'false', cached items have the extent
52 // of the FST - minimizing computation. If the 'gc' option is 'true',
81 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
150 GC(s, false);
194 GC(s, false)
    [all...]
  /external/v8/test/mjsunit/compiler/
alloc-object.js 28 // Flags: --allow-natives-syntax --expose-gc --inline-construct
56 gc(); // Makes V8 forget about type information for test_helper.
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 52 virtual void paintContents(GraphicsContext* gc, IntRect& dirty);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 288 GraphicsContext gc(cr);
289 applier->strokeStyle(&gc);
313 GraphicsContext gc(cr);
314 applier->strokeStyle(&gc);
  /external/webkit/Source/WebKit/android/jni/
PicturePile.cpp 313 WebCore::GraphicsContext gc(&pgc);
314 painter->paintContents(&gc, pc.area);
362 WebCore::GraphicsContext gc(&pgc);
364 painter->paintContents(&gc, drawArea);
  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.h 109 bool printPage(int pageNumber, WebCore::GraphicsContext* gc);
  /external/zlib/src/contrib/puff/
Makefile 42 rm -f puff puft *.o *.gc*
  /libcore/luni/src/test/java/libcore/java/lang/ref/
FinalizeTest.java 141 System.gc();
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
PhantomReferenceTest.java 50 * java.lang.Runtime#gc()
59 // Initiate another GC from inside enqueue() to
61 Runtime.getRuntime().gc();
72 // it will be gc'ed.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 509 VEC(tree,gc) *instantiations;
680 DEF_VEC_ALLOC_O (qualified_typedef_usage_t,gc);
684 VEC(qualified_typedef_usage_t,gc) *typedefs_needing_access_checking;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 509 VEC(tree,gc) *instantiations;
680 DEF_VEC_ALLOC_O (qualified_typedef_usage_t,gc);
684 VEC(qualified_typedef_usage_t,gc) *typedefs_needing_access_checking;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 509 VEC(tree,gc) *instantiations;
680 DEF_VEC_ALLOC_O (qualified_typedef_usage_t,gc);
684 VEC(qualified_typedef_usage_t,gc) *typedefs_needing_access_checking;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 509 VEC(tree,gc) *instantiations;
680 DEF_VEC_ALLOC_O (qualified_typedef_usage_t,gc);
684 VEC(qualified_typedef_usage_t,gc) *typedefs_needing_access_checking;
    [all...]
  /external/jdiff/src/jdiff/
JDiff.java 224 System.gc(); // Clean up after running ANT
239 System.gc(); // Clean up after running ANT
  /external/v8/test/mjsunit/
external-array.js 28 // Flags: --allow-natives-syntax --expose-gc
247 gc(); // Makes V8 forget about type information for test_func.
298 gc(); // Makes V8 forget about type information for test_func.
318 gc(); // Makes V8 forget about type information for array_load_set_smi_check.
  /external/webkit/Source/WebCore/platform/chromium/
PlatformThemeChromiumGtk.cpp 100 void PlatformThemeChromiumGtk::paintArrowButton(GraphicsContext* gc, const IntRect& rect, ArrowDirection direction, ControlStates states)
102 SkCanvas* const canvas = gc->platformContext()->canvas();
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 50 void setGraphicsContext(GraphicsContext* gc) { m_gc = gc; }
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 146 GraphicsContext gc(context);
147 applier->strokeStyle(&gc);
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 145 wxGraphicsContext* gc = gcdc->GetGraphicsContext(); local
146 gc->GetTransform().TransformPoint(&xtrans, &ytrans);
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 358 Runtime.getRuntime().gc();
360 Runtime.getRuntime().gc();
  /hardware/invensense/libsensors_iio/software/build/android/
common.mk 36 ANDROID_LINK += -Wl,--gc-sections
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 867 VEC(tree,gc) *, VEC(tree,gc) *);
869 extern tree resolve_overloaded_builtin (location_t, tree, VEC(tree,gc) *);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 867 VEC(tree,gc) *, VEC(tree,gc) *);
869 extern tree resolve_overloaded_builtin (location_t, tree, VEC(tree,gc) *);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 867 VEC(tree,gc) *, VEC(tree,gc) *);
869 extern tree resolve_overloaded_builtin (location_t, tree, VEC(tree,gc) *);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 867 VEC(tree,gc) *, VEC(tree,gc) *);
869 extern tree resolve_overloaded_builtin (location_t, tree, VEC(tree,gc) *);
    [all...]

Completed in 3325 milliseconds

<<11121314151617181920>>