HomeSort by relevance Sort by last modified time
    Searched refs:new_objects (Results 1 - 6 of 6) sorted by null

  /external/autotest/scheduler/
gc_stats.py 36 new_objects = []
50 new_objects.append(obj)
51 whats_new_big_str = pprint.pformat(new_objects, indent=1)
57 del new_objects
  /external/mesa3d/src/gallium/auxiliary/util/
u_handle_table.c 104 void **new_objects; local
114 new_objects = (void **)REALLOC((void *)ht->objects,
117 if(!new_objects)
120 memset(new_objects + ht->size, 0, (new_size - ht->size)*sizeof(void *));
123 ht->objects = new_objects;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 1141 new_objects = len(gc.get_objects()) variable in class:.test_slots.F
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 1141 new_objects = len(gc.get_objects()) variable in class:.test_slots.F
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 1141 new_objects = len(gc.get_objects()) variable in class:.test_slots.F
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 1141 new_objects = len(gc.get_objects()) variable in class:.test_slots.F
    [all...]

Completed in 341 milliseconds