HomeSort by relevance Sort by last modified time
    Searched refs:FILES (Results 26 - 50 of 92) sorted by null

12 3 4

  /build/make/core/tasks/
general-tests.mk 18 $(general-tests-zip): $(COMPATIBILITY.general-tests.FILES) $(SOONG_ZIP)
19 echo $(sort $(COMPATIBILITY.general-tests.FILES)) > $@.list
  /external/toybox/scripts/
test.sh 4 FILES="$PWD"/tests/files
  /external/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
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 51 # Define the list of directories containing included header files.
54 # Define the list of source files to compile.
55 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
56 @filelist = <FILES>;
57 close(FILES);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 51 # Define the list of directories containing included header files.
54 # Define the list of source files to compile.
55 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
56 @filelist = <FILES>;
57 close(FILES);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 51 # Define the list of directories containing included header files.
54 # Define the list of source files to compile.
55 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
56 @filelist = <FILES>;
57 close(FILES);
  /external/testng/kobalt/wrapper/
kobalt-wrapper.jar 
  /external/libbrillo/brillo/
osrelease_reader.cc 7 #include <base/files/file_enumerator.h>
8 #include <base/files/file_util.h>
38 osreleased, false, base::FileEnumerator::FILES);
  /external/libchrome/base/files/
file_enumerator.h 15 #include "base/files/file_path.h"
29 // A class for enumerating the files in a provided path. The order of the
36 // base::FileEnumerator enum(my_dir, false, base::FileEnumerator::FILES,
79 FILES = 1 << 0,
92 // files in one directory will be returned before any files in a
96 // should match files, directories, or both.
98 // |pattern| is an optional pattern for which files to match. This
103 // If unspecified, this will match all files.
104 // NOTE: the pattern only matches the contents of root_path, not files i
    [all...]
file_util.cc 5 #include "base/files/file_util.h"
15 #include "base/files/file_enumerator.h"
16 #include "base/files/file_path.h"
29 // The maximum number of 'uniquified' files we will try to create.
33 // Also used by code that cleans up said files.
40 FileEnumerator file_iter(root_path, true, FileEnumerator::FILES);
53 // We open the file in binary format even if they are text files because
54 // we are just comparing that bytes are exactly same in both files and not
61 // Even if both files aren't openable (and thus, in some sense, "equal"),
90 // Even if both files aren't openable (and thus, in some sense, "equal")
    [all...]
file_enumerator_posix.cc 5 #include "base/files/file_enumerator.h"
108 (!S_ISDIR(i->stat_.st_mode) && (file_type_ & FILES)))
  /external/skia/fuzz/
coverage 47 # Generate a zero-baseline so files not covered by $EXECUTABLE $@ will
48 # still show up in the report. This reads the .gcno files that are
52 # Running the binary generates the real coverage information, the .gcda files.
62 FILES=${QUEUES[i]}
63 for f in $FILES
  /external/toybox/tests/
tar.test 45 testing "create with files excluded : -X" "tar -czf dir.tgz dir/ -X exclude_file ; rm -rf dir ; tar -tf dir.tgz | sort; rm -rf dir.tgz " "dir/\ndir/dir1/\ndir/dir1/file\ndir/dir2/\ndir/dir2/file1\ndir/dir3/\ndir/dir3/file1\n" "" ""
66 testing "create with extra files/directory included : -T" "tar -czf dir.tgz dir/ -T exclude_file ; rm -rf dir ; tar -tf dir.tgz | sort; rm -rf dir.tgz " "dir/\ndir/dir1/\ndir/dir1/file\ndir/dir2/\ndir/dir2/file1\ndir/dir3/\ndir/dir3/file1\ndir/dir3/file2\ndir/dir4/\ndir/dir4/file1\ndir/dir4/file2\ntemp_dir/file\n" "" ""
97 testing "gzip decompression" "tar xf $FILES/tar/tar.tgz && cat dir/file" "hello world\n" "" ""
104 testing "bzip2 decompression" "tar xf $FILES/tar/tar.tbz2 && cat dir/file" "hello world\n" "" ""
  /toolchain/binutils/binutils-2.25/bfd/
configure.com 275 /* Do we need to use the b modifier when opening binary files? */
335 $ FILES="cpu-alpha,vms,vms-hdr,vms-gsd,vms-tir,vms-misc,"
344 $ FILES="cpu-ia64,elf64-ia64,elf-strtab,corefile,stabs,merge,elf-eh-frame,"+-
376 $ FILES=FILES + "archive,archive64,archures,bfd,bfdio,binary,cache,coffgen,"+-
385 $ F = F$ELEMENT(NUM,",",FILES)
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 115 # Misc files
116 FILES=${COMMON_RTL}/*.inc
118 for FILE in $FILES; do
  /external/libcap/libcap/
Makefile 13 FILES=cap_alloc cap_proc cap_extint cap_flag cap_text cap_file
16 OBJS=$(addsuffix .o, $(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/libmojo/mojo/edk/test/
test_support_impl.cc 13 #include "base/files/file_enumerator.h"
14 #include "base/files/file_path.h"
15 #include "base/files/file_util.h"
71 base::FileEnumerator::FILES);
  /external/selinux/policycoreutils/sestatus/
sestatus.c 27 #define FILES "[files]"
95 int filelen = strlen(FILES);
126 else if (strncmp(bufp, FILES, filelen) == 0)
178 /* files that need context checks */
  /external/dhcpcd-6.8.2/
Makefile 35 FILES= dhcpcd.conf
38 FILES+= dbus/dhcpcd-dbus.conf
103 all: config.h ${PROG} ${SCRIPTS} ${MAN5} ${MAN8} ${FILES}
  /external/autotest/frontend/afe/
views.py 96 """Handler for uploading files.
98 Saves the files to /tmp and returns the resulting paths on disk.
102 @returns HttpResponse: with the paths of the saved files.
107 for file_name, upload_file in request.FILES.iteritems():
  /dalvik/
Android.mk 46 # generate the debug .dex files, with a copy in ./dalvik/DEBUG-FILES.
47 # We need to rebuild the .dex files for the debug output to be generated.
49 # a rebuild of the .dex files. If $(DX) doesn't exist yet,
51 # the .dex files naturally.
  /external/openssh/regress/
krl.sh 141 FILES=$1
152 for f in $FILES ; do
  /system/media/brillo/audio/audioservice/
audio_daemon.cpp 23 #include <base/files/file_enumerator.h>
24 #include <base/files/file_path.h>
61 // Poll on all files in kInputDeviceDir.
63 false /*recursive*/, base::FileEnumerator::FILES);
136 // - Set up polling on files in /dev/input.
  /toolchain/binutils/binutils-2.25/gas/
configure.com 3 $! files for a VMS system. We do not use the configure script, since we
169 /* Define to 1 if you have the ANSI C header files. */
233 $ FILES="obj-format,atof-targ,app,as,atof-generic,cond,depend,"+-
241 $ AS_OBJS="targ-cpu," + FILES
265 $ F = F$ELEMENT(NUM,",",FILES)

Completed in 3451 milliseconds

12 3 4