Searched defs:Signature (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/CodeGen/
H A Dpointer-signext.c19 unsigned long long Signature; member in struct:__anon16849
31 return (int) Entry->Signature;
/external/lzma/CPP/7zip/Common/
H A DRegisterArc.h17 Byte Signature[16]; member in struct:CArcInfo
/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp504 char Signature[6]; local
505 Signature[0] = Stream.Read(8);
506 Signature[1] = Stream.Read(8);
507 Signature[2] = Stream.Read(4);
508 Signature[3] = Stream.Read(4);
509 Signature[4] = Stream.Read(4);
510 Signature[5] = Stream.Read(4);
514 if (Signature[0] == 'B' && Signature[1] == 'C' &&
515 Signature[
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3391 \mysection{RSA Signature Generation}
3443 \mysection{RSA Signature Verification}
3906 \subsection{EC-DSA Signature Generation}
3924 \subsection{EC-DSA Signature Verification}
3940 \subsection{Signature Format}
3950 \chapter{Digital Signature Algorithm}
3952 The Digital Signature Algorithm (or DSA) is a variant of the ElGamal Signature scheme which has been modified to
4072 \subsection{Signature Generation}
4090 \subsection{Signature Verificatio
[all...]
/external/chromium_org/base/android/jni_generator/
H A Djni_generator.py146 prefix = 'Signature: '
222 def Signature(params, returns, wrap): member in class:JniParams
875 'JNI_SIGNATURE': JniParams.Signature(native.params,
946 signature = JniParams.Signature(called_by_native.params,
/external/libvpx/libvpx/third_party/libmkv/
H A DEbmlIDs.h30 Signature = 0x7EB5, enumerator in enum:mkv
/external/chromium_org/ui/events/gestures/
H A Dgesture_sequence.cc27 // Signature.
74 // touch_id, ui::EventType, touch_handled), see Signature for more info.
76 // Note: New addition of types should be placed as per their Signature value.
321 EdgeStateSignatureType Signature(GestureState gesture_state, function in namespace:ui::__anon15149
544 EdgeStateSignatureType signature = Signature(state_, point_id,
548 signature = Signature(state_, point_id, event.type(), TSI_ALWAYS);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp965 // Type Signature [7.27] computation code.
1065 uint64_t Signature = *reinterpret_cast<support::ulittle64_t *>(Result + 8); local
1070 Signature);
/external/v8/include/
H A Dv8.h100 class Signature;
2215 Handle<Signature> signature = Handle<Signature>());
2448 * A Signature specifies which receivers and arguments a function can
2451 class V8EXPORT Signature : public Data { class in namespace:v8
2453 static Local<Signature> New(Handle<FunctionTemplate> receiver =
2458 Signature();
/external/chromium_org/v8/include/
H A Dv8.h111 class Signature;
3517 Handle<Signature> signature = Handle<Signature>(),
3523 Handle<Signature> signature = Handle<Signature>(),
3757 * A Signature specifies which receivers and arguments are valid
3760 class V8_EXPORT Signature : public Data { class in namespace:v8
3762 static Local<Signature> New(Isolate* isolate,
3768 static Local<Signature> New(Handle<FunctionTemplate> receiver =
3775 Signature();
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c209 unsigned long Signature; /* "PE"\0\0 */ /* 0x00 */ member in struct:_IMAGE_NT_HEADERS
2204 if (ntheaders_avma->Signature != IMAGE_NT_SIGNATURE)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h928 ULONG32 Signature; member in struct:_MINIDUMP_HEADER
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h928 ULONG32 Signature; member in struct:_MINIDUMP_HEADER
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 982 milliseconds