HomeSort by relevance Sort by last modified time
    Searched refs:SRCS (Results 1 - 25 of 31) sorted by null

1 2

  /external/compiler-rt/lib/tsan/go/
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 21 vpxdec.SRCS += md5_utils.c md5_utils.h
22 vpxdec.SRCS += vpx_ports/mem_ops.h
23 vpxdec.SRCS += vpx_ports/mem_ops_aligned.h
24 vpxdec.SRCS += vpx_ports/vpx_timer.h
25 vpxdec.SRCS += vpx/vpx_integer.h
26 vpxdec.SRCS += args.c args.h
27 vpxdec.SRCS += ivfdec.c ivfdec.h
28 vpxdec.SRCS += tools_common.c tools_common.h
29 vpxdec.SRCS += y4menc.c y4menc.h
30 vpxdec.SRCS += $(LIBYUV_SRCS
    [all...]
solution.mk 32 INSTALL-SRCS-yes += $(target).mk
  /external/autotest/client/site_tests/graphics_GLAPICheck/src/
Makefile 10 SRCS = gles_APICheck.cc
14 SRCS = gl_APICheck.cc
22 $(TARGET): $(SRCS)
  /external/libvpx/libvpx/
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.
    [all...]
solution.mk 31 INSTALL-SRCS-yes += $(target).mk
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/autotest/client/tests/rtc/src/
Makefile 6 SRCS= rtctest.c
7 OBJS= ${SRCS:.c=.o}
  /external/autotest/client/tests/tsc/src/
Makefile 7 SRCS= checktsc.c
8 OBJS= ${SRCS:.c=.o}
  /external/dhcpcd-6.8.2/test/
Makefile 5 SRCS= test.c
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/autotest/client/tests/monotonic_time/src/
Makefile 8 SRCS= time_test.c cpuset.c threads.c logging.c
10 OBJS= $(SRCS:.c=.o)
  /device/google/contexthub/firmware/misc/cpu/x86/
Makefile 23 SRCS += src/cpu/$(CPU)/atomicBitset.c src/cpu/$(CPU)/cpu.c src/cpu/$(CPU)/atomic.c
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
Makefile 17 SRCS = demo.c app-linux.c importvbo.c
29 SRCS = demo.c app-linux.c importgl.c matrixop.c shader.c
41 $(TARGET): $(SRCS)
  /external/gptfdisk/
Makefile 32 lint $(SRCS)
38 depend: $(SRCS)
39 $(DEPEND) $(SRCS)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 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
401 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_proj.sh
402 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_sln.sh
403 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_vcxproj.sh
404 DIST-SRCS-$(CONFIG_MSVS) += build/x86-msvs/obj_int_extract.ba
    [all...]
  /external/dhcpcd-6.8.2/
Makefile 4 SRCS= common.c control.c dhcpcd.c duid.c eloop.c
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/libvpx/libvpx/build/make/
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.s
    [all...]
  /device/google/contexthub/firmware/misc/platform/linux/
Makefile 25 SRCS += src/platform/$(PLATFORM)/platform.c \
  /external/e2fsprogs/util/
Makefile.in 12 SRCS = $(srcdir)/subst.c
  /external/e2fsprogs/lib/et/
Makefile.in 19 SRCS = $(srcdir)/error_message.c $(srcdir)/et_name.c $(srcdir)/init_et.c \
100 TAGS: $(SRCS)
101 $(TAGS) $(SRCS)
  /external/selinux/libsemanage/src/
Makefile 54 SRCS= $(filter-out $(GENERATED),$(wildcard *.c))
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/lib/ss/
Makefile.in 54 SRCS= $(srcdir)/invocation.c $(srcdir)/help.c \
68 CODE= $(SRCS) $(MKCMDSFILES)
84 CFILES= $(SRCS) $(MKCMDSCSRCS) test_ss.c
88 FILES= $(SRCS) $(MKCMDSFILES) $(HFILES) \
  /external/e2fsprogs/tests/progs/
Makefile.in 22 SRCS= $(srcdir)/test_rel.c
  /external/selinux/libselinux/src/
Makefile 51 SRCS= $(filter-out $(UNUSED_SRCS) $(GENERATED) audit2why.c, $(wildcard *.c))
55 OBJS= $(patsubst %.c,%.o,$(SRCS))
56 LOBJS= $(patsubst %.c,%.lo,$(SRCS))
  /external/e2fsprogs/ext2ed/
Makefile.in 21 SRCS= $(srcdir)/main.c $(srcdir)/init.c $(srcdir)/general_com.c \

Completed in 2662 milliseconds

1 2