Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 658) sorted by relevance

12345678910>>...27

/external/srec/tools/cmd/
Dsrecres2utd.pl128 $rr = $results{correct}/$results{total} * 100;
130 …print sprintf("%-45s RR %4.1f %d/%d (%d oovs)\n", $base, $rr, $results{correct}, $results{total}, …
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} = "0";
/external/regex-re2/re2/testing/
Dtester.cc456 static bool ResultOkay(const Result& r, const Result& correct) { in ResultOkay() argument
459 if (r.matched != correct.matched) in ResultOkay()
463 if (correct.submatch[i].begin() != r.submatch[i].begin() || in ResultOkay()
464 correct.submatch[i].size() != r.submatch[i].size()) in ResultOkay()
477 Result correct; in RunCase() local
478 RunSearch(kEngineBacktrack, text, context, anchor, &correct); in RunCase()
479 if (correct.skipped) { in RunCase()
501 if (ResultOkay(r, correct)) { in RunCase()
520 if (r.matched != correct.matched) { in RunCase()
529 if (r.submatch[i].begin() != correct.submatch[i].begin() || in RunCase()
[all …]
/external/iproute2/
DREADME9 1. Look at start of Makefile and set correct values for:
11 KERNEL_INCLUDE should point to correct linux kernel include directory.
26 look at start of Makefile and set correct values for
/external/compiler-rt/test/Unit/
Dpowixf2_test.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local
28 if (!correct) in test__powixf2()
31 return !correct; in test__powixf2()
Dpowitf2_test.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local
28 if (!correct) in test__powitf2()
31 return !correct; in test__powitf2()
Dpowisf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local
26 if (!correct) in test__powisf2()
29 return !correct; in test__powisf2()
Dpowidf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local
26 if (!correct) in test__powidf2()
29 return !correct; in test__powidf2()
/external/webkit/Source/WebCore/loader/mac/
DLoaderNSURLExtras.mm68 … // Save the extension for later correction. Only correct the extension of the lastPathComponent.
69 …// For example, if the filename ends up being the host, we wouldn't want to correct ".com" in "www…
78 // Do not correct filenames that are reported with a mime type of tar, and
87 // If the type is known, check the extension and correct it if necessary.
95 // Append the correct extension.
/external/ceres-solver/internal/ceres/
Dresidual_block.cc172 Corrector correct(squared_norm, rho); in Evaluate() local
179 correct.CorrectJacobian(num_residuals, in Evaluate()
189 correct.CorrectResiduals(num_residuals, residuals); in Evaluate()
/external/llvm/test/Transforms/InstCombine/
D2008-04-22-ByValBitcast.ll2 ;; the correct type, or at least a type of the correct size.
/external/chromium/chrome/browser/
Dspellcheck_message_filter.cc40 bool* correct) { in OnPlatformCheckSpelling() argument
41 *correct = SpellCheckerPlatform::CheckSpelling(word, tag); in OnPlatformCheckSpelling()
/external/stlport/test/compiler/
DREADME7 The main purposes of this tests is to help for developers to find correct
8 workarounds, if compiler don't understand some (correct) language constructions.
/external/antlr/antlr-3.4/runtime/Python/
Dpylintrc165 # Regular expression which should only match correct module names
168 # Regular expression which should only match correct module level names
171 # Regular expression which should only match correct class names
174 # Regular expression which should only match correct function names
177 # Regular expression which should only match correct method names
180 # Regular expression which should only match correct instance attribute names
183 # Regular expression which should only match correct argument names
186 # Regular expression which should only match correct variable names
189 # Regular expression which should only match correct list comprehension /
/external/llvm/test/Verifier/
Dfpmath.ll13 ; Above line is correct.
15 ; Above line is correct.
/external/e2fsprogs/
DINSTALL.elfbin27 see the correct manual pages. The shell script in
30 4) Make sure your /etc/fstab file is correct.
47 Michael Weller) that may help you correct your /etc/fstab file.
DINSTALL48 see the correct manual pages. The shell script in
51 9) Make sure your /etc/fstab file is correct.
68 Michael Weller) that may help you correct your /etc/fstab file.
/external/llvm/test/MC/Mips/
Delf-bigendian.ll8 ; Make sure that a section table (text) entry is correct.
20 ; See that at least first 3 instructions are correct: GP prologue
/external/icu4c/test/compat/
Dreadme.txt9 tzone.pl Perl script that calls the tzdate program with the correct TZ and arguments.
38 the variable that is used there. LD_LIBRARY_PATH is the correct name
/external/iproute2/tc/
DREADME.last25 To resume: as only you will get it working, select correct clock
42 It is available only for alpha and pentiums with correct
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
DSDL_sysjoystick.c1054 struct axis_correct *correct; in EV_AxisCorrect() local
1056 correct = &joystick->hwdata->abs_correct[which]; in EV_AxisCorrect()
1057 if ( correct->used ) { in EV_AxisCorrect()
1058 if ( value > correct->coef[0] ) { in EV_AxisCorrect()
1059 if ( value < correct->coef[1] ) { in EV_AxisCorrect()
1062 value -= correct->coef[1]; in EV_AxisCorrect()
1064 value -= correct->coef[0]; in EV_AxisCorrect()
1066 value *= correct->coef[2]; in EV_AxisCorrect()
/external/valgrind/main/none/tests/
Dpth_cancel1.stdout.exp3 result is correct
/external/fdlibm/
Dchanges16 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z);
21 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z);
/external/webkit/PerformanceTests/SunSpider/tests/ubench/
DLIST3 function-correct-args
/external/chromium/chrome/browser/ui/cocoa/
Dmenu_controller_unittest.mm85 // Check the title, tag, and represented object are correct for a random
111 // Inspect the submenu to ensure it has correct properties.
116 // Inspect one of the items to make sure it has the correct model as its
124 // Make sure the item after the submenu is correct and its represented
160 // Make sure the tags are still correct (the index no longer matches the tag).
/external/webkit/LayoutTests/fast/dom/HTMLLabelElement/
Dclick-label-expected.txt1 This tests that the correct form control element is clicked when clicking on a label. If the test i…

12345678910>>...27