OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_DIR
(Results
1 - 18
of
18
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
rules.mk
27
$I$(subst /,$(COMPILER_SEP),$(
BASE_DIR
)) \
39
BASE_SRC := $(
BASE_DIR
)/basepic.c \
40
$(
BASE_DIR
)/ftadvanc.c \
41
$(
BASE_DIR
)/ftcalc.c \
42
$(
BASE_DIR
)/ftdbgmem.c \
43
$(
BASE_DIR
)/ftgloadr.c \
44
$(
BASE_DIR
)/ftobjs.c \
45
$(
BASE_DIR
)/ftoutln.c \
46
$(
BASE_DIR
)/ftpic.c \
47
$(
BASE_DIR
)/ftrfork.c
[
all
...]
/external/autotest/utils/
release
58
BASE_DIR
=`grep ^
BASE_DIR
= $INIT_SCR`
60
if (test "$
BASE_DIR
" == "")
62
echo "Error:
BASE_DIR
not defined in $INIT_SCR"
67
eval $
BASE_DIR
76
if (test -x $
BASE_DIR
/site_utils/site_sync_code)
79
su $BECOME_USER -c $
BASE_DIR
/site_utils/site_sync_code || exit 1
87
( cd $
BASE_DIR
/frontend &&
97
( cd $
BASE_DIR
/tko &&
105
( cd $
BASE_DIR
/site_db &
[
all
...]
autotest.init
8
BASE_DIR
=/usr/local/autotest
27
--background --exec $
BASE_DIR
/scheduler/monitor_db_babysitter )
34
start-stop-daemon --stop --quiet --pidfile $
BASE_DIR
/$PID_NAME.pid
/external/e2fsprogs/lib/ext2fs/tdb/
build-tdb
6
#
BASE_DIR
=/usr/projects/samba/samba-4.0.0tp4/source/lib/tdb
7
BASE_DIR
=/usr/projects/samba/tdb
14
(cd $
BASE_DIR
/common; svn info ) > .svninfo
21
cat $
BASE_DIR
/common/tdb_private.h >> tdb.c
27
sed -e '1,/#include "tdb_private.h"/d' < $
BASE_DIR
/common/$i >> tdb.c
30
cp $
BASE_DIR
/include/tdb.h .
31
cp $
BASE_DIR
/tools/tdbtool.c .
/external/libvpx/
generate_config.sh
16
BASE_DIR
=$(pwd)
32
$
BASE_DIR
/lint_config.sh \
33
-h $
BASE_DIR
/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
34
-a $
BASE_DIR
/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
41
$
BASE_DIR
/lint_config.sh -p \
42
-h $
BASE_DIR
/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
43
-a $
BASE_DIR
/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
51
combined_config="$(cat $
BASE_DIR
/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
71
rm -rf $
BASE_DIR
/$TEMP_DIR/libvpx.config
73
print_config_basic $1 > $
BASE_DIR
/$TEMP_DIR/libvpx.confi
[
all
...]
update_libvpx.sh
31
BASE_DIR
=`pwd`
123
cd $
BASE_DIR
/external/shflags/bin/
gen_test_results.sh
15
BASE_DIR
="`dirname $0`/.."
16
LIB_DIR="${
BASE_DIR
}/lib"
23
# Redefining
BASE_DIR
now that we have the shlib functions.
24
BASE_DIR
=`shlib_relToAbsPath "${
BASE_DIR
}"`
25
BIN_DIR="${
BASE_DIR
}/bin"
26
SRC_DIR="${
BASE_DIR
}/src"
/external/autotest/site_utils/admin/
autotest.init
12
BASE_DIR
=/usr/local/autotest
34
--background --exec $
BASE_DIR
/scheduler/monitor_db_babysitter )
41
start-stop-daemon --stop --quiet --pidfile $
BASE_DIR
/$PID_NAME.pid
/external/v8/tools/
eval_gc_time.sh
87
BASE_DIR
=$(dirname $0)
92
| $
BASE_DIR
/eval_gc_nvp.py \
99
| $
BASE_DIR
/eval_gc_nvp.py \
run-tests.py
55
BASE_DIR
= os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
374
BASE_DIR
, 'third_party', 'llvm-build', 'Release+Asserts', 'bin',
395
BASE_DIR
, 'tools', 'sanitizers', 'tsan_suppressions.txt')
571
os.chdir(
BASE_DIR
)
584
[sys.executable, join(
BASE_DIR
, "tools", "presubmit.py")])
586
suite_paths = utils.GetSuitePaths(join(
BASE_DIR
, "test"))
611
os.path.join(
BASE_DIR
, "test", root))
640
shell_dir = os.path.join(
BASE_DIR
, options.outdir, mode)
644
BASE_DIR
,
794
ctx, peers,
BASE_DIR
)
[
all
...]
/development/scripts/
combine_sdks.sh
53
BASE_DIR
="$TMP"/base
55
OUTPUT_TMP_ZIP="$
BASE_DIR
/$TMP_ZIP"
57
unzip $Q "$BASE" -d "$
BASE_DIR
"
60
UNZIPPED_BASE_DIR=$(echo "$
BASE_DIR
"/*)
88
pushd "$
BASE_DIR
" &> /dev/null
100
mv $V "$
BASE_DIR
"/* "$OUT_DIR"
/external/opencv3/cmake/templates/
opencv_run_all_tests_android.sh.in
3
BASE_DIR
=`dirname $0`
4
OPENCV_TEST_PATH=$
BASE_DIR
/@TEST_PATH@
5
OPENCV_TEST_DATA_PATH=$
BASE_DIR
/sdk/etc/testdata/
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/
freetype.mk
96
BASE_DIR
:= $(SRC_DIR)/base
200
FTSYS_SRC ?= $(
BASE_DIR
)/ftsystem.c
212
FTDEBUG_SRC ?= $(
BASE_DIR
)/ftdebug.c
239
FTINIT_SRC := $(
BASE_DIR
)/ftinit.c
/external/deqp/modules/internal/
ditImageCompareTests.cpp
41
static const char*
BASE_DIR
= "internal/data/imagecompare";
75
tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(
BASE_DIR
, m_refImg).getPath());
76
tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(
BASE_DIR
, m_cmpImg).getPath());
130
loadImageRGBA8(refImg, m_testCtx.getArchive(), de::FilePath::join(
BASE_DIR
, m_refImg).getPath());
131
loadImageRGBA8(cmpImg, m_testCtx.getArchive(), de::FilePath::join(
BASE_DIR
, m_cmpImg).getPath());
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java
50
private final static String
BASE_DIR
=
118
File tmpSaveFile = new File(
BASE_DIR
+ File.separator + TMP_FILENAME);
168
File tmpSaveFile = new File(
BASE_DIR
+ File.separator + TMP_FILENAME);
231
File tmpSaveFile = new File(
BASE_DIR
+ File.separator + TMP_FILENAME);
/external/vulkan-validation-layers/
update_external_sources.bat
16
set
BASE_DIR
=%BUILD_DIR%..
17
set GLSLANG_DIR=%
BASE_DIR
%\glslang
18
set SPIRV_TOOLS_DIR=%
BASE_DIR
%\spirv-tools
144
echo Creating and/or updating glslang, spirv-tools in %
BASE_DIR
%
/external/v8/tools/testrunner/local/
execution.py
44
BASE_DIR
= os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(
46
TEST_DIR = os.path.join(
BASE_DIR
, "test")
/external/libxml2/
Makefile.am
[
all
...]
Completed in 2480 milliseconds