HomeSort by relevance Sort by last modified time
    Searched full:correct (Results 76 - 100 of 5406) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
2005-01-17-CycleInDAG.ll 3 ; is invalid code (there is no correct way to order the instruction). Check
  /external/skia/src/animator/
thingstodo.txt 21 handle errors for all element not contained by correct parent
  /external/valgrind/main/none/tests/
pth_cancel1.c 63 printf("result is %s\n", result == PTHREAD_CANCELED ? "correct" : "incorrect");
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame.js 1 description("Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message.");
  /external/webkit/LayoutTests/fast/dom/HTMLLabelElement/
click-label.html 35 This tests that the correct form control element is clicked when clicking on a label.
focus-label.html 24 This tests that the correct form control element is activated when clicking on a label.
  /external/webkit/LayoutTests/fast/dom/NodeList/
nodelist-item-with-name.html 22 // Also check that the correct divs were retrieved.
  /external/webkit/Source/WebCore/manual-tests/autocorrection/
spellcheck-on-contraction-when-autocorrection-is-off.html 16 <p><b>Step 1:</b> Bring up contextual manual, and uncheck "Spelling and Grammar -> Correct Spelling Automatically" and "Substitutions -> Text Replacement".</p>
  /external/webkit/Source/WebCore/manual-tests/inspector/
console-call-line-numbers.html 14 <p>To test, open the Inspector's Console and verify that all console messages have correct resource URLs and line numbers. Also verify that errors and warnings show up inline as bubbles in the resource source view.</p>
  /external/webkit/Source/WebCore/manual-tests/
svg-links.svg 10 <tspan x='10' dy='20'>4. Drag the link and notice a bubble appear with the correct URL</tspan>
textarea-caret-position-after-auto-spell-correct.html 4 <p>Open this file in Google Chromium (version 3.0 +), in Windows, and enable the --auto-spell-correct flag. Insert the word 'teh' between any two words in the paragraph below.</p>
  /frameworks/base/core/java/android/os/
IInterface.java 28 * can return the correct result.
  /frameworks/compile/libbcc/tests/debuginfo/
llvm-lit 7 # to determine correct path for the root of the source tree.
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionTest.java 36 assertEquals("return value not correct", "ok", result);
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-q 4 $details = "Try various uses of -q and ensure they all give the correct results.\n";
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
InvalidClassExceptionTest.java 37 // correct
55 // correct
LineNumberInputStreamTest.java 86 assertEquals("Failed to read correct byte", '0', lnis.read());
87 assertEquals("Failed to read correct byte on dos text", '0', lnis2
89 assertTrue("Failed to read correct byte on dos text",
91 assertEquals("Failed to read correct byte on dos text", '1', lnis2
93 assertTrue("Failed to read correct byte on dos text",
95 assertEquals("Failed to read correct byte on dos text", '2', lnis2
105 assertTrue("Failed to read correct bytes on normal text", new String(
127 // Correct mark has been invalidated
StreamCorruptedExceptionTest.java 39 // Correct
58 // Correct
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
MalformedURLExceptionTest.java 35 // correct
39 assertTrue("Failed to throw correct exception", passed);
  /external/iproute2/tc/
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/mesa3d/src/glsl/glcpp/tests/
glcpp-test 24 echo "$pass/$total tests returned correct results"
42 echo "$pass/$total tests returned correct results"
  /external/stlport/test/compiler/
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.
  /packages/apps/Contacts/res/layout/
group_account_header_horizontal.xml 40 <!-- TODO: Should use correct color with a correct name (content should be same).
group_account_header_vertical.xml 40 <!-- TODO: Should use correct color with a correct name (content should be same).
  /external/srec/tools/cmd/
srecres2utd.pl 15 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} = "0"
    [all...]

Completed in 888 milliseconds

1 2 34 5 6 7 8 91011>>