Searched refs:correct (Results 1 - 25 of 134) sorted by relevance

123456

/external/valgrind/none/tests/
H A Dpth_cancel1.stdout.exp3 result is correct
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
H A DPKCS1Encoding.java257 * @return Either 0, if the encoding is correct, or -1, if it is incorrect.
261 int correct = 0;
265 correct |= (encoded[0] ^ 2);
281 correct |= (tmp & 1) - 1;
287 correct |= encoded[encoded.length - (pLen + 1)];
292 correct |= correct >> 1;
293 correct |= correct >> 2;
294 correct |
[all...]
/external/vboot_reference/utility/
H A Dtpm-nvsize39 echo please correct this condition and try again
/external/compiler-rt/test/builtins/Unit/
H A Dpowidf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
26 if (!correct)
29 return !correct;
H A Dpowisf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
26 if (!correct)
29 return !correct;
H A Dpowitf2_test.c28 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
29 if (!correct)
32 return !correct;
H A Dpowixf2_test.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
28 if (!correct)
31 return !correct;
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dltpfsscsi.sh29 the correct parameters.
/external/swiftshader/third_party/LLVM/utils/
H A Dllvm-native-gcc117 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
124 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
148 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
151 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DBreakIteratorPerformanceTest.java123 PerfTest.Function createTestICU(final com.ibm.icu.text.BreakIterator iIter, final String[] correct, argument
131 if (!correct[k++].equals(fileContents.substring(start, end)))
134 if (k != correct.length)
145 PerfTest.Function createTestJava(final java.text.BreakIterator jIter, final String[] correct, final String breakType) { argument
151 if (!correct[k++].equals(fileContents.substring(start, end)))
154 if (k != correct.length)
/external/libpng/contrib/libtests/
H A Dtarith.c330 /* Test this character (ch) to ensure the parser does the correct thing.
645 * numbers, so correct for that here.
793 double correct = -log(i/255.)/log(2.)*65536; local
794 double error = png_log8bit(i) - correct;
800 i != 0 && png_log8bit(i) != floor(correct+.5))
803 i, png_log8bit(i), correct);
813 double correct = -log(i/65535.)/log(2.)*65536; local
814 double error = png_log16bit(i) - correct;
820 i != 0 && png_log16bit(i) != floor(correct+.5))
825 " error: %f\n", i, png_log16bit(i), correct, erro
837 double correct = exp(-i/65536. * log(2.)) * (65536. * 65536); local
855 double correct = exp(-i/65536. * log(2.)) * 255; local
873 double correct = exp(-i/65536. * log(2.)) * 65535; local
902 double correct = pow(j/255., g) * 255; local
921 double correct = pow(j/65535., g) * 65535; local
[all...]
/external/regex-re2/re2/testing/
H A Dtester.cc453 // Checks whether r is okay given that correct is the right answer.
456 static bool ResultOkay(const Result& r, const Result& correct) { argument
459 if (r.matched != correct.matched)
463 if (correct.submatch[i].begin() != r.submatch[i].begin() ||
464 correct.submatch[i].size() != r.submatch[i].size())
477 Result correct; local
478 RunSearch(kEngineBacktrack, text, context, anchor, &correct);
479 if (correct.skipped) {
501 if (ResultOkay(r, correct)) {
520 if (r.matched != correct
[all...]
/external/llvm/test/MC/Sparc/
H A Dsparc-little-endian.s13 ! ...and that fixups are applied to the correct bytes.
/external/pcre/dist2/src/
H A Dpcre2_ucd.c3743 #error Please correct UCD_BLOCK_SIZE in pcre2_internal.h
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc220 bool correct = true; local
221 if ((value.size() + 1) % 5 != 0) correct = false;
222 for (size_t i = 0; i + 4 <= value.size() && correct; i += 5) {
224 if (i > 4 && value[i - 1] != ',') correct = false;
226 if (!correct) {
/external/iputils/
H A DMakefile203 @echo "Please, set correct KERNEL_INCLUDE"; false
207 echo "Please, set correct KERNEL_INCLUDE"; false; fi
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
H A Dasm_cfi.s1 # The test verifies that correct DWARF directives are emitted when
/external/llvm/test/MC/COFF/
H A Dcomm-align.s9 # - that functions after the switch also are emitted into the correct section
/external/libunwind/doc/
H A Dlibunwind-setjmp.tex46 \item The correct operation of this library depends on the presence of
47 correct unwind information. On newer platforms, this is rarely an
50 unwound during a \Func{longjmp}() have correct unwind information
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
H A DELF_Mips64r2N64_PIC_relocations.s107 # loading address of the page pointer from correct offset. In this case
122 # Check that we are loading address of var from correct offset. In this case
132 # Check that we are loading address of bar from correct offset. In this case
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DMachO_x86-64_PIC_relocations.s25 # references the correct GOT entry address:
/external/llvm/test/MC/Mips/
H A Dset-at-directive-explicit-at.s6 # will set the correct value for $at.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonErrorNode.as56 // next one is for sure correct.
/external/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc92 // the correct adjusted exponent in the destination type.
/external/llvm/test/MC/ARM/
H A Darm-thumb-cpus.s22 @ Make sure correct diagnostics are given for CPUs without support for

Completed in 950 milliseconds

123456