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

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3treeparser.c 38 static void mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
83 parser->rec->mismatch = mismatch;
169 /** Override for standard base recognizer mismatch function
174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) function
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
CombinableMatcher.java 17 protected boolean matchesSafely(T item, Description mismatch) {
19 matcher.describeMismatch(item, mismatch);
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/altpath/src/plugin-mismatch/
main.go 12 // plugin-mismatch should produce an error.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug143.go 41 * bug143.go:19: assignment count mismatch: 2 = 1
issue5607.go 17 // part of init() (funcdepth mismatch).
issue7316.go 9 // of the sources of etype mismatch during register allocation in 8g.
  /prebuilts/go/linux-x86/misc/cgo/testplugin/altpath/src/plugin-mismatch/
main.go 12 // plugin-mismatch should produce an error.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug143.go 41 * bug143.go:19: assignment count mismatch: 2 = 1
issue5607.go 17 // part of init() (funcdepth mismatch).
issue7316.go 9 // of the sources of etype mismatch during register allocation in 8g.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
weakref1.d 7 # confused symbol reference count mismatch with a bfd assertion. Linking
  /external/mockito/src/test/java/org/mockitousage/stubbing/
StrictStubbingEndToEndTest.java 103 @Test public void mismatch() { method in class:StrictStubbingEndToEndTest.ReportMismatchButNotUnusedStubbing
130 @Test public void mismatch() { method in class:StrictStubbingEndToEndTest.LenientStrictness1
143 @Test public void mismatch() { method in class:StrictStubbingEndToEndTest.LenientStrictness2
  /external/autotest/server/cros/faft/
cr50_test.py 236 mismatch = self._check_original_state()
237 if mismatch:
238 raise error.TestError('Could not restore state: %s' % mismatch)
285 mismatch = {}
291 mismatch[k] = 'old: %s, new: %s' % (original_val, new_val)
293 if mismatch:
294 logging.warning('State Mismatch:\n%s', pprint.pformat(mismatch))
297 return mismatch
307 raise error.TestError('Unexpected state mismatch during
    [all...]
  /external/curl/
androidconfigure 98 patch -p1 --no-backup-if-mismatch < local-configure.patch
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8092.go 30 t.Errorf("%s: pointer mismatch: %v != %v", test.s, test.a, test.b)
  /prebuilts/go/darwin-x86/src/crypto/sha1/
fallback_test.go 32 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/darwin-x86/src/crypto/sha256/
fallback_test.go 33 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/darwin-x86/src/crypto/sha512/
fallback_test.go 35 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/darwin-x86/src/net/http/httptest/
httptest_test.go 165 t.Errorf("%d. Request.URL mismatch:\n got: %#v\nwant: %#v", i, got.URL, tt.want.URL)
168 t.Errorf("%d. Request.Header mismatch:\n got: %#v\nwant: %#v", i, got.Header, tt.want.Header)
171 t.Errorf("%d. Request.TLS mismatch:\n got: %#v\nwant: %#v", i, got.TLS, tt.want.TLS)
174 t.Errorf("%d. Request mismatch:\n got: %#v\nwant: %#v", i, got, tt.want)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue8092.go 30 t.Errorf("%s: pointer mismatch: %v != %v", test.s, test.a, test.b)
  /prebuilts/go/linux-x86/src/crypto/sha1/
fallback_test.go 32 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/linux-x86/src/crypto/sha256/
fallback_test.go 33 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/linux-x86/src/crypto/sha512/
fallback_test.go 35 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/linux-x86/src/net/http/httptest/
httptest_test.go 165 t.Errorf("%d. Request.URL mismatch:\n got: %#v\nwant: %#v", i, got.URL, tt.want.URL)
168 t.Errorf("%d. Request.Header mismatch:\n got: %#v\nwant: %#v", i, got.Header, tt.want.Header)
171 t.Errorf("%d. Request.TLS mismatch:\n got: %#v\nwant: %#v", i, got.TLS, tt.want.TLS)
174 t.Errorf("%d. Request mismatch:\n got: %#v\nwant: %#v", i, got, tt.want)
  /external/autotest/server/site_tests/firmware_Cr50CCDServoCap/
firmware_Cr50CCDServoCap.py 157 mismatch = []
165 mismatch.append('%s: "%s" not in "%s"' % (name, actual_state,
167 if mismatch:
169 mismatch))

Completed in 796 milliseconds

1 23 4 5 6 7 8 91011>>