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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/C/
NEWS 1 See www.antlr.org and the associated email forums for release dates and
  /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/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
  /external/webkit/LayoutTests/fast/encoding/dumpAsText/
utf-16-no-bom-expected.txt 1 This XML file does not appear to have any style information associated with it. The document tree is shown below.
  /external/webkit/LayoutTests/http/tests/appcache/
simple-expected.txt 1 This tests that the application cache works by first loading a file that does not exist in the cache (to verify that a cache has been associated) and then loads a file that is in the cache
remove-cache-expected.txt 4 Frame 2: Manifest loading results in 404 response, so the cache group becomes obsolete, and an obsolete event is dispatched (because the document in frame was associated with a cache in the group).
5 Frame 3: Manifest is still 404 - the document is never associated with a cache.
6 Frame 4: Manifest is now available, so the document gets associated with a cache in a newly created group; the obsolete cache group is not affected.
  /frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
BaseRecipientChip.java 48 * Get the id of the contact associated with this chip.
53 * Get the id of the data associated with this chip.
58 * Get associated RecipientEntry.
63 * Set the text in the edittextview originally associated with this chip
69 * 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}}
25 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}}
29 return x; // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
35 return x2; // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
47 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}}
  /dalvik/dx/tests/112-dex-return-jsr-result/
info.txt 6 its associated move-result.
  /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/webkit/LayoutTests/storage/
multiple-databases-garbage-collection-expected.txt 1 This test opens two databases, queues up a series of operations on both, then "forgets" about one of them. After forcing GC, resources associated with that database should be freed gracefully.
  /external/chromium/chrome/browser/
background_application_list_model.h 23 // kBackgroundPermission set, associated with a Profile.
27 // BackgroundApplicationListModel should anticipate that associated data,
45 // Create a new model associated with profile.
53 // Return the icon associated with |extension| or NULL. NULL indicates either
54 // that there is no icon associated with the extension, or that a pending
58 // releasing it if the associated background application is unloaded.
87 // Contains data associated with a background application that is not
100 // Returns the Application associated with |extension| or NULL.
103 // Returns the Application associated with |extension| or NULL.
111 // Notifies observers that some of the data associated with this backgroun
    [all...]
  /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...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java 32 * If the specified key is not already associated
43 * @param key key with which the specified value is to be associated
44 * @param value value to be associated with the specified key
45 * @return the previous value associated with the specified key, or
48 * previously associated <tt>null</tt> 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...]
  /external/chromium/net/http/
http_transaction_factory.h 27 // Returns the associated cache if any (may be NULL).
30 // Returns the associated HttpNetworkSession used by new transactions.
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p22.cpp 4 // If the original function parameter associated with A is a function
5 // parameter pack and the function parameter associated with P is not
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
UserCredentials.java 23 * Returns a password associated with this set of credentials.
25 * @return a password associated with this set of credentials.

Completed in 1567 milliseconds

1 2 3 4 5 6 7 8 91011>>