HomeSort by relevance Sort by last modified time
    Searched full:associated (Results 1 - 25 of 12864) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/v7/recyclerview/
README.txt 1 Library Project including RecyclerView and associated utilities.
  /external/antlr/antlr-3.4/runtime/C/
NEWS 1 See www.antlr.org and the associated email forums for release dates and
  /external/jetty/src/resources/org/eclipse/jetty/server/jmx/
Handler-mbean.properties 3 destroy(): destroy associated resources (eg MBean
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignatureEncryptionAlgorithmFinder.java 7 * are associated with a particular signature algorithm.
12 * Return the encryption algorithm identifier associated with the passed in signatureAlgorithm
14 * @return the algorithm identifier to be associated with the encryption algorithm used in signature creation.
SignerId.java 33 * Construct a signer ID based on the issuer and serial number of the signer's associated
36 * @param issuer the issuer of the signer's associated certificate.
37 * @param serialNumber the serial number of the signer's associated certificate.
45 * Construct a signer ID based on the issuer and serial number of the signer's associated
48 * @param issuer the issuer of the signer's associated certificate.
49 * @param serialNumber the serial number of the signer's associated certificate.
50 * @param subjectKeyId the subject key identifier to use to match the signers associated certificate.
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
list_and_associated_view.css 6 * /deep/ x-list-and-associated-view {
11 * /deep/ x-list-and-associated-view > .x-list-view {
15 * /deep/ x-list-and-associated-view > :nth-child(2) {
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
ContentVerifierProvider.java 12 * Return whether or not this verifier has a certificate associated with it.
14 * @return true if there is an associated certificate, false otherwise.
19 * Return the associated certificate if there is one.
21 * @return a holder containing the associated certificate if there is one, null if there is not.
  /external/hamcrest/src/org/hamcrest/
package.html 5 <p>The stable API defining Matcher and its associated interfaces and classes.
  /external/llvm/test/YAMLParser/
spec-02-25.data 5 # associated with the empty string
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
BaseRecipientChip.java 48 * Get the id of the contact associated with this chip.
53 * Get the directory id of the contact associated with this chip.
58 * Get the directory lookup key associated with this chip, or <code>null</code>.
63 * Get the id of the data associated with this chip.
68 * Get associated RecipientEntry.
73 * Set the text in the edittextview originally associated with this chip
79 * Set the text in the edittextview originally associated with this chip
  /external/clang/test/Analysis/
stack-addr-ps.cpp 7 return s; // expected-warning{{Address of stack memory associated with local variable 's' returned}} expected-warning{{reference to stack memory associated with local variable 's' returned}}
13 return s2; // expected-warning{{Address of stack memory associated with local variable 's1' returned}} expected-warning {{reference to stack memory associated with local variable 's1' returned}}
20 return s3; // expected-warning{{Address of stack memory associated with local variable 's1' returned}} expected-warning {{reference to stack memory associated with local variable 's1' returned}}
29 const int &get_reference1() { return get_value(); } // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
33 return x; // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
39 return x2; // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
51 return &x2; // expected-warning{{Address of stack memory associated with local variable 'x1' returned}} expected-warning {{address of stack memory associated with loc (…)
    [all...]
stack-addr-ps.c 5 return &x; // expected-warning{{Address of stack memory associated with local variable 'x' returned}} expected-warning{{address of stack memory associated with local variable 'x' returned}}
9 return &y; // expected-warning{{Address of stack memory associated with local variable 'y' returned}} expected-warning{{address of stack memory associated with local variable 'y' returned}}
18 return y; // expected-warning{{Address of stack memory associated with local variable 'w' returned to caller}}
80 return a; // expected-warning 2 {{ddress of stack memory associated with local variable 'a' returned}}
  /frameworks/base/core/java/android/webkit/
WebResourceRequest.java 43 * Gets whether a gesture (such as a click) was associated with the request.
47 * @return whether a gesture was associated with the request.
52 * Gets the method associated with the request, for example "GET".
54 * @return the method associated with the request.
59 * Gets the headers associated with the request. These are represented as a mapping of header
62 * @return the headers associated with the request.
  /dalvik/dx/tests/112-dex-return-jsr-result/
info.txt 6 its associated move-result.
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
SizeLayoutType.java 22 * ABSOLUTE - Val is treated as absolute. If val is 5 then the size of the widget along the associated axis is 5 pixels.
24 * RELATIVE - Val represents the percentage of the display that the widget should fill along the associated axis. For example,
25 * if the total size of the owning plot is 120 pixels and val is set to 50 then the size of the widget along the associated axis
28 * FILL - Widget completely fills along the associated axis, minus
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
XResourceBundleBase.java 34 * Get the error string associated with the error code
38 * @return error string associated with the given error code
43 * Get the warning string associated with the error code
47 * @return warning string associated with the given error code
  /external/iptables/extensions/
libxt_SECMARK.man 1 This is used to set the security mark value associated with the
libxt_connmark.man 1 This module matches the netfilter mark field associated with a connection
libxt_mark.man 1 This module matches the netfilter mark field associated with a packet
  /external/skia/site/dev/chrome/
index.md 5 requires associated changes in those repositories, this is the place for you.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlWhitelist.java 27 * Looks up the HTML.Element object associated with the given element tag
31 * @return The HTML.Element object associated with the given element tag name,
37 * Looks up the HTML.Attribute object associated with the given attribute
41 * @return The HTML.Attribute object associated with the given attribute name,
  /libcore/luni/src/main/java/java/net/
CookieStore.java 36 * A cookie may or may not has an associated URI. If not, the cookie's
38 * associated URI and no domain and path attribute are speicifed for the
45 * the uri associated with the specified cookie. A null value
46 * indicates the cookie is not associated with a URI
57 * the uri this cookie associated with. If null, this cookie will
58 * not be associated with an URI
75 * Get a set of URIs, which is composed of associated URI with all the
78 * @return zero-length list if no cookie in the store is associated with any
87 * the uri associated with the specified cookie. If the cookie is
88 * not associated with an URI when added, uri should be null
    [all...]
  /external/selinux/libsemanage/man/man3/
semanage_iface.3 14 This object contains properties associated with a network interface.
76 return the SELinux context associated with this interface
81 set the SELinux context associated with this interface
86 return the SELinux context associated with packets sent over this interface
91 set the SELinux context associated with packets sent over this interface
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java 33 * If the specified key is not already associated
44 * @param key key with which the specified value is to be associated
45 * @param value value to be associated with the specified key
46 * @return the previous value associated with the specified key, or
49 * previously associated {@code null} with the key,
74 * @param key key with which the specified value is associated
75 * @param value value expected to be associated with the specified key
100 * @param key key with which the specified value is associated
101 * @param oldValue value expected to be associated with the specified key
102 * @param newValue value to be associated with the specified ke
    [all...]
  /frameworks/base/core/java/android/net/http/
SslError.java 22 * This class represents a set of one or more SSL errors and the associated SSL
73 * The SSL certificate associated with the error set
78 * The URL associated with the error set.
86 * @param certificate The associated SSL certificate
98 * @param certificate The associated SSL certificate
110 * @param certificate The associated SSL certificate
111 * @param url The associated URL
125 * @param certificate The associated SSL certificate
126 * @param url The associated URL
135 * @param certificate The associated SSL certificat
    [all...]

Completed in 2186 milliseconds

1 2 3 4 5 6 7 8 91011>>