HomeSort by relevance Sort by last modified time
    Searched refs:List (Results 1 - 25 of 1434) 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();
  /frameworks/base/test-runner/src/android/test/
TestBrowserView.java 19 import java.util.List;
26 void setTestNames(List<String> testNames);
  /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...]
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
ConditionalFileFilter.java 19 import java.util.List;
32 * Adds the specified file filter to the list of file filters at the end of
33 * the list.
41 * Returns this conditional file filter's list of file filters.
43 * @return the file filter list
46 public List getFileFilters();
52 * @return <code>true</code> if the filter was found in the list,
59 * Sets the list of file filters, replacing any previously configured
62 * @param fileFilters the list of filters
65 public void setFileFilters(List fileFilters);
    [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)
  /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...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusRanker.java 21 import java.util.List;
29 * Gets a an ordered list of corpora.
31 * @return The most important corpora come first in the list. Callers should not mofify the
32 * returned list.
34 List<Corpus> getRankedCorpora();
37 * Registers an observer that is called when the corpus list changes.
39 * @param observer gets notified when the corpus list changes.
  /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);
  /development/tools/idegen/src/
Excludes.java 18 import java.util.List;
25 private final List<Pattern> patterns;
30 public Excludes(List<Pattern> patterns) {
  /external/jdiff/src/jdiff/
APIDiff.java 17 public List packagesAdded = null; // PackageAPI[]
19 public List packagesRemoved = null; // PackageAPI[]
21 public List packagesChanged = null; // PackageDiff[]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtil.c 12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in
41 * LIST OBJ *
45 * The list object mange the allocation and deallocation of generic element.
46 * The obj create a list of N generic elements and fined a free entry for the Alloc process.
57 * DESCRIPTION: This function initializes the List data module.
60 * MaxNumOfElements - the number of elemnts that will be Managed by the list
61 ContainerSize - The size of the basic data type managed by the list
65 * RETURN: Handle to the allocated List data control block
70 List_t *List;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
GeneralUtil.c 12 **| notice, this list of conditions and the following disclaimer. |**
14 **| notice, this list of conditions and the following disclaimer in |**
41 * LIST OBJ *
45 * The list object mange the allocation and deallocation of generic element.
46 * The obj create a list of N generic elements and fined a free entry for the Alloc process.
57 * DESCRIPTION: This function initializes the List data module.
60 * MaxNumOfElements - the number of elemnts that will be Managed by the list
61 ContainerSize - The size of the basic data type managed by the list
65 * RETURN: Handle to the allocated List data control block
70 List_t *List;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
GeneralUtil.c 12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in
41 * LIST OBJ *
45 * The list object mange the allocation and deallocation of generic element.
46 * The obj create a list of N generic elements and fined a free entry for the Alloc process.
57 * DESCRIPTION: This function initializes the List data module.
60 * MaxNumOfElements - the number of elemnts that will be Managed by the list
61 ContainerSize - The size of the basic data type managed by the list
65 * RETURN: Handle to the allocated List data control block
70 List_t *List;
    [all...]
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
RecordedRequest.java 19 import java.util.List;
26 private final List<String> headers;
27 private final List<Integer> chunkSizes;
32 RecordedRequest(String requestLine, List<String> headers, List<Integer> chunkSizes,
46 public List<String> getHeaders() {
51 * Returns the sizes of the chunks of this request's body, or an empty list
54 public List<Integer> getChunkSizes() {
  /libcore/support/src/test/java/tests/http/
RecordedRequest.java 19 import java.util.List;
26 private final List<String> headers;
27 private final List<Integer> chunkSizes;
32 RecordedRequest(String requestLine, List<String> headers, List<Integer> chunkSizes,
46 public List<String> getHeaders() {
51 * Returns the sizes of the chunks of this request's body, or an empty list
54 public List<Integer> getChunkSizes() {

Completed in 664 milliseconds

1 2 3 4 5 6 7 8 91011>>