/external/srec/tools/cmd/ |
D | srecres2utd.pl | 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}, … 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/ |
D | tester.cc | 456 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/ |
D | README | 9 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/ |
D | powixf2_test.c | 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local 28 if (!correct) in test__powixf2() 31 return !correct; in test__powixf2()
|
D | powitf2_test.c | 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local 28 if (!correct) in test__powitf2() 31 return !correct; in test__powitf2()
|
D | powisf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local 26 if (!correct) in test__powisf2() 29 return !correct; in test__powisf2()
|
D | powidf2_test.c | 25 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/ |
D | LoaderNSURLExtras.mm | 68 … // 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/ |
D | residual_block.cc | 172 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/ |
D | 2008-04-22-ByValBitcast.ll | 2 ;; the correct type, or at least a type of the correct size.
|
/external/chromium/chrome/browser/ |
D | spellcheck_message_filter.cc | 40 bool* correct) { in OnPlatformCheckSpelling() argument 41 *correct = SpellCheckerPlatform::CheckSpelling(word, tag); in OnPlatformCheckSpelling()
|
/external/stlport/test/compiler/ |
D | README | 7 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/ |
D | pylintrc | 165 # 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/ |
D | fpmath.ll | 13 ; Above line is correct. 15 ; Above line is correct.
|
/external/e2fsprogs/ |
D | INSTALL.elfbin | 27 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.
|
D | INSTALL | 48 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/ |
D | elf-bigendian.ll | 8 ; 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/ |
D | readme.txt | 9 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/ |
D | README.last | 25 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/ |
D | SDL_sysjoystick.c | 1054 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/ |
D | pth_cancel1.stdout.exp | 3 result is correct
|
/external/fdlibm/ |
D | changes | 16 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/ |
D | LIST | 3 function-correct-args
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | menu_controller_unittest.mm | 85 // 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/ |
D | click-label-expected.txt | 1 This tests that the correct form control element is clicked when clicking on a label. If the test i…
|