HomeSort by relevance Sort by last modified time
    Searched refs:SUBDIR (Results 1 - 17 of 17) 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
run.sh 152 for SUBDIR in $SUBDIRS; do
153 mkdir -p $EXPECTATIONS_TO_MODIFY_DIR/$SUBDIR
154 cp $COPY_EXPECTATIONS_FROM_DIR/$SUBDIR/expected-results.json \
155 $EXPECTATIONS_TO_MODIFY_DIR/$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 676 local SUBDIRS SUBDIR LIST DIR DIR_LIBS TSTAMP
686 for SUBDIR in $SUBDIRS; do
687 DIR=$CHROMIUM_SRC/out/$SUBDIR
697 printf "%s %s\n" "$TSTAMP" "$SUBDIR" >> "$LIST"
700 SUBDIR=$(cat $LIST | sort -r | head -1 | cut -d" " -f2)
703 if [ -z "$SUBDIR" ]; then
713 SYMBOL_DIR=$CHROMIUM_SRC/out/$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/skia/tools/
rebaseline.py 39 # Mapping of expectations/gm subdir (under
216 # within this expectations/gm subdir.
219 # subdir : e.g. 'base-shuttle-win7-intel-float'
221 def RebaselineSubdir(self, subdir, builder):
225 subdir, builder, subdir,
239 self._expectations_root, subdir, self._expectations_input_filename)
264 self._expectations_root, subdir, self._expectations_output_filename)
318 parser.add_argument('--subdirs', metavar='SUBDIR', nargs='+',
337 for subdir in subdirs
    [all...]
  /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 753 milliseconds