HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 301 - 325 of 2147) sorted by null

<<11121314151617181920>>

  /art/test/067-preemptive-unpark/src/
Main.java 35 System.out.println("GC'ing");
36 System.gc();
38 System.gc();
  /art/test/920-objects/src/art/
Test920.java 73 Runtime.getRuntime().gc();
74 Runtime.getRuntime().gc();
  /external/clang/test/OpenMP/
target_data_codegen.cpp 22 double gc[100]; variable
48 // CK1-DAG: store i8* bitcast ([100 x double]* @gc to i8*), i8** [[BP0]]
49 // CK1-DAG: store i8* bitcast ([100 x double]* @gc to i8*), i8** [[P0]]
57 #pragma omp target data if(1+3-5) device(arg) map(from: gc)
target_enter_data_codegen.cpp 22 double gc[100]; variable
48 // CK1-DAG: store i8* bitcast ([100 x double]* @gc to i8*), i8** [[BP0]]
49 // CK1-DAG: store i8* bitcast ([100 x double]* @gc to i8*), i8** [[P0]]
53 #pragma omp target enter data if(1+3-5) device(arg) map(alloc: gc)
target_exit_data_codegen.cpp 22 double gc[100]; variable
49 // CK1-DAG: store i8* bitcast ([100 x double]* @gc to i8*), i8** [[BP0]]
50 // CK1-DAG: store i8* bitcast ([100 x double]* @gc to i8*), i8** [[P0]]
53 #pragma omp target exit data if(1+3-5) device(arg) map(from: gc)
target_update_codegen.cpp 22 double gc[100]; variable
48 // CK1-DAG: store i8* bitcast ([100 x double]* @gc to i8*), i8** [[BP0]]
49 // CK1-DAG: store i8* bitcast ([100 x double]* @gc to i8*), i8** [[P0]]
52 #pragma omp target update if(1+3-5) device(arg) from(gc)
  /external/tpm2/
SetPrimaryPolicy.c 56 gc.platformAlg = in->hashAlg;
57 gc.platformPolicy = in->authPolicy;
  /frameworks/base/tools/stringslint/
stringslint.py 130 for gc in child.iter():
132 if gc.tail and re.search("%[^%]", gc.tail): badsub = True
133 if re.match("{.*xliff.*}g", gc.tag):
134 if "id" not in gc.attrib:
137 if "example" not in gc.attrib:
141 if gc.text and re.search("%[^%]", gc.text): badsub = True
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bootstrap.go 7 package gc package
trace.go 7 package gc package
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4458.go 7 // Issue 4458: gc accepts invalid method expressions
issue5089.go 7 // issue 5089: gc allows methods on non-locals if symbol already exists
issue9432.go 7 // gc used to recurse infinitely when dowidth is applied
  /prebuilts/go/darwin-x86/test/
func6.go 12 if func() bool { return true }() {} // gc used to say this was a syntax error
func7.go 26 // gc used to evaluate g() before f().
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bootstrap.go 7 package gc package
trace.go 7 package gc package
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4458.go 7 // Issue 4458: gc accepts invalid method expressions
issue5089.go 7 // issue 5089: gc allows methods on non-locals if symbol already exists
issue9432.go 7 // gc used to recurse infinitely when dowidth is applied
  /prebuilts/go/linux-x86/test/
func6.go 12 if func() bool { return true }() {} // gc used to say this was a syntax error
func7.go 26 // gc used to evaluate g() before f().
  /prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot/
gc_time_stat.d 41 * This script measures the duration of a time spent in GC. The duration is
62 SAMPLE_NAME = "hotspot GC tracing";
78 * hotspot:::gc-begin
80 * if this is to be a full GC or not
82 hotspot$target:::gc-begin
90 hotspot$target:::gc-end
96 printf(" %40s | %10d\n", "GC total", self->time);
104 * hotspot:::mem-pool-gc-begin, hotspot:::mem-pool-gc-end
117 hotspot$target:::mem-pool-gc-begi
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 27 import org.eclipse.swt.graphics.GC;
68 * @param gc The SWT graphics object
72 GC gc, RulesEngine rulesEngine) {
90 paintSelection(gcWrapper, gc, s, isMultipleSelection);
188 private void paintSelection(IGraphics gc, GC swtGc, SelectionItem item,
201 gc.useStyle(DrawingStyle.SELECTION);
216 gc.drawRect(x1, y1, x2, y2);
224 gc.fillRect(r)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
gc-hidden-1.d 4 #ld: --gc-sections --shared --version-script hideall.ld
10 # forced-local symbol is GC'ed, trigging a BFD_ASSERT.

Completed in 714 milliseconds

<<11121314151617181920>>