HomeSort by relevance Sort by last modified time
    Searched refs:correct (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/valgrind/main/none/tests/
pth_cancel1.stdout.exp 3 result is correct
  /external/chromium/chrome/browser/
spellcheck_message_filter.h 22 void OnPlatformCheckSpelling(const string16& word, int tag, bool* correct);
spellcheck_message_filter.cc 40 bool* correct) {
41 *correct = SpellCheckerPlatform::CheckSpelling(word, tag);
  /tools/motodev/makefile/
autotest.sh 23 #Step 2: Copy the correct results to compare
24 cp -a /android/tests/correct-output/* /android/4.1.0/env/code/android/autotester/appvalidator/AutomatedTests/correct-output/.
  /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...]
  /external/compiler-rt/test/Unit/
powidf2_test.c 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
26 if (!correct)
29 return !correct;
powisf2_test.c 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
26 if (!correct)
29 return !correct;
powitf2_test.c 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
28 if (!correct)
31 return !correct;
powixf2_test.c 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
28 if (!correct)
31 return !correct;
  /frameworks/compile/libbcc/runtime/test/Unit/
powidf2_test.c 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
26 if (!correct)
29 return !correct;
powisf2_test.c 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
26 if (!correct)
29 return !correct;
powitf2_test.c 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
28 if (!correct)
31 return !correct;
powixf2_test.c 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); local
28 if (!correct)
31 return !correct;
  /external/llvm/utils/
llvm-native-gcc 117 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/webkit/LayoutTests/fast/js/resources/
js-constructors-use-correct-global.js 1 description("Test to ensure that js constructors create objects with the correct constructor");
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 680 private static void cmp(int vlen, int[] v, int[] correct, String name) {
681 if ((correct == null && v != null)
682 || (correct != null && v == null)) {
684 + ": correct=" + Arrays.toString(correct)
687 if ((correct == null && vlen != 0)
688 || (vlen != (correct == null ? 0 : correct.length))) {
690 + ": correct=" + ((correct == null) ? "null" : correct.length
    [all...]
  /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/protobuf/python/google/protobuf/
service.py 80 * "rpc_controller" is of the correct type for the RPC implementation being
81 used by this Service. For stubs, the "correct type" depends on the
  /external/v8/test/mjsunit/regress/
regress-1229.js 68 // Check that %NewObjectFromBound looks at correct frame for inlined function.
81 // Check that %NewObjectFromBound looks at correct frame for inlined function.
126 // Check that %_IsConstructCall returns correct value when inlined
  /external/v8/test/mjsunit/compiler/
inline-arguments.js 59 // Ensure that HArgumentsObject is inserted in a correct place
85 // Test correct adapation of arguments.
regress-1085.js 30 // Test correct checks for negative zero.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 56 // next one is for sure correct.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 42 // next one is for sure correct.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 3 // verifying the correct C++ bindings were reached with expected values.
  /external/smali/baksmali/
Android.mk 46 #create a new baksmali.properties file using the correct version

Completed in 1185 milliseconds

1 2 3 4 5 6 7 8 9