/external/pcre/dist2/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/site_utils/admin_audit/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/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/llvm-project/llvm/docs/ |
D | loop-separate.svg | 140 <use x="274.88388" y="482.01486" width="100%" height="100%" xlink:href="#glyph0-4"/> 141 <use x="292.62811" y="482.01486" width="100%" height="100%" xlink:href="#glyph0-4"/> 142 <use x="318.24506" y="482.01486" width="100%" height="100%" xlink:href="#glyph0-4"/> 146 <use x="162.13281" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-1"/> 147 <use x="169.35559" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-2"/> 148 <use x="176.57835" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-3"/> 149 <use x="183.8134" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-4"/> 150 <use x="191.03618" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-5"/> 151 <use x="198.25894" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-6"/> 152 <use x="162.13281" y="66.393761" width="100%" height="100%" xlink:href="#glyph1-7"/> [all …]
|
D | loop-merge.svg | 140 <use x="276.50989" y="396.44205" width="100%" height="100%" xlink:href="#glyph0-4"/> 141 <use x="293.32669" y="396.44205" width="100%" height="100%" xlink:href="#glyph0-4"/> 142 <use x="317.60468" y="396.44205" width="100%" height="100%" xlink:href="#glyph0-4"/> 146 <use x="238.96875" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-1"/> 147 <use x="245.81401" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-2"/> 148 <use x="252.65927" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-3"/> 149 <use x="259.51614" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-4"/> 150 <use x="266.36139" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-5"/> 151 <use x="273.20667" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-6"/> 152 <use x="238.96875" y="64.805321" width="100%" height="100%" xlink:href="#glyph1-7"/> [all …]
|
/external/fonttools/Tests/misc/ |
D | bezierTools_test.py | 9 (0, 0), (50, 100), (100, 0)) == (0, 0, 100, 50.0) 11 (0, 0), (100, 0), (100, 100)) == (0.0, 0.0, 100, 100) 16 (0, 0), (25, 100), (75, 100), (100, 0)) == ((0, 0, 100, 75.0)) 18 (0, 0), (50, 0), (100, 50), (100, 100)) == (0.0, 0.0, 100, 100) 20 (50, 0), (0, 100), (100, 100), (50, 0) 26 (0, 0), (100, 100), where=50, isHorizontal=True 27 ) == [((0, 0), (50.0, 50.0)), ((50.0, 50.0), (100, 100))] 29 (0, 0), (100, 100), where=100, isHorizontal=True 30 ) == [((0, 0), (100, 100))] 32 (0, 0), (100, 100), where=0, isHorizontal=True [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/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | un_literacy.csv | 10 Armenia,2010,*,100,,100,,99,,100,,100,,100 12 Azerbaijan,2009,,100,,100,,100,,100,,100,,100 13 Bahrain,2010,*,92,,93,,90,,100,,100,,100 15 Belarus,2009,,100,,100,,99,,100,,100,,100 18 Bolivia (Plurinational State of),2009,,91,,96,,87,,99,,100,,99 19 Bosnia and Herzegovina,2010,*,98,,99,,96,,100,,100,,100 22 Brunei Darussalam,2010,*,95,,97,,94,,100,,100,,100 34 "China, Macao Special Administrative Region",2006,,93,,96,,91,,100,,100,,100 40 Croatia,2010,*,99,,99,,98,,100,,100,,100 41 Cuba,2010,*,100,,100,,100,,100,,100,,100 [all …]
|
/external/ltp/runtest/ |
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_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_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/skqp/src/compute/hs/images/ |
D | hs_flip_merge.svg | 77 width="100%" 78 height="100%" /> 85 width="100%" 86 height="100%" /> 93 width="100%" 94 height="100%" /> 101 width="100%" 102 height="100%" /> 109 width="100%" 110 height="100%" /> [all …]
|
D | hs_sorted_slab.svg | 43 width="100%" 44 height="100%" /> 55 width="100%" 56 height="100%" /> 67 width="100%" 68 height="100%" /> 79 width="100%" 80 height="100%" /> 91 width="100%" 92 height="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/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/llvm-project/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/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ |
D | lsr-comp-time.ll | 73 %tmp = alloca [100 x i32], align 16 74 %tmp7 = alloca [100 x i32], align 16 75 %tmp8 = alloca [100 x i32], align 16 76 %tmp9 = alloca [100 x [100 x i32]], align 16 77 %tmp10 = alloca [100 x i32], align 16 78 %tmp11 = alloca [100 x [100 x i32]], align 16 79 %tmp12 = alloca [100 x i32], align 16 80 %tmp13 = alloca [100 x i32], align 16 81 %tmp14 = alloca [100 x [100 x i32]], align 16 82 %tmp15 = alloca [100 x i32], align 16 [all …]
|
/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 …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | tree_reduction_rewriter_test.cc | 105 input = f32[100,100,10000] parameter(0) in TEST_F() 107 ROOT out = f32[100,100] reduce(input, zero), dimensions={2}, to_apply=add in TEST_F() 115 // CHECK: %fused_computation (param_0.2: f32[100,100,10000]) -> f32[100,100,100] { in TEST_F() 116 // CHECK: %param_0.2 = f32[100,100,10000]{2,1,0} parameter(0) in TEST_F() 118 // CHECK: %pad.1 = f32[100,100,10000]{2,1,0} pad(f32[100,100,10000]{2,1,0} %param_0.2, f32[] %zer… in TEST_F() 119 // CHECK: %bitcast.1 = f32[100,100,100,100]{3,2,1,0} bitcast(f32[100,100,10000]{2,1,0} %pad.1) in TEST_F() 120 // CHECK: ROOT %reduce.2 = f32[100,100,100]{2,1,0} reduce(f32[100,100,100,100]{3,2,1,0} %bitcast.… in TEST_F() 122 // CHECK: ENTRY %main (input: f32[100,100,10000]) -> f32[100,100] { in TEST_F() 123 // CHECK: %input = f32[100,100,10000]{2,1,0} parameter(0) in TEST_F() 124 // CHECK: %fusion = f32[100,100,100]{2,1,0} fusion(f32[100,100,10000]{2,1,0} %input), kind=kInput… in TEST_F() [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/llvm-project/polly/test/Isl/CodeGen/MemAccess/ |
D | simple_analyze.ll | 5 @A = common global [100 x i32] zeroinitializer, align 4 6 @B = common global [100 x i32] zeroinitializer, align 4 14 %arrayidx = getelementptr [100 x i32], [100 x i32]* @A, i32 0, i32 %0 32 %arrayidx10 = getelementptr [100 x i32], [100 x i32]* @B, i32 0, i32 %1 52 ; JSCOPVEC: store i32 0, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @B, i32 0, i32 0) 53 ; JSCOPVEC: store i32 1, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @B, i32 0, i32 0) 54 ; JSCOPVEC: store i32 2, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @B, i32 0, i32 0) 55 ; JSCOPVEC: store i32 3, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @B, i32 0, i32 0) 56 ; JSCOPVEC: store i32 4, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @B, i32 0, i32 0) 57 ; JSCOPVEC: store i32 5, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @B, i32 0, i32 0) [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 …]
|