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

<<31323334353637383940>>

  /external/owasp/sanitizer/tools/findbugs/lib/
asm-tree-3.3.jar 
jFormatString.jar 
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MethodLocation.java 224 @Nullable StringReference signature) {
225 getDebugItems().add(new BuilderStartLocal(registerNumber, name, type, signature));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DebugInfo.java 192 String signature = dexFile.getOptionalString(reader.readSmallUleb128() - 1); local
194 new ImmutableStartLocal(codeAddress, register, name, type, signature);
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 632 Vector<uint8_t> &signature)
653 // byte[] mock-signature -> signature
654 index = mByteArrayProperties.indexOfKey(String8("mock-signature"));
659 signature = mByteArrayProperties.valueAt(index);
667 Vector<uint8_t> const &signature,
671 ALOGD("MockDrmPlugin::verify(sessionId=%s, keyId=%s, message=%s, signature=%s)",
675 vectorToString(signature).string());
686 // byte[] signature -> mock-signature
    [all...]
  /frameworks/base/core/java/android/content/pm/
Signature.java 39 * This class name is slightly misleading, since it's not actually a signature.
41 public class Signature implements Parcelable {
49 * Create Signature from an existing raw byte array.
51 public Signature(byte[] signature) {
52 mSignature = signature.clone();
57 * Create signature from a certificate chain. Used for backward
63 public Signature(Certificate[] certificateChain) throws CertificateEncodingException {
83 * Create Signature from a text representation previously returned by
87 * @param text hex-encoded string representing the signature
    [all...]
  /frameworks/base/services/core/java/com/android/server/webkit/
SystemImpl.java 60 private static final String TAG_SIGNATURE = "signature";
170 // Parse the value within the signature tag
171 String signature = parser.nextText(); local
172 signatures.add(signature);
174 Log.e(TAG, "Found an element in a webview provider that is not a signature");
  /frameworks/support/v4/java/android/support/v4/hardware/fingerprint/
FingerprintManagerCompat.java 26 import java.security.Signature;
100 * framework supports {@link Signature} and {@link Cipher} objects.
104 private final Signature mSignature;
108 public CryptoObject(Signature signature) {
109 mSignature = signature;
128 * Get {@link Signature} object.
129 * @return {@link Signature} object or null if this doesn't contain one.
131 public Signature getSignature() { return mSignature; }
  /libcore/ojluni/src/main/native/
Bits.c 72 #define NATIVE_METHOD(className, functionName, signature) \
73 { #functionName, signature, (void*)(Java_java_nio_ ## className ## _ ## functionName) }
Character.cpp 29 #define NATIVE_METHOD(className, functionName, signature) \
30 { #functionName, signature, (void*)(className ## _ ## functionName) }
DatagramChannelImpl.c 50 #define NATIVE_METHOD(className, functionName, signature) \
51 { #functionName, signature, (void*)(Java_sun_nio_ch_ ## className ## _ ## functionName) }
FileChannelImpl.c 40 #define NATIVE_METHOD(className, functionName, signature) \
41 { #functionName, signature, (void*)(className ## _ ## functionName) }
Inet4AddressImpl.c 50 #define NATIVE_METHOD(className, functionName, signature) \
51 { #functionName, signature, (void*)(className ## _ ## functionName) }
187 * Signature: ([bI[bI)Z
Math.c 27 #define NATIVE_METHOD(className, functionName, signature) \
28 { #functionName, signature, (void*)(className ## _ ## functionName) }
StrictMath.c 31 #define NATIVE_METHOD(className, functionName, signature) \
32 { #functionName, signature, (void*)(className ## _ ## functionName) }
java_util_zip_Deflater.c 39 #define NATIVE_METHOD(className, functionName, signature) \
40 { #functionName, signature, (void*)(className ## _ ## functionName) }
java_util_zip_Inflater.c 41 #define NATIVE_METHOD(className, functionName, signature) \
42 { #functionName, signature, (void*)(className ## _ ## functionName) }
  /packages/apps/CellBroadcastReceiver/tests/
Android.mk 32 # Apk must be signed with platform signature in order to send test broadcasts.
  /prebuilts/devtools/tools/lib/
asm-tree-4.0.jar 
asm-tree-5.0.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3.1/
asm-tree-3.3.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 

Completed in 795 milliseconds

<<31323334353637383940>>