HomeSort by relevance Sort by last modified time
    Searched refs:FILES (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Makefile 3 FILES += wpa_background
4 FILES += wpa_cli
5 FILES += wpa_gui
6 FILES += wpa_passphrase
7 FILES += wpa_priv
8 FILES += wpa_supplicant.conf
9 FILES += wpa_supplicant
12 for i in $(FILES); do docbook2man $$i.sgml; done
15 for i in $(FILES); do docbook2html $$i.sgml && \
19 for i in $(FILES); do docbook2pdf $$i.sgml; don
    [all...]
  /dalvik/tools/dmtracedump/
dumpdir.sh 3 FILES=`ls $1/*.data | sed "s/^\\(.*\\).data$/\\1/"`
7 for F in $FILES
  /system/core/init/
grab-bootchart.sh 15 FILES="header proc_stat.log proc_ps.log proc_diskstats.log kernel_pacct"
17 for f in $FILES; do
20 (cd $TMPDIR && tar -czf $TARBALL $FILES)
  /build/tools/
fixlinebreaks.sh 3 # Convert EOL convention on source files from CRLF to LF.
7 FILES=`find . \( -iname '*.c' -o -iname '*.cpp' -o -iname '*.h' -o -iname '*.mk' -o -iname '*.html' -o -iname '*.css' \) -print`
10 for file in $FILES ; do
  /external/skia/gm/tests/
rebaseline.sh 17 # Delete all the expected output files
23 # Copy all the actual output files into the "expected" directories,
37 FILES=$(svn stat outputs/* | grep ^\? | awk '{print $2}')
38 for FILE in $FILES; do
41 FILES=$(svn stat outputs/*/output-expected | grep ^\? | awk '{print $2}')
42 for FILE in $FILES; do
48 FILES=$(svn stat outputs/*/output-expected | grep ^\! | awk '{print $2}')
49 for FILE in $FILES; do
52 FILES=$(svn stat outputs/* | grep ^\! | awk '{print $2}')
53 for FILE in $FILES; d
    [all...]
  /external/skia/tools/tests/
rebaseline.sh 16 # Delete all the expected output files
22 # Copy all the actual output files into the "expected" directories,
36 FILES=$(svn stat skdiff/* | grep ^\? | awk '{print $2}')
37 for FILE in $FILES; do
40 FILES=$(svn stat skdiff/*/output-expected | grep ^\? | awk '{print $2}')
41 for FILE in $FILES; do
47 FILES=$(svn stat skdiff/*/output-expected | grep ^\! | awk '{print $2}')
48 for FILE in $FILES; do
51 FILES=$(svn stat skdiff/* | grep ^\! | awk '{print $2}')
52 for FILE in $FILES; d
    [all...]
  /external/bzip2/
bzdiff 8 # gram on compressed files. All options specified are passed
10 # the files compared are file1 and an uncompressed file1.gz.
11 # If two files are specified, then they are uncompressed (if
23 FILES=
29 FILES="$FILES $ARG"
36 if test -z "$FILES"; then
44 set $FILES
  /external/dhcpcd/mk/
files.mk 1 # Quick and dirty files
9 ${INSTALL} -m ${FILESMODE} ${FILES} ${DESTDIR}${FILESDIR}
  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 11 FILES="error.c lock.c io.c transaction.c freelist.c \
22 for i in $FILES; do
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 36 # Define the list of directories containing included header files.
39 # Define the list of source files to compile.
40 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
41 @filelist = <FILES>;
42 close(FILES);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 36 # Define the list of directories containing included header files.
39 # Define the list of source files to compile.
40 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
41 @filelist = <FILES>;
42 close(FILES);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 36 # Define the list of directories containing included header files.
39 # Define the list of source files to compile.
40 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
41 @filelist = <FILES>;
42 close(FILES);
  /ndk/build/tools/
dev-platform-compress.sh 19 # Compressed expanded platform files into development/ndk/platforms/
45 Repeat for all files under \$SRC/android-N for increasing values of N.
84 FILES=$(cd $SDIR && find . -type f)
86 echo "Files found:"
87 echo "$FILES" | tr ' ' '\n'
89 for FILENAME in $FILES; do
97 # Files are identical, remove it from destination
build-gabi++.sh 170 # If needed, package files into tarballs
173 FILES=""
175 FILES="$FILES $GABIXX_SUBDIR/libs/$ABI/$LIB"
179 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
build-stlport.sh 225 # If needed, package files into tarballs
228 FILES=""
230 FILES="$FILES $STLPORT_SUBDIR/libs/$ABI/$LIB"
234 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
build-gnu-libstdc++.sh 19 # that contains valid plaforms files and toolchain binaries.
289 # If needed, package files into tarballs
299 FILES=""
301 FILES="$FILES $GNUSTL_SUBDIR/$VERSION/libs/$ABI/$LIB"
304 FILES="$FILES $THUMB_FILE"
309 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
build-libportable.sh 166 # If needed, package files into tarballs
169 FILES="$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.*"
172 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
  /external/chromium/net/disk_cache/
cache_util_posix.cc 30 file_util::FileEnumerator::FILES));
47 file_util::FileEnumerator::FILES);
  /external/chromium/chrome/browser/policy/
config_dir_policy_provider.cc 21 // Enumerate the files and sort them lexicographically.
22 std::set<FilePath> files; local
24 file_util::FileEnumerator::FILES);
27 files.insert(config_file_path);
29 // Start with an empty dictionary and merge the files' contents.
31 for (std::set<FilePath>::iterator config_file_iter = files.begin();
32 config_file_iter != files.end(); ++config_file_iter) {
63 // Enumerate the files and find the most recent modification timestamp.
66 file_util::FileEnumerator::FILES);
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 78 # Misc files
79 FILES=${COMMON_RTL}/*.inc
80 for FILE in $FILES; do
  /external/chromium/chrome/browser/autofill/
data_driven_test.cc 40 file_util::FileEnumerator::FILES,
  /external/libcap-ng/libcap-ng-0.7/
py-compile 66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
68 Byte compile some python scripts FILES. Use --destdir to specify any
69 leading directory path to the FILES that you don't want to include in the
98 files=$*
99 if test -z "$files"; then
100 usage_error "no files given"
122 files = '''$files'''
125 for file in files.split():
140 files = '''$files''
    [all...]
  /external/chromium/base/test/
test_file_util_posix.cc 53 static_cast<FileEnumerator::FILE_TYPE>(FileEnumerator::FILES |
  /build/core/
cleanbuild.mk 108 # will notice when the configuration has changed and remove the files
165 # The files/dirs to delete during an installclean. This includes the
168 # Deletes all of the files that change between different build types,
200 # The files/dirs to delete during a dataclean, which removes any files
215 dataclean: FILES := $(dataclean_files)
217 $(hide) rm -rf $(FILES)
221 installclean: FILES := $(installclean_files)
223 $(hide) rm -rf $(FILES)
  /dalvik/
Android.mk 51 # generate the debug .dex files, with a copy in ./dalvik/DEBUG-FILES.
52 # We need to rebuild the .dex files for the debug output to be generated.
54 # a rebuild of the .dex files. If $(DX) doesn't exist yet,
56 # the .dex files naturally.

Completed in 873 milliseconds

1 2 3