Home
last modified time | relevance | path

Searched refs:Verify (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/external/boringssl/src/crypto/evp/
Devp_tests.txt53 Verify = RSA-2048
73 Verify = RSA-2048
80 Verify = RSA-2048
87 Verify = RSA-2048
94 Verify = RSA-2048
101 Verify = RSA-2048
108 Verify = RSA-2048
115 Verify = RSA-2048
123 Verify = P-256
129 Verify = P-256
[all …]
/external/tcpdump/tests/
Dlmp-v.out3 LMPv1, msg-type: Begin Verify, Flags: [none], length: 56
10 Verify Begin Object (8), Class-Type: 1 (1) Flags: [negotiable], length: 24
12 Verify Interval: 20
15 Verify Transport Mechanism: 32768 (0x8000)
102 LMPv1, msg-type: Begin Verify ACK, Flags: [none], length: 40
107 Verify Begin ACK Object (9), Class-Type: 1 (1) Flags: [negotiable], length: 8
108 Verify Dead Interval: 50
109 Verify Transport Response: 100
110 Verify ID Object (10), Class-Type: 1 (1) Flags: [non-negotiable], length: 8
111 Verify ID: 5
[all …]
Dlmp.out1 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Begin Verify Message, length: 56
8 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Begin Verify ACK Message, length: 40
9 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Begin Verify NACK Message, length: 32
10 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 End Verify Message, length: 24
11 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 End Verify ACK Message, length: 24
/external/openfst/src/script/
Dverify.cc24 bool Verify(const FstClass &fst) { in Verify() function
32 REGISTER_FST_OPERATION(Verify, StdArc, VerifyArgs);
33 REGISTER_FST_OPERATION(Verify, LogArc, VerifyArgs);
34 REGISTER_FST_OPERATION(Verify, Log64Arc, VerifyArgs);
/external/openfst/src/include/fst/script/
Dverify.h30 void Verify(VerifyArgs *args) { in Verify() function
32 args->retval = Verify(*fst); in Verify()
35 bool Verify(const FstClass &fst1);
/external/llvm/test/Assembler/
Dgetelementptr.ll4 ; Verify that over-indexed getelementptrs are folded.
11 ; Verify that constant expression GEPs work with i84 indices.
17 ; Verify that i16 indices work.
30 ; Verify that constant expression vector GEPs work.
34 ; Verify that struct GEP works with a vector of pointers.
40 ; Verify that array GEP works with a vector of pointers.
/external/llvm/test/CodeGen/PowerPC/
Dmcm-obj.ll21 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
44 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
50 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
66 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
72 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
83 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
89 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
139 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
158 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
178 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
Dmcm-obj-2.ll19 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
38 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
50 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp200 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34.50"); in testSymbols()
202 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34S50"); in testSymbols()
204 Verify(34.5, (UnicodeString)"00 %", sym, (UnicodeString)"3450 P"); in testSymbols()
206 Verify(34.5, CharsToUnicodeString("\\u00a4##.##"), sym, (UnicodeString)"D34.5"); in testSymbols()
208 Verify(3456.5, (UnicodeString)"0,000.##", sym, (UnicodeString)"3|456S5"); in testSymbols()
246 Verify(1234567.25, "#,##0.##", *lastResort, "1,234,567.25"); in testLastResortData()
249 void IntlTestDecimalFormatSymbols::Verify(double value, const UnicodeString& pattern, in Verify() function in IntlTestDecimalFormatSymbols
Dtsdcfmsy.h31 void Verify(double value, const UnicodeString& pattern,
/external/llvm/test/MC/PowerPC/
Dppc64-localentry.s41 # Verify that use of .localentry implies ABI version 2
45 # Verify that fixups to local function symbols are performed only
57 # Verify that .localentry is encoded in the Other field.
74 # Verify that symbol assignment copies the Other bits.
/external/llvm/test/DebugInfo/X86/
Dstringpool.ll17 ; Verify that "yyyy" ended up in the stringpool.
23 ; Verify that we refer to 'yyyy' with a relocation.
33 ; Verify that we refer to 'yyyy' without a relocation.
/external/guava/guava/src/com/google/common/base/
DVerify.java91 public final class Verify { class
163 private Verify() {} in Verify() method in Verify
/external/llvm/test/CodeGen/X86/
Dpatchpoint-invoke.ll33 ; Verify that the exception table was emitted:
40 ; Verify that the unwind data covers the entire patchpoint region:
45 ; Verify that the stackmap section got emitted:
Drdtsc.ll4 ; Verify that we correctly lower ISD::READCYCLECOUNTER.
19 ; Verify that we correctly lower the Read Cycle Counter GCC x86 builtins
Dx86-64-double-shifts-Oz-Os-O2.ll4 ; Verify that we generate shld insruction when we are optimizing for size,
26 ; Verify that we generate shld insruction when we are optimizing for size,
47 ; Verify that we do not generate shld insruction when we are not optimizing
Dwin64_params.ll4 ; Verify that the 5th and 6th parameters are coming from the correct location
26 ; Verify that even though we're compiling for Windows, parameters behave as
Dmisched-fusion.ll3 ; Verify that TEST+JE are scheduled together.
28 ; Verify that DEC+JE are scheduled together.
83 ; Verify that CMP+JB are scheduled together.
Dhuge-stack-offset.ll27 ; Verify that we do not clobber the return value.
43 ; Verify that we do not clobber EAX when using inreg attribute
/external/guava/guava-tests/test/com/google/common/base/
DVerifyTest.java17 import static com.google.common.base.Verify.verify;
18 import static com.google.common.base.Verify.verifyNotNull;
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h458 void setVerifyModules(bool Verify) { in setVerifyModules() argument
459 VerifyModules = Verify; in setVerifyModules()
595 EngineBuilder &setVerifyModules(bool Verify) { in setVerifyModules() argument
596 VerifyModules = Verify; in setVerifyModules()
/external/llvm/test/Instrumentation/AddressSanitizer/
Ddebug_info.ll25 ; Verify that llvm.dbg.declare calls are in the entry basic block.
48 ; Verify that debug descriptors for argument and local variable will be replaced
53 ; Verify that there are no more variable descriptors.
/external/llvm/lib/Target/MSP430/
DREADME.txt14 1. Verify, how stuff is handling implicit zext with 8 bit operands (this might
28 6. Verify and fix (if needed) how's stuff playing with i32 / i64.
/external/openssh/contrib/hpux/
DREADME13 o Verify paths in sshd.rc match your local installation
27 o Verify egd.pl path in egd.rc matches your local installation
/external/libpng/contrib/pngminus/
Dmakevms.com89 $ VV='F$Verify(VV)
91 $ If V Then Set Verify

12345678910>>...21