/external/libvpx/libvpx/build/make/ |
D | Makefile | 362 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS) 376 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS) 394 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS) 409 INSTALL-PROJECTS+=$(call cond_enabled,CONFIG_INSTALL_PROJECTS,DIST-PROJECTS) 420 ifneq ($(call enabled,DIST-SRCS),) 421 DIST-SRCS-yes += configure 422 DIST-SRCS-yes += build/make/configure.sh 423 DIST-SRCS-yes += build/make/gen_asm_deps.sh 424 DIST-SRCS-yes += build/make/Makefile 425 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh [all …]
|
/external/libvpx/libvpx/ |
D | docs.mk | 44 DIST-DOCS-yes = $(wildcard docs/html/*) 45 DIST-DOCS-$(CONFIG_CODEC_SRCS) += $(addprefix src/,$(CODEC_DOX)) 46 DIST-DOCS-$(CONFIG_CODEC_SRCS) += src/libs.doxy_template 47 DIST-DOCS-yes += CHANGELOG 48 DIST-DOCS-yes += README
|
D | tools.mk | 44 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(TOOLS:.c=$(EXE_SFX))) 45 DIST-SRCS-yes += $(ALL_SRCS)
|
D | examples.mk | 301 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX))) 303 DIST-SRCS-yes += $(ALL_SRCS)
|
/external/freetype/src/gzip/ |
D | infcodes.c | 20 DIST, /* i: get distance next */ enumerator 166 c->mode = DIST; in inflate_codes() 167 case DIST: /* i: get distance next */ in inflate_codes()
|
/external/autotest/client/tests/cyclictest/ |
D | help | 22 -d DIST --distance=DIST distance of thread intervals in us default=500 64 -d DIST set the distance of thread intervals in microseconds (default is 500us) 68 Interval(thread N) = Interval(thread N-1) + DIST
|
/external/zlib/src/ |
D | inflate.h | 43 DIST, /* i: waiting for distance code */ enumerator
|
D | inflate.c | 1079 state->mode = DIST; 1080 case DIST:
|
/external/python/cpython2/Modules/zlib/ |
D | inflate.h | 43 DIST, /* i: waiting for distance code */ enumerator
|
D | inflate.c | 1079 state->mode = DIST; 1080 case DIST:
|
/external/syslinux/com32/lib/zlib/ |
D | inflate.h | 43 DIST, /* i: waiting for distance code */ enumerator
|
D | inflate.c | 1064 state->mode = DIST; 1065 case DIST:
|
/external/pdfium/third_party/zlib_v128/ |
D | inflate.h | 43 DIST, /* i: waiting for distance code */ enumerator
|
D | inflate.c | 1079 state->mode = DIST; in inflate() 1080 case DIST: in inflate()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus.gypi | 33 '$(DIST)/include/opus',
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 205 #define DIST(r, c) \ macro 210 #define ERR(r, c) (MVC(r, c) + DIST(r, c)) 215 thismse = DIST(r, c); \ 365 #undef DIST
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 46 DIST = 4 enumerator 989 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeAlphaData() 1131 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeImageData()
|
/external/webrtc/webrtc/modules/audio_coding/ |
D | BUILD.gn | 751 include_dirs = [ getenv("DIST") + "/include/opus" ]
|
/external/libpng/ |
D | CMakeLists.txt | 798 # DIST
|
/external/python/cpython2/ |
D | Makefile.pre.in | 175 DIST= $(DISTFILES) $(DISTDIRS)
|