/external/python/cpython2/Tools/pybench/ |
D | Arithmetic.py | 15 c = 3 17 c = a + b 18 c = b + c 19 c = c + a 20 c = a + b 21 c = b + c 23 c = c - a 24 c = a - b 25 c = b - c 26 c = c - a [all …]
|
D | Lookups.py | 11 class c: class 16 c.__a = 2 17 c.__b = 3 18 c.__c = 4 20 c.__a = 2 21 c.__b = 3 22 c.__c = 4 24 c.__a = 2 25 c.__b = 3 26 c.__c = 4 [all …]
|
/external/python/cpython3/Tools/pybench/ |
D | Arithmetic.py | 15 c = 3 17 c = a + b 18 c = b + c 19 c = c + a 20 c = a + b 21 c = b + c 23 c = c - a 24 c = a - b 25 c = b - c 26 c = c - a [all …]
|
D | Lookups.py | 11 class c: class 16 c.__a = 2 17 c.__b = 3 18 c.__c = 4 20 c.__a = 2 21 c.__b = 3 22 c.__c = 4 24 c.__a = 2 25 c.__b = 3 26 c.__c = 4 [all …]
|
/external/tpm2/ |
D | Android.bp | 1 // Copyright (C) 2015 The Android Open Source Project 33 "ActivateCredential.c", 34 "AlgorithmCap.c", 35 "Attest_spt.c", 36 "Bits.c", 37 "Cancel.c", 38 "Certify.c", 39 "CertifyCreation.c", 40 "ChangeEPS.c", 41 "ChangePPS.c", [all …]
|
D | Makefile | 12 SOURCES = ActivateCredential.c 13 SOURCES += AlgorithmCap.c 14 SOURCES += Attest_spt.c 15 SOURCES += Bits.c 16 SOURCES += Cancel.c 17 SOURCES += Certify.c 18 SOURCES += CertifyCreation.c 19 SOURCES += ChangeEPS.c 20 SOURCES += ChangePPS.c 21 SOURCES += Clear.c [all …]
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 17 #include "llvm-c/Core.h" 21 import "C" 29 C C.LLVMContextRef member 32 C C.LLVMModuleRef member 35 C C.LLVMTypeRef member 38 C C.LLVMValueRef member 41 C C.LLVMBasicBlockRef member 44 C C.LLVMBuilderRef member 47 C C.LLVMModuleProviderRef member 50 C C.LLVMMemoryBufferRef member [all …]
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlerror.rpgle | 20 d XML_ERR_NONE c 0 22 d c 1 23 d XML_ERR_ERROR c 2 A recoverable error 24 d XML_ERR_FATAL c 3 A fatal error 32 d XML_FROM_NONE c 0 34 d c 1 35 d XML_FROM_TREE c 2 Tree module 37 d c 3 38 d XML_FROM_DTD c 4 DTD validation 39 d XML_FROM_HTML c 5 HTML parser [all …]
|
/external/strace/ |
D | Android.bp | 2 // Copyright (C) 2006 The Android Open Source Project 20 "access.c", 21 "affinity.c", 22 "aio.c", 23 "basic_filters.c", 24 "bind.c", 25 "bjm.c", 26 "block.c", 27 "bpf.c", 28 "bpf_filter.c", [all …]
|
/external/libvpx/ |
D | Android.bp | 5 "libvpx/vp8/common/arm/loopfilter_arm.c", 6 "libvpx/vp8/common/arm/neon/bilinearpredict_neon.c", 7 "libvpx/vp8/common/arm/neon/copymem_neon.c", 8 "libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c", 9 "libvpx/vp8/common/arm/neon/dequant_idct_neon.c", 10 "libvpx/vp8/common/arm/neon/dequantizeb_neon.c", 11 "libvpx/vp8/common/arm/neon/idct_blk_neon.c", 12 "libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon.c", 13 "libvpx/vp8/common/arm/neon/idct_dequant_full_2x_neon.c", 14 "libvpx/vp8/common/arm/neon/iwalsh_neon.c", [all …]
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | simplifypathwithabsoluteprefixtests.txt | 1 /b/c/aaaaaaaaaa /b/c/aaaaaaaaaa 2 /b/c/aaaaaaaaa. /b/c/aaaaaaaaa. 3 /b/c/aaaaaaaaa/ /b/c/aaaaaaaaa 4 /b/c/aaaaaaaa.a /b/c/aaaaaaaa.a 5 /b/c/aaaaaaaa.. /b/c/aaaaaaaa.. 6 /b/c/aaaaaaaa./ /b/c/aaaaaaaa. 7 /b/c/aaaaaaaa/a /b/c/aaaaaaaa/a 8 /b/c/aaaaaaaa/. /b/c/aaaaaaaa 9 /b/c/aaaaaaaa// /b/c/aaaaaaaa 10 /b/c/aaaaaaa.aa /b/c/aaaaaaa.aa [all …]
|
/external/tcpdump/ |
D | Android.mk | 6 tcpdump_src_files := setsignal.c tcpdump.c 10 addrtoname.c \ 11 addrtostr.c \ 12 af.c \ 13 ascii_strcasecmp.c \ 14 checksum.c \ 15 cpack.c \ 16 gmpls.c \ 17 gmt2local.c \ 18 in_cksum.c \ [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | Makefile.sources | 4 brw_compiler.c \ 9 brw_disasm.c \ 10 brw_eu.c \ 11 brw_eu_compact.c \ 12 brw_eu_emit.c \ 14 brw_eu_util.c \ 15 brw_eu_validate.c \ 39 brw_interpolation_map.c \ 44 brw_nir.c \ 45 brw_nir_analyze_boolean_resolves.c \ [all …]
|
/external/ImageMagick/PerlMagick/t/reference/write/cgm/ |
D | read.miff | 13 …+�=9����������e���s�2,�9+�<-���9+<+9�<-+��+����������c_ 14 knc_a_c�������k-+1.,<,��:+:���2+,�9=�+���������l��n_e… 16 …c_d��a�+���+,+1���<+9��+��+�=9����������nlc_kd������…
|
/external/ImageMagick/PerlMagick/t/reference/cgm/ |
D | read.miff | 13 …+�=9����������e���s�2,�9+�<-���9+<+9�<-+��+����������c_ 14 knc_a_c�������k-+1.,<,��:+:���2+,�9=�+���������l��n_e… 16 …c_d��a�+���+,+1���<+9��+��+�=9����������nlc_kd������…
|
/external/ImageMagick/coders/ |
D | Android.mk | 1 # Copyright (C) 2016 The Android Open Source Project 23 LOCAL_SRC_FILES += aai.c\ 24 art.c\ 25 avs.c\ 26 bgr.c\ 27 bmp.c\ 28 braille.c\ 29 cals.c\ 30 caption.c\ 31 cin.c\ [all …]
|
/external/libopus/ |
D | silk_sources.mk | 2 silk/CNG.c \ 3 silk/code_signs.c \ 4 silk/init_decoder.c \ 5 silk/decode_core.c \ 6 silk/decode_frame.c \ 7 silk/decode_parameters.c \ 8 silk/decode_indices.c \ 9 silk/decode_pulses.c \ 10 silk/decoder_set_fs.c \ 11 silk/dec_API.c \ [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_func_selector.h | 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore 24 * For each function decide whether to use C function, or Neon intrinsics 41 #define INTER_PRED_LUMA_COPY C 42 #define INTER_PRED_LUMA_HORZ C 43 #define INTER_PRED_LUMA_VERT C 44 #define INTER_PRED_LUMA_COPY_W16OUT C 45 #define INTER_PRED_LUMA_HORZ_W16OUT C 47 #define INTER_PRED_LUMA_VERT_W16OUT C 48 #define INTER_PRED_LUMA_VERT_W16INP C 49 #define INTER_PRED_LUMA_VERT_W16INP_W16OUT C [all …]
|
/external/libhevc/common/mips/ |
D | ihevc_func_selector.h | 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore 24 * For each function decide whether to use C function, or Neon intrinsics 41 #define INTER_PRED_LUMA_COPY C 42 #define INTER_PRED_LUMA_HORZ C 43 #define INTER_PRED_LUMA_VERT C 44 #define INTER_PRED_LUMA_COPY_W16OUT C 45 #define INTER_PRED_LUMA_HORZ_W16OUT C 47 #define INTER_PRED_LUMA_VERT_W16OUT C 48 #define INTER_PRED_LUMA_VERT_W16INP C 49 #define INTER_PRED_LUMA_VERT_W16INP_W16OUT C [all …]
|
/external/curl/packages/Symbian/group/ |
D | libcurl.mmp | 7 //#define ENABLE_SSL // Enable SSL for HTTPS/FTPS (requires S60 Open C SDK) 24 file.c timeval.c base64.c hostip.c progress.c formdata.c \ 25 cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \ 26 ldap.c vtls/openssl.c version.c getenv.c escape.c mprintf.c telnet.c \ 27 netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \ 28 curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c \ 29 memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \ 30 content_encoding.c share.c http_digest.c md4.c md5.c curl_rand.c \ 31 http_negotiate.c inet_pton.c strtoofft.c strerror.c amigaos.c \ 32 hostasyn.c hostip4.c hostip6.c hostsyn.c inet_ntop.c parsedate.c \ [all …]
|
/external/libxml2/result/pattern/ |
D | multiple | 1 Node /c/b[1]/a[1] matches pattern a 2 Node /c/b[1]/a[2] matches pattern a 3 Node /c/c/b/a[1] matches pattern a 4 Node /c/c/b/a[2] matches pattern a 5 Node /c/b[2]/a[1] matches pattern a 6 Node /c/b[2]/a[2] matches pattern a 7 Node /c/b[1] matches pattern b 8 Node /c/c/b matches pattern b 9 Node /c/b[2] matches pattern b 10 Node /c matches pattern c [all …]
|
/external/valgrind/none/tests/amd64/ |
D | rcl-amd64.stdout.exp | 1 C=1, w=64, i=0 a=00017004200ab0cd 2 C=1, w=64, i=1 a=0002e0084015619a 3 C=1, w=64, i=2 a=0005c010802ac334 4 C=1, w=64, i=3 a=000b802100558668 5 C=1, w=64, i=4 a=0017004200ab0cd0 6 C=1, w=64, i=5 a=002e0084015619a0 7 C=1, w=64, i=6 a=005c010802ac3340 8 C=1, w=64, i=7 a=00b8021005586680 9 C=1, w=64, i=8 a=017004200ab0cd00 10 C=1, w=64, i=9 a=02e0084015619a00 [all …]
|
/external/elfutils/po/ |
D | fr.po | 2 # Copyright (C) 2009 ORGANIZATION 19 #: lib/xmalloc.c:51 lib/xmalloc.c:65 lib/xmalloc.c:79 src/readelf.c:2822 20 #: src/readelf.c:3161 src/unstrip.c:2087 src/unstrip.c:2295 21 #, c-format 25 #: libasm/asm_error.c:62 libdw/dwarf_error.c:79 libdwfl/libdwflP.h:70 26 #: libelf/elf_error.c:81 30 #: libasm/asm_error.c:63 libdw/dwarf_error.c:88 libdwfl/libdwflP.h:72 31 #: libelf/elf_error.c:112 35 #: libasm/asm_error.c:64 src/ldgeneric.c:2687 36 #, c-format [all …]
|
D | ru.po | 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 19 #: lib/xmalloc.c:51 lib/xmalloc.c:65 lib/xmalloc.c:79 src/readelf.c:2822 20 #: src/readelf.c:3161 src/unstrip.c:2087 src/unstrip.c:2295 21 #, c-format 25 #: libasm/asm_error.c:62 libdw/dwarf_error.c:79 libdwfl/libdwflP.h:70 26 #: libelf/elf_error.c:81 30 #: libasm/asm_error.c:63 libdw/dwarf_error.c:88 libdwfl/libdwflP.h:72 31 #: libelf/elf_error.c:112 35 #: libasm/asm_error.c:64 src/ldgeneric.c:2687 36 #, c-format [all …]
|
D | it.po | 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 20 #: lib/xmalloc.c:51 lib/xmalloc.c:65 lib/xmalloc.c:79 src/readelf.c:2822 21 #: src/readelf.c:3161 src/unstrip.c:2087 src/unstrip.c:2295 22 #, c-format 26 #: libasm/asm_error.c:62 libdw/dwarf_error.c:79 libdwfl/libdwflP.h:70 27 #: libelf/elf_error.c:81 31 #: libasm/asm_error.c:63 libdw/dwarf_error.c:88 libdwfl/libdwflP.h:72 32 #: libelf/elf_error.c:112 36 #: libasm/asm_error.c:64 src/ldgeneric.c:2687 37 #, c-format [all …]
|