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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 131 GraphicsContext* gc = this->context(); local
132 if (!gc) {
193 GraphicsContext* gc = this->context(); local
194 if (!gc) {
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 190 wxGraphicsContext* gc = dc->GetGraphicsContext(); local
191 gc->PushState();
192 cairo_t* cr = (cairo_t*)gc->GetNativeContext();
219 gc->PopState();
  /external/webkit/Source/WebKit/android/jni/
PicturePile.h 60 virtual void paintContents(GraphicsContext* gc, IntRect& dirty) = 0;
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 464 // Force a GC and zero out the performance counters. Do this
536 * Starts allocation counting. This triggers a gc and resets the counts.
539 // Before we start trigger a GC and reset the debug counts. Run the
540 // finalizers and another GC before starting and stopping the alloc
543 Runtime.getRuntime().gc();
545 Runtime.getRuntime().gc();
557 Runtime.getRuntime().gc();
559 Runtime.getRuntime().gc();
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 49 System.gc();
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 328 DEF_VEC_ALLOC_O (ipa_edge_args_t, gc);
333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
380 ipa_edge_args_vector = VEC_alloc (ipa_edge_args_t, gc,
385 VEC_safe_grow_cleared (ipa_edge_args_t, gc, ipa_edge_args_vector,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 328 DEF_VEC_ALLOC_O (ipa_edge_args_t, gc);
333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
380 ipa_edge_args_vector = VEC_alloc (ipa_edge_args_t, gc,
385 VEC_safe_grow_cleared (ipa_edge_args_t, gc, ipa_edge_args_vector,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 328 DEF_VEC_ALLOC_O (ipa_edge_args_t, gc);
333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
380 ipa_edge_args_vector = VEC_alloc (ipa_edge_args_t, gc,
385 VEC_safe_grow_cleared (ipa_edge_args_t, gc, ipa_edge_args_vector,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 328 DEF_VEC_ALLOC_O (ipa_edge_args_t, gc);
333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
380 ipa_edge_args_vector = VEC_alloc (ipa_edge_args_t, gc,
385 VEC_safe_grow_cleared (ipa_edge_args_t, gc, ipa_edge_args_vector,
  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 1 import gc namespace
231 gc.collect()
235 gc.collect()
240 gc.collect()
241 gc.collect() # Just in case.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 358 public void paint(@NonNull IGraphics gc, @NonNull INode node,
362 drawFeedback(gc, node, elements, feedback);
367 void drawFeedback(IGraphics gc, INode node, IDragElement[] elements, DropFeedback feedback) {
374 gc.useStyle(DrawingStyle.DROP_RECIPIENT);
375 gc.drawRect(b);
377 gc.useStyle(DrawingStyle.DROP_ZONE);
392 gc.drawLine(b.x, i, b.x + b.w, i);
395 gc.drawLine(i, b.y, i, b.y + b.h);
404 gc.useStyle(DrawingStyle.DROP_ZONE_ACTIVE);
414 gc.useStyle(DrawingStyle.DROP_PREVIEW)
    [all...]
  /external/v8/test/mjsunit/
for-in-special-cases.js 28 // Flags: --expose-gc
54 gc();
59 gc();
string-externalize.js 28 // Flags: --expose-externalize-string --expose-gc
98 gc();
99 gc();
  /external/v8/test/mjsunit/regress/
regress-1708.js 31 // Flags: --expose-gc --noincremental-marking --max-new-space-size 1000
44 gc(); gc();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
shell.js 159 var gc;
160 if ( gc != undefined ) {
161 gc();
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 405 for (int gc = 0; gc < this.allowedGroupCiphers.size(); gc++) {
406 if (this.allowedGroupCiphers.get(gc)) {
408 if (gc < GroupCipher.strings.length) {
409 sbuf.append(GroupCipher.strings[gc]);
  /external/openssh/
clientloop.c 526 struct global_confirm *gc; local
528 if ((gc = TAILQ_FIRST(&global_confirms)) == NULL)
530 if (gc->cb != NULL)
531 gc->cb(type, seq, gc->ctx);
532 if (--gc->ref_count <= 0) {
533 TAILQ_REMOVE(&global_confirms, gc, entry);
534 bzero(gc, sizeof(*gc));
535 xfree(gc);
819 struct global_confirm *gc, *last_gc; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 65 import org.eclipse.swt.graphics.GC;
562 * @param gc the graphics context to paint into
564 void paint(GC gc) {
583 preview.paint(gc, x, y);
617 preview.paintTitle(gc, x, y, false /*showFile*/, displayName);
625 int oldAlpha = gc.getAlpha();
628 gc.setBackground(gc.getDevice().getSystemColor(SWT.COLOR_GRAY));
629 gc.setAlpha(128)
    [all...]
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 7 <body class="gc-documentation">
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 7 <body class="gc-documentation">
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 7 <body class="gc-documentation">
  /build/tools/droiddoc/templates-sdk/
sampleindex.cs 7 <body class="gc-documentation">
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
ReferenceTest.java 101 // gc'ed
113 System.gc();
123 System.gc();
  /external/doclava/res/assets/templates/
docpage.cs 5 <body class="gc-documentation" itemscope itemtype="http://schema.org/Article">
sample.cs 7 <body class="gc-documentation">

Completed in 2194 milliseconds

1 2 3 4 5 6 78 91011>>