HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 51 - 75 of 617) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue13684.go 7 // Verify that a label name matching a constant name
issue14010.go 7 // Verify that built-in types don't get printed with
issue16133.go 7 // Verify error messages referring to multiple different
issue18459.go 7 // Verify that we have a line number for this error.
  /prebuilts/go/linux-x86/test/fixedbugs/issue14164.dir/
main.go 7 // Verify that we can import package "a" containing an inlineable
  /prebuilts/go/linux-x86/test/
func4.go 7 // Verify that it is illegal to take the address of a function.
import4.go 7 // Verify that various kinds of "imported and not used"
init.go 7 // Verify that erroneous use of init is detected.
initloop.go 7 // Verify that initialization loops are caught
typecheck.go 3 // Verify that the Go compiler will not
typecheckloop.go 7 // Verify that constant definition loops are caught during
varerr.go 7 // Verify that a couple of illegal variable declarations are caught by the compiler.
switch6.go 15 // Verify that type switch statements with impossible cases are detected by the compiler.
22 // Verify that the compiler rejects multiple default cases.
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
VerifyTest.java 30 * Unit tests for {@link Verify}
34 private final Verify mVerify;
37 mVerify = new Verify();
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
itoatest.cpp 70 static void Verify(void(*f)(T, char*), char* (*g)(T, char*)) {
141 Verify(u32toa_naive, u32toa);
145 Verify(i32toa_naive, i32toa);
149 Verify(u64toa_naive, u64toa);
153 Verify(i64toa_naive, i64toa);
  /art/runtime/gc/accounting/
mod_union_table.h 85 // for said cards. Exclusive lock is required since verify sometimes uses
88 virtual void Verify() REQUIRES(Locks::heap_bitmap_lock_) = 0;
138 // Exclusive lock is required since verify uses SpaceBitmap::VisitMarkedRange and
140 void Verify() OVERRIDE
185 // Nothing to verify.
186 virtual void Verify() OVERRIDE {}
  /tools/tradefederation/core/src/com/android/tradefed/command/
Verify.java 31 public class Verify {
36 @Option(name = "cmdfile", description = "command file to verify")
61 Verify verify = new Verify(); local
62 ArgsOptionParser optionSetter = new ArgsOptionParser(verify);
64 if (verify.isHelpMode()) {
66 System.err.println(ArgsOptionParser.getOptionHelp(false, verify));
70 if (verify.run()) {
92 // if verify returns false, then we set anyFailures to tru
    [all...]
  /external/libchrome/crypto/
hmac.cc 38 bool HMAC::Verify(const base::StringPiece& data,
hmac.h 78 bool Verify(const base::StringPiece& data,
81 // Verifies a truncated HMAC, behaving identical to Verify(), except
  /external/llvm/test/MC/PowerPC/
ppc64-localentry.s 41 # 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.
75 # Verify that symbol assignment copies the Other bits.
  /external/pdfium/xfa/fxfa/parser/
cscript_signaturepseudomodel.cpp 26 void CScript_SignaturePseudoModel::Verify(CFXJSE_Arguments* pArguments) {
29 ThrowParamCountMismatchException(L"verify");
  /external/testng/src/test/java/test/verify/
VerifyMethodInterceptor.java 1 package test.verify;
27 // Create the result with each @Verify method followed by a call
34 if (m.getMethod().getMethod().getAnnotation(Verify.class) != null) {
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.h 62 // Verify that the state is the initial one, ready to resolve a single
66 // Verify the move list before performing moves.
67 void Verify();
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.h 62 // Verify that the state is the initial one, ready to resolve a single
66 // Verify the move list before performing moves.
67 void Verify();
  /prebuilts/go/darwin-x86/test/
switch6.go 15 // Verify that type switch statements with impossible cases are detected by the compiler.
22 // Verify that the compiler rejects multiple default cases.

Completed in 1718 milliseconds

1 23 4 5 6 7 8 91011>>