/third_party/ffmpeg/tests/ref/fate/ |
D | pixelutils | 1 [OK] [UU] SAD [random] 2x2=409 ref=409 2 [OK] [UU] SAD [random] 4x4=1370 ref=1370 3 [OK] [UU] SAD [random] 8x8=5178 ref=5178 4 [OK] [UU] SAD [random] 16x16=20946 ref=20946 5 [OK] [UU] SAD [random] 32x32=83150 ref=83150 6 [OK] [AU] SAD [random] 2x2=320 ref=320 7 [OK] [AU] SAD [random] 4x4=1522 ref=1522 8 [OK] [AU] SAD [random] 8x8=5821 ref=5821 9 [OK] [AU] SAD [random] 16x16=21951 ref=21951 10 [OK] [AU] SAD [random] 32x32=86983 ref=86983 [all …]
|
D | opt | 106 name: num get: 0 set: OK get: 0 OK 107 name: toggle get: 1 set: OK get: 1 OK 108 name: rational get: 1/1 set: OK get: 1/1 OK 109 name: string get: default set: OK get: default OK 110 name: escape get: \=, set: OK get: \=, OK 111 name: flags get: 0x00000001 set: OK get: 0x00000001 OK 112 name: size get: 200x300 set: OK get: 200x300 OK 113 name: pix_fmt get: 0bgr set: OK get: 0bgr OK 114 name: sample_fmt get: s16 set: OK get: s16 OK 115 name: video_rate get: 25/1 set: OK get: 25/1 OK [all …]
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 124-preprocessing-numbers.c | 5 #define OK CRAZY_BUT_TRUE_THIS_NEITHER macro 13 1OK 16 123e+OK 17 .23E+OK 18 1.3e-OK 19 12.E-OK 20 123p+OK 21 .23P+OK 22 1.3p-OK 23 12.P-OK [all …]
|
D | 124-preprocessing-numbers.c.expected | 13 1OK 16 123e+OK 17 .23E+OK 18 1.3e-OK 19 12.E-OK 20 123p+OK 21 .23P+OK 22 1.3p-OK 23 12.P-OK 24 123..OK [all …]
|
/third_party/skia/third_party/externals/oboe/tests/ |
D | testStreamStates.cpp | 39 EXPECT_EQ(r, Result::OK) << "Failed to open stream " << convertToText(r); in openStream() 41 return (r == Result::OK); in openStream() 56 if (r != Result::OK){ in closeStream() 74 EXPECT_EQ(r, Result::OK) << "requestStart returned: " << convertToText(r); in checkStreamStateIsStartedAfterStartingTwice() 76 EXPECT_EQ(r, Result::OK); in checkStreamStateIsStartedAfterStartingTwice() 84 EXPECT_EQ(r, Result::OK); in checkStreamStateIsStartedAfterStartingTwice() 95 EXPECT_EQ(r, Result::OK); in checkStreamStateIsStoppedAfterStoppingTwice() 98 EXPECT_EQ(r, Result::OK); in checkStreamStateIsStoppedAfterStoppingTwice() 100 EXPECT_EQ(r, Result::OK); in checkStreamStateIsStoppedAfterStoppingTwice() 104 EXPECT_EQ(r, Result::OK); in checkStreamStateIsStoppedAfterStoppingTwice() [all …]
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/ |
D | NOTES | 5 OK> accord.js - Javascript for accordion menus 6 OK> genheaders.py - unused 7 OK> makeindex.py - make accordion index frame 8 OK> opengl-man.css - CSS equivalent to content wrapped in old/styles-css.xsl 9 OK> start.html - start page 10 OK> ../index.html - main SDK index 11 OK> ../top.php - top bar of interface 12 OK> ../bottom.php - bottom section of interface 13 OK> style-index.css - CSS for index page 16 OK> EGL_300.png - icon [all …]
|
/third_party/EGL/sdk/docs/man/ |
D | NOTES | 5 OK> accord.js - Javascript for accordion menus 6 OK> genheaders.py - unused 7 OK> makeindex.py - make accordion index frame 8 OK> opengl-man.css - CSS equivalent to content wrapped in old/styles-css.xsl 9 OK> start.html - start page 10 OK> ../index.html - main SDK index 11 OK> ../top.php - top bar of interface 12 OK> ../bottom.php - bottom section of interface 13 OK> style-index.css - CSS for index page 16 OK> EGL_300.png - icon [all …]
|
/third_party/iptables/ |
D | tests-extensions-add-some-testcases.patch | 47 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/65535;=;OK 50 +-p tcp -j DNAT --to-destination dead::beef --random --persistent;=;OK 58 +-p tcp -j DNAT --to-destination :65535;=;OK 60 +-j DNAT -h;;OK 77 -j LOG --log-prefix "test: " --log-tcp-options;=;OK 78 -j LOG --log-prefix "test: " --log-ip-options;=;OK 79 -j LOG --log-prefix "test: " --log-uid;=;OK 80 +-j LOG --log-prefix "test: " --log-macdecode;=;OK 105 -p udp -j MASQUERADE --to-ports 1024-65535;=;OK 114 -p udp -j REDIRECT --to-ports 42-1234;=;OK [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | privateNameWhenNotUseDefineForClassFieldsInEsNext(target=esnext).types | 9 static dd = new TestWithStatics().#prop; // OK 18 …OK } static C = class InnerInner { m() { new TestWithStati… 28 new TestWithStatics().#prop // OK 35 … m() { new TestWithStatics().#prop // OK new Inner().#foo; // OK … 41 new TestWithStatics().#prop // OK 46 new Inner().#foo; // OK 57 …) { new TestWithStatics().#prop // OK new Inner().#foo; // O… 62 new TestWithStatics().#prop // OK 67 new Inner().#foo; // OK 84 dd = new TestNonStatics().#prop; // OK [all …]
|
D | privateNameWhenNotUseDefineForClassFieldsInEsNext(target=es2020).types | 9 static dd = new TestWithStatics().#prop; // OK 18 …OK } static C = class InnerInner { m() { new TestWithStati… 28 new TestWithStatics().#prop // OK 35 … m() { new TestWithStatics().#prop // OK new Inner().#foo; // OK … 41 new TestWithStatics().#prop // OK 46 new Inner().#foo; // OK 57 …) { new TestWithStatics().#prop // OK new Inner().#foo; // O… 62 new TestWithStatics().#prop // OK 67 new Inner().#foo; // OK 84 dd = new TestNonStatics().#prop; // OK [all …]
|
D | literalFreshnessPropagationOnNarrowing.errors.txt | 9 // Desired: OK 10 // 3.0: OK 11 // 3.1 as-is: OK 23 // Desired/actual: All OK 29 // Desired: OK 31 // 3.1: OK 39 // Desired: OK (up for debate?) 41 // 3.1 as-is: OK 46 // Desired/actual: All OK 54 // Desired: OK [all …]
|
D | letDeclarations-scopes2.types | 11 local; // OK 14 global; // OK 25 local; // OK 28 global; // OK 31 local2; // OK 35 local; // OK 38 global; // OK 48 global; // OK
|
D | jsdocCatchClauseWithTypeAnnotation.types | 13 try { } catch (x) { } // should be OK 16 try { } catch (/** @type {any} */ err) { } // should be OK 19 try { } catch (/** @type {Any} */ err) { } // should be OK 22 try { } catch (/** @type {unknown} */ err) { } // should be OK 25 try { } catch (/** @type {Unknown} */ err) { } // should be OK 28 try { } catch (err) { err.foo; } // should be OK 34 try { } catch (/** @type {any} */ err) { err.foo; } // should be OK 40 try { } catch (/** @type {Any} */ err) { err.foo; } // should be OK 46 try { } catch (/** @type {unknown} */ err) { console.log(err); } // should be OK 54 try { } catch (/** @type {Unknown} */ err) { console.log(err); } // should be OK [all …]
|
D | jsdocCatchClauseWithTypeAnnotation.errors.txt | 20 try { } catch (x) { } // should be OK 21 try { } catch (/** @type {any} */ err) { } // should be OK 22 try { } catch (/** @type {Any} */ err) { } // should be OK 23 try { } catch (/** @type {unknown} */ err) { } // should be OK 24 try { } catch (/** @type {Unknown} */ err) { } // should be OK 25 try { } catch (err) { err.foo; } // should be OK 26 try { } catch (/** @type {any} */ err) { err.foo; } // should be OK 27 try { } catch (/** @type {Any} */ err) { err.foo; } // should be OK 28 try { } catch (/** @type {unknown} */ err) { console.log(err); } // should be OK 29 try { } catch (/** @type {Unknown} */ err) { console.log(err); } // should be OK [all …]
|
D | letDeclarations-scopes2.symbols | 9 local; // OK 12 global; // OK 21 local; // OK 24 global; // OK 27 local2; // OK 31 local; // OK 34 global; // OK 41 global; // OK
|
D | catchClauseWithTypeAnnotation.types | 13 try { } catch (x) { } // should be OK 16 try { } catch (x: any) { } // should be OK 19 try { } catch (x: any1) { } // should be OK 22 try { } catch (x: unknown) { } // should be OK 25 try { } catch (x: unknown1) { } // should be OK 28 try { } catch (x) { x.foo; } // should be OK 34 try { } catch (x: any) { x.foo; } // should be OK 40 try { } catch (x: any1) { x.foo; } // should be OK 46 try { } catch (x: unknown) { console.log(x); } // should be OK 54 try { } catch (x: unknown1) { console.log(x); } // should be OK [all …]
|
D | catchClauseWithTypeAnnotation.errors.txt | 18 try { } catch (x) { } // should be OK 19 try { } catch (x: any) { } // should be OK 20 try { } catch (x: any1) { } // should be OK 21 try { } catch (x: unknown) { } // should be OK 22 try { } catch (x: unknown1) { } // should be OK 23 try { } catch (x) { x.foo; } // should be OK 24 try { } catch (x: any) { x.foo; } // should be OK 25 try { } catch (x: any1) { x.foo; } // should be OK 26 try { } catch (x: unknown) { console.log(x); } // should be OK 27 try { } catch (x: unknown1) { console.log(x); } // should be OK [all …]
|
D | letDeclarations-scopes2.errors.txt | 13 local; // OK 14 global; // OK 23 local; // OK 24 global; // OK 25 local2; // OK 28 local; // OK 29 global; // OK 39 global; // OK
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VFABIDemangling.cpp | 20 OK, // Found. enumerator 46 return ParseRet::OK; in tryParseISA() 55 return ParseRet::OK; in tryParseMask() 60 return ParseRet::OK; in tryParseMask() 75 return ParseRet::OK; in tryParseVLEN() 82 return ParseRet::OK; in tryParseVLEN() 104 return ParseRet::OK; in tryParseLinearTokenWithRuntimeStep() 170 return ParseRet::OK; in tryParseCompileTimeLinearToken() 189 ParseRet::OK) in tryParseLinearWithCompileTimeStep() 190 return ParseRet::OK; in tryParseLinearWithCompileTimeStep() [all …]
|
/third_party/node/deps/v8/tools/ |
D | cross_build_gcc.sh | 42 OK=1 45 OK=0 49 OK=0 53 OK=0 57 OK=0 61 OK=0 65 OK=0 67 if [ $OK -ne 1 ]; then
|
/third_party/curl/tests/data/ |
D | test557 | 35 All curl_mprintf() unsigned short tests OK! 36 All curl_mprintf() signed short tests OK! 37 All curl_mprintf() unsigned int tests OK! 38 All curl_mprintf() signed int tests OK! 39 All curl_mprintf() unsigned long tests OK! 40 All curl_mprintf() signed long tests OK! 41 All curl_mprintf() curl_off_t tests OK! 42 All curl_mprintf() strings tests OK! 43 All float strings tests OK!
|
/third_party/vixl/tools/ |
D | cross_build_gcc.sh | 40 OK=1 43 OK=0 47 OK=0 51 OK=0 55 OK=0 59 OK=0 61 if [ $OK -ne 1 ]; then
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | status_test.cc | 42 EXPECT_EQ(util::error::OK, util::Status::OK.error_code()); in TEST() 43 EXPECT_EQ(util::error::OK, util::Status::OK.code()); in TEST() 44 EXPECT_EQ("OK", util::Status::OK.ToString()); in TEST() 48 EXPECT_EQ(util::error::OK, util::Status::OK.error_code()); in TEST() 49 EXPECT_EQ(util::error::OK, util::Status::OK.code()); in TEST() 57 util::Status status(util::error::OK, "msg"); in TEST() 80 status = util::Status(util::error::OK, "msg"); in TEST() 110 ASSERT_EQ(util::Status::OK, util::Status()); in TEST()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_dfa_match.c | 1170 BOOL OK; in internal_dfa_match() local 1176 OK = TRUE; in internal_dfa_match() 1180 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1185 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match() 1189 OK = prop->chartype == code[2]; in internal_dfa_match() 1193 OK = prop->script == code[2]; in internal_dfa_match() 1197 OK = (prop->script == code[2] || in internal_dfa_match() 1204 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1218 OK = TRUE; in internal_dfa_match() 1222 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() [all …]
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxAttributeResolution1.tsx | 16 // OK 17 <test1 x={0} />; // OK 18 <test1 />; // OK 19 <test1 data-x={true} />; // OK 21 <test2 reqd='true' />; // OK 22 <test2 reqd={'true'} />; // OK 34 // Should be OK
|