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

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_getproc.c 305 set_entry_info( struct _glapi_function * entry, const char * signature, unsigned offset )
309 if (signature == NULL)
312 sig_dup = str_dup(signature);
367 * Add code to compare \c parameter_signature with the parameter signature of
369 * the parameter signature of a static function.
409 * FIXME: the parameter signature for static functions?
  /external/mesa3d/src/mapi/glapi/
glapi_getproc.c 305 set_entry_info( struct _glapi_function * entry, const char * signature, unsigned offset )
309 if (signature == NULL)
312 sig_dup = str_dup(signature);
367 * Add code to compare \c parameter_signature with the parameter signature of
369 * the parameter signature of a static function.
409 * FIXME: the parameter signature for static functions?
  /external/wpa_supplicant_8/src/tls/
x509v3.c 1306 /* signature AlgorithmIdentifier */
1307 if (x509_parse_algorithm_identifier(pos, end - pos, &cert->signature,
    [all...]
  /frameworks/base/media/java/android/media/
MediaDrm.java 568 * secure stop message to the server which verifies the signature and notifies the
658 byte[] keyId, byte[] message, byte[] signature);
722 * @param message the data for which a signature is to be computed
729 * Verify a signature using the CryptoSessions's mac algorithm. Return true
734 * @param signature the reference signature which will be compared with the
735 * computed signature
737 public boolean verify(byte[] keyid, byte[] message, byte[] signature) {
738 return verifyNative(mDrm, mSessionId, keyid, message, signature);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
SELinuxMMAC.java 21 import android.content.pm.Signature;
54 // Signature seinfo values read from policy.
55 private static HashMap<Signature, Policy> sSigSeinfo = new HashMap<Signature, Policy>();
98 // Signature policy stanzas
142 HashMap<Signature, Policy> sigSeinfo = new HashMap<Signature, Policy>();
162 String cert = parser.getAttributeValue(null, "signature");
164 Slog.w(TAG, "<signer> without signature at "
169 Signature signature local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterGraph.java 520 Signature signature = filter.getSignature(); local
521 signature.checkInputPortsConform(filter);
522 signature.checkOutputPortsConform(filter);
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 50 // Name of metadata node where exported ForEach signature information resides
137 // section for ForEach. We generate a full signature for a "root" function.
234 // signature of foreach-able function) and #rs_export_foreach_name (the name
238 // function and only one signature corresponded to that non-graphic root()
246 // #rs_export_foreach metadata (the signature) is one-to-one mapping among
276 uint32_t signature; local
277 if (signature_string.getAsInteger(10, signature)) {
278 ALOGE("Non-integer signature value '%s' for function %s found in %s!",
284 signature));
286 // One or both of the name and signature value are empty. It's safe onl
    [all...]
  /art/runtime/
well_known_classes.h 32 jmethodID CacheMethod(JNIEnv* env, jclass c, bool is_static, const char* name, const char* signature);
  /cts/tests/signature/
Android.mk 87 # signature-hostside java library (for testing)
97 LOCAL_MODULE := signature-hostside
  /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/chromium_org/chrome/browser/chromeos/login/auth/
extended_authenticator.cc 130 const std::string& signature,
137 signature,
264 const std::string& signature,
279 signature,
  /external/chromium_org/chromeos/network/onc/
onc_merger.cc 345 const OncValueSignature& signature,
351 signature_ = &signature;
481 const OncValueSignature& signature,
489 signature, user_policy, device_policy, user_settings, shared_settings,
  /external/chromium_org/components/nacl/loader/
nacl_listener.cc 148 virtual bool QueryKnownToValidate(const std::string& signature) OVERRIDE {
153 if (!listener_->Send(new NaClProcessMsg_QueryKnownToValidate(signature,
161 virtual void SetKnownToValidate(const std::string& signature) OVERRIDE {
163 if (!listener_->Send(new NaClProcessMsg_SetKnownToValidate(signature))) {
  /external/chromium_org/content/child/webcrypto/
webcrypto_impl.h 65 const unsigned char* signature,
  /external/chromium_org/dbus/
message.cc 265 AppendStringHeader("signature", GetSignature(), &headers);
337 const char* signature = dbus_message_get_signature(raw_message_); local
338 return signature ? signature : "";
524 // Ideally, client shouldn't need to supply the signature string, but
527 // for us to design API that doesn't require the signature but it will
528 // complicate the implementation so we decided to have the signature
532 void MessageWriter::OpenArray(const std::string& signature,
539 signature.c_str(),
545 void MessageWriter::OpenVariant(const std::string& signature,
698 const std::string signature = base::StringPrintf("%c", dbus_type); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
renderbuffer_manager.h 72 void AddToSignature(std::string* signature) const;
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 215 virtual void verifySignature(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* signature, unsigned signatureSize, const unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErrorTypeNotSupported, ""); }
  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 503 self.signature = bytearray(0)
526 self.signature = p.getVarBytes(2)
553 w.addVarSeq(self.signature, 1, 2)
635 self.signature = bytearray(0)
637 def create(self, signature):
638 self.signature = signature
643 self.signature = p.getVarBytes(2)
649 w.addVarSeq(self.signature, 1, 2)
  /external/elfutils/0.153/libasm/
libasmP.h 220 /* The signature. */
221 struct AsmSym *signature; member in struct:AsmScnGrp
  /frameworks/opt/net/wifi/service/jni/
jni_helper.h 18 void reportEvent(JNIEnv *env, jclass cls, const char *method, const char *signature, ...);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 80 unsigned char signature[EAPOL_KEY_SIG_LEN]; /* Key Signature */ member in struct:__anon39254
  /hardware/libhardware/include/hardware/
keymaster.h 273 const uint8_t* signature, const size_t signature_length);
  /sdk/eclipse/scripts/
_mk_icons.sh 10 icon S red signature

Completed in 766 milliseconds

<<21222324252627282930>>