| /external/e2fsprogs/tests/f_expand/ |
| D | expect.1.gz | |
| /external/jemalloc_new/include/jemalloc/internal/ |
| D | size_classes.h | 19 * psz: 'yes' if a multiple of the page size, 'no' otherwise. 20 * bin: 'yes' if a small bin size class, 'no' otherwise. 43 SC( 0, 3, 3, 0, no, yes, 1, 3) \ 44 SC( 1, 3, 3, 1, no, yes, 1, 3) \ 45 SC( 2, 3, 3, 2, no, yes, 3, 3) \ 46 SC( 3, 3, 3, 3, no, yes, 1, 3) \ 48 SC( 4, 5, 3, 1, no, yes, 5, 3) \ 49 SC( 5, 5, 3, 2, no, yes, 3, 3) \ 50 SC( 6, 5, 3, 3, no, yes, 7, 3) \ 51 SC( 7, 5, 3, 4, no, yes, 1, 3) \ [all …]
|
| /external/curl/tests/data/ |
| D | test444 | 24 Set-Cookie: cookie-1=yes; 25 Set-Cookie: cookie-2=yes; 26 Set-Cookie: cookie-3=yes; 27 Set-Cookie: cookie-4=yes; 28 Set-Cookie: cookie-5=yes; 29 Set-Cookie: cookie-6=yes; 30 Set-Cookie: cookie-7=yes; 31 Set-Cookie: cookie-8=yes; 32 Set-Cookie: cookie-9=yes; 33 Set-Cookie: cookie-10=yes; [all …]
|
| /external/e2fsprogs/tests/f_rebuild_csum_rootdir/ |
| D | expect.1 | 4 Salvage? yes 7 Fix? yes 10 Fix? yes 14 Fix? yes 17 Connect to /lost+found? yes 19 /lost+found not found. Create? yes 23 Inode 11 ref count is 3, should be 2. Fix? yes 26 Connect to /lost+found? yes 28 Inode 12 ref count is 2, should be 1. Fix? yes 31 Connect to /lost+found? yes [all …]
|
| /external/toybox/tests/ |
| D | pkill.test | 6 #cleaning 'yes' processes 7 killall yes >/dev/null 2>&1 15 yes >/dev/null & 17 testing "pattern" "pkill yes && sleep 1 && (pgrep yes || echo 'yes')" \ 18 "yes\n" "" "" 19 killall yes >/dev/null 2>&1 21 yes >/dev/null & 22 yes print1 >/dev/null & 23 yes print2 >/dev/null & 25 testing "pattern (multiple)" "pkill yes && sleep 1 && [all …]
|
| /external/flatbuffers/docs/source/ |
| D | Support.md | 23 …r all basic features | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | WiP | Y… 24 JSON parsing | Yes | No | No | No | No | No | No | Yes … 25 …ation | Yes | Yes | Yes | Yes | No | No | No | No | No | N… 26 Reflection | Yes | No | No | No | No | No | No | Basic … 27 Buffer verifier | Yes | No | No | No | No | No | No | Yes … 28 Native Object API | Yes | No | Yes | Yes | Yes | Yes | Yes | No … 29 …calars | Yes | Yes | Yes | No | No | Yes | Yes | Yes | No | N… 30 …uffers | Yes | Yes | ? | ? | ? | ? | ? | ? | ? … 31 …asic | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | ? | Y… 32 …ng: fuzz | Yes | No | No | Yes | Yes | No | No | No | ? … [all …]
|
| /external/cpuinfo/tools/ |
| D | isa-info.c | 16 printf("\tx87 FPU: %s\n", cpuinfo_has_x86_fpu() ? "yes" : "no"); in main() 17 printf("\tCMOV: %s\n", cpuinfo_has_x86_cmov() ? "yes" : "no"); in main() 19 printf("\tLAHF/SAHF: %s\n", cpuinfo_has_x86_lahf_sahf() ? "yes" : "no"); in main() 20 printf("\tLZCNT: %s\n", cpuinfo_has_x86_lzcnt() ? "yes" : "no"); in main() 21 printf("\tPOPCNT: %s\n", cpuinfo_has_x86_popcnt() ? "yes" : "no"); in main() 22 printf("\tTBM: %s\n", cpuinfo_has_x86_tbm() ? "yes" : "no"); in main() 23 printf("\tBMI: %s\n", cpuinfo_has_x86_bmi() ? "yes" : "no"); in main() 24 printf("\tBMI2: %s\n", cpuinfo_has_x86_bmi2() ? "yes" : "no"); in main() 25 printf("\tADCX/ADOX: %s\n", cpuinfo_has_x86_adx() ? "yes" : "no"); in main() 29 printf("\tMOVBE: %s\n", cpuinfo_has_x86_movbe() ? "yes" : "no"); in main() [all …]
|
| /external/libvpx/vp9/ |
| D | vp9cx.mk | 13 VP9_CX_SRCS-yes += $(VP9_COMMON_SRCS-yes) 15 VP9_CX_SRCS_REMOVE-yes += $(VP9_COMMON_SRCS_REMOVE-yes) 18 VP9_CX_SRCS-yes += vp9_cx_iface.c 19 VP9_CX_SRCS-yes += vp9_cx_iface.h 21 VP9_CX_SRCS-yes += encoder/vp9_bitstream.c 22 VP9_CX_SRCS-yes += encoder/vp9_context_tree.c 23 VP9_CX_SRCS-yes += encoder/vp9_context_tree.h 24 VP9_CX_SRCS-yes += encoder/vp9_cost.h 25 VP9_CX_SRCS-yes += encoder/vp9_cost.c 26 VP9_CX_SRCS-yes += encoder/vp9_dct.c [all …]
|
| D | vp9_common.mk | 11 VP9_COMMON_SRCS-yes += vp9_common.mk 12 VP9_COMMON_SRCS-yes += vp9_iface_common.h 13 VP9_COMMON_SRCS-yes += vp9_iface_common.c 14 VP9_COMMON_SRCS-yes += common/vp9_ppflags.h 15 VP9_COMMON_SRCS-yes += common/vp9_alloccommon.c 16 VP9_COMMON_SRCS-yes += common/vp9_blockd.c 17 # VP9_COMMON_SRCS-yes += common/vp9_debugmodes.c 18 VP9_COMMON_SRCS-yes += common/vp9_entropy.c 19 VP9_COMMON_SRCS-yes += common/vp9_entropymode.c 20 VP9_COMMON_SRCS-yes += common/vp9_entropymv.c [all …]
|
| /external/cldr/common/properties/ |
| D | scriptMetadata.txt | 34 # YES if the script is RTL 37 # YES if the major languages using the script allow linebreaks between letters (excluding hyphenat… 40 # YES if shaping is required for the major languages using that script for NFC text. 46 # YES if the major languages using the script require IMEs. 50 # YES if in modern (or most recent) usage case distinctions are customary. 59 Latn; 2; 004C; IT; 1; RECOMMENDED; NO; NO; MIN; NO; YES 60 Hanb; 3; 5B57; CN; 3; RECOMMENDED; NO; YES; NO; YES; NO 61 Hani; 3; 5B57; CN; 3; RECOMMENDED; NO; YES; NO; YES; NO 62 Hans; 3; 5B57; CN; 3; RECOMMENDED; NO; YES; NO; YES; NO 63 Hant; 3; 5B57; CN; 3; RECOMMENDED; NO; YES; NO; YES; NO [all …]
|
| /external/capstone/xcode/Capstone.xcodeproj/xcshareddata/xcschemes/ |
| D | Tests.xcscheme | 6 parallelizeBuildables = "YES" 7 buildImplicitDependencies = "YES"> 10 buildForTesting = "YES" 11 buildForRunning = "YES" 12 buildForProfiling = "YES" 14 buildForAnalyzing = "YES"> 24 buildForTesting = "YES" 25 buildForRunning = "YES" 26 buildForProfiling = "YES" 28 buildForAnalyzing = "YES"> [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
| D | coverage.txt | 7 1 YES 8 2 YES Implementation of file description not specified. 9 3 YES Unspecified. 10 4 YES 11 5 YES 12 6 YES Implementation defined. 13 7 YES Implementation defined. 14 8 YES 15 9 YES Implementation of file description not specified. 16 10 YES Unspecified. [all …]
|
| /external/ltp/testcases/open_posix_testsuite/Documentation/ |
| D | COVERAGE.threads | 21 pthread_attr_destroy YES HIGH 22 pthread_attr_getdetachstate YES HIGH 23 pthread_attr_init YES HIGH 24 pthread_attr_setdetachstate YES HIGH 25 pthread_cancel YES HIGH 26 pthread_cond_broadcast YES MED 27 pthread_cond_destroy YES MED 28 pthread_cond_init YES MED 29 pthread_cond_signal YES MED 30 pthread_cond_timedwait YES MED [all …]
|
| /external/curl/m4/ |
| D | curl-functions.m4 | 600 AC_MSG_RESULT([yes]) 601 tst_links_alarm="yes" 607 if test "$tst_links_alarm" = "yes"; then 612 AC_MSG_RESULT([yes]) 613 tst_proto_alarm="yes" 620 if test "$tst_proto_alarm" = "yes"; then 630 AC_MSG_RESULT([yes]) 631 tst_compi_alarm="yes" 638 if test "$tst_compi_alarm" = "yes"; then 641 AC_MSG_RESULT([yes]) [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
| D | cares-functions.m4 | 369 AC_MSG_RESULT([yes]) 370 tst_links_closesocket="yes" 376 if test "$tst_links_closesocket" = "yes"; then 382 AC_MSG_RESULT([yes]) 383 tst_proto_closesocket="yes" 390 if test "$tst_proto_closesocket" = "yes"; then 401 AC_MSG_RESULT([yes]) 402 tst_compi_closesocket="yes" 409 if test "$tst_compi_closesocket" = "yes"; then 412 AC_MSG_RESULT([yes]) [all …]
|
| /external/libbpf/docs/sphinx/doxygen/ |
| D | Doxyfile | 11 BRIEF_MEMBER_DESC = YES 12 REPEAT_BRIEF = YES 15 FULL_PATH_NAMES = YES 24 INHERIT_DOCS = YES 28 OPTIMIZE_OUTPUT_FOR_C = YES 34 MARKDOWN_SUPPORT = YES 36 AUTOLINK_SUPPORT = YES 40 IDL_PROPERTY_SUPPORT = YES 43 SUBGROUPING = YES 54 EXTRACT_LOCAL_CLASSES = YES [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/test/abi/ |
| D | zlib-v1.2.11-arm-linux-gnueabihf.abi | 7 …ler32' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/> 8 …1.2.3.3' is-default-version='yes' type='func-type' binding='global-binding' visibility='default-vi… 9 …B_1.2.2' is-default-version='yes' type='func-type' binding='global-binding' visibility='default-vi… 10 …B_1.2.9' is-default-version='yes' type='func-type' binding='global-binding' visibility='default-vi… 11 …press' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/> 12 …ress2' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/> 13 …B_1.2.0' is-default-version='yes' type='func-type' binding='global-binding' visibility='default-vi… 14 …crc32' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/> 15 …1.2.3.3' is-default-version='yes' type='func-type' binding='global-binding' visibility='default-vi… 16 …B_1.2.2' is-default-version='yes' type='func-type' binding='global-binding' visibility='default-vi… [all …]
|
| /external/libvpx/vp8/ |
| D | vp8cx.mk | 14 VP8_CX_SRCS-yes += $(VP8_COMMON_SRCS-yes) 16 VP8_CX_SRCS_REMOVE-yes += $(VP8_COMMON_SRCS_REMOVE-yes) 19 VP8_CX_SRCS-yes += vp8cx.mk 21 VP8_CX_SRCS-yes += vp8_cx_iface.c 23 VP8_CX_SRCS-yes += encoder/defaultcoefcounts.h 24 VP8_CX_SRCS-yes += encoder/bitstream.c 25 VP8_CX_SRCS-yes += encoder/boolhuff.c 26 VP8_CX_SRCS-yes += encoder/copy_c.c 27 VP8_CX_SRCS-yes += encoder/dct.c 28 VP8_CX_SRCS-yes += encoder/encodeframe.c [all …]
|
| D | vp8_common.mk | 11 VP8_COMMON_SRCS-yes += vp8_common.mk 12 VP8_COMMON_SRCS-yes += common/ppflags.h 13 VP8_COMMON_SRCS-yes += common/onyx.h 14 VP8_COMMON_SRCS-yes += common/onyxd.h 15 VP8_COMMON_SRCS-yes += common/alloccommon.c 16 VP8_COMMON_SRCS-yes += common/blockd.c 17 VP8_COMMON_SRCS-yes += common/coefupdateprobs.h 18 # VP8_COMMON_SRCS-yes += common/debugmodes.c 19 VP8_COMMON_SRCS-yes += common/default_coef_probs.h 20 VP8_COMMON_SRCS-yes += common/dequantize.c [all …]
|
| /external/e2fsprogs/tests/f_bad_inode_csum/ |
| D | expect.1 | 3 Fix? yes 5 Inode 49 passes checks, but checksum does not match inode. Fix? yes 7 Inode 65 passes checks, but checksum does not match inode. Fix? yes 9 Inode 81 passes checks, but checksum does not match inode. Fix? yes 11 Inode 97 seems to contain garbage. Clear? yes 13 Inode 98 seems to contain garbage. Clear? yes 15 Inode 99 seems to contain garbage. Clear? yes 17 Inode 100 seems to contain garbage. Clear? yes 19 Inode 101 seems to contain garbage. Clear? yes 21 Inode 102 seems to contain garbage. Clear? yes [all …]
|
| /external/libnetfilter_conntrack/ |
| D | doxygen.cfg.in | 7 BRIEF_MEMBER_DESC = YES 8 REPEAT_BRIEF = YES 19 INHERIT_DOCS = YES 23 OPTIMIZE_OUTPUT_FOR_C = YES 31 SUBGROUPING = YES 36 EXTRACT_LOCAL_CLASSES = YES 44 CASE_SENSE_NAMES = YES 46 SHOW_INCLUDE_FILES = YES 47 INLINE_INFO = YES 48 SORT_MEMBER_DOCS = YES [all …]
|
| /external/libepoxy/doc/ |
| D | Doxyfile.in | 8 ALLOW_UNICODE_NAMES = YES 10 BRIEF_MEMBER_DESC = YES 11 REPEAT_BRIEF = YES 15 FULL_PATH_NAMES = YES 19 JAVADOC_AUTOBRIEF = YES 22 INHERIT_DOCS = YES 27 OPTIMIZE_OUTPUT_FOR_C = YES 32 MARKDOWN_SUPPORT = YES 33 AUTOLINK_SUPPORT = YES 40 SUBGROUPING = YES [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
| D | coverage.txt | 7 1 YES 8 2 YES 9 3 YES 10 4 YES - Assigns uninitialized values, but works. 11 5 YES - Assigns uninitialized values, but works. 12 6 YES - 6.3 fails on current test impl. b/c no MON implemented 13 7 YES - 7.1 fails on my impl -- BUG? 14 8 YES 15 9 YES 16 10 YES [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
| D | coverage.txt | 4 1 YES 5 2 YES 6 3 YES 7 4 YES 8 5 YES 9 6 YES 10 7 YES 11 8 YES 12 9 YES 13 10 YES [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
| D | Script_Metadata.csv | 4 2,Latin,Latn,1.1,"1,340",L,4C,Italy,1,English,en,Recommended,no,no,min,no,Yes 5 3,Han,Hani,1.1,"75,963",字,5B57,China,3,Chinese,zh,Recommended,no,Yes,no,Yes,no 6 4,Cyrillic,Cyrl,1.1,431,Я,42F,Bulgaria,1,Russian,ru,Recommended,no,no,min,no,Yes 7 5,Hiragana,Hira,1.1,91,か,304B,Japan,2,Japanese,ja,Recommended,no,Yes,no,no,no 8 6,Katakana,Kana,1.1,300,カ,30AB,Japan,2,Japanese,ja,Recommended,no,Yes,no,no,no 9 7,Thai,Thai,1.1,86,ท,E17,Thailand,1,Thai,th,Recommended,no,Yes,min,no,no 10 8,Arabic,Arab,1.1,"1,245",ب,628,Saudi Arabia,1,Arabic,ar,Recommended,Yes,no,Yes,no,no 11 9,Hangul,Hang,1.1,"11,739",가,AC00,Republic of Korea,3,Korean,ko,Recommended,no,no,min,Yes,no 12 10,Devanagari,Deva,1.1,152,अ,905,India,1,Hindi,hi,Recommended,no,no,Yes,no,no 13 11,Greek,Grek,1.1,515,Ω,3A9,Greece,1,Greek,el,Recommended,no,no,no,no,Yes [all …]
|