/external/dbus/dbus/ |
dbus-test.h | 76 DBusString *signature,
|
/external/elfutils/tests/ |
run-readelf-gdb_index.sh | 83 [ 0] CU offset: 0, type offset: 29, signature: 0x87e03f92cc37cdf0 114 [ 0] CU offset: 0, type offset: 29, signature: 0x87e03f92cc37cdf0
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
DrawableRequestBuilder.java | 406 public DrawableRequestBuilder<ModelType> signature(Key signature) { method in class:DrawableRequestBuilder 407 super.signature(signature);
|
GifRequestBuilder.java | 396 public GifRequestBuilder<ModelType> signature(Key signature) { method in class:GifRequestBuilder 397 super.signature(signature);
|
/external/glide/library/src/main/java/com/bumptech/glide/signature/ |
ApplicationVersionSignature.java | 1 package com.bumptech.glide.signature; 13 * A utility class for obtaining a {@link com.bumptech.glide.load.Key} signature containing the application version 20 * Returns the signature {@link com.bumptech.glide.load.Key} for version code of the Application of the given
|
MediaStoreSignature.java | 1 package com.bumptech.glide.signature; 10 * A unique signature based on metadata data from the media store that detects common changes to media store files like 19 * Constructor for {@link com.bumptech.glide.signature.MediaStoreSignature}.
|
/external/google-breakpad/src/tools/windows/converter/ |
ms_symbol_server_converter.h | 101 // component fields: either a GUID and age, or signature and age. If 108 DWORD signature() const { return signature_; } function in class:google_breakpad::GUIDOrSignatureIdentifier 115 // An identifier contains either a 128-bit uuid or a 32-bit signature. 122 // revision given a uuid or signature.
|
/external/gptfdisk/ |
bsd.cc | 29 signature = UINT32_C(0); 94 // Look for the signature at any of two locations. 95 // Note that the signature is repeated at both the original 101 signature = *temp32; 102 if (signature == realSig) { // found first, look for second 108 } // if found signature 176 ReverseBytes(&signature, 4);
|
bsd.h | 14 #define BSD_SIGNATURE UINT32_C(0x82564557) /* BSD disklabel signature ("magic") */ 64 uint32_t signature; // the magic number member in class:BSDData
|
/external/guice/core/src/com/google/inject/internal/util/ |
LineNumbers.java | 135 public void visit(int version, int access, String name, String signature, 141 String signature, String[] exceptions) { 167 String signature, Object value) { 216 public void visitLocalVariable(String name, String desc, String signature,
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
ClassProbesAdapterTest.java | 64 String desc, String signature, String[] exceptions) { 90 String desc, String signature, String[] exceptions) { 123 String desc, String signature, String[] exceptions) { 139 String desc, String signature, String[] exceptions) {
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
ClassInstrumenterTest.java | 56 String desc, String signature, String[] exceptions) {
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
FramesTest.java | 63 String signature, String[] exceptions) { 65 signature, exceptions); 98 String signature, String superName, String[] interfaces) { 99 super.visit(Opcodes.V1_6, access, name, signature, superName,
|
/external/libchrome/base/ |
cpu.h | 35 int signature() const { return signature_; } function in class:base::CPU
|
/external/libpng/ |
pnginfo.h | 81 png_byte signature[8]; /* magic bytes read by libpng from start of file */ member in struct:png_info_def
|
/external/libweave/src/privet/ |
security_delegate.h | 64 std::string* signature,
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodVisitor.java | 348 * @param signature the type signature of this local variable. May be
363 String signature,
|
/external/opencv/otherlibs/highgui/ |
grfmt_base.h | 119 virtual bool CheckSignature( const char* signature ); 133 int m_sign_len; // length of the signature of the format 134 const char* m_signature; // signature of the format
|
grfmt_jpeg2000.h | 67 bool CheckFormat( const char* signature );
|
/external/opencv3/modules/imgcodecs/src/ |
grfmt_base.hpp | 77 virtual bool checkSignature( const String& signature ) const;
|
grfmt_tiff.hpp | 106 bool checkSignature( const String& signature ) const;
|
/external/pdfium/third_party/lpng_v163/ |
pnginfo.h | 82 png_byte signature[8]; /* magic bytes read by libpng from start of file */
member in struct:png_info_def
|
/external/proguard/src/proguard/optimize/ |
MethodDescriptorShrinker.java | 124 // Shrink the signature and parameter annotations. 148 // Compute the new signature. 149 String signature = signatureAttribute.getSignature(clazz); local 150 String newSignature = shrinkDescriptor(method, signature); 152 if (!newSignature.equals(signature)) 154 // Update the signature. 161 signature, 220 * Returns a shrunk descriptor or signature of the given method.
|
/external/tpm2/ |
CertifyCreation.c | 19 // modulus of signHandle, or the buffer for the result in signature is too 66 // Sign attestation structure. A NULL signature will be returned if 75 &out->signature);
|
GetSessionAuditDigest.c | 74 // Sign attestation structure. A NULL signature will be returned if 83 &out->signature);
|