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

  /system/sepolicy/private/compat/26.0/
26.0.ignore.cil 0 ;; new_objects - a collection of types that have been introduced that have no
4 (typeattribute new_objects)
5 (typeattributeset new_objects
  /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;
  /external/mesa3d/src/intel/vulkan/
anv_batch_chain.c 972 struct drm_i915_gem_exec_object2 *new_objects = local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 1140 new_objects = len(gc.get_objects()) variable in class:.test_slots.F
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 1150 new_objects = len(gc.get_objects()) variable in class:.test_unicode_slots.F
    [all...]
  /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 259 milliseconds