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

1 2 3 4 5

  /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/make/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$"
74 process_files `find ./ | grep -E "${FILES}"`
  /external/toolchain-utils/bin/
tc_pyformat 21 FILES=$*
24 for f in ${FILES}; do
  /system/core/init/
grab-bootchart.sh 14 FILES="header proc_stat.log proc_ps.log proc_diskstats.log"
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
  /external/python/cpython3/Tools/msi/
purge.py 1 # Purges the Fastly cache for Windows download files
30 FILES = [
67 ] + ["win32{}/{}".format(m.group(2), f) for f in FILES] + ["amd64{}/{}".format(m.group(2), f) for f in FILES]
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify06.c 58 /* Number of files to test (must be > 1) */
59 #define FILES 5
61 char names[FILES][PATH_MAX];
78 for (i = 0; i < FILES; i++)
91 for (i = 0; i < FILES; i++) {
95 for (i = 0; i < FILES; i++)
106 for (i = 0; i < FILES; i++) {
109 * files are being deleted in parallel - this
120 /* Kill the child creating / deleting files and wait for it */
  /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/toybox/tests/
blkid.test 7 BDIR="$FILES/blkid"
fstype.test 7 BDIR="$FILES/blkid"
  /external/skia/tools/skqp/
upload_model 29 rm -f files.checksum
31 FILES="$(mktemp "${TMPDIR:-/tmp}/files.XXXXXXXXXX")"
33 : > "$FILES"
48 printf '%s;%s\n' "$MD5" "$FILENAME" >> "$FILES"
56 upload "$FILES" > files.checksum
  /external/skqp/tools/skqp/
upload_model 29 rm -f files.checksum
31 FILES="$(mktemp "${TMPDIR:-/tmp}/files.XXXXXXXXXX")"
33 : > "$FILES"
48 printf '%s;%s\n' "$MD5" "$FILENAME" >> "$FILES"
56 upload "$FILES" > files.checksum
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Makefile 46 FILES = argify boxdraw smbios console crc data debug dpath \
53 FILES += $(ARCH)/salpal $(ARCH)/palproc
57 FILES += $(ARCH)/callwrap $(ARCH)/efi_stub
60 OBJS = $(FILES:%=%.o)
  /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/ltp/testcases/network/tcp_cmds/rcp/
rcp01 52 FILES=${FILES:-"bin.sm bin.med bin.lg bin.jmb"}
75 for j in $FILES; do
96 for j in $FILES; do
  /toolchain/binutils/binutils-2.27/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
  /external/ltp/testcases/network/tcp_cmds/sendfile/
sendfile01 19 # PURPOSE: Copy files from server to client using the sendfile()
48 FILES=${FILES:-"ascii.sm ascii.med ascii.lg ascii.jmb"}
68 for clnt_fname in $FILES; do
87 tst_resm TFAIL "ERROR: Cannot compare files"
  /frameworks/ml/nn/runtime/test/specs/
generate_test.sh 106 echo did not find any files for $@
116 FILES=${ANDROID_BUILD_TOP}/${TEST_DIR}/specs/V*/*.mod.py
118 FILES="$@"
120 generate_wrapper $FILES
generate_vts_test.sh 56 FILES=*.mod.py
58 FILES="$@"
61 for f in $FILES;
  /toolchain/binutils/binutils-2.27/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
  /external/ltp/testcases/network/tcp_cmds/ftp/
ftp01 87 FILES=$BIN_FILES
90 FILES=$ASCII_FILES
92 for j in $FILES; do

Completed in 1172 milliseconds

1 2 3 4 5