OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyList
(Results
1 - 2
of
2
) 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> {
Completed in 1479 milliseconds