HomeSort by relevance Sort by last modified time
    Searched refs:signature (Results 726 - 750 of 2070) sorted by null

<<21222324252627282930>>

  /art/runtime/
native_bridge_art_interface.cc 67 methods[count].signature = m.GetShorty();
  /bionic/linker/
linker_allocator.h 40 char signature[4]; member in struct:page_info
  /cts/tests/signature/src/android/signature/cts/
SignatureTest.java 17 package android.signature.cts;
20 import android.signature.cts.JDiffClassDescription.JDiffConstructor;
21 import android.signature.cts.JDiffClassDescription.JDiffField;
22 import android.signature.cts.JDiffClassDescription.JDiffMethod;
41 * Performs the signature check via a JUnit test.
46 private static final String CURRENT_API_FILE = "/data/local/tmp/signature-test/current.api";
142 * Signature test entry point.
  /cts/tests/signature/tests/src/android/signature/cts/tests/
JDiffClassDescriptionTest.java 17 package android.signature.cts.tests;
19 import android.signature.cts.FailureType;
20 import android.signature.cts.JDiffClassDescription;
21 import android.signature.cts.ResultObserver;
83 "android.signature.cts.tests.data", "NormalClass", observer);
98 "android.signature.cts.tests.data", "NoSuchClass", observer);
129 constructor.addException("android.signature.cts.tests.data.NormalException");
134 "throws android.signature.cts.tests.data.NormalException");
199 method.addException("android.signature.cts.tests.data.NormalException");
203 "throws android.signature.cts.tests.data.NormalException")
    [all...]
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
SignatureSourcerTest.java 24 import org.objectweb.asm.signature.SignatureReader;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTest.java 100 String signature = reply.getNextValueAsString(); local
103 + "; signature=" + signature + "; modBits=" + modBits);
311 String signature = reply.getNextValueAsString(); local
314 + "; signature=" + signature + "; modBits=" + modBits);
  /external/autotest/client/cros/cellular/pseudomodem/
sms.py 96 signature='uv'))
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformation.java 44 private final byte[] signature; field in class:SignerInformation
88 this.signature = info.getEncryptedDigest().getOctets();
96 * the signed attributes and calculate the signature. This constructor is to allow developers
111 this.signature = info.getEncryptedDigest().getOctets();
157 * return the object identifier for the signature.
165 * return the signature parameters, or null if there aren't any.
193 * return the object identifier for the signature.
201 * return the signature/encryption algorithm parameters, or null if
245 * return the encoded signature
249 return Arrays.clone(signature);
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive.h 47 const DBusString *type_str; /**< string containing signature of block */
48 int type_pos; /**< current position in signature */
136 void _dbus_type_signature_next (const char *signature,
dbus-marshal-validate.h 200 DECLARE_DBUS_NAME_CHECK(signature); variable
  /external/elfutils/libasm/
libasmP.h 223 /* The signature. */
224 struct AsmSym *signature; member in struct:AsmScnGrp
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler.h 321 uint64 signature);
  /external/tpm2/
Marshal_CertifyCreation.c 28 total_size += TPMT_SIGNATURE_Marshal(&source->signature, buffer, size);
Marshal_NV_Certify.c 28 total_size += TPMT_SIGNATURE_Marshal(&source->signature, buffer, size);
Marshal_Quote.c 28 total_size += TPMT_SIGNATURE_Marshal(&source->signature, buffer, size);
  /external/vboot_reference/cgpt/
cgpt_create.c 39 memcpy(h->signature, GPT_HEADER_SIGNATURE, GPT_HEADER_SIGNATURE_SIZE);
  /external/vboot_reference/firmware/include/
gpt.h 76 char signature[GPT_HEADER_SIGNATURE_SIZE]; member in struct:__anon26420
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 80 unsigned char signature[EAPOL_KEY_SIG_LEN]; /* Key Signature */ member in struct:__anon29623
  /hardware/libhardware/include/hardware/
keymaster2.h 396 * \param[in] signature The signature to be verified if the purpose specified in the begin()
402 * If the operation being finished is a signature verification or an AEAD-mode decryption and
408 const keymaster_blob_t* input, const keymaster_blob_t* signature,
  /sdk/eclipse/scripts/
_mk_icons.sh 10 icon S red signature
  /system/keymaster/
operation.h 109 const Buffer& signature, AuthorizationSet* output_params,
  /system/tpm/attestation/common/
crypto_utility_impl.h 64 const std::string& signature) override;
tpm_utility_v1.h 65 std::string* signature) override;
  /toolchain/binutils/binutils-2.25/include/nlm/
internal.h 57 /* The signature field identifies the file as an NLM. It must contain
58 the signature string, which depends upon the NLM target. */
60 char signature[NLM_SIGNATURE_SIZE]; member in struct:nlm_internal_fixed_header
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/
org.jacoco.core-0.7.1.201405082137.jar 

Completed in 481 milliseconds

<<21222324252627282930>>