/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscListTests.c | 60 list *MyList = 0; in DoListStuff() local 61 InsertIntoListTail(&MyList, 100); in DoListStuff() 62 InsertIntoListTail(&MyList, 12); in DoListStuff() 63 InsertIntoListTail(&MyList, 42); in DoListStuff() 64 InsertIntoListTail(&MyList, 1123); in DoListStuff() 65 InsertIntoListTail(&MyList, 1213); in DoListStuff() 67 if (FindData(MyList, 75)) foundIt(); in DoListStuff() 68 if (FindData(MyList, 42)) foundIt(); in DoListStuff() 69 if (FindData(MyList, 700)) foundIt(); in DoListStuff()
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2002-07-14-MiscListTests.c | 60 list *MyList = 0; in DoListStuff() local 61 InsertIntoListTail(&MyList, 100); in DoListStuff() 62 InsertIntoListTail(&MyList, 12); in DoListStuff() 63 InsertIntoListTail(&MyList, 42); in DoListStuff() 64 InsertIntoListTail(&MyList, 1123); in DoListStuff() 65 InsertIntoListTail(&MyList, 1213); in DoListStuff() 67 if (FindData(MyList, 75)) foundIt(); in DoListStuff() 68 if (FindData(MyList, 42)) foundIt(); in DoListStuff() 69 if (FindData(MyList, 700)) foundIt(); in DoListStuff()
|
/external/clang/test/Rewriter/ |
D | rewrite-foreach-3.m | 5 @interface MyList interface 8 @implementation MyList implementation 15 @interface MyList (BasicTest) interface in BasicTest 20 @implementation MyList (BasicTest) implementation in BasicTest 22 MyList * el; 25 for (MyList * el1 in self)
|
D | rewrite-foreach-4.m | 3 @interface MyList interface 7 @implementation MyList implementation 15 @interface MyList (BasicTest) interface in BasicTest 20 @implementation MyList (BasicTest) implementation in BasicTest 22 MyList * el;
|
D | rewrite-foreach-5.m | 7 @interface MyList interface 11 @implementation MyList implementation 19 @interface MyList (BasicTest) interface in BasicTest 24 @implementation MyList (BasicTest) implementation in BasicTest 26 MyList * el;
|
D | rewrite-foreach-2.m | 5 @interface MyList interface 8 @implementation MyList implementation 15 @interface MyList (BasicTest) interface in BasicTest 22 @implementation MyList (BasicTest) implementation in BasicTest
|
D | rewrite-foreach-1.m | 5 @interface MyList interface 8 @implementation MyList implementation 15 @interface MyList (BasicTest) interface in BasicTest 20 @implementation MyList (BasicTest) implementation in BasicTest
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-foreach-3.m | 5 @interface MyList interface 8 @implementation MyList implementation 15 @interface MyList (BasicTest) interface in BasicTest 20 @implementation MyList (BasicTest) implementation in BasicTest 22 MyList * el; 25 for (MyList * el1 in self)
|
D | rewrite-foreach-4.m | 3 @interface MyList interface 7 @implementation MyList implementation 15 @interface MyList (BasicTest) interface in BasicTest 20 @implementation MyList (BasicTest) implementation in BasicTest 22 MyList * el;
|
D | rewrite-foreach-5.m | 7 @interface MyList interface 11 @implementation MyList implementation 19 @interface MyList (BasicTest) interface in BasicTest 24 @implementation MyList (BasicTest) implementation in BasicTest 26 MyList * el;
|
D | rewrite-foreach-2.m | 5 @interface MyList interface 8 @implementation MyList implementation 15 @interface MyList (BasicTest) interface in BasicTest 22 @implementation MyList (BasicTest) implementation in BasicTest
|
D | rewrite-foreach-1.m | 5 @interface MyList interface 8 @implementation MyList implementation 15 @interface MyList (BasicTest) interface in BasicTest 20 @implementation MyList (BasicTest) implementation in BasicTest
|
/external/llvm-project/clang/test/Parser/ |
D | objc-forcollection-1.m | 11 @interface MyList interface 14 @implementation MyList implementation 21 @interface MyList (BasicTest) interface in BasicTest 25 @implementation MyList (BasicTest) implementation in BasicTest 30 for (MyList *elem in self) 35 MyList<P> *p;
|
D | objc-forcollection-neg-2.m | 11 @interface MyList interface 14 @implementation MyList implementation 21 @interface MyList (BasicTest) interface in BasicTest 25 @implementation MyList (BasicTest) implementation in BasicTest 32 MyList<P> ***p; 33 … for (p in self) // expected-error {{selector element type 'MyList<P> ***' is not a valid object}}
|
D | objc-foreach-syntax.m | 4 @implementation MyList // expected-warning {{cannot find interface declaration for 'MyList'}} implementation 14 @implementation MyList (BasicTest) implementation in BasicTest 16 MyList * el;
|
D | objc-forcollection-neg.m | 10 @interface MyList interface 13 @implementation MyList implementation 20 @interface MyList (BasicTest) interface in BasicTest 24 @implementation MyList (BasicTest) implementation in BasicTest
|
/external/clang/test/Parser/ |
D | objc-forcollection-1.m | 11 @interface MyList interface 14 @implementation MyList implementation 21 @interface MyList (BasicTest) interface in BasicTest 25 @implementation MyList (BasicTest) implementation in BasicTest 30 for (MyList *elem in self) 35 MyList<P> *p;
|
D | objc-forcollection-neg-2.m | 11 @interface MyList interface 14 @implementation MyList implementation 21 @interface MyList (BasicTest) interface in BasicTest 25 @implementation MyList (BasicTest) implementation in BasicTest 32 MyList<P> ***p; 33 … for (p in self) // expected-error {{selector element type 'MyList<P> ***' is not a valid object}}
|
D | objc-foreach-syntax.m | 4 @implementation MyList // expected-warning {{cannot find interface declaration for 'MyList'}} implementation 14 @implementation MyList (BasicTest) implementation in BasicTest 16 MyList * el;
|
D | objc-forcollection-neg.m | 10 @interface MyList interface 13 @implementation MyList implementation 20 @interface MyList (BasicTest) interface in BasicTest 24 @implementation MyList (BasicTest) implementation in BasicTest
|
/external/llvm/test/Feature/ |
D | recursivetype.ll | 28 ; list *MyList = 0; 29 ; InsertIntoListTail(&MyList, 100); 30 ; InsertIntoListTail(&MyList, 12); 31 ; InsertIntoListTail(&MyList, 42); 32 ; InsertIntoListTail(&MyList, 1123); 33 ; InsertIntoListTail(&MyList, 1213); 35 ; if (FindData(MyList, 75)) foundIt(); 36 ; if (FindData(MyList, 42)) foundIt(); 37 ; if (FindData(MyList, 700)) foundIt();
|
/external/llvm-project/llvm/test/Feature/ |
D | recursivetype.ll | 28 ; list *MyList = 0; 29 ; InsertIntoListTail(&MyList, 100); 30 ; InsertIntoListTail(&MyList, 12); 31 ; InsertIntoListTail(&MyList, 42); 32 ; InsertIntoListTail(&MyList, 1123); 33 ; InsertIntoListTail(&MyList, 1213); 35 ; if (FindData(MyList, 75)) foundIt(); 36 ; if (FindData(MyList, 42)) foundIt(); 37 ; if (FindData(MyList, 700)) foundIt();
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
D | TestValueInstantiator.java | 72 static class MyList extends ArrayList<Object> class in TestValueInstantiator 74 public MyList(boolean b) { super(); } in MyList() method in TestValueInstantiator.MyList 187 return MyList.class.getName(); in getValueTypeDesc() 194 public MyList createUsingDefault(DeserializationContext ctxt) { in createUsingDefault() 195 return new MyList(true); in createUsingDefault() 216 MyList list = new MyList(true); in createUsingDelegate() 352 mapper.registerModule(new MyModule(MyList.class, new MyListInstantiator())); in testCustomListInstantiator() 353 MyList result = mapper.readValue("[]", MyList.class); in testCustomListInstantiator() 355 assertEquals(MyList.class, result.getClass()); in testCustomListInstantiator() 387 mapper.registerModule(new MyModule(MyList.class, new MyDelegateListInstantiator())); in testDelegateListInstantiator() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_genericalias.py | 150 class MyList(list): class 152 t = MyList[int] 153 self.assertIs(t.__origin__, MyList) 158 class MyList(list): class 163 self.assertTrue(repr(MyList[int]).endswith('.BaseTest.test_repr.<locals>.MyList[int]'))
|
/external/python/cpython3/Doc/library/ |
D | reprlib.rst | 55 >>> class MyList(list): 60 >>> m = MyList('abc')
|