| /third_party/pcre2/pcre2/testdata/ |
| D | testoutput7 | 8 /\x{100}ab/utf 9 \x{100}ab 10 0: \x{100}ab 12 /a\x{100}*b/utf 15 a\x{100}b 16 0: a\x{100}b 17 a\x{100}\x{100}b 18 0: a\x{100}\x{100}b 20 /a\x{100}+b/utf 21 a\x{100}b [all …]
|
| D | testinput7 | 8 /\x{100}ab/utf 9 \x{100}ab 11 /a\x{100}*b/utf 13 a\x{100}b 14 a\x{100}\x{100}b 16 /a\x{100}+b/utf 17 a\x{100}b 18 a\x{100}\x{100}b 52 a\x{100} 67 a\x{100}b [all …]
|
| D | testoutput4 | 18 a\x{100}b 19 0: a\x{100}b 31 a\x{4000}\x{100}yb 32 0: a\x{4000}\x{100}yb 33 1: \x{4000}\x{100}y 47 a\x{100}b 48 0: a\x{100} 50 2: \x{100} 59 a\x{100}b 60 0: a\x{100}b [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | invalidTaggedTemplateEscapeSequences(target=es2015).types | 17 const b = tag`123 ${100}` 19 >tag`123 ${100}` : any 21 >`123 ${100}` : string 22 >100 : 100 24 const x = tag`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld`; 26 >tag`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld` : any 28 >`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld` : string 29 >100 : 100 33 const y = `\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld`; // should error w… 35 >`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld` : string [all …]
|
| D | invalidTaggedTemplateEscapeSequences(target=es5).types | 17 const b = tag`123 ${100}` 19 >tag`123 ${100}` : any 21 >`123 ${100}` : string 22 >100 : 100 24 const x = tag`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld`; 26 >tag`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld` : any 28 >`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld` : string 29 >100 : 100 33 const y = `\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld`; // should error w… 35 >`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld` : string [all …]
|
| D | invalidTaggedTemplateEscapeSequences(target=esnext).types | 17 const b = tag`123 ${100}` 19 >tag`123 ${100}` : any 21 >`123 ${100}` : string 22 >100 : 100 24 const x = tag`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld`; 26 >tag`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld` : any 28 >`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld` : string 29 >100 : 100 33 const y = `\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld`; // should error w… 35 >`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld` : string [all …]
|
| D | multiline.types | 8 texts.push(100); 9 >texts.push(100) : number 13 >100 : 100 17 texts.push(100); 18 >texts.push(100) : number 22 >100 : 100 26 texts.push("100"); 27 >texts.push("100") : number 31 >"100" : "100" 49 …100} /> {/*@ts-ignore*/} <MyComponent foo={100} /> {/* @ts-expect-error */} <MyCompo… [all …]
|
| D | invalidTaggedTemplateEscapeSequences(target=esnext).js | 7 const b = tag`123 ${100}` 8 const x = tag`\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld`; 9 const y = `\u{hello} ${ 100 } \xtraordinary ${ 200 } wonderful ${ 300 } \uworld`; // should error w… 12 const a1 = tag`${ 100 }\0` // \0 13 const a2 = tag`${ 100 }\00` // \\00 14 const a3 = tag`${ 100 }\u` // \\u 15 const a4 = tag`${ 100 }\u0` // \\u0 16 const a5 = tag`${ 100 }\u00` // \\u00 17 const a6 = tag`${ 100 }\u000` // \\u000 18 const a7 = tag`${ 100 }\u0000` // \u0000 [all …]
|
| D | parseInvalidNames.types | 2 namespace 100 {} 4 >100 : 100 6 interface 100 {} 8 >100 : 100 10 module 100 {} 12 >100 : 100 14 type 100 {} 16 >100 : 100 18 export namespace 100 {} 20 >100 : 100 [all …]
|
| /third_party/toybox/tests/files/bc/ |
| D | bessel.txt | 14 j(0, 100) 15 j(0, -100) 28 j(0, -100) 29 j(0, 100) 43 j(.5, 100) 44 j(.5, -100) 57 j(.5, -100) 58 j(.5, 100) 72 j(-.5, 100) 73 j(-.5, -100) [all …]
|
| /third_party/ltp/runtest/ |
| D | net_stress.ipsec_tcp | 1 tcp4_ipsec01 tcp_ipsec.sh -s 100:1000:65535:R65535 2 tcp4_ipsec02 tcp_ipsec.sh -p ah -m transport -s 100:1000:65535:R65535 3 tcp4_ipsec03 tcp_ipsec.sh -p ah -m tunnel -s 100:1000:65535:R65535 4 tcp4_ipsec04 tcp_ipsec.sh -p esp -m transport -s 100:1000:65535:R65535 5 tcp4_ipsec05 tcp_ipsec.sh -p esp -m tunnel -s 100:1000:65535:R65535 6 tcp4_ipsec06 tcp_ipsec.sh -p comp -m transport -s 100:1000:65535:R65535 7 tcp4_ipsec07 tcp_ipsec.sh -p comp -m tunnel -s 100:1000:65535:R65535 8 tcp4_ipsec08 tcp_ipsec.sh -A rfc4106_128 -p esp_aead -m transport -s 100:1000:65535:R65535 9 tcp4_ipsec09 tcp_ipsec.sh -A rfc4106_128 -p esp_aead -m tunnel -s 100:1000:65535:R65535 10 tcp4_ipsec10 tcp_ipsec.sh -A rfc4106_192 -p esp_aead -m transport -s 100:1000:65535:R65535 [all …]
|
| D | net_stress.ipsec_sctp | 1 sctp4_ipsec01 sctp_ipsec.sh -s 100:1000:65535:R65535 2 sctp4_ipsec02 sctp_ipsec.sh -p ah -m transport -s 100:1000:65535:R65535 3 sctp4_ipsec03 sctp_ipsec.sh -p ah -m tunnel -s 100:1000:65535:R65535 4 sctp4_ipsec04 sctp_ipsec.sh -p esp -m transport -s 100:1000:65535:R65535 5 sctp4_ipsec05 sctp_ipsec.sh -p esp -m tunnel -s 100:1000:65535:R65535 6 sctp4_ipsec06 sctp_ipsec.sh -p comp -m transport -s 100:1000:65535:R65535 7 sctp4_ipsec07 sctp_ipsec.sh -p comp -m tunnel -s 100:1000:65535:R65535 8 sctp4_ipsec08 sctp_ipsec.sh -A rfc4106_128 -p esp_aead -m transport -s 100:1000:65535:R65535 9 sctp4_ipsec09 sctp_ipsec.sh -A rfc4106_128 -p esp_aead -m tunnel -s 100:1000:65535:R65535 10 sctp4_ipsec10 sctp_ipsec.sh -A rfc4106_192 -p esp_aead -m transport -s 100:1000:65535:R65535 [all …]
|
| D | net_stress.ipsec_dccp | 1 dccp4_ipsec01 dccp_ipsec.sh -s 100:500:1000:R1000 2 dccp4_ipsec02 dccp_ipsec.sh -p ah -m transport -s 100:500:1000:R1000 3 dccp4_ipsec03 dccp_ipsec.sh -p ah -m tunnel -s 100:500:1000:R1000 4 dccp4_ipsec04 dccp_ipsec.sh -p esp -m transport -s 100:500:1000:R1000 5 dccp4_ipsec05 dccp_ipsec.sh -p esp -m tunnel -s 100:500:1000:R1000 6 dccp4_ipsec06 dccp_ipsec.sh -p comp -m transport -s 100:500:1000:R1000 7 dccp4_ipsec07 dccp_ipsec.sh -p comp -m tunnel -s 100:500:1000:R1000 8 dccp4_ipsec08 dccp_ipsec.sh -A rfc4106_128 -p esp_aead -m transport -s 100:500:1000:R1000 9 dccp4_ipsec09 dccp_ipsec.sh -A rfc4106_128 -p esp_aead -m tunnel -s 100:500:1000:R1000 10 dccp4_ipsec10 dccp_ipsec.sh -A rfc4106_192 -p esp_aead -m transport -s 100:500:1000:R1000 [all …]
|
| D | net_stress.ipsec_udp | 1 udp4_ipsec01 udp_ipsec.sh -s 100:1000:65507:R65507 2 udp4_ipsec02 udp_ipsec.sh -p ah -m transport -s 100:1000:65483:R65483 3 udp4_ipsec03 udp_ipsec.sh -p ah -m tunnel -s 100:1000:65463:R65463 4 udp4_ipsec04 udp_ipsec.sh -p esp -m transport -s 100:1000:65470:R65470 5 udp4_ipsec05 udp_ipsec.sh -p esp -m tunnel -s 100:1000:65450:R65450 6 udp4_ipsec06 udp_ipsec.sh -p comp -m transport -s 100:1000:65000:R65000 7 udp4_ipsec07 udp_ipsec.sh -p comp -m tunnel -s 100:1000:65000:R65000 8 udp4_ipsec08 udp_ipsec.sh -A rfc4106_128 -p esp_aead -m transport -s 100:1000:65470:R65470 9 udp4_ipsec09 udp_ipsec.sh -A rfc4106_128 -p esp_aead -m tunnel -s 100:1000:65450:R65450 10 udp4_ipsec10 udp_ipsec.sh -A rfc4106_192 -p esp_aead -m transport -s 100:1000:65470:R65470 [all …]
|
| D | net_stress.ipsec_icmp | 30 icmp4-uni-basic01 icmp-uni-basic.sh -s 10:100:1000:10000:65507 31 icmp4-uni-basic02 icmp-uni-basic.sh -p ah -m transport -s 10:100:1000:10000:65483 32 icmp4-uni-basic03 icmp-uni-basic.sh -p ah -m tunnel -s 10:100:1000:10000:65463 33 icmp4-uni-basic04 icmp-uni-basic.sh -p esp -m transport -s 10:100:1000:10000:65470 34 icmp4-uni-basic05 icmp-uni-basic.sh -p esp -m tunnel -s 10:100:1000:10000:65450 35 icmp4-uni-basic06 icmp-uni-basic.sh -p comp -m transport -s 10:100:1000:10000:65000 36 icmp4-uni-basic07 icmp-uni-basic.sh -p comp -m tunnel -s 10:100:1000:10000:65000 37 icmp4-uni-basic08 icmp-uni-basic.sh -A rfc4106_128 -p esp_aead -m transport -s 10:100:1000:10000:65… 38 icmp4-uni-basic09 icmp-uni-basic.sh -A rfc4106_192 -p esp_aead -m transport -s 10:100:1000:10000:65… 39 icmp4-uni-basic10 icmp-uni-basic.sh -A rfc4106_256 -p esp_aead -m transport -s 10:100:1000:10000:65… [all …]
|
| /third_party/vk-gl-cts/data/gles2/shaders/ |
| D | scoping.test | 4 version 100 es 12 #version 100 30 version 100 es 38 #version 100 55 version 100 es 63 #version 100 83 version 100 es 91 #version 100 108 version 100 es 117 #version 100 [all …]
|
| /third_party/glslang/Test/baseResults/ |
| D | spv.debuginfo.hlsl.frag.out | 9 2: ExtInstImport "NonSemantic.Shader.DebugInfo.100" 219 … 13: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 2(DebugTypeBasic) 12 14 15 16 221 … 10: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 2(DebugTypeBasic) 9 14 17 16 224 20: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 6(DebugTypeVector) 10 19 229 25: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 6(DebugTypeVector) 10 24 232 … 28: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 8(DebugTypeFunction) 17 10 20 10 25 233 36: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 35(DebugSource) 1 37 237 … 39: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 1(DebugCompilationUnit) 40 19 36 41 238 …35: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 20(DebugFunction) 34 28 36 38 16 39 34… 239 …44: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 26(DebugLocalVariable) 45 20 36 38 16 … [all …]
|
| D | spv.debuginfo.glsl.frag.out | 9 2: ExtInstImport "NonSemantic.Shader.DebugInfo.100" 97 Name 100 "global_var" 190 … 9: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 2(DebugTypeBasic) 8 10 11 12 192 6: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 8(DebugTypeFunction) 13 4 194 … 18: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 2(DebugTypeBasic) 17 10 13 12 197 21: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 6(DebugTypeVector) 18 20 202 26: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 6(DebugTypeVector) 18 25 205 … 29: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 8(DebugTypeFunction) 13 18 21 18 26 206 37: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 35(DebugSource) 1 38 209 … 40: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 1(DebugCompilationUnit) 41 20 37 25 [all …]
|
| /third_party/skia/tests/sksl/intrinsics/ |
| D | ClampInt.glsl | 8 ivec4 expectedA = ivec4(-100, 0, 75, 100); 9 const ivec4 clampLow = ivec4(-100, -200, -200, 100); 10 ivec4 expectedB = ivec4(-100, 0, 50, 225); 11 const ivec4 clampHigh = ivec4(100, 200, 50, 300); 12 …100, 100) == expectedA.x && clamp(intValues.xy, -100, 100) == expectedA.xy) && clamp(intValues.xyz…
|
| D | ClampInt.metal | 18 int4 expectedA = int4(-100, 0, 75, 100); 19 const int4 clampLow = int4(-100, -200, -200, 100); 20 int4 expectedB = int4(-100, 0, 50, 225); 21 const int4 clampHigh = int4(100, 200, 50, 300); 22 …100, 100) == expectedA.x && all(clamp(intValues.xy, -100, 100) == expectedA.xy)) && all(clamp(intV…
|
| /third_party/skia/modules/sksg/tests/ |
| D | SGTest.cpp | 78 auto r1 = sksg::Rect::Make(SkRect::MakeWH(100, 100)), in inval_test1() 79 r2 = sksg::Rect::Make(SkRect::MakeWH(100, 100)); in inval_test1() 92 SkRect::MakeWH(100, 100), in inval_test1() 99 {{ 100, 0 }, nullptr }, in inval_test1() 100 {{ 0, 100 }, nullptr }, in inval_test1() 107 // Move r2 to (200 100). in inval_test1() 108 r2->setL(200); r2->setT(100); r2->setR(300); r2->setB(200); in inval_test1() 109 std::vector<SkRect> damage = { {0, 0, 100, 100}, { 200, 100, 300, 200} }; in inval_test1() 118 {{ 100, 0 }, nullptr }, in inval_test1() 119 {{ 0, 100 }, nullptr }, in inval_test1() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | set_spec_const_default_value_test.cpp | 59 {"100:1024", true, SpecIdToValueStrMap{{100, "1024"}}}, 61 {"100:1024 200:2048", true, 62 SpecIdToValueStrMap{{100, "1024"}, {200, "2048"}}}, 64 {"100:1024 \n \r \t \v \f 200:2048", true, 65 SpecIdToValueStrMap{{100, "1024"}, {200, "2048"}}}, 67 {" \n \r\t \t \v \f 100:1024", true, 68 SpecIdToValueStrMap{{100, "1024"}}}, 70 {"100:1024 \n \r\t \t \v \f ", true, 71 SpecIdToValueStrMap{{100, "1024"}}}, 75 {"0:100", true, SpecIdToValueStrMap{{0, "100"}}}, [all …]
|
| /third_party/spirv-tools/test/opt/ |
| D | set_spec_const_default_value_test.cpp | 59 {"100:1024", true, SpecIdToValueStrMap{{100, "1024"}}}, 61 {"100:1024 200:2048", true, 62 SpecIdToValueStrMap{{100, "1024"}, {200, "2048"}}}, 64 {"100:1024 \n \r \t \v \f 200:2048", true, 65 SpecIdToValueStrMap{{100, "1024"}, {200, "2048"}}}, 67 {" \n \r\t \t \v \f 100:1024", true, 68 SpecIdToValueStrMap{{100, "1024"}}}, 70 {"100:1024 \n \r\t \t \v \f ", true, 71 SpecIdToValueStrMap{{100, "1024"}}}, 75 {"0:100", true, SpecIdToValueStrMap{{0, "100"}}}, [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| D | set_spec_const_default_value_test.cpp | 59 {"100:1024", true, SpecIdToValueStrMap{{100, "1024"}}}, 61 {"100:1024 200:2048", true, 62 SpecIdToValueStrMap{{100, "1024"}, {200, "2048"}}}, 64 {"100:1024 \n \r \t \v \f 200:2048", true, 65 SpecIdToValueStrMap{{100, "1024"}, {200, "2048"}}}, 67 {" \n \r\t \t \v \f 100:1024", true, 68 SpecIdToValueStrMap{{100, "1024"}}}, 70 {"100:1024 \n \r\t \t \v \f ", true, 71 SpecIdToValueStrMap{{100, "1024"}}}, 75 {"0:100", true, SpecIdToValueStrMap{{0, "100"}}}, [all …]
|
| /third_party/ffmpeg/doc/ |
| D | APIchanges | 19 2022-06-12 - 7cae3d8b76 - lavf 59.25.100 - avio.h 23 2022-06-12 - ff59ecc4de - lavu 57.27.100 - uuid.h 28 2022-06-01 - d42b410e05 - lavu 57.26.100 - csp.h 33 2022-05-23 - 4cdc14aa95 - lavu 57.25.100 - avutil.h 41 2022-03-15 - cdba98bb80 - swr 4.5.100 - swresample.h 45 2022-03-15 - cdba98bb80 - lavfi 8.28.100 - avfilter.h buffersink.h buffersrc.h 56 2022-03-15 - cdba98bb80 - lavf 59.19.100 - avformat.h 59 2022-03-15 - cdba98bb80 - lavc 59.24.100 - avcodec.h codec_par.h 69 2022-03-15 - cdba98bb80 - lavu 57.24.100 - channel_layout.h frame.h opt.h 78 2022-03-10 - f629ea2e18 - lavu 57.23.100 - cpu.h [all …]
|