HomeSort by relevance Sort by last modified time
    Searched refs:SUBDIR (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/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
  /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
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Makefile 137 QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir
156 QUIET_SUBDIR0 = +@subdir=
157 QUIET_SUBDIR1 = ;$(NO_SUBDIR) echo ' ' SUBDIR $$subdir; \
158 $(MAKE) $(PRINT_DIR) -C $$subdir

Completed in 304 milliseconds