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

12345

/external/valgrind/main/none/tests/
H A Dpth_cancel1.stdout.exp3 result is correct
/external/chromium_org/cc/base/
H A Dutil_unittest.cc15 // determine the correct value before it's needed.
16 int correct; local
19 correct = attempt;
20 EXPECT_EQ(correct, RoundUp(attempt, multiplier))
27 // determine the correct value before it's needed.
28 unsigned correct; local
31 correct = attempt;
32 EXPECT_EQ(correct, RoundUp(attempt, multiplier))
43 // determine the correct value before it's needed.
44 int correct; local
56 unsigned correct; local
[all...]
/external/chromium_org/v8/test/webkit/
H A Dfunction-prototype-descriptor.js30 // test function.prototype has the correct attributes - writable, enumerable, non-configurable.
37 // Test prototype's attributes are correct.
41 // Test prototype's attributes are correct, if assigned without first having being accessed.
/external/srec/tools/cmd/
H A Dsrecres2utd.pl15 my @fields = ("file", "correct", "invocab", "gdiff", "sd", "sd13", "spf", "abs", "gdiffpf", "rejrslt", "rankc", "match", "ortho", "choice1", "choice2", "score1", "conf", "gender");
128 $rr = $results{correct}/$results{total} * 100;
130 print sprintf("%-45s RR %4.1f %d/%d (%d oovs)\n", $base, $rr, $results{correct}, $results{total}, $results{numoovs});
153 $token->{correct} = "0";
157 $results->{correct}++;
158 $token->{correct} = "1";
170 $token->{correct} = "0";
173 $token->{correct} = "1";
174 $results->{correct}++ ;
176 $token->{correct}
[all...]
/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.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
28 if (!correct)
31 return !correct;
H A Dpowixf2_test.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
28 if (!correct)
31 return !correct;
/external/llvm/test/MC/Mips/
H A Dset-at-directive-explicit-at.s5 # for ".set at" and set the correct value. The correct value for $at is always
/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/chromium_org/content/renderer/media/
H A Dmedia_stream_video_track_unittest.cc123 CheckThreadHelper(base::Closure callback, bool* correct) argument
125 correct_(correct) {
153 bool correct = false; local
158 base::Owned(new CheckThreadHelper(run_loop.QuitClosure(), &correct))),
162 EXPECT_TRUE(correct) << "Not called on correct thread.";
/external/ceres-solver/internal/ceres/
H A Dresidual_block.cc175 Corrector correct(squared_norm, rho);
182 correct.CorrectJacobian(num_residuals,
192 correct.CorrectResiduals(num_residuals, residuals);
/external/chromium_org/third_party/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/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/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter_mac.h39 void OnCheckSpelling(const base::string16& word, int route_id, bool* correct);
/external/chromium_org/components/pairing/
H A Dcontroller_pairing_controller.h88 virtual void SetConfirmationCodeIsCorrect(bool correct) = 0;
H A Dfake_controller_pairing_controller.h75 virtual void SetConfirmationCodeIsCorrect(bool correct) OVERRIDE;
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdftest1.asm10 ;; [7] correct generation of BSS addresses
/external/iputils/
H A DMakefile203 @echo "Please, set correct KERNEL_INCLUDE"; false
207 echo "Please, set correct KERNEL_INCLUDE"; false; fi
/external/pcre/dist/
H A Dpcre_ucd.c3626 #error Please correct UCD_BLOCK_SIZE in pcre_internal.h
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dcorruption_test.cc93 int correct = 0; local
114 correct++;
121 min_expected, max_expected, correct, bad_keys, bad_values, missed);
122 ASSERT_LE(min_expected, correct);
123 ASSERT_GE(max_expected, correct);
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.cpp461 SkRect correct = *rect; local
469 correct.fLeft += metrics.fXMin;
470 correct.fTop += metrics.fTop;
471 correct.fRight += metrics.fXMax;
472 correct.fBottom += metrics.fBottom;
474 SkASSERTF(paint.getTextSize() < 0.001f || rect->contains(correct),
/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/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonErrorNode.as56 // next one is for sure correct.

Completed in 650 milliseconds

12345