OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SRCDIR
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/
sources.mak
3
# This file is among different build systems.
SRCDIR
must be defined with
9
$(
SRCDIR
)main/es1_conversion.c
12
$(
SRCDIR
)main/api_arrayelt.c \
13
$(
SRCDIR
)main/api_exec.c \
14
$(
SRCDIR
)main/api_loopback.c \
15
$(
SRCDIR
)main/api_validate.c \
16
$(
SRCDIR
)main/accum.c \
17
$(
SRCDIR
)main/arbprogram.c \
18
$(
SRCDIR
)main/atifragshader.c \
19
$(
SRCDIR
)main/attrib.c
[
all
...]
/external/mesa3d/src/mesa/
sources.mak
3
# This file is among different build systems.
SRCDIR
must be defined with
9
$(
SRCDIR
)main/es1_conversion.c
12
$(
SRCDIR
)main/api_arrayelt.c \
13
$(
SRCDIR
)main/api_exec.c \
14
$(
SRCDIR
)main/api_loopback.c \
15
$(
SRCDIR
)main/api_validate.c \
16
$(
SRCDIR
)main/accum.c \
17
$(
SRCDIR
)main/arbprogram.c \
18
$(
SRCDIR
)main/atifragshader.c \
19
$(
SRCDIR
)main/attrib.c
[
all
...]
/external/e2fsprogs/tests/
test_script.in
17
TESTS=`ls -d $
SRCDIR
/[a-zA-Z]_*`
22
[a-zA-Z]) TESTS="$TESTS $
SRCDIR
/${i}_*" ;;
23
*) TESTS="$TESTS $
SRCDIR
/$i" ;;
32
$
SRCDIR
/test_post
test_one.in
23
cmd_dir=$
SRCDIR
26
TEST_CONFIG=$
SRCDIR
/test_config
57
default_script=$
SRCDIR
/defaults/${test_base}_script
59
. $
SRCDIR
/defaults/${test_base}_script
/external/e2fsprogs/tests/defaults/
e_script
18
EXPECT=$
SRCDIR
/progs/test_data/expect.$class
31
cat $
SRCDIR
/progs/test_data/$instance.setup $
SRCDIR
/progs/test_data/test.$class \
/external/e2fsprogs/contrib/
populate-extfs.sh
21
SRCDIR
=${1%%/}
32
find $
SRCDIR
| while read FILE; do
34
DIR="${FILE#$
SRCDIR
}"
87
for i in `find $
SRCDIR
-type f -links +1 -printf 'INODE=%i###FN=%p\n'`; do
89
echo ${FN#$
SRCDIR
} >>$INODE_DIR/$INODE
/external/bison/build-aux/
vc-list-files
33
Usage: $0 [-C
SRCDIR
] [DIR...]
36
SRCDIR
(default .).
SRCDIR
must be the top directory of a checkout.
41
-C
SRCDIR
change directory to
SRCDIR
before generating list
/external/harfbuzz_ng/test/api/
hb-test.h
54
srcdir
(void)
function
59
s = getenv ("
srcdir
");
61
#ifdef
SRCDIR
63
s =
SRCDIR
;
/external/oprofile/libutil++/tests/
file_manip_tests.cpp
210
expect =
SRCDIR
+ expect;
/external/chromium_org/sdch/open-vcdiff/
Makefile.am
239
TESTS_ENVIRONMENT =
SRCDIR
="$(top_srcdir)"
/external/elfutils/0.153/src/
ld.c
246
static const char *linker_script =
SRCDIR
"/elf32-i386.script";
[
all
...]
Completed in 623 milliseconds