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

<<11121314151617181920>>

  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 56 Verify();
126 void LGapResolver::Verify() {
  /prebuilts/go/darwin-x86/src/go/types/
hilbert_test.go 74 g.verify(n)
154 func (g *gen) verify(n int) { func
155 g.p(`// Verify that product is the identity matrix
175 // verify ok at type-check time
  /prebuilts/go/darwin-x86/src/net/
mac_test.go 77 // Verify that serialization works too, and that it round-trips.
  /prebuilts/go/darwin-x86/test/
cmp6.go 7 // Verify that incorrect comparisons are detected.
convlit.go 7 // Verify that illegal assignments with both explicit and implicit conversions of literals are detected.
switch5.go 7 // Verify that switch statements with duplicate cases are detected by the compiler.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13559.go 7 // Verify that error messages print meaningful values
  /prebuilts/go/linux-x86/src/go/types/
hilbert_test.go 74 g.verify(n)
154 func (g *gen) verify(n int) { func
155 g.p(`// Verify that product is the identity matrix
175 // verify ok at type-check time
  /prebuilts/go/linux-x86/src/net/
mac_test.go 77 // Verify that serialization works too, and that it round-trips.
  /prebuilts/go/linux-x86/test/
cmp6.go 7 // Verify that incorrect comparisons are detected.
convlit.go 7 // Verify that illegal assignments with both explicit and implicit conversions of literals are detected.
switch5.go 7 // Verify that switch statements with duplicate cases are detected by the compiler.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13559.go 7 // Verify that error messages print meaningful values
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap.d 7 # Verify that DWARF-2 location information for instructions reordered
mips16@loc-swap.d 7 # Verify that DWARF-2 location information for instructions reordered
  /external/flatbuffers/samples/
monster_generated.h 229 bool Verify(flatbuffers::Verifier &verifier) const {
235 verifier.Verify(name()) &&
237 verifier.Verify(inventory()) &&
240 verifier.Verify(weapons()) &&
371 bool Verify(flatbuffers::Verifier &verifier) const {
374 verifier.Verify(name()) &&
  /external/python/cpython2/Lib/test/
test_gdb.py 0 # Verify that gdb can pretty-print the various PyObject* types
85 # Verify that "gdb" was built with the embedded python support enabled:
90 # Verify that "gdb" can load our custom hooks, as OS security settings may
240 # parameter, and verify that the gdb displays the same string
284 'Verify the pretty-printing of various "int" values'
292 'Verify the pretty-printing of various "long" values'
299 'Verify the pretty-printing of True, False and None'
305 'Verify the pretty-printing of dictionaries'
311 'Verify the pretty-printing of lists'
316 'Verify the pretty-printing of strings
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 52 VerifyDiagnosticConsumer &Verify;
56 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM)
57 : Verify(Verify), SM(SM) { }
64 Verify.UpdateParsedFileStatus(SM, SM.getFileID(Loc),
841 llvm::report_fatal_error(Twine("-verify directives found after rather"
  /external/gptfdisk/
gpttext.cc 604 Verify();
723 Verify();
857 Verify();
    [all...]
gptcl.cc 106 {"verify", 'v', POPT_ARG_NONE, NULL, 'v', "check partition table integrity", ""},
400 Verify();
442 Verify();
  /test/vts-testcase/kernel/ltp/
KernelLtpTest.py 178 def Verify(self, results):
208 If the shell command result is not yet interpreted, self.Verify will
223 result, note = self.Verify(cmd_results)
224 logging.info("verify result: %s", result)
414 result, note = self.Verify(cmd_results)
  /art/runtime/
runtime_options.def 119 Verify, verifier::VerifyMode::kEnable)
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
StripSymbols.cpp 357 if (DIGlobalVariable(NMD->getOperand(i)).Verify())
381 if (DISubprogram(NMD->getOperand(i)).Verify())
  /external/v8/src/crankshaft/
lithium-allocator.h 297 void Verify() const;
373 void Verify() const;
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 61 Verify();
196 void LGapResolver::Verify() {

Completed in 550 milliseconds

<<11121314151617181920>>