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

<<41424344454647484950>>

  /external/opencv3/modules/highgui/src/
window_gtk.cpp 503 int signature; member in struct:CvTrackbar
520 int signature; member in struct:CvWindow
1026 window->signature = CV_WINDOW_MAGIC_VAL;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 1455 TPMU_SIGNATURE signature; member in struct:trunks::TPMT_SIGNATURE
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
nlmcode.h 443 const char *signature; local
485 the NLM signature. */
486 signature = nlm_signature (abfd);
487 if (signature != NULL
488 && *signature != '\0'
489 && strncmp ((char *) i_fxdhdrp->signature, signature,
    [all...]
  /external/boringssl/src/crypto/evp/
evp_extra_test.cc 462 // Determine the size of the signature.
480 // Ensure that the signature round-trips.
507 // AlgorithmIdentifier to verify the signature.
519 // Determine the size of the signature.
537 // Ensure that the signature round-trips.
582 CBS cert_body, tbs_cert, algorithm, signature; local
640 CBS in, tbs_cert, signature; local
662 CBS in, tbs_cert, signature; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-core/1.0.0/
jarjar-core-1.0.0.jar 
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 447 final byte[] signature = mKeyStore.sign(TEST_KEYNAME, TEST_DATA);
449 assertNotNull("Signature should not be null", signature);
458 final byte[] signature = mKeyStore.sign(TEST_KEYNAME, TEST_DATA);
460 assertNotNull("Signature should not be null", signature);
462 assertTrue("Signature should verify with same data",
463 mKeyStore.verify(TEST_KEYNAME, TEST_DATA, signature));
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 114 unsigned short e_magic; /* 00: MZ Header signature */
210 unsigned long Signature; /* "PE"\0\0 */ /* 0x00 */
310 // that ends in "\r\n\032". This is followed by a 4-byte "signature"
316 //unsigned long signature; // "JG\0\0"
326 //char signature[32]; // "Microsoft C/C++ MSF 7.00\r\n\032DS\0\0"
488 unsigned long signature; member in struct:_PDB_SYMBOLS
831 char signature[4]; member in struct:codeview_symbol::__anon25551
1018 unsigned* signature )
1027 *signature = *(unsigned*)(1+ txteof);
2255 unsigned signature; local
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 51 std::string signature("unknown");
52 Dbg::GetSignature(ref_type_id, &signature);
53 return StringPrintf("%#" PRIx64 " (%s)", ref_type_id, signature.c_str());
146 * Given a class JNI signature (e.g. "Ljava/lang/Error;"), return the
512 std::string signature; local
513 JdwpError status = Dbg::GetSignature(refTypeId, &signature);
517 expandBufAddUtf8String(pReply, signature);
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 1392 String signature = methodAPI.getSignature(); local
    [all...]
  /system/security/keystore/
key_store_service.cpp 388 const uint8_t* signature, size_t signatureLength) {
392 return doLegacySignVerify(name, data, dataLength, NULL, NULL, signature, signatureLength,
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /art/runtime/
common_throws.cc 351 const Signature& signature) {
354 msg << "No " << type << " method " << name << signature
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethodTest.java 104 String signature = reply.getNextValueAsString(); local
107 + " signature=" + signature + " modBits=" + modBits);
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 241 self._bluetoothd.Stop(dbus.Array(signature='s'), True,
265 self._bluetoothd.Start(dbus.Array(signature='s'), True,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
connection.py 165 QueryString = 'Signature=%s&Expires=%d&AWSAccessKeyId=%s'
340 # Add signature for encoded policy document as the
341 # 'signature' field
342 signature = self._auth_handler.sign_string(policy_b64)
343 fields.append({"name": "signature", "value": signature})
  /external/dbus/dbus/
dbus-message.c 31 #include "dbus-signature.h"
106 /** An static string representing an empty signature */
148 *type_pos_p += 1; /* skip the signature length which is 1 byte */
390 /* must have a signature if you have a body */
416 * Sets the signature of the message, i.e. the arguments in the
417 * message payload. The signature includes only "in" arguments for
420 * what you might expect (it does not include the signature of the
423 * The signature is a string made up of type codes such as
426 * #DBUS_TYPE_INT32 evaluate to integers; to assemble a signature you
430 * An "unset" or #NULL signature is considered the same as an empt
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 143 jmethodID getMethodID (JNIEnv* env, jclass cls, const char* methodName, const char* signature)
145 const jmethodID id = env->GetMethodID(cls, methodName, signature);

Completed in 803 milliseconds

<<41424344454647484950>>