HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 501 - 525 of 1753) sorted by null

<<21222324252627282930>>

  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 84 import gc namespace
96 gc.collect()
test_keeprefs.py 113 import gc namespace
114 gc.collect()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 6 import gc namespace
138 gc.collect()
test_peepholer.py 235 import gc namespace
239 gc.collect()
test_csv.py 11 import gc namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 84 import gc namespace
96 gc.collect()
test_keeprefs.py 113 import gc namespace
114 gc.collect()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 6 import gc namespace
138 gc.collect()
test_peepholer.py 235 import gc namespace
239 gc.collect()
test_csv.py 11 import gc namespace
    [all...]
  /external/speex/libspeex/
sb_celp.c 642 spx_word16_t gc; /*Q7*/ local
647 gc = PDIV32_16(MULT16_16(filter_ratio,1+eh),1+el);
651 gc = MULT16_16_P15(QCONST16(0.70711f,15),gc);
652 /*printf ("%f %f %f %f\n", el, eh, filter_ratio, gc);*/
654 int qgc = scal_quant(gc, gc_quant_bound, 16);
656 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]);
659 gc = MULT16_16_P14(QCONST16(1.4142f,14), gc);
661 scale = SHL32(MULT16_16(PDIV32_16(SHL32(EXTEND32(gc),SIG_SHIFT-6),filter_ratio),(1+el)),6)
1043 spx_word16_t gc; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
backing_store_gtk.cc 303 XFreeGC(display_, static_cast<GC>(pixmap_gc_));
332 static_cast<GC>(pixmap_gc_), // gc
396 GC gc = XCreateGC(display_, pixmap, 0, NULL); local
422 XShmPutImage(display_, pixmap, gc, image,
431 XShmPutImage(display_, pixmap, gc, image,
459 XPutImage(display_, pixmap, gc, &image,
463 XFreeGC(display_, gc);
637 XCopyArea(display_, pixmap_, pixmap_, static_cast<GC>(pixmap_gc_)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 252 errln("TimeZone problems with GC");
411 GregorianCalendar *gc = new GregorianCalendar(status); local
414 delete gc;
418 gc->set(1997, 3, 1, 15, 16, 17); // April 1, 1997
420 gc->set(UCAL_HOUR, 0);
421 gc->set(UCAL_AM_PM, UCAL_AM);
422 gc->set(UCAL_MINUTE, 0);
423 gc->set(UCAL_SECOND, 0);
424 gc->set(UCAL_MILLISECOND, 0);
426 UDate cd = gc->getTime(status)
886 GregorianCalendar *gc = new local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiNative.java 845 int gc = 0; local
846 if (TextUtils.isEmpty(deviceAddress)) return gc;
848 if (TextUtils.isEmpty(peerInfo)) return gc;
858 return gc;
862 return gc;
  /external/v8/test/mjsunit/
unbox-double-arrays.js 30 // Flags: --allow-natives-syntax --unbox-double-arrays --expose-gc
281 gc();
405 gc();
422 gc();
440 gc();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 556 Graphics2D gc = mImage.createGraphics(); local
557 gc.setColor(new Color(params.getOverrideBgColor(), true));
558 gc.setComposite(AlphaComposite.Src);
559 gc.fillRect(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight);
560 gc.dispose();
573 Graphics2D gc = mImage.createGraphics(); local
574 gc.setComposite(AlphaComposite.Src);
576 gc.setColor(new Color(0x00000000, true));
577 gc.fillRect(0, 0,
581 gc.dispose()
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
local_extensions.css 37 #gc-main .gc-toc li:first-child a {font-weight: bold; margin-bottom: 8px; background-color: #777; color: #FFF;}
38 #gc-main .gc-toc li li:first-child a {font-weight: normal; margin-bottom: 0; background-color: transparent; color: #777;}
39 #gc-main .gc-toc li li:first-child a:hover {background-color: #EEE; color: #000;}
40 #gc-main .gc-toc li li:first-child a.tlw-control:hover {background-color: transparent;}
43 #gc-main .gc-toc > ul:first-child > li:first-child > a {font-weight: bold; margin-bottom: 8px; background-color (…)
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 292 errln("TimeZone problems with GC");
455 GregorianCalendar *gc = new GregorianCalendar(status); local
458 delete gc;
462 gc->set(1997, 3, 1, 15, 16, 17); // April 1, 1997
464 gc->set(UCAL_HOUR, 0);
465 gc->set(UCAL_AM_PM, UCAL_AM);
466 gc->set(UCAL_MINUTE, 0);
467 gc->set(UCAL_SECOND, 0);
468 gc->set(UCAL_MILLISECOND, 0);
470 UDate cd = gc->getTime(status)
931 GregorianCalendar *gc = new local
2864 GregorianCalendar *gc = new GregorianCalendar(*TimeZone::getGMT(), status); local
    [all...]
  /art/runtime/
runtime.cc 37 #include "gc/accounting/card_table-inl.h"
38 #include "gc/heap.h"
39 #include "gc/space/space.h"
120 // Make sure to let the GC complete if it is running.
335 parsed->heap_initial_size_ = gc::Heap::kDefaultInitialSize;
336 parsed->heap_maximum_size_ = gc::Heap::kDefaultMaximumSize;
337 parsed->heap_min_free_ = gc::Heap::kDefaultMinFree;
338 parsed->heap_max_free_ = gc::Heap::kDefaultMaxFree;
339 parsed->heap_target_utilization_ = gc::Heap::kDefaultTargetUtilization;
341 // Default to number of processors minus one since the main GC thread also does work
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 123 int16x8_t gc = vcombine_s16(vrshrn_n_s32(gcl, 16), \
135 int32x4_t gl = vsubl_s16(vget_low_s16(yy), vget_low_s16(gc)); \
136 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); \
  /external/webp/src/dsp/
upsampling_neon.c 123 int16x8_t gc = vcombine_s16(vrshrn_n_s32(gcl, 16), \
135 int32x4_t gl = vsubl_s16(vget_low_s16(yy), vget_low_s16(gc)); \
136 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); \
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 2594 milliseconds

<<21222324252627282930>>