OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SRCDIR
(Results
26 - 37
of
37
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixinc.sh
381
SRCDIR
=`cd ${INPUT} ; cd $1 ; ${PWDCMD}`
382
export
SRCDIR
400
then echo Fixing directory ${
SRCDIR
} into ${DESTDIR} ; fi
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixinc.sh
381
SRCDIR
=`cd ${INPUT} ; cd $1 ; ${PWDCMD}`
382
export
SRCDIR
400
then echo Fixing directory ${
SRCDIR
} into ${DESTDIR} ; fi
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
fixinc.sh
381
SRCDIR
=`cd ${INPUT} ; cd $1 ; ${PWDCMD}`
382
export
SRCDIR
400
then echo Fixing directory ${
SRCDIR
} into ${DESTDIR} ; fi
/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/sdch/open-vcdiff/
Makefile.am
218
TESTS_ENVIRONMENT =
SRCDIR
="$(top_srcdir)"
/external/chromium_org/sdch/open-vcdiff/
Makefile.am
239
TESTS_ENVIRONMENT =
SRCDIR
="$(top_srcdir)"
/external/open-vcdiff/
Makefile.am
239
TESTS_ENVIRONMENT =
SRCDIR
="$(top_srcdir)"
/external/elfutils/src/
ld.c
246
static const char *linker_script =
SRCDIR
"/elf32-i386.script";
[
all
...]
/external/harfbuzz/tests/shaping/
main.cpp
42
strcpy(path,
SRCDIR
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
29
srcdir
= /s/ndk-toolchain/src/python/Python-2.7.5
macro
43
SVNVERSION= svnversion $(
srcdir
)
68
MAKESETUP= $(
srcdir
)/Modules/makesetup
77
CPPFLAGS= -I. -IInclude -I$(
srcdir
)/Include
203
PROFILE_TASK= $(
srcdir
)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
204
#PROFILE_TASK= $(
srcdir
)/Lib/test/regrtest.py
240
GRAMMAR_INPUT= $(
srcdir
)/Grammar/Grammar
306
AST_ASDL= $(
srcdir
)/Parser/Python.asdl
308
ASDLGEN_FILES= $(
srcdir
)/Parser/asdl.py $(
srcdir
)/Parser/asdl_c.p
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
29
srcdir
= /s/ndk-toolchain/src/python/Python-2.7.5
macro
43
SVNVERSION= svnversion $(
srcdir
)
44
HGVERSION= hg id -i $(
srcdir
)
45
HGTAG= hg id -t $(
srcdir
)
46
HGBRANCH= hg id -b $(
srcdir
)
68
MAKESETUP= $(
srcdir
)/Modules/makesetup
77
CPPFLAGS= -I. -IInclude -I$(
srcdir
)/Include
203
PROFILE_TASK= $(
srcdir
)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
204
#PROFILE_TASK= $(
srcdir
)/Lib/test/regrtest.py
241
GRAMMAR_INPUT= $(
srcdir
)/Grammar/Gramma
[
all
...]
Completed in 1900 milliseconds
1
2