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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Frontend/Inputs/SystemHeaderPrefix/src/
warn.h 1 #if SRC
  /external/autotest/client/site_tests/hardware_Keyboard/src/
Makefile 6 SRC = evtest.c
8 $(TARGET): $(SRC)
  /external/autotest/client/site_tests/platform_CompressedSwap/src/
Makefile 6 SRC = hog.c
8 $(TARGET): $(SRC)
  /external/xmlrpcpp/
Makefile 3 SRC = ./src
4 CPPFLAGS = -I$(SRC)
20 OBJ = $(SRC)/XmlRpcClient.o $(SRC)/XmlRpcDispatch.o \
21 $(SRC)/XmlRpcServer.o $(SRC)/XmlRpcServerConnection.o \
22 $(SRC)/XmlRpcServerMethod.o $(SRC)/XmlRpcSocket.o $(SRC)/XmlRpcSource.o
    [all...]
  /external/boringssl/src/util/
generate-coverage.sh 18 SRC=$PWD
21 BUILD_SRC=$(mktemp -d '/tmp/boringssl-src.XXXXXX')
30 cmake "$SRC" -GNinja -DGCOV=1
33 cp -r "$SRC/crypto" "$SRC/decrepit" "$SRC/include" "$SRC/ssl" "$SRC/tool" \
38 cd "$SRC"
39 go run "$SRC/util/all_tests.go" -build-dir "$BUILD" -callgrind -num-workers 1
    [all...]
  /external/e2fsprogs/util/
install-symlink.in 39 SRC="$1"
43 if ! echo $SRC | grep -q ^/ ; then
44 echo $SRC: Source pathname must be absolute
53 if ! test -e "$DESTDIR$SRC" ; then
54 echo $DESTDIR$SRC: file or directory does not exist
61 $LN_S "$DESTDIR$SRC" "$DESTDIR$DEST"
65 if test $(dirname "$SRC") = $(dirname "$DEST") ; then
66 $LN_S "$(basename "$SRC")" "$DESTDIR$DEST"
70 TOP_SRC=$(echo $SRC | awk -F/ '{print $2}')
84 $LN_S "$SRC" "$DESTDIR$DEST
    [all...]
  /external/syslinux/core/
Makefile 18 VPATH = $(SRC)
28 INCLUDES = -I$(SRC)/include -I$(com32)/include -I$(com32)/include/sys -I$(com32)/lib \
29 -I$(SRC)/lwip/src/include -I$(SRC)/lwip/src/include/ipv4 -I$(SRC)/fs/pxe
42 NASMSRC := $(wildcard $(SRC)/*.asm)
43 NASMHDR := $(wildcard $(SRC)/*.inc)
44 CSRC := $(shell find $(SRC) -name '*.c' -print
    [all...]
  /external/protobuf/csharp/
buildall.sh 9 SRC=$(dirname $0)/src
14 xbuild /p:Configuration=$CONFIG $SRC/Google.Protobuf.sln
17 $NUNIT_CONSOLE $SRC/Google.Protobuf.Test/bin/$CONFIG/Google.Protobuf.Test.dll
  /device/google/contexthub/util/nanoapp_postprocess/
Makefile 18 SRC = postprocess_elf.c ../../lib/nanohub/nanoapp.c
22 $(APP): $(SRC) Makefile
23 $(CC) $(CC_FLAGS) -o $(APP) -O2 $(SRC) -lelf
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
makefile 4 SRC = astlib.c sstack.c sorlist.c sintstack.c
9 libs : $(OBJ) $(SRC)
18 ci -u $(SRC) *.h makefile
21 co -l $(SRC) *.h makefile
  /external/ImageMagick/MagickWand/tests/
Makefile 3 SRC=$(shell pwd )/../..
4 CFLAGS=-I$(SRC) -L$(SRC)/MagickWand/.libs -L$(SRC)/MagickCore/.libs
  /external/syslinux/codepage/
Makefile 1 VPATH = $(SRC)
3 CPSRC = $(wildcard $(SRC)/*.txt)
14 $(PERL) $(SRC)/cptable.pl $(SRC)/UnicodeData $< $< $@
  /hardware/qcom/bt/msm8909/libbt-vendor/
vnd_buildcfg.mk 19 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
20 ifeq (,$(wildcard $(SRC)))
22 SRC := $(call my-dir)/include/vnd_generic.txt
29 $(GEN): $(SRC) $(TOOL)
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/
vnd_buildcfg.mk 19 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
20 ifeq (,$(wildcard $(SRC)))
22 SRC := $(call my-dir)/include/vnd_generic.txt
29 $(GEN): $(SRC) $(TOOL)
  /hardware/qcom/bt/msm8960/libbt-vendor/
vnd_buildcfg.mk 18 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
19 ifeq (,$(wildcard $(SRC)))
21 SRC := $(call my-dir)/include/vnd_generic.txt
28 $(GEN): $(SRC) $(TOOL)
  /hardware/qcom/bt/msm8992/libbt-vendor/
vnd_buildcfg.mk 19 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
20 ifeq (,$(wildcard $(SRC)))
22 SRC := $(call my-dir)/include/vnd_generic.txt
29 $(GEN): $(SRC) $(TOOL)
  /hardware/qcom/bt/msm8996/libbt-vendor/
vnd_buildcfg.mk 19 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
20 ifeq (,$(wildcard $(SRC)))
22 SRC := $(call my-dir)/include/vnd_generic.txt
29 $(GEN): $(SRC) $(TOOL)
  /hardware/qcom/bt/msm8998/libbt-vendor/
vnd_buildcfg.mk 19 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
20 ifeq (,$(wildcard $(SRC)))
22 SRC := $(call my-dir)/include/vnd_generic.txt
29 $(GEN): $(SRC) $(TOOL)
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
Makefile 6 SRC = hog.c
10 $(TARGET): $(SRC)
  /external/syslinux/diag/
Makefile 6 do $(MAKE) -C $(OBJ)/$$d -f $(SRC)/$$d/Makefile \
7 SRC="$(SRC)"/$$d OBJ="$(OBJ)"/$$d $@; done
  /system/core/rootdir/
asan_extract.sh 26 SRC=/system/asan.tar.bz2
48 if ! test -f $SRC ; then
49 log -p i -t asan_install "Did not find $SRC!"
53 log -p i -t asan_install "Found $SRC, checking whether we need to apply it."
57 ASAN_TAR_MD5=$(md5sum $SRC)
71 log -p i -t asan_install "Untarring $SRC..."
74 bzip2 -c -d $SRC | tar -x -f - --no-same-owner -C / || exit 1
  /hardware/broadcom/libbt/
vnd_buildcfg.mk 5 SRC := $(BOARD_CUSTOM_BT_CONFIG)
7 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
9 ifeq (,$(wildcard $(SRC)))
11 SRC := $(call my-dir)/include/vnd_generic.txt
18 $(GEN): $(SRC) $(TOOL)
  /external/syslinux/win64/
Makefile 23 WINPREFIX := $(shell $(SRC)/find-mingw64.sh gcc)
28 WINCFLAGS += -I$(SRC) -I$(SRC)/../win -I$(objdir) \
29 -I$(SRC)/../libfat -I$(SRC)/../libinstaller \
30 -I$(SRC)/../libinstaller/getopt
37 -o hello.exe $(SRC)/../win/hello.c >/dev/null 2>&1 ; echo $$?)
52 $(wildcard $(SRC)/../libfat/*.c)
57 VPATH = $(SRC):$(SRC)/../win:$(SRC)/../libfat:$(SRC)/../libinstaller:$(SRC)/../libinstaller/getopt:$(OBJ)/../libinstall (…)
    [all...]
  /external/syslinux/gpxe/
Makefile 20 VPATH = $(SRC)
23 PXEMAKE = $(MAKE) -C $(SRC)/src NO_WERROR=1
32 $(MAKE) -C $(SRC)/src veryclean > /dev/null 2>&1
43 src/bin/blib.a:
46 src/bin/undionly.kkpxe: src/bin/blib.a pxelinux.gpxe $(objdir)/core/pxelinux.0
47 $(PXEMAKE) bin/undionly.kkpxe EMBEDDED_IMAGE=$(SRC)/pxelinux.gpxe,$(objdir)/core/pxelinux.0
49 gpxelinux.0: src/bin/undionly.kkpx
    [all...]
  /external/syslinux/mtools/
Makefile 4 INCLUDES = -I$(SRC) -I$(objdir) -I$(SRC)/../libfat -I$(SRC)/../libinstaller
16 $(wildcard $(SRC)/../libfat/*.c)
21 VPATH = $(SRC):$(SRC)/../libfat:$(SRC)/../libinstaller:$(OBJ)/../libinstaller

Completed in 857 milliseconds

1 2 3 4 5 6 7 8 91011>>