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

  /external/robolectric-shadows/processor/src/test/java/com/example/objects2/
Dummy.java 1 package com.example.objects2;
OuterDummy.java 1 package com.example.objects2;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_weakref.py 888 objects2 = list(objects)
893 objects2.remove(ob)
894 self.assertEqual(len(objects2), 0)
897 objects2 = list(objects)
903 objects2.remove(ob)
904 self.assertEqual(len(objects2), 0)
913 objects2 = list(objects)
918 objects2.remove(ob)
919 self.assertEqual(len(objects2), 0)
922 objects2 = list(objects)
    [all...]
  /external/python/cpython2/Lib/test/
test_weakref.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
bcppcompiler.py 232 objects2 = map(os.path.normpath, objects)
237 for file in objects2:
  /external/python/cpython2/Lib/distutils/
bcppcompiler.py 232 objects2 = map(os.path.normpath, objects)
237 for file in objects2:
  /external/python/cpython3/Lib/distutils/
bcppcompiler.py 232 objects2 = map(os.path.normpath, objects)
237 for file in objects2:
  /external/python/cpython3/Lib/test/
test_weakref.py     [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelTest.java 481 Object[] objects2; local
485 objects2 = (Object[]) p.readValue(mcl);
486 assertNotNull(objects2);
487 for (int i = 0; i < objects2.length; i++) {
488 assertEquals(objects[i], objects2[i]);
    [all...]

Completed in 1554 milliseconds