HomeSort by relevance Sort by last modified time
    Searched refs:Mismatch (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
PHITransAddr.cpp 247 bool Mismatch = false;
250 Mismatch = true;
253 if (!Mismatch)
  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305_test.go 51 t.Errorf("Mismatch at %d: %x vs %x", i, state, expected)
runner.go 831 return fmt.Errorf("next proto mismatch: got %s, wanted %s", actual, expected)
843 return fmt.Errorf("next proto type mismatch")
848 return fmt.Errorf("SRTP profile mismatch: got %d, wanted %d", p, test.expectedSRTPProtectionProfile)
852 return fmt.Errorf("OCSP Response mismatch: got %x, wanted %x", tlsConn.OCSPResponse(), test.expectedOCSPResponse)
856 return fmt.Errorf("SCT list mismatch")
894 return fmt.Errorf("early keying material mismatch; got %x, wanted %x", actual, expected)
908 return fmt.Errorf("keying material mismatch; got %x, wanted %x", actual, expected)
931 return fmt.Errorf("read traffic-secret mismatch; got %x, wanted %x", theirReadSecret, myWriteSecret)
934 return fmt.Errorf("write traffic-secret mismatch; got %x, wanted %x", theirWriteSecret, myReadSecret)
945 return fmt.Errorf("tls-unique mismatch: peer sent %x, but %x was expected", peersValue[:], expected
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
literal_comparison.cc 119 "first mismatch at array index %s:\n expected value: %s\n actual "
277 // Data structure encapsulating metadata about a single element mismatch.
278 struct Mismatch {
288 bool operator<(const Mismatch& other) const {
317 // If the shapes mismatch, we simply fail the expectation instead of
370 // the given literal_index and keeps track of various mismatch statistics.
382 // A nan mismatch is considered to have infinite error. rel_error is
449 Mismatch mismatch = {actual, expected, rel_error, abs_error, local
451 top_rel_mismatches_.insert(mismatch);
462 bool mismatch = false; local
485 bool mismatch = false; local
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 716 /// plain Mismatch(), which does not recover. Then any error
    [all...]
Antlr.Runtime.Tree.pas     [all...]

Completed in 734 milliseconds