/external/pcre/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 …]
|
/external/autotest/server/site_tests/firmware_FlashServoKeyboardMap/test_data/ |
D | keyboard.hex | 161 :100A0000E80083FD3EC08091E80082FD30C0809107 162 :100A1000E80080FFE9CF2091F3008091F20090E0A0 163 :100A2000922B6115710559F08034910540F42491A1 164 :100A30002093F1003196615071090196F2CF21E0C7 165 :100A40008034910509F020E08091E8008E77809352 166 :100A5000E800CACF2111CBCF0AC08091AE02882313 167 :100A600061F0853061F08091E80083FD0AC08091DB 168 :100A7000E80082FFF2CF80E0089582E0089583E0ED 169 :100A8000089581E00895982F973068F59093E900D4 170 :100A9000981739F07091EC002091ED005091F00022 [all …]
|
/external/autotest/server/cros/servo/keyboard/data/ |
D | keyboard.hex | 161 :100A0000E80083FD3EC08091E80082FD30C0809107 162 :100A1000E80080FFE9CF2091F3008091F20090E0A0 163 :100A2000922B6115710559F08034910540F42491A1 164 :100A30002093F1003196615071090196F2CF21E0C7 165 :100A40008034910509F020E08091E8008E77809352 166 :100A5000E800CACF2111CBCF0AC08091AE02882313 167 :100A600061F0853061F08091E80083FD0AC08091DB 168 :100A7000E80082FFF2CF80E0089582E0089583E0ED 169 :100A8000089581E00895982F973068F59093E900D4 170 :100A9000981739F07091EC002091ED005091F00022 [all …]
|
/external/skia/tests/sksl/intrinsics/ |
D | ClampInt.hlsl | 21 int4 expectedA = int4(-100, 0, 75, 100); 22 int4 expectedB = int4(-100, 0, 50, 225); 25 if (clamp(_54, -100, 100) == (-100)) 27 int2 _58 = clamp(_41.xy, int2(-100, -100), int2(100, 100)); 28 … _67 = all(bool2(_58.x == int4(-100, 0, 75, 100).xy.x, _58.y == int4(-100, 0, 75, 100).xy.y)); 37 int3 _70 = clamp(_41.xyz, int3(-100, -100, -100), int3(100, 100, 100)); 38 …79 = all(bool3(_70.x == int4(-100, 0, 75, 100).xyz.x, _70.y == int4(-100, 0, 75, 100).xyz.y, _70.z… 47 int4 _82 = clamp(_41, int4(-100, -100, -100, -100), int4(100, 100, 100, 100)); 48 …(_82.x == int4(-100, 0, 75, 100).x, _82.y == int4(-100, 0, 75, 100).y, _82.z == int4(-100, 0, 75, … 66 …_99 = all(bool2(int2(-100, 0).x == int4(-100, 0, 75, 100).xy.x, int2(-100, 0).y == int4(-100, 0, 7… [all …]
|
D | ClampUInt.hlsl | 21 uint4 expectedA = uint4(100u, 200u, 275u, 300u); 22 uint4 expectedB = uint4(100u, 200u, 250u, 425u); 25 if (clamp(_59, 100u, 300u) == 100u) 27 uint2 _63 = clamp(_45.xy, uint2(100u, 100u), uint2(300u, 300u)); 28 …_72 = all(bool2(_63.x == uint4(100u, 200u, 275u, 300u).xy.x, _63.y == uint4(100u, 200u, 275u, 300u… 37 uint3 _75 = clamp(_45.xyz, uint3(100u, 100u, 100u), uint3(300u, 300u, 300u)); 38 …4 = all(bool3(_75.x == uint4(100u, 200u, 275u, 300u).xyz.x, _75.y == uint4(100u, 200u, 275u, 300u)… 47 uint4 _87 = clamp(_45, uint4(100u, 100u, 100u, 100u), uint4(300u, 300u, 300u, 300u)); 48 ….x == uint4(100u, 200u, 275u, 300u).x, _87.y == uint4(100u, 200u, 275u, 300u).y, _87.z == uint4(10… 66 …_104 = all(bool2(uint2(100u, 200u).x == uint4(100u, 200u, 275u, 300u).xy.x, uint2(100u, 200u).y ==… [all …]
|
/external/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 …]
|
/external/fonttools/Tests/misc/ |
D | bezierTools_test.py | 20 assert calcQuadraticBounds((0, 0), (50, 100), (100, 0)) == (0, 0, 100, 50.0) 21 assert calcQuadraticBounds((0, 0), (100, 0), (100, 100)) == (0.0, 0.0, 100, 100) 25 assert calcCubicBounds((0, 0), (25, 100), (75, 100), (100, 0)) == ( 26 (0, 0, 100, 75.0) 28 assert calcCubicBounds((0, 0), (50, 0), (100, 50), (100, 100)) == ( 31 100, 32 100, 34 assert calcCubicBounds((50, 0), (0, 100), (100, 100), (50, 0)) == pytest.approx( 40 assert splitLine((0, 0), (100, 100), where=50, isHorizontal=True) == [ 42 ((50.0, 50.0), (100, 100)), [all …]
|
/external/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 …]
|
/external/clang/test/CodeGen/ |
D | asm_64.c | 5 __asm__ ("mov r8w, 100;"); in t1() 6 // CHECK: call void asm sideeffect "mov r8w, 100;" in t1() 7 __asm__ ("mov r8d, 100;"); in t1() 8 // CHECK: call void asm sideeffect "mov r8d, 100;" in t1() 9 __asm__ ("mov r8b, 100;"); in t1() 10 // CHECK: call void asm sideeffect "mov r8b, 100;" in t1() 11 __asm__ ("mov r9w, 100;"); in t1() 12 // CHECK: call void asm sideeffect "mov r9w, 100;" in t1() 13 __asm__ ("mov r9d, 100;"); in t1() 14 // CHECK: call void asm sideeffect "mov r9d, 100;" in t1() [all …]
|
/external/iamf_tools/iamf/cli/testdata/ |
D | test_000222.textproto | 81 parameter_id: 100 # demixing parameter will be used. 226 parameter_id: 100 238 parameter_id: 100 250 parameter_id: 100 262 parameter_id: 100 274 parameter_id: 100 286 parameter_id: 100 298 parameter_id: 100 310 parameter_id: 100 322 parameter_id: 100 [all …]
|
D | test_000210.textproto | 75 parameter_id: 100 220 parameter_id: 100 232 parameter_id: 100 244 parameter_id: 100 256 parameter_id: 100 268 parameter_id: 100 280 parameter_id: 100 292 parameter_id: 100 304 parameter_id: 100 316 parameter_id: 100 [all …]
|
D | test_000082.textproto | 73 parameter_id: 100 190 parameter_id: 100 202 parameter_id: 100 214 parameter_id: 100 226 parameter_id: 100 238 parameter_id: 100 250 parameter_id: 100 262 parameter_id: 100 274 parameter_id: 100 286 parameter_id: 100 [all …]
|
/external/libcups/examples/ |
D | onepage-a4.sla | 3 …100" SHOWGRID="0" SHOWGUIDES="1" showcolborders="1" SHOWFRAME="1" SHOWLAYERM="0" SHOWMARGIN="1" SH… 23 …E="100" SCOLOR="Black" SSHADE="100" TXTSHX="5" TXTSHY="-5" TXTOUT="1" TXTULP="-0.1" TXTULW="-0.1" … 55 …<MASTERPAGE PAGEXPOS="100" PAGEYPOS="20" PAGEWIDTH="595.28" PAGEHEIGHT="841.89" BORDERLEFT="36" BO… 56 …<PAGE PAGEXPOS="100" PAGEYPOS="20" PAGEWIDTH="595.28" PAGEHEIGHT="841.89" BORDERLEFT="36" BORDERRI… 57 …LOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" RO… 74 …LOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" RO… 79 …100" HEIGHT="100" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="Cyan" PCOLOR2="Black" COL… 83 …100" HEIGHT="100" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="Magenta" PCOLOR2="Black" … 87 …100" HEIGHT="100" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="Yellow" PCOLOR2="Black" C… 91 …100" HEIGHT="100" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="Black" PCOLOR2="Black" CO… [all …]
|
D | onepage-letter.sla | 3 …100" SHOWGRID="0" SHOWGUIDES="1" showcolborders="1" SHOWFRAME="1" SHOWLAYERM="0" SHOWMARGIN="1" SH… 23 …E="100" SCOLOR="Black" SSHADE="100" TXTSHX="5" TXTSHY="-5" TXTOUT="1" TXTULP="-0.1" TXTULW="-0.1" … 59 …<MASTERPAGE PAGEXPOS="100" PAGEYPOS="20" PAGEWIDTH="595.28" PAGEHEIGHT="841.89" BORDERLEFT="36" BO… 60 …<PAGE PAGEXPOS="100" PAGEYPOS="20" PAGEWIDTH="612" PAGEHEIGHT="792" BORDERLEFT="36" BORDERRIGHT="3… 61 …LOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" RO… 78 …LOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" RO… 83 …100" HEIGHT="100" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="Cyan" PCOLOR2="Black" COL… 87 …100" HEIGHT="100" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="Magenta" PCOLOR2="Black" … 91 …100" HEIGHT="100" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="Yellow" PCOLOR2="Black" C… 95 …100" HEIGHT="100" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="Black" PCOLOR2="Black" CO… [all …]
|
/external/lottie/snapshot-tests/src/main/assets/lottiefiles/ |
D | youtube_icon_reveal.json | 1 …100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1…
|
D | map_animation.json | 1 …100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a"… object
|
/external/apache-commons-bcel/docs/eps/ |
D | classfile.fig | 15 2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5 17 2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5 19 2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5 21 2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5 23 2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5 26 2 1 2 3 0 7 100 0 -1 3.000 0 0 -1 0 0 2 29 2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5 31 4 0 0 100 0 18 14 0.0000 4 165 900 599 6824 Methods\001 36 2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5 38 2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5 [all …]
|
D | il.fig | 13 2 1 1 1 0 7 100 0 -1 4.000 0 0 -1 1 0 2 17 2 1 1 1 0 7 100 0 -1 4.000 0 0 -1 1 0 2 22 2 1 1 1 0 7 100 0 -1 4.000 0 0 -1 1 0 2 25 2 1 1 1 0 7 100 0 -1 4.000 0 0 -1 1 0 2 31 2 4 0 1 0 7 100 0 -1 0.000 0 0 7 0 0 5 33 4 0 0 100 0 14 14 0.0000 4 195 540 4500 6930 goto\001 36 2 4 0 1 0 7 100 0 -1 0.000 0 0 7 0 0 5 38 4 0 0 100 0 14 14 0.0000 4 150 1755 4455 6480 invokevirtual\001 41 2 4 0 1 0 7 100 0 -1 0.000 0 0 7 0 0 5 43 4 0 0 100 0 14 14 0.0000 4 150 675 4500 6030 aload\001 [all …]
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_region_unittest.cc | 92 {DesktopRect::MakeXYWH(0, 0, 10, 100), in TEST() 127 {DesktopRect::MakeLTRB(100, 100, 200, 200), in TEST() 128 DesktopRect::MakeLTRB(0, 100, 100, 200), in TEST() 130 {DesktopRect::MakeLTRB(0, 100, 200, 200)}}, in TEST() 131 {DesktopRect::MakeLTRB(100, 100, 200, 200), in TEST() 132 DesktopRect::MakeLTRB(100, 0, 200, 100), in TEST() 134 {DesktopRect::MakeLTRB(100, 0, 200, 200)}}, in TEST() 137 {DesktopRect::MakeLTRB(100, 100, 200, 200), in TEST() 138 DesktopRect::MakeLTRB(0, 150, 100, 250), in TEST() 140 {DesktopRect::MakeLTRB(100, 100, 200, 150), in TEST() [all …]
|
/external/deqp/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 …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.debuginfo.coopmatKHR.comp.out | 16 1: ExtInstImport "NonSemantic.Shader.DebugInfo.100" 198 … 9: 4 ExtInst 1(NonSemantic.Shader.DebugInfo.100) 2(DebugTypeBasic) 8 10 11 12 200 6: 4 ExtInst 1(NonSemantic.Shader.DebugInfo.100) 8(DebugTypeFunction) 13 4 201 18: 4 ExtInst 1(NonSemantic.Shader.DebugInfo.100) 35(DebugSource) 2 19 206 … 21: 4 ExtInst 1(NonSemantic.Shader.DebugInfo.100) 1(DebugCompilationUnit) 22 23 18 24 207 …17: 4 ExtInst 1(NonSemantic.Shader.DebugInfo.100) 20(DebugFunction) 16 6 18 20 12 21 16 … 210 … 30: 4 ExtInst 1(NonSemantic.Shader.DebugInfo.100) 3(DebugTypePointer) 9 29 12 212 …32: 4 ExtInst 1(NonSemantic.Shader.DebugInfo.100) 26(DebugLocalVariable) 33 9 18 34 12 1… 213 36: 4 ExtInst 1(NonSemantic.Shader.DebugInfo.100) 31(DebugExpression) 215 … 50: 4 ExtInst 1(NonSemantic.Shader.DebugInfo.100) 2(DebugTypeBasic) 49 10 24 12 [all …]
|