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

1 2 3 4

  /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
10 FILES += eapol_test
13 for i in $(FILES); do docbook2man $$i.sgml; done
16 for i in $(FILES); do docbook2html $$i.sgml &&
    [all...]
  /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...]
  /art/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/libdivsufsort/pkgconfig/
CMakeLists.txt 4 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort.pc" DESTINATION ${CMAKE_INSTALL_PKGCONFIGDIR})
8 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort64.pc" DESTINATION ${CMAKE_INSTALL_PKGCONFIGDIR})
  /system/bt/tools/scripts/
change_types.sh 3 # This script will recursively search all |FILES| from the current
10 # are still used in the vnd_* files and device specific repositories.
13 # The list of files to be modified also includes "*.patch", which means
22 FILES="\.h$|\.c$|\.cpp$|\.cc$|\.patch$"
66 process_files `find ./ | grep -E "${FILES}"`
  /external/valgrind/none/tests/tilegx/
gen_test.sh 3 FILES=( "5 1 insn_test_move_X0.c"
577 for f in "${FILES[@]}"
590 for f in "${FILES[@]}"
  /system/core/init/
grab-bootchart.sh 14 FILES="header proc_stat.log proc_ps.log proc_diskstats.log kernel_pacct"
16 for f in $FILES; do
19 (cd $TMPDIR && tar -czf $TARBALL $FILES)
  /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
  /art/tools/
symbolize.sh 17 # Symbolize oat files from the dalvik cache of a device.
53 FILES=$(adbshellstrip find /data -name "'*.oat'" -o -name "'*.dex'" -o -name "'*.odex'")
54 for FILE in $FILES ; do
62 # No further arguments, iterate over all oat files on device.
  /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
  /toolchain/binutils/binutils-2.25/libiberty/
configure.com 17 $ FILES="getopt,obstack,xexit,xmalloc,hex,getopt1,cplus-dem,cp-demangle,"+-
29 $ F = F$ELEMENT(NUM,",",FILES)
37 $ lib/create libiberty 'FILES
  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 35 $ FILES="ia64-dis,ia64-opc"
43 $ FILES="alpha-dis,alpha-opc"
50 $ FILES=FILES + ",dis-init,dis-buf,disassemble"
57 $ F = F$ELEMENT(NUM,",",FILES)
65 $ lib/create libopcodes '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)
85 echo "Files found:"
86 echo "$FILES" | tr ' ' '\n'
87 for FILENAME in $FILES; do
95 # Files are identical, remove it from destination
  /external/sfntly/cpp/
CMakeLists.txt 51 source_group(core FILES ${SFNTLY_CORE_FILES})
52 source_group(ports FILES ${SFNTLY_PORT_FILES})
53 source_group(data FILES ${SFNTLY_DATA_FILES})
54 source_group(math FILES ${SFNTLY_MATH_FILES})
55 source_group(table FILES ${SFNTLY_TABLE_COMMON_FILES})
56 source_group(table\\bitmap FILES ${SFNTLY_TABLE_BITMAP_FILES})
57 source_group(table\\core FILES ${SFNTLY_TABLE_CORE_FILES})
58 source_group(table\\truetype FILES ${SFNTLY_TABLE_TTF_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);
  /ndk/sources/cxx-stl/gnu-libstdc++/
build-gnu-libstdc++.sh 19 # that contains valid plaforms files and toolchain binaries.
426 # If needed, package files into tarballs
429 FILES="$GNUSTL_DIR/Android.mk $GNUSTL_DIR/include"
459 FILES="$FILES $GNUSTL_DIR/libs/$ABI/$LIB"
462 FILES="$FILES $THUMB_FILE"
468 FILES="$FILES $GNUSTL_DIR/repo.prop"
472 FILES="$FILES $GNUSTL_DIR/NOTICE
    [all...]
  /external/libcap/libcap/
Makefile 13 FILES=cap_alloc cap_proc cap_extint cap_flag cap_text
18 FILES += cap_file
24 OBJS=$(addsuffix .o, $(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...]
  /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)

Completed in 2483 milliseconds

1 2 3 4