Home
last modified time | relevance | path

Searched refs:correct (Results 51 - 75 of 84) sorted by relevance

1234

/third_party/skia/tests/
H A DSkNxTest.cpp197 // This way should always be exactly correct. in DEF_TEST()
198 int correct = (av * bv).div255()[0]; in DEF_TEST() local
199 REPORTER_ASSERT(r, correct == exact); in DEF_TEST()
201 // We're a bit more flexible on this method: correct for 0 or 255, otherwise off by <=1. in DEF_TEST()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info.tex45 must be set either to the correct global-pointer value of the
/third_party/littlefs/scripts/
H A Dcoverage.py322 to the correct source files.")
/third_party/pcre2/pcre2/src/
H A Dpcre2_ucd.c5390 #error Please correct UCD_BLOCK_SIZE in pcre2_internal.h
/third_party/python/PCbuild/
H A Dbuild.bat106 echo. and PROCESSOR_ARCHITEW6432 environment variables are correct.
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp1441 UnicodeString correct("-0330", ""); in Test5554()
1443 if (result != correct) { in Test5554()
1444 errln("\nError: Newfoundland Z of Jan 14, 2007 gave '" + result + "', expected '" + correct + "'"); in Test5554()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp919 static std::unique_ptr<SkShaper> MakeHarfBuzz(sk_sp<SkFontMgr> fontmgr, bool correct) { argument
921 static std::unique_ptr<SkShaper> MakeHarfBuzz(std::shared_ptr<RSFontMgr> fontmgr, bool correct) { argument
944 if (correct) {
/third_party/node/test/fixtures/wpt/streams/resources/
H A Drs-test-templates.js21 }, label + ': instances have the correct methods and properties');
141 }, label + ': should be able to obtain a second reader, with the correct closed promise');
199 }, label + ': instances have the correct methods and properties');
457 assert_object_equals(r, { value: chunks[0], done: false }, 'first result should be correct');
460 assert_object_equals(r, { value: chunks[1], done: false }, 'second result should be correct');
471 assert_object_equals(r, { value: chunks[0], done: false }, 'first result should be correct');
474 assert_object_equals(r2, { value: chunks[1], done: false }, 'second result should be correct');
521 assert_object_equals(r, { value: chunks[0], done: false }, 'first result should be correct');
524 assert_object_equals(r, { value: chunks[1], done: false }, 'second result should be correct');
527 assert_object_equals(r, { value: undefined, done: true }, 'third result should be correct');
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dxml_consistency.py582 This may be due to an extension interaction not having the correct <require depends="">\n\
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.c1224 * not reflect the correct value for high rates, but it's good enough for Action
/third_party/ffmpeg/libavcodec/x86/
H A Dcelt_pvq_search.asm300 ; Saves pre and post-caclulation to correct Y[] values.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.c1289 * not reflect the correct value for high rates, but it's good enough for Action
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm220 suitable environment to make sure the correct shared libraries are
293 correct at the time these commands are used. Consider the following code
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm220 suitable environment to make sure the correct shared libraries are
293 correct at the time these commands are used. Consider the following code
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustResourceInitTest.cpp1162 bool correct = (data[index] == 0 && data[index + 1] == 0 && data[index + 2] == 0 && in testIntegerTextureInit() local
1164 incorrectPixels += (!correct ? 1 : 0); in testIntegerTextureInit()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm299 // rsqrt64h will give correct result for 0/inf/nan, the following logic
H A Dgk110.asm266 // rsqrt64h will give correct result for 0/inf/nan, the following logic
/third_party/skia/third_party/externals/microhttpd/
H A Dconfig.guess705 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
/third_party/pcre2/pcre2/
H A DRunTest.bat3 @rem MS Windows batch file to run pcre2test on testfiles with the correct
/third_party/eudev/
H A Dconfig.guess730 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
/third_party/lame/
H A Dconfig.guess735 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
/third_party/node/deps/cares/
H A Dconfig.guess782 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
1630 if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
/third_party/node/deps/cares/config/
H A Dconfig.guess782 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
1630 if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
/third_party/libevdev/build-aux/
H A Dconfig.guess782 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
1644 if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
/third_party/python/
H A Dconfig.guess782 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
1624 if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */

Completed in 45 milliseconds

1234