OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SRC
(Results
1 - 25
of
187
) sorted by null
1
2
3
4
5
6
7
8
/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/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/adhd/cras/src/fuzz/
build.sh
7
# Expects /
src
/cras to contain a cras checkout.
10
cd $
SRC
/cras
16
$
SRC
/cras/
src
/fuzz/rclient_message.cc -o $OUT/rclient_message \
17
-I $
SRC
/cras/
src
/server \
18
-I $
SRC
/cras/
src
/common \
19
$
SRC
/cras/
src
/.libs/libcrasserver.a
[
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/autotest/client/site_tests/platform_CompressedSwapPerf/src/
Makefile
6
SRC
= hog.c
10
$(TARGET): $(
SRC
)
/device/google/contexthub/util/nanoapp_encr/
Makefile
18
SRC
= nanoapp_encr.c ../../lib/nanohub/aes.c ../../lib/nanohub/sha2.c ../../lib/nanohub/nanoapp.c
22
$(APP): $(
SRC
) Makefile
23
$(CC) $(CC_FLAGS) -o $(APP) -std=c99 -O2 $(
SRC
) \
/device/google/contexthub/util/nanoapp_sign/
Makefile
18
SRC
= nanoapp_sign.c ../../lib/nanohub/rsa.c ../../lib/nanohub/sha2.c ../../lib/nanohub/nanoapp.c
22
$(APP): $(
SRC
) Makefile
23
$(CC) $(CC_FLAGS) -o $(APP) -O2 $(
SRC
) \
/external/autotest/client/profilers/powertop/src/po/
Makefile
0
SRC
=$(wildcard *.po)
2
OBJ= $(
SRC
:.po=.mo)
3
INST= $(
SRC
:.po=.inst)
/external/libgsm/
Makefile
122
SRC
= $(ROOT)/
src
162
GSM_SOURCES = $(
SRC
)/add.c \
163
$(
SRC
)/code.c \
164
$(
SRC
)/debug.c \
165
$(
SRC
)/decode.c \
166
$(
SRC
)/long_term.c \
167
$(
SRC
)/lpc.c \
168
$(
SRC
)/preprocess.c \
169
$(
SRC
)/rpe.c
[
all
...]
/external/brotli/c/fuzz/
test_fuzzer.sh
7
SRC
=$BROTLI/c
19
${CC} -o run_decode_fuzzer -std=c99 -fsanitize=address -I$
SRC
/include \
20
$
SRC
/fuzz/decode_fuzzer.c $
SRC
/fuzz/run_decode_fuzzer.c \
/external/libpng/contrib/oss-fuzz/
build.sh
41
$
SRC
/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc \
46
find $
SRC
/libpng -name "*.png" | grep -v crashers | \
49
cp $
SRC
/libpng/contrib/oss-fuzz/*.dict \
50
$
SRC
/libpng/contrib/oss-fuzz/*.options $OUT/
/external/modp_b64/
Makefile
17
CXXFLAGS += -I$(
SRC
)/modp_b64/
/external/perfetto/infra/oss-fuzz/
build_fuzzers
5
$
SRC
/perfetto/tools/install-build-deps --no-android
15
$
SRC
/perfetto/tools/gn gen "$OUTDIR" --args="${GN_ARGS}" --check
17
$
SRC
/perfetto/tools/ninja -C $WORK/build fuzzers -v
19
mkdir -p $OUT/
src
/traced/probes/ftrace/test/data
20
cp -a $
SRC
/perfetto/
src
/traced/probes/ftrace/test/data/synthetic \
21
$OUT/
src
/traced/probes/ftrace/test/data
/external/ImageMagick/Magick++/fuzz/
build.sh
4
pushd "$
SRC
/zlib"
11
pushd "$
SRC
/xz"
19
pushd "$
SRC
/libpng"
26
pushd "$
SRC
/libjpeg-turbo"
33
pushd "$
SRC
/libtiff"
41
pushd "$
SRC
/Little-CMS"
49
pushd "$
SRC
/libraw"
57
pushd "$
SRC
/freetype2"
65
pushd "$
SRC
/libde265"
73
pushd "$
SRC
/libheif
[
all
...]
/external/e2fsprogs/tests/f_extent_htree/
script
9
SRC
=$TMPDIR/$test_name.tmp
11
BASE=$
SRC
/$SUB/$(yes | tr -d '\n' | dd bs=$NAMELEN count=1 2> /dev/null)
16
mkdir -p $
SRC
/$SUB
33
echo "mke2fs -b $BSIZE -O dir_index,extent -E no_copy_xattrs -d$
SRC
-N$NUM $TMPFILE $NUM" >> $OUT
34
$MKE2FS -b $BSIZE -O dir_index,extent -E no_copy_xattrs -d$
SRC
-N$NUM $TMPFILE $NUM >> $OUT 2>&1
35
rm -r $
SRC
/external/mesa3d/src/mesa/swrast/
s_chan.h
80
#define COPY_CHAN4(DST,
SRC
) COPY_4UBV(DST,
SRC
)
92
#define COPY_CHAN4(DST,
SRC
) COPY_4V(DST,
SRC
)
104
#define COPY_CHAN4(DST,
SRC
) COPY_4V(DST,
SRC
)
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
makefile
6
SRC
=genmk.c
16
genmk: $(OBJ) $(
SRC
) ../../h/pcctscfg.h
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
makefile
2
SRC
=test.c rexpr.c
6
test: $(OBJ) $(
SRC
)
/external/deqp-deps/SPIRV-Tools/kokoro/ndk-build/
build.sh
24
SRC
=$PWD/github/SPIRV-Tools
35
cd $
SRC
41
mkdir build && cd $
SRC
/build
49
-C $
SRC
/android_test \
Completed in 1138 milliseconds
1
2
3
4
5
6
7
8