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

1 2 3 4

  /external/chromium_org/cc/base/
util_unittest.cc 15 // determine the correct value before it's needed.
16 int correct; local
19 correct = attempt;
20 EXPECT_EQ(correct, RoundUp(attempt, multiplier))
27 // determine the correct value before it's needed.
28 unsigned correct; local
31 correct = attempt;
32 EXPECT_EQ(correct, RoundUp(attempt, multiplier))
43 // determine the correct value before it's needed.
44 int correct; local
56 unsigned correct; local
    [all...]
  /external/compiler-rt/test/builtins/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/chromium_org/content/renderer/media/
media_stream_video_track_unittest.cc 123 CheckThreadHelper(base::Closure callback, bool* correct)
125 correct_(correct) {
153 bool correct = false; local
158 base::Owned(new CheckThreadHelper(run_loop.QuitClosure(), &correct))),
162 EXPECT_TRUE(correct) << "Not called on correct thread.";
  /external/chromium_org/third_party/leveldatabase/src/db/
corruption_test.cc 93 int correct = 0; local
114 correct++;
121 min_expected, max_expected, correct, bad_keys, bad_values, missed);
122 ASSERT_LE(min_expected, correct);
123 ASSERT_GE(max_expected, correct);
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 453 // Checks whether r is okay given that correct is the right answer.
456 static bool ResultOkay(const Result& r, const Result& correct) {
459 if (r.matched != correct.matched)
463 if (correct.submatch[i].begin() != r.submatch[i].begin() ||
464 correct.submatch[i].size() != r.submatch[i].size())
477 Result correct; local
478 RunSearch(kEngineBacktrack, text, context, anchor, &correct);
479 if (correct.skipped) {
501 if (ResultOkay(r, correct)) {
520 if (r.matched != correct.matched)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.cpp 461 SkRect correct = *rect; local
469 correct.fLeft += metrics.fXMin;
470 correct.fTop += metrics.fTop;
471 correct.fRight += metrics.fXMax;
472 correct.fBottom += metrics.fBottom;
474 SkASSERTF(paint.getTextSize() < 0.001f || rect->contains(correct),
  /external/regex-re2/re2/testing/
tester.cc 453 // Checks whether r is okay given that correct is the right answer.
456 static bool ResultOkay(const Result& r, const Result& correct) {
459 if (r.matched != correct.matched)
463 if (correct.submatch[i].begin() != r.submatch[i].begin() ||
464 correct.submatch[i].size() != r.submatch[i].size())
477 Result correct; local
478 RunSearch(kEngineBacktrack, text, context, anchor, &correct);
479 if (correct.skipped) {
501 if (ResultOkay(r, correct)) {
520 if (r.matched != correct.matched)
    [all...]
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 220 bool correct = true; local
221 if ((value.size() + 1) % 5 != 0) correct = false;
222 for (size_t i = 0; i + 4 <= value.size() && correct; i += 5) {
224 if (i > 4 && value[i - 1] != ',') correct = false;
226 if (!correct) {
  /external/libpng/contrib/libtests/
tarith.c 330 /* Test this character (ch) to ensure the parser does the correct thing.
645 * numbers, so correct for that here.
793 double correct = -log(i/255.)/log(2.)*65536; local
794 double error = png_log8bit(i) - correct;
800 i != 0 && png_log8bit(i) != floor(correct+.5))
803 i, png_log8bit(i), correct);
813 double correct = -log(i/65535.)/log(2.)*65536; local
814 double error = png_log16bit(i) - correct;
820 i != 0 && png_log16bit(i) != floor(correct+.5))
825 " error: %f\n", i, png_log16bit(i), correct, error)
837 double correct = exp(-i\/65536. * log(2.)) * (65536. * 65536); local
855 double correct = exp(-i\/65536. * log(2.)) * 255; local
873 double correct = exp(-i\/65536. * log(2.)) * 65535; local
902 double correct = pow(j\/255., g) * 255; local
921 double correct = pow(j\/65535., g) * 65535; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 1054 struct axis_correct *correct; local
1056 correct = &joystick->hwdata->abs_correct[which];
1057 if ( correct->used ) {
1058 if ( value > correct->coef[0] ) {
1059 if ( value < correct->coef[1] ) {
1062 value -= correct->coef[1];
1064 value -= correct->coef[0];
1066 value *= correct->coef[2];
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
j2k.h 430 OPJ_BOOL correct; member in struct:opj_cp
458 /** Only tiles index in the correct range will be decoded.*/
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
nand.h 153 int (*correct)(struct mtd_info *mtd, uint8_t *dat, member in struct:nand_ecc_ctrl

Completed in 1246 milliseconds

1 2 3 4