Searched refs:files (Results 251 - 275 of 5727) sorted by relevance

<<11121314151617181920>>

/external/lldb/test/
H A Ddosep.ty17 for root, dirs, files in os.walk(test_root, topdown=False):
18 for name in files:
/external/llvm/autoconf/
H A Dmissing80 automake touch all \`Makefile.in' files
163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
164 test -z "$files" && files="config.h"
166 for f in $files; do
190 You might have modified some files without having the
337 You might have modified some files without having the
/external/nanohttpd/
H A DAndroid.mk8 LOCAL_SRC_FILES := $(call all-java-files-under, core/src/main)
/external/objenesis/
H A DAndroid.mk22 LOCAL_SRC_FILES := $(call all-java-files-under, main/src)
32 LOCAL_SRC_FILES := $(call all-java-files-under, main/src)
49 LOCAL_SRC_FILES := $(call all-java-files-under, tck/src)
67 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/external/openfst/
H A Dmissing81 automake touch all \`Makefile.in' files
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
191 You might have modified some files without having the
314 You might have modified some files without having the
/external/pixman/
H A Dmissing81 automake touch all \`Makefile.in' files
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
191 You might have modified some files without having the
314 You might have modified some files without having the
/external/pixman/pixman/
H A DAndroid.mk11 # Core files
/external/qemu/
H A Dgen-skin.py31 def process_files( basepath, files ):
32 for file in files:
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DEnvironmentTest.java48 File[] files = path.listFiles();
49 for (File f : files) {
/external/scrypt/
H A DAndroid.mk7 # These makefiles are here instead of being Android.mk files in the
/external/skia/platform_tools/android/gyp_gen/
H A Dandroid_framework_gyp.py42 """Create gypd files based on target_file.
45 target_dir: Directory containing all gyp files, including common.gypi
46 target_file: Gyp file to start on. Other files within target_dir will
49 have_neon: Whether to generate files including neon optimizations.
93 """Remove the gypd files generated by main().
96 folder: Folder in which to delete all files ending with 'gypd'.
99 files = os.listdir(folder)
100 for f in files:
/external/valgrind/main/helgrind/tests/
H A Dfilter_xml13 # TOOL_FILES or in the list of files given on the command line
23 # A list of files specific to the tool at hand. Line numbers in
24 # these files will be removed from stack frames matching these files.
54 my ($file, $files) = @_;
57 foreach $string (@$files) {
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac.h63 const std::vector<base::FilePath>& files);
98 const std::vector<base::FilePath>& files) OVERRIDE;
102 const std::vector<base::FilePath>& files) OVERRIDE;
137 const std::vector<base::FilePath>& files,
144 const std::vector<base::FilePath>& files);
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Ddoxy_cleanup.py7 '''This utility cleans up the html files as emitted by doxygen so
43 'files.html',
154 doxy_cleanup cleans up the html files generated by doxygen.
160 options, files = parser.parse_args(argv)
162 if len(files) != 1:
168 root_dir = files[0]
171 # Doxygen puts all files in an 'html' directory.
172 # First, move all files from that directory to root_dir.
181 # Then remove unneeded files.
189 # Now, fix the HTML files w
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Duser.py125 def edit(self, files):
129 subprocess.call(args + files)
135 def edit_changelog(self, files):
143 subprocess.call(["open", "-W", "-n", "-a"] + args + files)
145 self.edit(files)
/external/chromium_org/third_party/expat/
H A Dexpat.target.darwin-arm.mk17 # Make sure our deps and generated files are built first.
25 third_party/expat/files/lib/xmlparse.c \
26 third_party/expat/files/lib/xmlrole.c \
27 third_party/expat/files/lib/xmltok.c
30 # Flags passed to both C and C++ files.
116 $(LOCAL_PATH)/third_party/expat/files/lib \
123 # Flags passed to only C++ (and not C) files.
139 # Flags passed to both C and C++ files.
224 $(LOCAL_PATH)/third_party/expat/files/lib \
231 # Flags passed to only C++ (and not C) files
[all...]
H A Dexpat.target.darwin-arm64.mk17 # Make sure our deps and generated files are built first.
25 third_party/expat/files/lib/xmlparse.c \
26 third_party/expat/files/lib/xmlrole.c \
27 third_party/expat/files/lib/xmltok.c
30 # Flags passed to both C and C++ files.
105 $(LOCAL_PATH)/third_party/expat/files/lib \
112 # Flags passed to only C++ (and not C) files.
127 # Flags passed to both C and C++ files.
201 $(LOCAL_PATH)/third_party/expat/files/lib \
208 # Flags passed to only C++ (and not C) files
[all...]
H A Dexpat.target.darwin-mips.mk17 # Make sure our deps and generated files are built first.
25 third_party/expat/files/lib/xmlparse.c \
26 third_party/expat/files/lib/xmlrole.c \
27 third_party/expat/files/lib/xmltok.c
30 # Flags passed to both C and C++ files.
109 $(LOCAL_PATH)/third_party/expat/files/lib \
116 # Flags passed to only C++ (and not C) files.
132 # Flags passed to both C and C++ files.
210 $(LOCAL_PATH)/third_party/expat/files/lib \
217 # Flags passed to only C++ (and not C) files
[all...]
H A Dexpat.target.darwin-mips64.mk17 # Make sure our deps and generated files are built first.
25 third_party/expat/files/lib/xmlparse.c \
26 third_party/expat/files/lib/xmlrole.c \
27 third_party/expat/files/lib/xmltok.c
30 # Flags passed to both C and C++ files.
109 $(LOCAL_PATH)/third_party/expat/files/lib \
116 # Flags passed to only C++ (and not C) files.
132 # Flags passed to both C and C++ files.
210 $(LOCAL_PATH)/third_party/expat/files/lib \
217 # Flags passed to only C++ (and not C) files
[all...]
H A Dexpat.target.darwin-x86.mk17 # Make sure our deps and generated files are built first.
25 third_party/expat/files/lib/xmlparse.c \
26 third_party/expat/files/lib/xmlrole.c \
27 third_party/expat/files/lib/xmltok.c
30 # Flags passed to both C and C++ files.
111 $(LOCAL_PATH)/third_party/expat/files/lib \
118 # Flags passed to only C++ (and not C) files.
133 # Flags passed to both C and C++ files.
213 $(LOCAL_PATH)/third_party/expat/files/lib \
220 # Flags passed to only C++ (and not C) files
[all...]
H A Dexpat.target.darwin-x86_64.mk17 # Make sure our deps and generated files are built first.
25 third_party/expat/files/lib/xmlparse.c \
26 third_party/expat/files/lib/xmlrole.c \
27 third_party/expat/files/lib/xmltok.c
30 # Flags passed to both C and C++ files.
110 $(LOCAL_PATH)/third_party/expat/files/lib \
117 # Flags passed to only C++ (and not C) files.
132 # Flags passed to both C and C++ files.
211 $(LOCAL_PATH)/third_party/expat/files/lib \
218 # Flags passed to only C++ (and not C) files
[all...]
H A Dexpat.target.linux-arm.mk17 # Make sure our deps and generated files are built first.
25 third_party/expat/files/lib/xmlparse.c \
26 third_party/expat/files/lib/xmlrole.c \
27 third_party/expat/files/lib/xmltok.c
30 # Flags passed to both C and C++ files.
116 $(LOCAL_PATH)/third_party/expat/files/lib \
123 # Flags passed to only C++ (and not C) files.
139 # Flags passed to both C and C++ files.
224 $(LOCAL_PATH)/third_party/expat/files/lib \
231 # Flags passed to only C++ (and not C) files
[all...]
H A Dexpat.target.linux-arm64.mk17 # Make sure our deps and generated files are built first.
25 third_party/expat/files/lib/xmlparse.c \
26 third_party/expat/files/lib/xmlrole.c \
27 third_party/expat/files/lib/xmltok.c
30 # Flags passed to both C and C++ files.
105 $(LOCAL_PATH)/third_party/expat/files/lib \
112 # Flags passed to only C++ (and not C) files.
127 # Flags passed to both C and C++ files.
201 $(LOCAL_PATH)/third_party/expat/files/lib \
208 # Flags passed to only C++ (and not C) files
[all...]
H A Dexpat.target.linux-mips.mk17 # Make sure our deps and generated files are built first.
25 third_party/expat/files/lib/xmlparse.c \
26 third_party/expat/files/lib/xmlrole.c \
27 third_party/expat/files/lib/xmltok.c
30 # Flags passed to both C and C++ files.
109 $(LOCAL_PATH)/third_party/expat/files/lib \
116 # Flags passed to only C++ (and not C) files.
132 # Flags passed to both C and C++ files.
210 $(LOCAL_PATH)/third_party/expat/files/lib \
217 # Flags passed to only C++ (and not C) files
[all...]
H A Dexpat.target.linux-mips64.mk17 # Make sure our deps and generated files are built first.
25 third_party/expat/files/lib/xmlparse.c \
26 third_party/expat/files/lib/xmlrole.c \
27 third_party/expat/files/lib/xmltok.c
30 # Flags passed to both C and C++ files.
109 $(LOCAL_PATH)/third_party/expat/files/lib \
116 # Flags passed to only C++ (and not C) files.
132 # Flags passed to both C and C++ files.
210 $(LOCAL_PATH)/third_party/expat/files/lib \
217 # Flags passed to only C++ (and not C) files
[all...]

Completed in 2158 milliseconds

<<11121314151617181920>>