HomeSort by relevance Sort by last modified time
    Searched full:associated (Results 1 - 25 of 20444) 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/libmojo/mojo/public/interfaces/bindings/tests/
test_associated_interfaces.mojom 10 associated FooInterface? foo_interface;
11 associated FooInterface& foo_request;
12 array<associated FooInterface> foo_interfaces;
13 array<associated FooInterface&> foo_requests;
17 associated FooInterface foo_interface;
18 associated FooInterface& foo_request;
19 array<associated FooInterface> foo_interfaces;
20 array<associated FooInterface&> foo_requests;
24 PassFoo(associated FooInterface foo_interface,
25 associated FooInterface& foo_request) =
    [all...]
validation_test_associated_interfaces.mojom 7 // Associated interfaces are not supported by all language bindings yet.
13 Method0(associated InterfaceX param0);
14 Method1(associated InterfaceX& param0);
15 Method2(associated InterfaceX? param0);
16 Method3(array<associated InterfaceX> param0);
test_sync_methods.mojom 31 // Test sync method support with associated interfaces.
41 SendInterface(associated TestSync ptr);
43 SendRequest(associated TestSync& request);
  /frameworks/support/wear/
README.txt 1 Library Project including Wearable Support UI Components 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/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
associated_conformance_mthd2_master_interface_id.data 11 [u4]0 // associated interface pointer: 0 is the special master
12 // interface ID and should never be used as associated
14 [u4]1 // associated interface pointer: version
associated_conformance_mthd0_good.data 11 [u4]4 // associated interface pointer: interface ID
12 [u4]1 // associated interface pointer: version
associated_conformance_mthd0_unexpected_invalid_associated_interface.data 11 [u4]0xFFFFFFFF // associated interface pointer: unexpected invalid
13 [u4]1 // associated interface pointer: version
associated_conformance_mthd1_good.data 11 [u4]4 // associated interface request
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/spec/
AEADParameterSpec.java 8 * ParameterSpec for AEAD modes which allows associated data to be added via an algorithm parameter spec.In normal
9 * circumstances you would only want to use this if you had to work with the pre-JDK1.7 Cipher class as associated
30 * Base constructor with prepended associated data.
34 * @param associatedData associated data to be prepended to the cipher stream.
45 * Return the size of the MAC associated with this parameter spec.
55 * Return the associated data associated with this parameter spec.
57 * @return the associated data, null if there isn't any.
65 * Return the nonce (same as IV) associated with this parameter spec.
  /external/snakeyaml/src/test/resources/pyyaml/
spec-02-25.data 3 # associated with the empty string
  /external/snakeyaml/src/test/resources/specification/
example2_25.yaml 3 # associated with the empty string
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap_test.go 35 a, b, c int // associated with a, b, c
36 // associated with x, y
40 // also associated with T
44 // also associated with x
48 /* associated with s1 */
50 // also associated with s1
52 // associated with s2
54 // also associated with s2
57 // associated with f1
58 // also associated with f
    [all...]
  /prebuilts/go/linux-x86/src/go/ast/
commentmap_test.go 35 a, b, c int // associated with a, b, c
36 // associated with x, y
40 // also associated with T
44 // also associated with x
48 /* associated with s1 */
50 // also associated with s1
52 // associated with s2
54 // also associated with s2
57 // associated with f1
58 // also associated with f
    [all...]
  /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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
PBKDFKey.java 6 * Base interface for keys associated with various password based key derivation functions (PBKDF).
  /external/llvm/test/YAMLParser/
spec-02-25.test 5 # associated with the empty string
  /prebuilts/go/darwin-x86/src/net/textproto/
header.go 12 // It appends to any existing values associated with key.
18 // Set sets the header entries associated with key to
20 // values associated with key.
25 // Get gets the first value associated with the given key.
28 // If there are no values associated with the key, Get returns "".
42 // Del deletes the values associated with key.
  /prebuilts/go/linux-x86/src/net/textproto/
header.go 12 // It appends to any existing values associated with key.
18 // Set sets the header entries associated with key to
20 // values associated with key.
25 // Get gets the first value associated with the given key.
28 // If there are no values associated with the key, Get returns "".
42 // Del deletes the values associated with key.
  /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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
assertions.xml 14 Upon key creation, the value NULL shall be associated with the new key in all active threads.
15 Upon thread creation, the value NULL shall be associated with all defined keys in the new
20 An optional destructor function may be associated with each key value. At thread exit, if
21 a key value has a non-NULL destructor pointer, and the thread has a non-NULL value associated
23 with the previously associated value as its sole argument. The order of destructor calls is
28 If, after all the destructors have been called for all non-NULL values with associated
29 destructors, there are still some non-NULL values with associated destructors, then the
32 associated destructors, implemenations may stop calling destructors or they may continue
33 calling destructors until no non-NULL values with associated destructors exist, even though
  /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...]

Completed in 1153 milliseconds

1 2 3 4 5 6 7 8 91011>>