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

1 23 4

  /external/chromium_org/third_party/libevent/
event_rpcgen.py 426 def Verify(self):
523 def Verify(self):
529 Entry.Verify(self)
    [all...]
  /external/chromium_org/third_party/protobuf/python/
mox.py 22 Mox works in the record-replay-verify paradigm. When you first create
33 Once you are done interacting with the mock, you need to verify that
35 prematurely without calling some cleanup method!) The verify phase
58 # Verify all methods were called as expected
76 """Raised when Verify() is called before all expected methods have been called
99 return "Verify: Expected methods never called:\n%s" % (calls,)
197 """Call verify on all mock objects created."""
246 def Verify(*args):
247 """Verify mocks.
332 """Verify that all of the expected calls have been made
    [all...]
  /external/chromium_org/ui/base/ime/
input_method_chromeos_unittest.cc 185 void Verify(const std::string& text,
    [all...]
  /external/chromium_org/v8/src/heap/
store-buffer.cc 353 void StoreBuffer::Verify() {
364 Verify();
heap-inl.h 666 // Verify() is inline to avoid ifdef-s around its calls in release
668 void ExternalStringTable::Verify() {
695 Verify();
spaces.cc     [all...]
  /external/protobuf/python/
mox.py 22 Mox works in the record-replay-verify paradigm. When you first create
33 Once you are done interacting with the mock, you need to verify that
35 prematurely without calling some cleanup method!) The verify phase
58 # Verify all methods were called as expected
76 """Raised when Verify() is called before all expected methods have been called
99 return "Verify: Expected methods never called:\n%s" % (calls,)
197 """Call verify on all mock objects created."""
246 def Verify(*args):
247 """Verify mocks.
332 """Verify that all of the expected calls have been made
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 152 Verify();
201 void Verify() {
346 Verify();
390 Verify();
403 Verify();
409 Verify();
413 Verify();
429 Verify();
435 Verify();
439 Verify();
    [all...]
  /external/chromium_org/net/cert/
cert_verify_proc_unittest.cc 124 int Verify(X509Certificate* cert,
130 return verify_proc_->Verify(cert, hostname, flags, crl_set,
154 Verify(google_full_chain.get(),
186 int error = Verify(comodo_chain.get(),
211 int error = Verify(paypal_null_cert.get(),
263 int error = Verify(cert.get(),
302 int error = Verify(cert_chain.get(),
324 Verify(cert.get(), "127.0.0.1", 0, NULL, empty_cert_list_, &verify_result);
398 int error = Verify(cert_chain.get(),
458 int error = Verify(cert_chain.get()
    [all...]
  /external/chromium_org/net/ftp/
ftp_network_transaction_unittest.cc 71 return Verify("USER anonymous\r\n", data, PRE_PASSWD,
77 return Verify("PASS chrome@example.com\r\n", data, PRE_SYST,
81 return Verify("SYST\r\n", data, PRE_PWD, "215 UNIX\r\n");
83 return Verify("PWD\r\n", data, PRE_TYPE,
86 return Verify(std::string("TYPE ") + data_type_ + "\r\n", data,
90 return Verify("EPSV\r\n", data, PRE_SIZE,
93 return Verify("EPSV\r\n", data, PRE_CWD,
96 return Verify("EPSV\r\n", data, PRE_RETR,
99 return Verify("PASV\r\n", data, PRE_CWD,
102 return Verify("PASV\r\n", data, PRE_RETR
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 55 VerifyDiagnosticConsumer &Verify;
59 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM)
60 : Verify(Verify), SM(SM) { }
67 Verify.UpdateParsedFileStatus(SM, SM.getFileID(Loc),
836 llvm::report_fatal_error(Twine("-verify directives found after rather"
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp 313 DWARFCompileUnit::Verify(Stream *s) const
    [all...]
  /art/runtime/
dex_file_verifier.cc 127 bool DexFileVerifier::Verify(const DexFile* dex_file, const byte* begin, size_t size,
130 if (!verifier->Verify()) {
251 // Compute and verify the checksum in the header.
753 // try_items are 4-byte aligned. Verify the spacer is 0.
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 38 bool DIDescriptor::Verify() const {
40 (DIDerivedType(DbgNode).Verify() ||
41 DICompositeType(DbgNode).Verify() || DIBasicType(DbgNode).Verify() ||
42 DIVariable(DbgNode).Verify() || DISubprogram(DbgNode).Verify() ||
43 DIGlobalVariable(DbgNode).Verify() || DIFile(DbgNode).Verify() ||
44 DICompileUnit(DbgNode).Verify() || DINameSpace(DbgNode).Verify() ||
    [all...]
  /art/compiler/driver/
compiler_driver.cc 531 // references with actual offsets. We cannot re-verify such instructions.
614 VLOG(compiler) << "Verify none mode specified, skipping verification.";
619 Verify(class_loader, dex_files, thread_pool, timings);
620 VLOG(compiler) << "Verify: " << GetMemoryUsageString(false);
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 273 if (verifier.Verify()) {
317 verifier->Verify();
386 Verify();
407 bool success = Verify();
437 bool success = Verify();
450 bool MethodVerifier::Verify() {
495 // class change and instantiation errors into soft verification errors so that we re-verify
628 // Iterate over each of the handlers to verify target addresses.
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_update_job_unittest.cc 309 void SetVerifyProgressEvents(bool verify) {
310 verify_progress_events_ = verify;
381 static void Verify() {
489 static void Verify() {
638 // Verify state.
643 // Verify notifications.
689 // Verify state after starting an update.
694 // Verify notifications.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 238 // Verify the CreateDtmfSender interface
262 // We don't need to verify that the DTMF tones are actually sent out because
270 observer->Verify(tones);
530 void Verify(const std::vector<std::string>& tones) const {
    [all...]
  /external/chromium_org/v8/src/
assembler.cc 832 void RelocInfo::Verify(Isolate* isolate) {
    [all...]
full-codegen.cc 443 // In debug builds, mark the return so we can verify that this function
    [all...]
lithium-allocator.cc 71 void LiveRange::Verify() const {
329 Verify();
330 result->Verify();
    [all...]
hydrogen-instructions.cc 204 Verify();
267 Verify();
279 Verify();
295 void Range::Verify() const {
310 Verify();
737 void HInstruction::Verify() {
738 // Verify that input operands are defined before use.
761 // Verify that instructions that may have side-effects are followed
767 // Verify that instructions that can be eliminated by GVN have overridden
772 // Verify that all uses are in the graph
    [all...]
  /external/chromium_org/v8/src/compiler/
register-allocator.cc 65 void LiveRange::Verify() const {
326 Verify();
327 result->Verify();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp.h     [all...]

Completed in 1375 milliseconds

1 23 4