HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 176 - 200 of 299) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/v8/test/mjsunit/
allocation-site-info.js 150 // Verify that we will not pretransition the double->fast path.
328 // Verify that cross context calls work
smi-ops.js 676 // Verify that we handle the (optimized) corner case of shifting by
682 // Verify that the static type information of x >>> 32 is computed correctly.
691 // Verify that the shift amount is reduced modulo 32, not modulo 64.
  /external/openfst/src/include/fst/script/
info-impl.h 35 #include <fst/verify.h>
55 string info_type = "auto", bool verify = true)
82 if (verify && !Verify(fst)) {
83 FSTERROR() << "FstInfo: Verify: FST not well-formed.";
  /external/openfst/src/test/
fst_test.h 27 #include <fst/verify.h>
64 CHECK(Verify(fst));
  /external/chromium_org/ui/base/ime/
input_method_ibus_unittest.cc 302 void Verify(const std::string& text,
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 159 assert(M.Verify() && "Imported module should be valid");
189 assert(M.Verify() && "Imported module should be valid");
    [all...]
  /external/v8/src/
hydrogen-instructions.h 265 void Verify() const;
730 virtual void Verify() = 0;
836 virtual void Verify();
    [all...]
  /external/chromium_org/v8/src/
heap.cc 448 Verify();
495 Verify();
    [all...]
lithium-allocator.cc 104 void LiveRange::Verify() const {
359 Verify();
360 result->Verify();
    [all...]
spaces.cc     [all...]
spaces.h     [all...]
  /external/v8/test/mjsunit/
smi-ops.js 676 // Verify that we handle the (optimized) corner case of shifting by
682 // Verify that the static type information of x >>> 32 is computed correctly.
691 // Verify that the shift amount is reduced modulo 32, not modulo 64.
  /art/compiler/driver/
compiler_driver.h 346 void Verify(jobject class_loader, const std::vector<const DexFile*>& dex_files,
  /art/runtime/verifier/
method_verifier.h 88 * Identifies the type of reference in the instruction that generated the verify error
147 /* Verify a class. Returns "kNoFailure" on success. */
239 bool Verify() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
381 // Verify an array data table. "cur_offset" is the offset of the fill-array-data instruction.
384 // Verify that the target of a branch instruction is valid. We don't expect code to jump directly
386 // "move-exception" instruction. We verify that in a later stage.
391 // Verify a switch table. "cur_offset" is the offset of the switch instruction.
398 // There are some tests we don't do here, e.g. we don't try to verify that invoking a method that
553 * Verify the arguments to a method. We're executing in "method", making
561 * For non-static method calls, this will verify that the method call i
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
splay.js 97 // Verify that the splay tree has the right size.
103 // Verify that the splay tree has sorted, unique keys.
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 58 rem vcdiff with all three arguments. Verify that output file matches target file
80 rem vcdiff using stdin/stdout. Verify that output file matches target file
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 78 # Verify we selected a valid toolchain for this example
138 # We use the existence of tools/oshelpers.py to verify the validity of the SDK
410 # Verify we can find the Chrome executable if we need to launch it.
  /external/chromium_org/net/cert/
cert_verify_proc.cc 185 int CertVerifyProc::Verify(X509Certificate* cert,
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc 238 // Verify that dup2() returns success, but doesn't actually run.
252 // Verify that we can return the minimum and maximum errno values.
317 // Stack a second sandbox with its own policy. Verify that we can further
435 // Verify that within the callback function all filtering is temporarily
439 // Verify that we can now call the underlying system call without causing
535 // Verify that the call will fail, if it makes it all the way to the kernel.
539 // And verify that other uses of prctl() work just fine.
545 // Finally, verify that system calls other than prctl() are completely
618 // Call sigprocmask() to verify that SIGUSR2 wasn't blocked, if we didn't
627 // Try again, and this time we verify that we can block it. Thi
    [all...]
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 58 rem vcdiff with all three arguments. Verify that output file matches target file
80 rem vcdiff using stdin/stdout. Verify that output file matches target file
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 91 // Verify that the splay tree has the right size.
97 // Verify that the splay tree has sorted, unique keys.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 91 // Verify that the splay tree has the right size.
97 // Verify that the splay tree has sorted, unique keys.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 92 // Verify that the splay tree has the right size.
98 // Verify that the splay tree has sorted, unique keys.
  /external/chromium_org/v8/benchmarks/
splay.js 97 // Verify that the splay tree has the right size.
103 // Verify that the splay tree has sorted, unique keys.

Completed in 609 milliseconds

1 2 3 4 5 6 78 91011>>