OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUBDIR
(Results
1 - 15
of
15
) sorted by null
/external/skia/tools/tests/
rebaseline.sh
16
# Replace expected output with actual output, within
subdir
$1.
39
# Add all new files to SVN control, within
subdir
$1.
59
# For any files that have been removed from
subdir
$1, remove them from
86
for
SUBDIR
in $SUBDIRS; do
87
replace_expected_with_actual $
SUBDIR
91
for
SUBDIR
in $SUBDIRS; do
92
svn_add_new_files $
SUBDIR
93
svn_delete_old_files $
SUBDIR
/ndk/build/tools/
build-host-toolbox.sh
94
SUBDIR
=$(get_prebuilt_install_prefix $HOST_TAG)/bin
95
DSTDIR=$NDK_DIR/$
SUBDIR
120
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
/echo.exe" "$
SUBDIR
/cmp.exe"
build-host-awk.sh
42
SUBDIR
=$(get_prebuilt_host_exec awk)
43
OUT=$NDK_DIR/$
SUBDIR
96
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
build-host-make.sh
48
SUBDIR
=$(get_prebuilt_host_exec make)
49
OUT=$NDK_DIR/$
SUBDIR
108
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
build-host-perl.sh
50
SUBDIR
=$(get_prebuilt_install_prefix)
51
BIN_OUT="$
SUBDIR
/bin/perl${HOST_EXE}"
52
LIB_OUT="$
SUBDIR
/lib/perl5"
build-host-sed.sh
42
SUBDIR
=$(get_prebuilt_host_exec sed)
87
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
build-ndk-stack.sh
104
SUBDIR
=$(get_host_exec_name $PROGNAME $HOST_TAG)
106
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
build-gcc.sh
530
SUBDIR
=$(get_toolchain_install_subdir $TOOLCHAIN $HOST_TAG)
534
if [ -f $
SUBDIR
/bin/$ABI_CONFIGURE_TARGET-ld.mcld${HOST_EXE} ] ; then
535
EXCLUSIONS=$EXCLUSIONS" --exclude=$
SUBDIR
/bin/$ABI_CONFIGURE_TARGET-ld.mcld${HOST_EXE}"
537
if [ -f $
SUBDIR
/$ABI_CONFIGURE_TARGET/bin/ld.mcld${HOST_EXE} ] ; then
538
EXCLUSIONS=$EXCLUSIONS" --exclude=$
SUBDIR
/$ABI_CONFIGURE_TARGET/bin/ld.mcld${HOST_EXE}"
540
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
" $EXCLUSIONS
download-toolchain-sources.sh
163
local
SUBDIR
=$1
173
(mkdir -p $TMPDIR/$
SUBDIR
/$NAME && cd $TMPDIR/$
SUBDIR
/$NAME && run $GITCMD $GITOPTS checkout $REVISION "$@")
package-release.sh
308
local
SUBDIR
="$1"
310
echo "Copying: $
SUBDIR
"
311
copy_directory "$
SUBDIR
" "$DSTDIR/$2"
313
echo "Ignored: $
SUBDIR
"
build-llvm.sh
446
SUBDIR
=$(get_toolchain_install_subdir $TOOLCHAIN $HOST_TAG)
448
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
/ndk/tests/standalone/
run.sh
241
SUBDIR
=$PROGDIR/$TEST_SUBDIR
242
if probe_test_subdir "$
SUBDIR
"; then
410
SUBDIR
=$PROGDIR/$TEST_SUBDIR
412
if ! probe_test_subdir "$
SUBDIR
"; then
417
cp -RL "$
SUBDIR
"/* "$BUILD_DIR/"
/external/chromium_org/build/android/
adb_gdb
693
local SUBDIRS
SUBDIR
LIST DIR DIR_LIBS TSTAMP
703
for
SUBDIR
in $SUBDIRS; do
704
DIR=$CHROMIUM_SRC/$CHROMIUM_OUT_DIR/$
SUBDIR
714
printf "%s %s\n" "$TSTAMP" "$
SUBDIR
" >> "$LIST"
717
SUBDIR
=$(cat $LIST | sort -r | head -1 | cut -d" " -f2)
720
if [ -z "$
SUBDIR
" ]; then
730
SYMBOL_DIR=$CHROMIUM_SRC/$CHROMIUM_OUT_DIR/$
SUBDIR
/ndk/tests/
run-tests.sh
601
for
SUBDIR
in `ls -d $DIR/*`; do
602
if is_buildable $
SUBDIR
; then
603
build_sample $
SUBDIR
/external/linux-tools-perf/Documentation/
Makefile
116
QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and
subdir
135
QUIET_SUBDIR0 = +@
subdir
=
136
QUIET_SUBDIR1 = ;$(NO_SUBDIR) echo ' '
SUBDIR
$$
subdir
; \
137
$(MAKE) $(PRINT_DIR) -C $$
subdir
Completed in 571 milliseconds