|   /external/chromium_org/third_party/sqlite/ | 
| google_generate_amalgamation.sh  | 12 FILES="sqlite3.h sqlite3.c" 16 make "OPTS=$OPTS" $FILES 17 cp -f $FILES ../../amalgamation
  | 
|   /external/libedit/src/ | 
| makelist  | 36 # makelist.sh: Automatically generate header files... 49 FILES="$@" 60 #include "${FILES}" 65     set - `echo $FILES | sed -e 's/\\./_/g'` 67     cat $FILES | $AWK ' 88 #	generate help.c from various .c files 91     cat $FILES | $AWK ' 136 #	generate help.h from various .c files 148 #	generate fcns.h from various .h files 151     cat $FILES | $AWK '/el_action_t/ { print $3 }' |      [all...] | 
|   /dalvik/tools/dmtracedump/ | 
| dumpdir.sh  | 3 FILES=`ls $1/*.data | sed "s/^\\(.*\\).data$/\\1/"` 7 for F in $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/chromium_org/third_party/skia/gm/tests/ | 
| rebaseline.sh  | 14   # Delete all the expected output files 20   # Copy all the actual output files into the "expected" directories, 34   FILES=$(svn stat outputs/* | grep ^\? | awk '{print $2}') 35   for FILE in $FILES; do 38   FILES=$(svn stat outputs/*/output-expected | grep ^\? | awk '{print $2}') 39   for FILE in $FILES; do 45   FILES=$(svn stat outputs/*/output-expected | grep ^\! | awk '{print $2}') 46   for FILE in $FILES; do 49   FILES=$(svn stat outputs/* | grep ^\! | awk '{print $2}') 50   for FILE in $FILES; d     [all...] | 
|   /external/chromium_org/third_party/skia/tools/tests/ | 
| rebaseline.sh  | 23   # Delete all the expected output files 29   # Copy all the actual output files into the "expected" directories, 39 # Add all new files to SVN control, within subdir $1. 49   FILES=$(svn stat $1/* | grep ^\? | awk '{print $2}') 50   for FILE in $FILES; do 53   FILES=$(svn stat $1/*/output-expected | grep ^\? | awk '{print $2}') 54   for FILE in $FILES; do 59 # For any files that have been removed from subdir $1, remove them from 67   FILES=$(svn stat $1/*/output-expected | grep ^\! | awk '{print $2}') 68   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
  | 
|   /external/chromium_org/net/disk_cache/simple/ | 
| simple_index_file_win.cc  | 9 #include "base/files/file_enumerator.h" 10 #include "base/files/file_path.h" 22       cache_path, false /* recursive */, base::FileEnumerator::FILES,
  | 
|   /external/chromium_org/ui/events/ozone/device/ | 
| device_manager_manual.cc  | 7 #include "base/files/file_enumerator.h" 20                                  base::FileEnumerator::FILES,
  | 
|   /external/chromium_org/chrome/installer/util/ | 
| duplicate_tree_detector.cc  | 8 #include "base/files/file_enumerator.h" 9 #include "base/files/file_util.h" 24       // Two files are "identical" if the file sizes are equivalent. 39           base::FileEnumerator::FILES | base::FileEnumerator::DIRECTORIES);
  | 
|   /external/chromium_org/net/disk_cache/ | 
| cache_util_posix.cc  | 7 #include "base/files/file_enumerator.h" 8 #include "base/files/file_util.h" 27       base::FileEnumerator::DIRECTORIES | base::FileEnumerator::FILES);
  | 
|   /external/chromium_org/tools/perf/clear_system_cache/ | 
| clear_system_cache_main.cc  | 7 // USAGE: clear_system_cache [--recurse] <files or directories> 13 #include "base/files/file_enumerator.h" 14 #include "base/files/file_path.h" 15 #include "base/files/file_util.h" 31     printf("USAGE: %s [--recurse] <files or directories>\n", argv[0]); 44                                       base::FileEnumerator::FILES);
  | 
|   /external/chromium_org/v8/tools/ | 
| mingw-generate-makefiles.sh  | 59   # Xcode puts shared_library results into PRODUCT_DIR, and some gyp files 85 FILES=$(find out -name '*.mk' -or -name 'Makefile*') 86 for F in $FILES ; do
  | 
|   /external/chromium_org/content/browser/fileapi/ | 
| sandbox_database_test_helper.cc  | 11 #include "base/files/file.h" 12 #include "base/files/file_enumerator.h" 13 #include "base/files/file_util.h" 27       base::FileEnumerator::DIRECTORIES | base::FileEnumerator::FILES); 79       base::FileEnumerator::DIRECTORIES | base::FileEnumerator::FILES); 88       // We may have multiple files for the same type, so don't break here.
  | 
|   /external/chromium_org/base/files/ | 
| file_enumerator.h  | 13 #include "base/files/file_path.h" 26 // A class for enumerating the files in a provided path. The order of the 33 //   base::FileEnumerator enum(my_dir, false, base::FileEnumerator::FILES, 76     FILES                 = 1 << 0, 89   // files in one directory will be returned before any files in a 93   // should match files, directories, or both. 95   // |pattern| is an optional pattern for which files to match. This 100   // If unspecified, this will match all files. 101   // NOTE: the pattern only matches the contents of root_path, not files i     [all...] | 
|   /external/chromium_org/chrome/browser/chromeos/ | 
| camera_detector.cc  | 8 #include "base/files/file_enumerator.h" 9 #include "base/files/file_util.h" 72       base::FileEnumerator::FILES | base::FileEnumerator::SHOW_SYM_LINKS);
  | 
|   /external/chromium_org/device/serial/ | 
| serial_device_enumerator_mac.cc  | 7 #include "base/files/file_enumerator.h" 8 #include "base/files/file_path.h" 9 #include "base/files/file_util.h" 28       base::FileEnumerator::FILES | base::FileEnumerator::SHOW_SYM_LINKS;
  | 
|   /external/chromium_org/mojo/common/test/ | 
| test_support_impl.cc  | 10 #include "base/files/file_enumerator.h" 11 #include "base/files/file_path.h" 12 #include "base/files/file_util.h" 60                          base::FileEnumerator::FILES);
  | 
|   /external/lldb/scripts/ | 
| build-llvm.pl  | 3 # This script will take a number ($ENV{SCRIPT_INPUT_FILE_COUNT}) of static archive files 4 # and pull them apart into object files. These object files will be placed in a directory 7 # the object file would becomde archive-object.o. Then all object files are re-made into 9 # files might contain object files with the same name. 175             # dstroot for llvm build exists, make sure all .a files are built 277             # Combine all .o files from a bunch of static libraries from llvm 353     my $files = "$arch_dstroot/files.txt"     [all...] | 
|   /external/chromium_org/remoting/host/ | 
| pairing_registry_delegate_linux.cc  | 8 #include "base/files/file_enumerator.h" 9 #include "base/files/file_util.h" 10 #include "base/files/important_file_writer.h" 41   // Enumerate all pairing files in the pairing registry. 44                                   base::FileEnumerator::FILES, 67   // Delete all pairing files in the pairing registry. 70                                   base::FileEnumerator::FILES,
  | 
|   /external/compiler-rt/lib/sanitizer_common/scripts/ | 
| check_lint.sh  | 103 # Misc files 104 FILES=${COMMON_RTL}/*.inc 106 for FILE in $FILES; do
  | 
|   /external/chromium_org/chrome/browser/media/ | 
| webrtc_log_util_unittest.cc  | 5 #include "base/files/file_enumerator.h" 6 #include "base/files/file_path.h" 7 #include "base/files/file_util.h" 8 #include "base/files/scoped_temp_dir.h" 23     // Create three files. One with modified date as of now, one with date one 43     base::FileEnumerator files(dir_.path(), false, base::FileEnumerator::FILES); 45     for (base::FilePath name = files.Next(); !name.empty(); 46          name = files.Next()) { 47       EXPECT_LT(base::Time::Now() - files.GetInfo().GetLastModifiedTime()     [all...] | 
|   /external/chromium_org/components/autofill/core/browser/ | 
| data_driven_test.cc  | 7 #include "base/files/file_enumerator.h" 8 #include "base/files/file_util.h" 42                                    base::FileEnumerator::FILES,
  |