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

1 2 3 4 5 6

  /external/valgrind/main/none/tests/
pth_cancel1.stdout.exp 3 result is correct
  /external/pcre/
pcre_ucd.c     [all...]
RunTest.bat 5 @rem MS Windows batch file to run pcretest on testfiles with the 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);
  /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...]
  /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/calendarcommon/
EventRecurrenceTest.java 551 private static void cmp(int vlen, int[] v, int[] correct, String name) {
552 if ((correct == null && v != null)
553 || (correct != null && v == null)) {
555 + ": correct=" + Arrays.toString(correct)
558 if ((correct == null && vlen != 0)
559 || (vlen != (correct == null ? 0 : correct.length))) {
561 + ": correct=" + ((correct == null) ? "null" : correct.length
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_SHR_LONG.S 48 psllq %xmm3, %xmm4 # %xmm4<- correct mask for sign bits
OP_SHR_LONG_2ADDR.S 49 psllq %xmm3, %xmm4 # %xmm4<- correct mask for sign bits
  /development/pdk/pndk/config/
config.mk 1 # Assumes PREBUILT is defined to point to the correct flavor of the prebuilt
  /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 44 // Check that %NewObjectFromBound looks at correct frame for inlined function.
49 // Check that %NewObjectFromBound looks at correct frame for inlined function.
71 // Check that %_IsConstructCall returns correct value when inlined
  /external/v8/test/mjsunit/
external-array.js 46 // Test the correct behavior of the |length| property (which is read-only).
55 // Test the correct behavior of the |BYTES_PER_ELEMENT| property (which is
  /device/moto/stingray/
BoardConfig.mk 28 $(warning If that's correct, you need to modify)
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 3 // verifying the correct C++ bindings were reached with expected values.
  /external/v8/test/mjsunit/compiler/
regress-1085.js 29 // Test correct checks for negative zero.
regress-7.js 28 // Test correct truncation of tagged values.
  /bionic/linker/
Android.mk 18 # actually produces a correct binary with starting address 0xB0000100 but the

Completed in 959 milliseconds

1 2 3 4 5 6