/external/llvm/utils/ |
D | NightlyTest.gnuplot | 14 plot "running_loc.txt" using 1:2 title '' with lines, \ 15 "running_loc.txt" using 1:2 title "Date vs. Lines of Code" with lines 23 "running_loc.txt" using 1:2 title "Date vs. Lines of Code" with lines 36 plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \ 37 "running_Olden_cbe_time.txt" u 1:2 t "bh" with lines, \ 38 "running_Olden_cbe_time.txt" u 1:3 t "em3d" with lines, \ 39 "running_Olden_cbe_time.txt" u 1:4 t "mst" with lines, \ 40 "running_Olden_cbe_time.txt" u 1:5 t "power" with lines, \ 41 "running_Olden_cbe_time.txt" u 1:6 t "tsp" with lines, \ 42 "running_Olden_cbe_time.txt" u 1:7 t "bisort" with lines, \ [all …]
|
/external/icu4c/data/rbnf/ |
D | it.txt | 59 "20: vent>%%msco-with-i>;", 60 "30: trent>%%msco-with-a>;", 61 "40: quarant>%%msco-with-a>;", 62 "50: cinquant>%%msco-with-a>;", 63 "60: sessant>%%msco-with-a>;", 64 "70: settant>%%msco-with-a>;", 65 "80: ottant>%%msco-with-a>;", 66 "90: novant>%%msco-with-a>;", 67 "100: cent>%%msco-with-o>;", 68 "200: <<\u00ADcent>%%msco-with-o>;", [all …]
|
/external/llvm/test/MC/MachO/ |
D | x86_32-optimal_nop.s | 4 .align 4, 0 # start with 16 byte alignment filled with zeros 11 .align 4, 0 # start with 16 byte alignment filled with zeros 19 .align 4, 0 # start with 16 byte alignment filled with zeros 26 .align 4, 0 # start with 16 byte alignment filled with zeros 36 .align 4, 0 # start with 16 byte alignment filled with zeros 45 .align 4, 0 # start with 16 byte alignment filled with zeros 53 .align 4, 0 # start with 16 byte alignment filled with zeros 60 .align 4, 0 # start with 16 byte alignment filled with zeros 74 .align 4, 0 # start with 16 byte alignment filled with zeros 87 .align 4, 0 # start with 16 byte alignment filled with zeros [all …]
|
/external/stlport/ |
D | configure | 38 --with-stlport=<dir> use STLport in catalog <dir> 40 --with-boost=<dir> use boost headers in catalog <dir> 41 --with-system-boost use boost installed on this system 42 --with-msvc=<dir> use MS VC from this catalog 43 --with-mssdk=<dir> use MS SDK from this catalog 44 --with-extra-cxxflags=<options> 46 --with-extra-cflags=<options> 48 --with-extra-ldflags=<options> 51 that was builded with --enable-shared [default]; if compiler was builded 52 with --disable-shared, static libraries will be used in any case) [all …]
|
/external/openssl/android.testssl/ |
D | testssl | 38 echo test sslv2 with server authentication 42 echo test sslv2 with client authentication 45 echo test sslv2 with both client and server authentication 52 echo test sslv3 with server authentication 55 echo test sslv3 with client authentication 58 echo test sslv3 with both client and server authentication 64 echo test sslv2/sslv3 with server authentication 67 echo test sslv2/sslv3 with client authentication 70 echo test sslv2/sslv3 with both client and server authentication 73 echo test sslv2/sslv3 with both client and server authentication and small client buffers [all …]
|
/external/e2fsprogs/tests/ |
D | README | 15 prepared to deal with) 19 second exit code should be 0. In other words, all (with one 23 filesystem with no detectable errors found in the second pass. The 28 not exit with an exit status code of 1 after correcting filesystem 37 baddir.img Filesystem with a corrupted directory 38 badbblocks.img Filesystem with illegal blocks in the bad block inode. 39 badinode.img Filesystem with various different corrupted inode 41 badlkcnt.img Filesystem with deleted files with non-zero link count 42 badroot.img Filesystem with a file for a root directory 43 badtable.img Filesystem with blocks shared between the bitmaps and [all …]
|
/external/clang/test/ARCMT/ |
D | check-api.m | 23 …ected-error {{NSInvocation's getReturnValue is not safe to be used with an object with ownership o… 24 …ected-error {{NSInvocation's getReturnValue is not safe to be used with an object with ownership o… 28 …ected-error {{NSInvocation's setReturnValue is not safe to be used with an object with ownership o… 29 …ected-error {{NSInvocation's setReturnValue is not safe to be used with an object with ownership o… 33 …expected-error {{NSInvocation's getArgument is not safe to be used with an object with ownership o… 34 …expected-error {{NSInvocation's getArgument is not safe to be used with an object with ownership o… 38 …expected-error {{NSInvocation's setArgument is not safe to be used with an object with ownership o… 39 …expected-error {{NSInvocation's setArgument is not safe to be used with an object with ownership o…
|
/external/llvm/test/Transforms/ConstProp/ |
D | overflow-ops.ll | 4 declare {i8, i1} @llvm.uadd.with.overflow.i8(i8, i8) 5 declare {i8, i1} @llvm.usub.with.overflow.i8(i8, i8) 6 declare {i8, i1} @llvm.umul.with.overflow.i8(i8, i8) 8 declare {i8, i1} @llvm.sadd.with.overflow.i8(i8, i8) 9 declare {i8, i1} @llvm.ssub.with.overflow.i8(i8, i8) 10 declare {i8, i1} @llvm.smul.with.overflow.i8(i8, i8) 18 %t = call {i8, i1} @llvm.uadd.with.overflow.i8(i8 42, i8 100) 27 %t = call {i8, i1} @llvm.uadd.with.overflow.i8(i8 142, i8 120) 40 %t = call {i8, i1} @llvm.usub.with.overflow.i8(i8 4, i8 2) 49 %t = call {i8, i1} @llvm.usub.with.overflow.i8(i8 4, i8 6) [all …]
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
D | set-href-attribute-whitespace-expected.txt | 1 Test setting the href attribute of an HTMLAnchorElement to a URL with leading and trailing whitespa… 6 Set href that starts with a space 8 Set href that starts with a newline 10 Set href that starts with a tab 12 Set href that starts with a carriage return 14 Set href that starts with a combination of newlines, spaces and tabs 16 Set href that ends with a space 18 Set href that ends with a newline 20 Set href that ends with a tab 22 Set href that ends with a carriage return [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | overflow.ll | 8 %sadd = tail call { i8, i1 } @llvm.sadd.with.overflow.i8(i8 %a, i8 %b) 15 declare { i8, i1 } @llvm.sadd.with.overflow.i8(i8, i8) nounwind readnone 19 %sadd = tail call { i16, i1 } @llvm.sadd.with.overflow.i16(i16 %a, i16 %b) 26 declare { i16, i1 } @llvm.sadd.with.overflow.i16(i16, i16) nounwind readnone 30 %sadd = tail call { i32, i1 } @llvm.sadd.with.overflow.i32(i32 %a, i32 %b) 37 declare { i32, i1 } @llvm.sadd.with.overflow.i32(i32, i32) nounwind readnone 44 %uadd = tail call { i8, i1 } @llvm.uadd.with.overflow.i8(i8 %a, i8 %b) 51 declare { i8, i1 } @llvm.uadd.with.overflow.i8(i8, i8) nounwind readnone 55 %uadd = tail call { i16, i1 } @llvm.uadd.with.overflow.i16(i16 %a, i16 %b) 62 declare { i16, i1 } @llvm.uadd.with.overflow.i16(i16, i16) nounwind readnone [all …]
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
D | vcdiff_test.bat | 6 rem you may not use this file except in compliance with the License. 44 rem vcdiff with no arguments shows usage information & error result 46 && ( echo vcdiff with no arguments should fail, but succeeded ^ 50 rem vcdiff with three arguments but without "encode" or "decode" 58 rem vcdiff with all three arguments. Verify that output file matches target file 63 || ( echo Encode with three arguments failed ^ 68 || ( echo Decode with three arguments failed ^ 100 rem vcdiff with mixed stdin/stdout. 105 || ( echo Encode with mixed arguments failed ^ 110 || ( echo Decode with mixed arguments failed ^ [all …]
|
/external/ipsec-tools/src/racoon/ |
D | cftoken.l | 500 yyerror("racoon not configured with --enable-hybrid"); 507 yyerror("racoon not configured with --enable-hybrid"); 514 yyerror("racoon not configured with --enable-hybrid"); 521 yyerror("racoon not configured with --enable-hybrid"); 528 yyerror("racoon not configured with --enable-hybrid"); 535 yyerror("racoon not configured with --enable-hybrid"); 542 yyerror("racoon not configured with --enable-hybrid"); 549 yyerror("racoon not configured with --enable-hybrid");
|
/external/llvm/test/Transforms/GVN/ |
D | 2011-07-07-MatchIntrinsicExtract.ll | 8 %uadd = tail call %0 @llvm.uadd.with.overflow.i64(i64 %a, i64 %b) 20 %usub = tail call %0 @llvm.usub.with.overflow.i64(i64 %a, i64 %b) 32 %umul = tail call %0 @llvm.umul.with.overflow.i64(i64 %a, i64 %b) 44 %sadd = tail call %0 @llvm.sadd.with.overflow.i64(i64 %a, i64 %b) 56 %ssub = tail call %0 @llvm.ssub.with.overflow.i64(i64 %a, i64 %b) 68 %smul = tail call %0 @llvm.smul.with.overflow.i64(i64 %a, i64 %b) 79 declare %0 @llvm.uadd.with.overflow.i64(i64, i64) nounwind readnone 80 declare %0 @llvm.usub.with.overflow.i64(i64, i64) nounwind readnone 81 declare %0 @llvm.umul.with.overflow.i64(i64, i64) nounwind readnone 82 declare %0 @llvm.sadd.with.overflow.i64(i64, i64) nounwind readnone [all …]
|
/external/icu4c/test/perf/DateFmtPerf/ |
D | ReadMe.txt | 10 …with this performance test, due to the fact that the performance test results in a different time … 13 DateFmt250: Tests date formatting with 250 dates 14 DateFmt10000: Tests date formatting with 10,000 dates 15 DateFmt100000: Tests date formatting with 100,000 dates 16 BreakItWord250: Tests word break iteration with 250 iterations. 17 BreakItWord10000: Tests word break iteration with 10000 iterations. 18 BreakItChar250: Tests character break iteration with 250 iterations. 19 BreakItChar10000: Tests character break iteration with 10000 iterations.
|
/external/bluetooth/bluez/ |
D | ChangeLog | 2 Fix issue with property type and Health Main channel. 3 Fix issue with crash when removing devices. 7 Fix issue with handling of A2DP suspend response. 8 Fix issue with crashing when acquiring A2DP stream. 9 Fix issue with missing check for valid SCO before shutdown. 10 Fix issue with waiting for POLLERR when disconnecting SCO. 11 Fix issue with disconnect after primary service discovery. 12 Fix issue with attribute interface registration. 17 Fix issue with LMP version string and hciconfig. 18 Fix issue with missing discovery signal when scanning. [all …]
|
/external/iptables/extensions/ |
D | libip6t_REJECT.c | 16 enum ip6t_reject_with with; member 75 reject->with = IP6T_ICMP6_PORT_UNREACH; in REJECT_init() 90 reject->with = reject_table[i].with; in REJECT_parse() 105 if (reject_table[i].with == reject->with) in REJECT_print() 117 if (reject_table[i].with == reject->with) in REJECT_save()
|
D | libipt_REJECT.c | 23 enum ipt_reject_with with; member 90 reject->with = IPT_ICMP_PORT_UNREACHABLE; in REJECT_init() 105 reject->with = reject_table[i].with; in REJECT_parse() 125 if (reject_table[i].with == reject->with) in REJECT_print() 137 if (reject_table[i].with == reject->with) in REJECT_save()
|
/external/srtp/ |
D | timing | 18 …dex 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat"… 27 plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines 36 …dex 5 title "TMMH/SEAL" with lines, "timing.dat" index 6 title "TMMH/AES" with lines, "timing.dat"…
|
/external/llvm/test/Archive/ |
D | README.txt | 10 GNU.a - constructed on Linux with GNU ar 11 MacOSX.a - constructed on Mac OS X with its native BSD4.4 ar 12 SVR4.a - constructed on Solaris with /usr/ccs/bin/ar 13 xpg4.a - constructed on Solaris with /usr/xpg4/bin/ar 18 oddlen - a member with an odd lengthed name and content 19 evenlen - a member with an even lengthed name and content 21 very_long_bytecode_file_name.bc - LLVM bytecode file with really long name
|
/external/lohit-fonts/lohit-bengali-ttf/ |
D | ChangeLog.old | 22 - Bug 479100 - [kn_IN] Conjunct combination of U0C9D with U0CCA/U0CCB is rendering wrongly 29 with other texts in a specific page 36 - Bug 445176: [ml_IN] Conjuncts combining with 0D30 do not form the pre based glyph 46 - Bug 444561 Processed: [ml_IN] Conjuncts does not get combined with 0D30 to 48 - Bug 444563: [ml_IN] When 0D2F is combined with a consonant and followed by 49 0D15, 0D2F joins with 0D15 64 - Bug 433437: [ml_IN] Rendering combination incorrect with 0D35 65 - Bug 433440: [ml_IN] Rendering combination incorrect with 0D2F 80 - Bug 233419: [kn_IN] GSUB's combinaing with additional dependent vowel are 89 - Bug 233257: [kn_IN] Conjuct combination of U0CAE with U0CCB is rendering wrongly [all …]
|
/external/lohit-fonts/lohit-tamil-ttf/ |
D | ChangeLog.old | 22 - Bug 479100 - [kn_IN] Conjunct combination of U0C9D with U0CCA/U0CCB is rendering wrongly 29 with other texts in a specific page 36 - Bug 445176: [ml_IN] Conjuncts combining with 0D30 do not form the pre based glyph 46 - Bug 444561 Processed: [ml_IN] Conjuncts does not get combined with 0D30 to 48 - Bug 444563: [ml_IN] When 0D2F is combined with a consonant and followed by 49 0D15, 0D2F joins with 0D15 64 - Bug 433437: [ml_IN] Rendering combination incorrect with 0D35 65 - Bug 433440: [ml_IN] Rendering combination incorrect with 0D2F 80 - Bug 233419: [kn_IN] GSUB's combinaing with additional dependent vowel are 89 - Bug 233257: [kn_IN] Conjuct combination of U0CAE with U0CCB is rendering wrongly [all …]
|
/external/lohit-fonts/lohit-devanagari-ttf/ |
D | ChangeLog.old | 22 - Bug 479100 - [kn_IN] Conjunct combination of U0C9D with U0CCA/U0CCB is rendering wrongly 29 with other texts in a specific page 36 - Bug 445176: [ml_IN] Conjuncts combining with 0D30 do not form the pre based glyph 46 - Bug 444561 Processed: [ml_IN] Conjuncts does not get combined with 0D30 to 48 - Bug 444563: [ml_IN] When 0D2F is combined with a consonant and followed by 49 0D15, 0D2F joins with 0D15 64 - Bug 433437: [ml_IN] Rendering combination incorrect with 0D35 65 - Bug 433440: [ml_IN] Rendering combination incorrect with 0D2F 80 - Bug 233419: [kn_IN] GSUB's combinaing with additional dependent vowel are 89 - Bug 233257: [kn_IN] Conjuct combination of U0CAE with U0CCB is rendering wrongly [all …]
|
/external/webkit/LayoutTests/fast/dom/TreeWalker/ |
D | acceptNode-filter-expected.txt | 6 Testing with raw function filter 13 Testing with object filter 20 Testing with null filter 24 Testing with undefined filter 28 Testing with object lacking acceptNode property 34 Testing with object with non-function acceptNode property 40 Testing with function having acceptNode function
|
/external/webkit/LayoutTests/storage/ |
D | private-browsing-noread-nowrite-expected.txt | 4 Private browsing statement 1 completed with an error 6 Private browsing statement 2 completed with an error 8 Private browsing statement 3 completed with an error 10 Private browsing statement 4 completed with an error 12 Private browsing statement 5 completed with an error
|
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 34 "ISO C 1990 with amendment 1", 38 "ISO C 1990 with GNU extensions", 56 "ISO C 1999 with GNU extensions", 59 "ISO C 1999 with GNU extensions", 71 "ISO C 201X with GNU extensions", 76 "ISO C++ 1998 with amendments", 79 "ISO C++ 1998 with " "amendments and GNU extensions", 83 "Upcoming ISO C++ 200x with amendments", 86 "Upcoming ISO C++ 200x with amendments and GNU extensions",
|