/external/libvpx/libvpx/ |
D | examples.mk | 58 vpxdec.SRCS += md5_utils.c md5_utils.h 59 vpxdec.SRCS += vpx_ports/mem_ops.h 60 vpxdec.SRCS += vpx_ports/mem_ops_aligned.h 61 vpxdec.SRCS += vpx_ports/msvc.h 62 vpxdec.SRCS += vpx_ports/vpx_timer.h 63 vpxdec.SRCS += vpx/vpx_integer.h 64 vpxdec.SRCS += args.c args.h 65 vpxdec.SRCS += ivfdec.c ivfdec.h 66 vpxdec.SRCS += tools_common.c tools_common.h 67 vpxdec.SRCS += y4menc.c y4menc.h [all …]
|
D | libs.mk | 180 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c 182 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += third_party/x86inc/x86inc.asm 207 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += $(CODEC_SRCS) 208 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += $(call enabled,CODEC_EXPORTS) 541 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += $(patsubst $(SRC_PATH_BARE)/%,%,\ 543 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += $(LIBVPX_TEST_SRCS) 544 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += $(TEST_INTRA_PRED_SPEED_SRCS) 584 SRCS += $(CODEC_SRCS) $(LIBVPX_TEST_SRCS) $(GTEST_SRCS)
|
/external/compiler-rt/lib/tsan/go/ |
D | buildgo.sh | 5 SRCS=" 41 SRCS=" 42 $SRCS 56 SRCS=" 57 $SRCS 70 SRCS=" 71 $SRCS 82 SRCS=" 83 $SRCS 106 SRCS="$SRCS $ADD_SRCS" [all …]
|
/external/libvpx/libvpx/build/make/ |
D | Makefile | 419 ifneq ($(call enabled,DIST-SRCS),) 420 DIST-SRCS-yes += configure 421 DIST-SRCS-yes += build/make/configure.sh 422 DIST-SRCS-yes += build/make/gen_asm_deps.sh 423 DIST-SRCS-yes += build/make/Makefile 424 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh 425 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_proj.sh 426 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_sln.sh 427 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_vcxproj.sh 428 DIST-SRCS-$(CONFIG_MSVS) += build/make/msvs_common.sh [all …]
|
/external/dhcpcd-6.8.2/test/ |
D | Makefile | 5 SRCS= test.c macro 6 SRCS+= test_hmac_md5.c ../crypt/hmac_md5.c 16 OBJS+= ${SRCS:.c=.o} ${T_COMPAT_SRCS:.c=.o} ${T_MD5_SRC:.c=.o} 29 .depend: ${SRCS} ${T_COMPAT_SRCS} ${T_CRYPT_SRCS} 30 ${CC} ${CPPFLAGS} -MM ${SRCS} ${T_COMPAT_SRCS} ${T_CRYPT_SRCS} > .depend
|
/external/dhcpcd-6.8.2/ |
D | Makefile | 4 SRCS= common.c control.c dhcpcd.c duid.c eloop.c macro 5 SRCS+= if.c if-options.c 6 SRCS+= dhcp-common.c 18 SRCS+= ${DHCPCD_SRCS} 20 SRCS+= auth.c 24 OBJS+= ${SRCS:.c=.o} ${COMPAT_SRCS:.c=.o} ${CRYPT_SRCS:.c=.o} 122 .depend: ${SRCS} ${COMPAT_SRCS} ${CRYPT_SRCS} 123 ${CC} ${CPPFLAGS} -MM ${SRCS} ${COMPAT_SRCS} ${CRYPT_SRCS} > .depend 188 import: ${SRCS} 191 cp ${SRCS} dhcpcd.conf dhcpcd-definitions.conf *.in /tmp/${DISTPREFIX} [all …]
|
/external/autotest/client/site_tests/graphics_GLAPICheck/src/ |
D | Makefile | 10 SRCS = gles_APICheck.cc macro 14 SRCS = gl_APICheck.cc macro 22 $(TARGET): $(SRCS)
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | Makefile | 17 SRCS = demo.c app-linux.c importvbo.c macro 29 SRCS = demo.c app-linux.c importgl.c matrixop.c shader.c macro 41 $(TARGET): $(SRCS)
|
/external/gptfdisk/ |
D | Makefile | 32 lint $(SRCS) 38 depend: $(SRCS) 39 $(DEPEND) $(SRCS)
|
D | Makefile.mac | 35 lint $(SRCS) 41 depend: $(SRCS) 42 $(DEPEND) $(SRCS)
|
D | Makefile.freebsd | 32 lint $(SRCS) 38 depend: $(SRCS) 39 $(DEPEND) $(SRCS)
|
D | Makefile.mingw | 27 lint $(SRCS) 36 depend: $(SRCS) 37 $(DEPEND) $(SRCS)
|
D | Makefile.mingw64 | 27 lint $(SRCS) 36 depend: $(SRCS) 37 $(DEPEND) $(SRCS)
|
/external/autotest/client/tests/rtc/src/ |
D | Makefile | 6 SRCS= rtctest.c macro 7 OBJS= ${SRCS:.c=.o}
|
/external/autotest/client/tests/tsc/src/ |
D | Makefile | 7 SRCS= checktsc.c macro 8 OBJS= ${SRCS:.c=.o}
|
/external/nanopb-c/extra/ |
D | FindNanopb.cmake | 35 # SRCS = Variable to define with autogenerated 98 function(NANOPB_GENERATE_CPP SRCS HDRS) 128 set(${SRCS}) 136 list(APPEND ${SRCS} "${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}.pb.c") 157 set_source_files_properties(${${SRCS}} ${${HDRS}} PROPERTIES GENERATED TRUE) 158 set(${SRCS} ${${SRCS}} ${NANOPB_SRCS} PARENT_SCOPE)
|
/external/autotest/client/tests/monotonic_time/src/ |
D | Makefile | 8 SRCS= time_test.c cpuset.c threads.c logging.c macro 10 OBJS= $(SRCS:.c=.o)
|
/external/opencv3/apps/annotation/ |
D | CMakeLists.txt | 14 file(GLOB SRCS *.cpp) 16 set(annotation_files ${SRCS})
|
/external/opencv3/apps/traincascade/ |
D | CMakeLists.txt | 14 file(GLOB SRCS *.cpp) 17 set(traincascade_files ${SRCS} ${HDRS})
|
/external/opencv3/apps/createsamples/ |
D | CMakeLists.txt | 14 file(GLOB SRCS *.cpp) 17 set(createsamples_files ${SRCS} ${HDRS})
|
/external/selinux/libsemanage/src/ |
D | Makefile | 54 SRCS= $(filter-out $(GENERATED),$(wildcard *.c)) macro 56 OBJS= $(patsubst %.c,%.o,$(SRCS)) conf-scan.o conf-parse.o 57 LOBJS= $(patsubst %.c,%.lo,$(SRCS)) conf-scan.lo conf-parse.lo
|
/external/e2fsprogs/ |
D | MCONFIG.in | 255 .depend: Makefile $(SRCS) $(top_srcdir)/depfix.sed $(top_srcdir)/wordwrap.pl 256 if test -n "$(SRCS)" ; then \ 257 $(CC) -M $(ALL_CFLAGS) $(SRCS) | \ 269 if test -n "$(SRCS)" ; then \
|
/external/e2fsprogs/lib/et/ |
D | Makefile.in | 19 SRCS = $(srcdir)/error_message.c $(srcdir)/et_name.c $(srcdir)/init_et.c \ 100 TAGS: $(SRCS) 101 $(TAGS) $(SRCS)
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
D | compile_cs | 40 'echo "$(SRCS)" > $(@D)/' + input_file + ' && ' 78 cmd = ('cat $(SRCS) > $@')
|
/external/mksh/src/ |
D | Build.sh | 464 test $fr = "$i" && case " $SRCS " in 466 *) SRCS="$SRCS $2" ;; 589 SRCS="lalloc.c eval.c exec.c expr.c funcs.c histrap.c jobs.c" 590 SRCS="$SRCS lex.c main.c misc.c shf.c syn.c tree.c var.c" 593 SRCS="$SRCS edit.c" 2476 for file in $SRCS; do 2518 SRCS= $SRCS 2561 for file in $SRCS; do 2568 for file in $SRCS; do 2574 for file in $SRCS; do
|