| /external/e2fsprogs/tests/f_expand/ |
| D | expect.1.gz | |
| /external/pytorch/test/cpp_api_parity/ |
| D | parity-tracker.md | 6 torch::nn::Sequential|Yes|No 7 torch::nn::ModuleList|Yes|No 11 torch::nn::Conv1d|Yes|No 12 torch::nn::Conv2d|Yes|No 13 torch::nn::Conv3d|Yes|No 14 torch::nn::ConvTranspose1d|Yes|No 15 torch::nn::ConvTranspose2d|Yes|No 16 torch::nn::ConvTranspose3d|Yes|No 17 torch::nn::Unfold|Yes|No 18 torch::nn::Fold|Yes|No [all …]
|
| /external/trusty/arm-trusted-firmware/docs/process/ |
| D | misra-compliance.csv | 2 1,D,1.1,MISRA C 2012,Required,N/A,Yes, 3 2,D,2.1,MISRA C 2012,Required,N/A,Yes, 5 4,D,4.1,MISRA C 2012,Required,N/A,Yes, 6 5,D,4.2,MISRA C 2012,Advisory,N/A,Yes, 7 6,D,4.3,MISRA C 2012,Required,Yes,Yes, 8 7,D,4.4,MISRA C 2012,Advisory,Yes,Yes, 9 8,D,4.5,MISRA C 2012,Advisory,Yes,Yes, 11 10,D,4.7,MISRA C 2012,Required,Yes,Yes, 14 13,D,4.10,MISRA C 2012,Required,Yes,Yes, 15 14,D,4.11,MISRA C 2012,Required,Yes,Yes, [all …]
|
| /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/flatbuffers/docs-old/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() 28 printf("\tMOVBE: %s\n", cpuinfo_has_x86_movbe() ? "yes" : "no"); in main() [all …]
|
| /external/libusb/Xcode/ |
| D | common.xcconfig | 27 CLANG_ENABLE_OBJC_WEAK = YES 30 GCC_NO_COMMON_BLOCKS = YES 33 GCC_SYMBOLS_PRIVATE_EXTERN = YES 34 GCC_INLINES_ARE_PRIVATE_EXTERN = YES 37 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES 40 GCC_WARN_64_TO_32_BIT_CONVERSION = YES 41 GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES 42 GCC_WARN_ABOUT_MISSING_NEWLINE = YES 43 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES 44 GCC_WARN_ABOUT_RETURN_TYPE = YES [all …]
|
| /external/pytorch/.ci/docker/ |
| D | build.sh | 99 PROTOBUF=yes 100 DB=yes 101 VISION=yes 102 KATEX=yes 105 CONDA_CMAKE=yes 106 TRITON=yes 113 PROTOBUF=yes 114 DB=yes 115 VISION=yes 116 KATEX=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/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 …]
|
| /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/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/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/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/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/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/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/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 …]
|
| /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/rust/android-crates-io/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 …]
|