HomeSort by relevance Sort by last modified time
    Searched refs:List (Results 1 - 25 of 2328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/gobject/
marshal-genstrings.pl 3 open (List, "gmarshal.list");
5 while (<List>) {
  /cts/tools/dex-tools/src/dex/structure/
DexClass.java 19 import java.util.List;
27 * Returns a list containing the names of all implemented interfaces.
29 * @return a list containing the names of all implemented interfaces
31 List<String> getInterfaces();
41 * Returns a list containing all fields declared by this {@code DexClass}.
43 * @return a list containing all fields declared by this {@code DexClass}
45 List<DexField> getFields();
48 * Returns a list containing all methods declared by this {@code DexClass}.
50 * @return a list containing all methods declared by this {@code DexClass}
52 List<DexMethod> getMethods()
    [all...]
DexFile.java 20 import java.util.List;
28 * Returns a list of {@code DexClass} elements that are part of this {@code
31 * @return a list of {@code DexClass} elements that are part of this {@code
34 public List<DexClass> getDefinedClasses();
DexEncodedAnnotation.java 19 import java.util.List;
24 List<DexAnnotationAttribute> getValue();
DexMethod.java 19 import java.util.List;
27 * Returns a list of strings representing the types of the parameters of
30 * @return a list of strings representing the types of the parameters of
33 public List<DexParameter> getParameters();
  /external/proguard/src/proguard/
Configuration.java 24 import java.util.List;
40 * A list of input and output entries (jars, wars, ears, zips, and directories).
45 * A list of library entries (jars, wars, ears, zips, and directories).
62 * A list of <code>String</code>s specifying directories to be kept in
63 * the output directories or the output jars. A <code>null</code> list
64 * means no directories. An empty list means all directories. The directory
68 public List keepDirectories;
90 * A list of {@link KeepClassSpecification} instances, whose class names and
94 public List keep;
118 * A list of {@link ClassSpecification} instances, for which an explanatio
    [all...]
ClassPathEntry.java 24 import java.util.List;
39 private List filter;
40 private List jarFilter;
41 private List warFilter;
42 private List earFilter;
43 private List zipFilter;
96 public List getFilter()
101 public void setFilter(List filter)
107 public List getJarFilter()
112 public void setJarFilter(List filter
    [all...]
  /cts/tools/signature-tools/src/signature/model/
IGenericDeclaration.java 19 import java.util.List;
28 * Returns a list of all defined type variables on this generic declaration.
30 * @return a list of all defined type variables
32 List<ITypeVariableDefinition> getTypeParameters();
IParameterizedType.java 19 import java.util.List;
42 List<ITypeReference> getTypeArguments();
ITypeVariableDefinition.java 19 import java.util.List;
33 List<ITypeReference> getUpperBounds();
IWildcardType.java 19 import java.util.List;
33 List<ITypeReference> getUpperBounds();
IPackage.java 19 import java.util.List;
35 * Returns a list containing each package fragment.
37 * If {@link #getName()} returns : "a.b.c" this method returns a list
42 * @return a list containing each package fragment
44 List<String> getPackageFragments();
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFunction.java 21 import java.util.List;
48 public Object evaluate(List args)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
ILogCatMessageEventListener.java 19 import java.util.List;
26 * @param receivedMessages list of messages received
28 void messageReceived(List<LogCatMessage> receivedMessages);
  /libcore/luni/src/main/java/java/net/
CookieStore.java 19 import java.util.List;
59 * @return an immutable list of HttpCookies, return empty list if no cookies
64 List<HttpCookie> get(URI uri);
69 * @return an empty list if there's no http cookie in store, or an immutable
70 * list of cookies
72 List<HttpCookie> getCookies();
78 * @return zero-length list if no cookie in the store is associated with any
79 * URIs, otherwise an immutable list of URIs.
81 List<URI> getURIs()
    [all...]
  /external/llvm/unittests/ADT/
ilistTest.cpp 27 ilist<Node> List;
28 List.push_back(Node(1));
29 EXPECT_EQ(1, List.back().Value);
30 EXPECT_EQ(0, List.back().getPrevNode());
31 EXPECT_EQ(0, List.back().getNextNode());
33 List.push_back(Node(2));
34 EXPECT_EQ(2, List.back().Value);
35 EXPECT_EQ(2, List.front().getNextNode()->Value);
36 EXPECT_EQ(1, List.back().getPrevNode()->Value);
38 const ilist<Node> &ConstList = List;
    [all...]
  /cts/libs/vogar-expect/src/vogar/commands/
CommandFailedException.java 19 import java.util.List;
26 private final List<String> args;
27 private final List<String> outputLines;
29 public CommandFailedException(List<String> args, List<String> outputLines) {
35 public List<String> getArgs() {
39 public List<String> getOutputLines() {
43 public static String formatMessage(List<String> args, List<String> outputLines) {
  /external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp 39 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end());
41 if (!List.empty())
42 qsort(&List[0], List.size(), sizeof(List[0]), SortSymbolPair);
43 return List;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusRanker.java 21 import java.util.List;
29 * Gets a an ordered list of corpora.
31 * @param consumer Consumer that will be given the list of ranked corpora.
33 * The most important corpora come first in the list. Callers should not modify the
34 * list.
36 void getCorporaInAll(Consumer<List<Corpus>> consumer);
SuggestionsProvider.java 19 import java.util.List;
34 Suggestions getSuggestions(String query, List<Corpus> corporaToQuery);
  /sdk/rule_api/src/com/android/ide/common/api/
IMenuCallback.java 19 import java.util.List;
42 void action(RuleAction action, List<? extends INode> selectedNodes, String valueId,
  /external/apache-http/src/org/apache/http/cookie/
CookieSpec.java 34 import java.util.List;
76 List<Cookie> parse(Header header, CookieOrigin origin) throws MalformedCookieException;
106 List<Header> formatCookies(List<Cookie> cookies);
  /external/clang/test/CodeGenCXX/
constructor-template.cpp 22 template <typename T> class List {
24 List(){ } // List<BinomialNode<int>*>::List() remains undefined.
25 ~List() {}
39 List<BinomialNode<T>*> nodes;
  /development/tools/idegen/src/
Excludes.java 18 import java.util.List;
25 private final List<Pattern> patterns;
30 public Excludes(List<Pattern> patterns) {
  /external/clang/test/CodeGen/
types.c 25 struct List {
30 struct List returned;
33 void test3(struct List a) {

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011>>