/toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/ |
personality.d | 1 #name: --gc-sections with __gxx_personality 2 #ld: --gc-sections -e main -L tmpdir -lpersonality
|
pr11218.d | 1 # name: --gc-sections with shared library 3 # ld: --gc-sections -e main tmpdir/pr11218-2.o tmpdir/pr11218-1.so
|
start.d | 1 #name: --gc-sections with __start_ 2 #ld: --gc-sections -e _start
|
/art/test/121-simple-suspend-check/src/ |
Main.java | 22 Runtime.getRuntime().gc(); 26 Runtime.getRuntime().gc();
|
/art/tools/cpp-define-generator/ |
constant_card_table.def | 20 #include "gc/accounting/card_table.h" 24 DEFINE_EXPR(CARD_TABLE_CARD_SHIFT, size_t, art::gc::accounting::CardTable::kCardShift)
|
constant_heap.def | 20 #include "gc/heap.h" 24 DEFINE_EXPR(MIN_LARGE_OBJECT_THRESHOLD, size_t, art::gc::Heap::kMinLargeObjectThreshold)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/ |
test_ctypes.py | 6 import gc
16 gc.collect()
|
/external/python/cpython2/Lib/test/leakers/ |
test_ctypes.py | 5 import gc 15 gc.collect()
|
/external/python/cpython3/Lib/test/leakers/ |
test_ctypes.py | 5 import gc 15 gc.collect()
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/ |
ifunc-10.d | 1 #ld: -e bar --gc-sections
|
ifunc-11.d | 1 #ld: -e bar --gc-sections
|
gc-tls-relocs.d | 1 #source: gc-start.s 2 #source: gc-relocs-tlsgd.s 3 #source: gc-relocs-tlsdesc.s 4 #source: gc-relocs-tlsie.s 5 #source: gc-relocs-tlsle.s 6 #ld: --gc-sections -T aarch64.ld 10 # After gc-section removal we are cheking that symbols does not exit
|
gc-relocs-257-dyn.d | 1 #source: gc-start.s 2 #source: gc-relocs-257.s 3 #ld: --defsym tempy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 -T aarch64.ld -shared --gc-sections 7 # for R_AARCH64_ABS64 while removing a gc section. The section is 8 # also removed. So after gc, we should be left with the startup code.
|
gc-got-relocs.d | 1 #source: gc-start.s 2 #source: gc-relocs-309.s 3 #source: gc-relocs-311.s 4 #source: gc-relocs-312.s 5 #ld: --gc-sections -T aarch64.ld 9 # After gc-section removal we are cheking that symbol does not exit
|
/external/libffi/testsuite/libffi.call/ |
cls_complex_struct.inc | 10 Cs gc; 18 gc = p; 58 gc.x = 0.0 + 0.0 * I; 59 gc.y = 0.0 + 0.0 * I; 62 CHECK (gc.x == arg.x && gc.y == arg.y); 64 gc.x = 0.0 + 0.0 * I; 65 gc.y = 0.0 + 0.0 * I; 68 CHECK (gc.x == arg.x && gc.y == arg.y) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlineOverlay.java | 21 import org.eclipse.swt.graphics.GC; 75 public void paint(GC gc) { 78 gc.setForeground(mOutlineColor); 79 gc.setLineStyle(SwtDrawingStyle.OUTLINE.getLineStyle()); 80 int oldAlpha = gc.getAlpha(); 81 gc.setAlpha(SwtDrawingStyle.OUTLINE.getStrokeAlpha()); 82 drawOutline(gc, lastRoot); 83 gc.setAlpha(oldAlpha); 87 private void drawOutline(GC gc, CanvasViewInfo info) [all...] |
EmptyViewsOverlay.java | 21 import org.eclipse.swt.graphics.GC; 74 public void paint(GC gc) { 75 gc.setForeground(mBorderColor); 76 gc.setLineDash(null); 77 gc.setLineStyle(SwtDrawingStyle.EMPTY.getLineStyle()); 78 int oldAlpha = gc.getAlpha(); 79 gc.setAlpha(SwtDrawingStyle.EMPTY.getStrokeAlpha()); 80 gc.setLineWidth(SwtDrawingStyle.EMPTY.getLineWidth()); 91 gc.drawRectangle(x, y, w + 1, h + 1) [all...] |
/external/mesa3d/src/glx/ |
render2.c | 53 __glXSetError(gc, GL_INVALID_ENUM); 57 __glXSetError(gc, GL_INVALID_VALUE); 62 if (!gc->currentDpy) 65 if (cmdlen <= gc->maxSmallRenderCommandSize) { 96 __glXSetError(gc, GL_OUT_OF_MEMORY); 100 __glXSendLargeCommand(gc, pc, 32, buf, compsize); 105 __glXSendLargeCommand(gc, pc, 32, pnts, compsize); 120 __glXSetError(gc, GL_INVALID_ENUM); 124 __glXSetError(gc, GL_INVALID_VALUE); 129 if (!gc->currentDpy [all...] |
single2.c | 131 if (gc->error) { 133 retval = gc->error; 134 gc->error = GL_NO_ERROR; 155 get_client_data(struct glx_context * gc, GLenum cap, GLintptr * data) 158 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 297 *data = (GLintptr) (gc->attributes.stackPointer - gc->attributes.stack); 345 if (get_client_data(gc, val, &data)) { 396 if (get_client_data(gc, val, &data)) { 447 if (get_client_data(gc, val, &data)) 645 struct glx_context *gc = __glXGetCurrentContext(); local 836 struct glx_context *gc = __glXGetCurrentContext(); local 884 struct glx_context *const gc = __glXGetCurrentContext(); local 915 struct glx_context *const gc = __glXGetCurrentContext(); local 925 struct glx_context *const gc = __glXGetCurrentContext(); local [all...] |
indirect_vertex_program.c | 40 struct glx_context *gc = __glXGetCurrentContext(); local 41 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 45 __glXSetError(gc, GL_INVALID_ENUM); 68 struct glx_context *const gc = __glXGetCurrentContext(); local 69 Display *const dpy = gc->currentDpy; 73 GLubyte const *pc = __glXSetupVendorRequest(gc, 125 struct glx_context *const gc = __glXGetCurrentContext(); local 126 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 129 __glXSetError(gc, GL_INVALID_ENUM); 134 __glXSetError(gc, GL_INVALID_VALUE) 198 struct glx_context *const gc = __glXGetCurrentContext(); local 232 struct glx_context *const gc = __glXGetCurrentContext(); local 266 struct glx_context *const gc = __glXGetCurrentContext(); local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
GregorianCalendarTest.java | 64 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 13); local 66 1972, gc.get(Calendar.YEAR)); 68 gc.get(Calendar.MONTH) == Calendar.OCTOBER); 69 assertEquals("Incorrect calendar constructed 3", 13, gc 71 assertTrue("Incorrect calendar constructed 4", gc.getTimeZone().equals( 81 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, local 84 1972, gc.get(Calendar.YEAR)); 86 gc.get(Calendar.MONTH) == Calendar.OCTOBER); 87 assertEquals("Incorrect calendar constructed", 13, gc 89 assertEquals("Incorrect calendar constructed", 7, gc.get(Calendar.HOUR)) 110 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, local 163 GregorianCalendar gc = new GregorianCalendar(timezone); local 333 GregorianCalendar gc = new GregorianCalendar(); local 382 GregorianCalendar gc = new GregorianCalendar(); local 408 GregorianCalendar gc = new GregorianCalendar(); local 424 GregorianCalendar gc = new GregorianCalendar(); local 453 GregorianCalendar gc = new GregorianCalendar(); local 482 GregorianCalendar gc = new GregorianCalendar(); local 507 GregorianCalendar gc = new GregorianCalendar(1998, 11, 6); local 520 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 8, local 543 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, local 735 GregorianCalendar gc = new GregorianCalendar(TimeZone.getTimeZone("GMT")); local [all...] |
/art/runtime/gc/collector/ |
gc_type.h | 23 namespace gc { namespace in namespace:art 29 // Placeholder for when no GC has been performed. 31 // Sticky mark bits GC that attempts to only free objects allocated since the last GC. 33 // Partial GC that marks the application heap but not the Zygote. 35 // Full GC that marks and frees in both the application and Zygote heap. 37 // Number of different GC types. 43 } // namespace gc
|
/art/runtime/gc/ |
weak_root_state.h | 23 namespace gc { namespace in namespace:art 38 } // namespace gc
|
/art/test/152-dead-large-object/src/ |
Main.java | 23 Runtime.getRuntime().gc();
|
/external/python/cpython3/Lib/test/dtracedata/ |
gc.d | 7 python$target:::gc-start, 8 python$target:::gc-done
|