Searched defs:Lists (Results 1 - 3 of 3) sorted by relevance

/external/guava/src/com/google/common/collect/
H A DLists.java51 public final class Lists { class
52 private Lists() {} method in class:Lists
237 /** @see Lists#asList(Object, Object[]) */
280 /** @see Lists#asList(Object, Object, Object[]) */
344 * @see Lists#transform
417 * @see Lists#transform
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp159 DirectiveList* Lists[] = { &Errors, &Warnings, &Notes, 0 }; local
160 for (DirectiveList **PL = Lists; *PL; ++PL) {
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4314 \subsubsection{SEQUENCE Multiple Argument Lists}
4746 At this point, we are pointing to the last node of the list. Lists are terminated in all directions by a \textbf{NULL} pointer. All nodes are doubly linked so that you

Completed in 91 milliseconds