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

  /external/clang/test/CodeGen/
2002-07-14-MiscListTests.c 60 list *MyList = 0;
61 InsertIntoListTail(&MyList, 100);
62 InsertIntoListTail(&MyList, 12);
63 InsertIntoListTail(&MyList, 42);
64 InsertIntoListTail(&MyList, 1123);
65 InsertIntoListTail(&MyList, 1213);
67 if (FindData(MyList, 75)) foundIt();
68 if (FindData(MyList, 42)) foundIt();
69 if (FindData(MyList, 700)) foundIt();
  /dalvik/dx/tests/118-find-usages/
Foo.java 48 static class MyList<T> extends AbstractList<T> {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
pickletester.py 735 x = MyList([1, 2, 3])
763 copy_reg.add_extension(__name__, "MyList", extcode)
764 x = MyList([1, 2, 3])
771 self.assertIn("MyList", s1)
781 self.assertNotIn("MyList", s2)
    [all...]
  /external/python/cpython2/Lib/test/
pickletester.py 959 y = MyList()
963 self.assertIsInstance(x, MyList)
    [all...]
  /external/python/cpython3/Lib/test/
pickletester.py     [all...]
test_typing.py     [all...]
test_statistics.py     [all...]

Completed in 311 milliseconds