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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/compress/flate/
inflate_test.go 62 t.Errorf("test %d, error mismatch: got %v, want io.ErrUnexpectedEOF", i, err)
65 t.Errorf("test %d, output mismatch: got %q, want %q", i, b, v.output)
  /prebuilts/go/linux-x86/src/compress/flate/
inflate_test.go 62 t.Errorf("test %d, error mismatch: got %v, want io.ErrUnexpectedEOF", i, err)
65 t.Errorf("test %d, output mismatch: got %q, want %q", i, b, v.output)
  /external/bsdiff/
suffix_array_index.cc 123 std::mismatch(target, target + prev_max_len, prev_suffix).first -
133 std::mismatch(target, target + next_max_len, next_suffix).first -
  /external/libmicrohttpd/src/microhttpd/
test_postprocessor.c 73 mismatch (const char *a, const char *b) function
106 (mismatch (filename, want[idx + 1])) ||
107 (mismatch (content_type, want[idx + 2])) ||
108 (mismatch (transfer_encoding, want[idx + 3])) ||
  /external/wpa_supplicant_8/hs20/server/www/
spp.php 75 error_log("Authentication failure - response mismatch");
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
hamcrest-core-1.3.jar 
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
hamcrest-core-1.3.jar 
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
hamcrest-core-1.3.jar 
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
hamcrest-core-1.3.jar 
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /toolchain/binutils/binutils-2.27/bfd/
elf32-visium.c 770 flagword mismatch; local
791 mismatch = (new_flags ^ old_flags)
793 if (mismatch & EF_VISIUM_ARCH_GR6)
799 else if (mismatch & EF_VISIUM_ARCH_MCM)
805 else if (mismatch & EF_VISIUM_ARCH_MCM24)
812 if (mismatch)
  /cts/tests/signature/src/android/signature/cts/
ApiComplianceChecker.java 68 resultObserver.notifyFailure(FailureType.mismatch(classDescription),
76 resultObserver.notifyFailure(FailureType.mismatch(classDescription),
77 classDescription.getAbsoluteClassName(), "Annotation mismatch");
84 resultObserver.notifyFailure(FailureType.mismatch(classDescription),
85 classDescription.getAbsoluteClassName(), "Extends mismatch");
91 resultObserver.notifyFailure(FailureType.mismatch(classDescription),
92 classDescription.getAbsoluteClassName(), "Implements mismatch");
138 return String.format("modifier mismatch - description (%s), class (%s)",
475 // FIXME: A workaround to fix the final mismatch on enumeration
531 return String.format("modifier mismatch - description (%s), method (%s)"
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3baserecognizer.h 141 /** Pointer to a function that works out what to do when a token mismatch
144 void (*mismatch) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member in struct:ANTLR3_BASE_RECOGNIZER_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 146 { return mismatch(__begin1, __end1, __begin2,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
find_selectors.h 146 { return mismatch(__begin1, __end1, __begin2,
  /prebuilts/go/darwin-x86/src/compress/lzw/
writer_test.go 81 t.Errorf("%s (order=%d litWidth=%d): length mismatch %d != %d", fn, order, litWidth, len(b1), len(b0))
86 t.Errorf("%s (order=%d litWidth=%d): mismatch at %d, 0x%02x != 0x%02x\n", fn, order, litWidth, i, b1[i], b0[i])
  /prebuilts/go/linux-x86/src/compress/lzw/
writer_test.go 81 t.Errorf("%s (order=%d litWidth=%d): length mismatch %d != %d", fn, order, litWidth, len(b1), len(b0))
86 t.Errorf("%s (order=%d litWidth=%d): mismatch at %d, 0x%02x != 0x%02x\n", fn, order, litWidth, i, b1[i], b0[i])
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
Thunk16.S 103 lgdtl _16Gdtr #bugbug mismatch.
105 .long L_16Bit #bugbug mismatch.
  /external/swiftshader/src/OpenGL/libEGL/
Android.mk 13 -Wno-implicit-exception-spec-mismatch \

Completed in 266 milliseconds

1 2 34 5 6 7 8 91011>>