HomeSort by relevance Sort by last modified time
    Searched defs:Signature (Results 26 - 50 of 172) sorted by null

12 3 4 5 6 7

  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 75 const llvm::Mips16HardFloatInfo::FuncSignature *Signature = it->second;
77 StubsNeeded[Symbol] = Signature;
891 const char *Symbol, const Mips16HardFloatInfo::FuncSignature *Signature) {
913 switch (Signature->RetSig) {
931 switch (Signature->ParamSig) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlIDs.h 30 Signature = 0x7EB5,
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 34 import java.security.Signature;
67 * java.security.Signature#clone()
71 Signature s = Signature.getInstance("DSA", new MySignatureProvider());
72 Signature clone = (Signature) s.clone();
78 s = Signature.getInstance("DSA");
87 * java.security.Signature#getAlgorithm()
90 String alg = Signature.getInstance("DSA").getAlgorithm();
96 * java.security.Signature#getInstance(java.lang.String
117 Signature signature = Signature.getInstance("DSA", providers[i]); local
    [all...]
  /libcore/ojluni/src/main/java/java/security/
Signature.java 51 * The Signature class is used to provide applications the functionality
52 * of a digital signature algorithm. Digital signatures are used for
55 * <p> The signature algorithm can be, among others, the NIST standard
63 * <p> A Signature object can be used to generate and verify digital
66 * <p> There are three phases to the use of a Signature object for
67 * either signing data or verifying a signature:<ol>
73 * <li>a public key, which initializes the signature for
77 * which initializes the signature for signing
89 * <li>Signing or Verifying a signature on all updated bytes. See the
98 * this <code>Signature</code> class; all the methods i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
acpiioct.h 37 ULONG Signature;
45 ULONG Signature;
54 ULONG Signature;
74 ULONG Signature;
85 ULONG Signature;
93 ULONG Signature;
98 ULONG Signature;
103 ULONG Signature;
109 ULONG Signature;
116 ULONG Signature;
    [all...]
hubbusif.h 14 ULONG Signature;
ntimage.h 385 ULONG Signature;
391 ULONG Signature;
classpnp.h 277 ULONGLONG Signature;
  /external/clang/include/clang/Serialization/
Module.h 154 /// \brief The signature of the module file, which may be used along with size
156 ASTFileSignature Signature;
  /external/guice/core/src/com/google/inject/spi/
InjectionPoint.java 546 Map<Signature, List<InjectableMethod>> bySignature;
553 /* Caches the signature for the last method. */
555 Signature lastSignature;
561 * signature was annotated with a com.google.inject.Inject.
583 bySignature = new HashMap<Signature, List<InjectableMethod>>();
591 bySignature.put(new Signature(im.method), methods);
596 Signature signature = lastSignature = new Signature(method); local
597 List<InjectableMethod> methods = bySignature.get(signature);
636 Signature signature = injectableMethod.method == lastMethod local
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 284 uint64_t Signature = DD->makeTypeSignature(Identifier);
286 DIEInteger(Signature));
    [all...]
DwarfDebug.cpp     [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 209 cmsUInt32Number Magic; // 'acpp' signature
382 cmsTagTypeSignature Signature; // The signature of the type
440 cmsTagSignature Signature;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddscsi.h 199 UCHAR Signature[8];
rpcasync.h 36 unsigned __LONG32 Signature;
126 ULONG Signature;
winperf.h 15 WCHAR Signature[4];
poclass.h 217 ULONG Signature;
ntdddisk.h 340 ULONG Signature;
385 ULONG Signature;
390 ULONG Signature;
rpcndr.h 364 unsigned __LONG32 Signature;
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 134 // For pre-ICS bitcode, we may not have signature information. In that
153 uint32_t Signature = 0;
154 if (SigString.getAsInteger(10, Signature)) {
155 ALOGE("Non-integer signature value '%s'", SigString.str().c_str());
158 return Signature;
313 /// This creates a function with the following signature:
338 // This creates a function with the following signature:
533 // Signature - metadata bits for the signature of the callee
544 int ExpandSpecialArguments(uint32_t Signature,
1365 uint32_t signature = mExportForEachSignatureList[i]; local
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 879 RECORD(SIGNATURE);
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 204 char nt_signature[4]; /* Required NT signature, 0x4550. */
240 /* Note: additional bytes may be inserted before the signature. Use
241 the e_lfanew field to find the actual location of the NT signature. */
243 char nt_signature[4]; /* Required NT signature, 0x4550. */
612 char Signature[16];
621 char Signature[4];
  /art/runtime/
dex_file.h 51 class Signature;
653 const DexFile::ProtoId& signature) const;
666 // Returns a representation of the signature of a method id.
667 const Signature GetMethodSignature(const MethodId& method_id) const;
768 // Looks up a proto id for a given return type and signature type list
776 // Given a signature place the type ids into the given vector, returns true on success
777 bool CreateTypeList(const StringPiece& signature, uint16_t* return_type_idx,
780 // Create a Signature from the given string signature or return Signature::NoSignature if no
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c 102 if (sig == pt -> Handler.Signature) return &pt ->Handler;
109 if (sig == pt -> Handler.Signature) return &pt ->Handler;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 1085 * \brief Function signature.
1088 * function signature together. This makes passing the signature around in
1096 struct Signature
    [all...]

Completed in 1121 milliseconds

12 3 4 5 6 7