/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | Makefile | 348 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS) 362 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS) 379 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS) 394 INSTALL-PROJECTS+=$(call cond_enabled,CONFIG_INSTALL_PROJECTS,DIST-PROJECTS) 405 ifneq ($(call enabled,DIST-SRCS),) 406 DIST-SRCS-yes += configure 407 DIST-SRCS-yes += build/make/configure.sh 408 DIST-SRCS-yes += build/make/gen_asm_deps.sh 409 DIST-SRCS-yes += build/make/Makefile 410 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh [all …]
|
/external/libvpx/libvpx/build/make/ |
D | Makefile | 338 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS) 352 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS) 369 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS) 384 INSTALL-PROJECTS+=$(call cond_enabled,CONFIG_INSTALL_PROJECTS,DIST-PROJECTS) 395 ifneq ($(call enabled,DIST-SRCS),) 396 DIST-SRCS-yes += configure 397 DIST-SRCS-yes += build/make/configure.sh 398 DIST-SRCS-yes += build/make/gen_asm_deps.sh 399 DIST-SRCS-yes += build/make/Makefile 400 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh [all …]
|
/external/chromium_org/chrome/installer/linux/sysroot_scripts/ |
D | sysroot-creator.sh | 50 readonly REPO_BASEDIR="${APT_REPO}/dists/${DIST}" 53 readonly INSTALL_ROOT_AMD64=$(pwd)/${DIST}_amd64_staging 54 readonly INSTALL_ROOT_I386=$(pwd)/${DIST}_i386_staging 55 readonly INSTALL_ROOT_ARM=$(pwd)/${DIST}_arm_staging 74 readonly DEBIAN_DEP_LIST_AMD64="packagelist.${DIST}.amd64" 75 readonly DEBIAN_DEP_LIST_I386="packagelist.${DIST}.i386" 76 readonly DEBIAN_DEP_LIST_ARM="packagelist.${DIST}.arm" 158 BUILD_DIR=${CHROME_DIR}/out/sysroot-build/${DIST} 208 local package_list="${BUILD_DIR}/Packages.${DIST}_amd64.bz2" 209 local tmp_package_list="${BUILD_DIR}/Packages.${DIST}_amd64" [all …]
|
D | sysroot-creator-wheezy.sh | 8 DIST=wheezy 10 REPO_BASEDIR="${APT_REPO}/dists/${DIST}"
|
D | sysroot-creator-trusty.sh | 8 DIST=trusty 13 REPO_BASEDIR="${APT_REPO}/dists/${DIST}"
|
/external/chromium_org/third_party/libvpx/source/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 | examples.mk | 231 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX))) 233 DIST-SRCS-yes += $(ALL_SRCS)
|
/external/libvpx/libvpx/ |
D | docs.mk | 50 DIST-DOCS-yes = $(wildcard docs/html/*) 51 DIST-DOCS-$(CONFIG_CODEC_SRCS) += $(addprefix src/,$(CODEC_DOX)) 52 DIST-DOCS-$(CONFIG_CODEC_SRCS) += src/libs.doxy_template 53 DIST-DOCS-yes += CHANGELOG 54 DIST-DOCS-yes += README
|
D | examples.mk | 234 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX))) 236 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/qemu/distrib/zlib-1.2.8/ |
D | inflate.h | 43 DIST, /* i: waiting for distance code */ enumerator
|
D | inflate.c | 1079 state->mode = DIST; 1080 case DIST:
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | inflate.h | 43 DIST, /* i: waiting for distance code */ enumerator
|
/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/chromium_org/third_party/zlib/ |
D | inflate.h | 43 DIST, /* i: waiting for distance code */ enumerator
|
D | inflate.c | 1064 state->mode = DIST; 1065 case DIST:
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/ |
D | opus.gypi | 18 '$(DIST)/include/opus',
|
/external/qemu/distrib/sdl-1.2.15/ |
D | Makefile.in | 44 DIST = acinclude autogen.sh Borland.html Borland.zip BUGS build-scripts configure configure.in COPY… 151 tar cf - $(DIST) | (cd $(distdir); tar xf -)
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 177 #define DIST(r, c) \ macro 184 thismse = (DIST(r, c)); \ 351 #undef DIST 353 #define DIST(r, c) \ macro 460 #undef DIST
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 179 #define DIST(r, c) \ macro 186 thismse = (DIST(r, c)); \ 353 #undef DIST 355 #define DIST(r, c) \ macro 462 #undef DIST
|
/external/webp/src/dec/ |
D | vp8l.c | 44 DIST = 4 enumerator 777 const int dist_symbol = ReadSymbol(&htree_group->htrees_[DIST], br); in DecodeAlphaData() 881 const int dist_symbol = ReadSymbol(&htree_group->htrees_[DIST], br); in DecodeImageData()
|
/external/chromium_org/third_party/libwebp/dec/ |
D | vp8l.c | 44 DIST = 4 enumerator 777 const int dist_symbol = ReadSymbol(&htree_group->htrees_[DIST], br); in DecodeAlphaData() 881 const int dist_symbol = ReadSymbol(&htree_group->htrees_[DIST], br); in DecodeImageData()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse) macro 199 #define ERR(r,c) (MVC(r,c)+DIST(r,c)) 201 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr)… 356 #undef DIST
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
D | mcomp.c | 197 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse) macro 200 #define ERR(r,c) (MVC(r,c)+DIST(r,c)) 202 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr)… 357 #undef DIST
|