Searched refs:files (Results 126 - 150 of 5727) sorted by relevance

1234567891011>>

/external/compiler-rt/
H A DAndroid.mk222 define get-libcompiler-rt-source-files
223 $(if $(findstring $(1),arm),$(call get-libcompiler-rt-arm-source-files),
224 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files),
225 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files),
226 $(if $(findstring $(1),x86_64),$(call get-libcompiler-rt-x86_64-source-files),
227 $(if $(findstring $(1),x32),$(call get-libcompiler-rt-x86-source-files),
228 $(if $(findstring $(1),arm64),$(call get-libcompiler-rt-arm64-source-files),
229 $(if $(findstring $(1),mips64),$(call get-libcompiler-rt-mips64-source-files),
239 define filter-libcompiler-rt-common-source-files
246 define get-libcompiler-rt-arm-common-source-files
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_dialog.h6 // dialog for opening and saving files.
51 const std::vector<ui::SelectedFileInfo>& files);
54 // Select multiple files. Closes the dialog window.
70 const std::vector<ui::SelectedFileInfo>& files);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Ddirectory_zipper.py13 '''Creates zip files of whole directories.
23 # multiple files. All files are underneath |base_dir|. If any file changes its
26 def _MakeZipFile(self, base_dir, files):
33 for file_name in files]
H A Dpatched_file_system.py41 def next(files):
43 files.update(self._patcher.Apply(patched_paths,
45 files.update(dict((path, patch_directory_listing(path, dirs_value[path]))
47 return files
54 ''' Given the list of patched files, it's not possible to determine whether
70 def _FindChildrenInPath(files, path):
72 for f in files:
83 _FindChildrenInPath(files, path)
84 for files in self._patcher.GetPatchedFiles()))
86 # A patch applies to files onl
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Duser_mock.py47 def edit(self, files):
50 def edit_changelog(self, files):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dserver_base_unittest.py50 self.assertEqual(host.filesystem.files[server._pid_file], None)
58 self.assertEqual(host.filesystem.files[server._pid_file], None)
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dmsvs_common.sh44 files=$(fix_path "${file_list[@]}")
46 file_list=($files)
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-framework.py18 '''Returns a list of all files in a directory, relative to the directory.'''
20 for dirpath, _, files in os.walk(path):
21 for f in files:
63 # Check that no other files get added to the bundle.
/external/eigen/scripts/
H A Drelicense.py52 for root, sub_folders, files in os.walk(rootdir):
53 for basename in files:
/external/ksoap2/
H A DAndroid.mk6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/libcxx/test/
H A Dmakemake.py19 for root, _dirs, files in os.walk('.'):
21 for test in [x for x in files if x.endswith('.pass.cpp')]:
/external/libexif/
H A Dlibexif.spec20 Summary: The files needed for libexif application development
25 The libexif-devel package contains the libraries and include files
42 %files
48 %files devel
/external/libmtp/examples/
H A Dgetfile.c33 extern LIBMTP_file_t *files;
44 int id = parse_path (from_path,files,folders);
H A Dnewfolder.c32 extern LIBMTP_file_t *files;
60 int id = parse_path (parent,files,folders);
/external/libyuv/
H A Dpublic.mk6 LIBYUV_INCLUDES := $(LIBYUV_PATH)/files/include
H A Dsetup_env.bat7 :: TODO(fbarchard): add files\win32 to for psnr tool
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpPutRequestTest.java29 assertTrue(testServer.files.containsKey("content"));
36 reader = new BufferedReader(new FileReader(testServer.files.get("content")));
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file.rb7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_util_unittest.cc5 #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(),
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/
H A Dmath_map.js7 * JSON files. The class (and entries) can then be used as via the
148 * Loads a list of JSON files.
149 * @param {Array.<string>} files An array of valid filenames.
152 cvox.MathMap.loadFiles = function(files) {
153 return files.map(cvox.MathMap.loadFile);
158 * Creates an array of JSON objects from a list of files.
159 * @param {Array.<string>} files An array of filenames.
162 cvox.MathMap.parseFiles = function(files) {
163 var strs = cvox.MathMap.loadFiles(files);
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dkarma.conf.js7 // base path that will be used to resolve all patterns (eg. files, exclude)
27 // list of files / patterns to load in the browser
28 files: [
51 // list of files to exclude
55 // preprocess matching files before serving them to the browser
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dfile_uploader.py41 def _encode_multipart_form_data(fields, files):
46 files: A sequence of (name, filename, value) elements for data to be
47 uploaded as files.
66 for key, filename, value in files:
90 def upload_as_multipart_form_data(self, filesystem, files, attrs):
92 for filename, path in files:
/external/emma/
H A DAndroid.mk10 LOCAL_SRC_FILES := $(call all-java-files-under, core pregenerated)
28 LOCAL_SRC_FILES := $(call all-java-files-under, core pregenerated)
/external/fonttools/MetaTools/
H A DroundTrip.py6 and dump again. Then do a diff on the two TTX files. Append problems
8 This is only for testing FontTools/TTX, the resulting files are
61 print("(TTX files are the same)")
70 rawOptions, files = getopt.getopt(args, "it:x:")
74 if not files:
78 options = ttx.Options(rawOptions, len(files))
79 for ttFile in files:
/external/openfst/
H A DAndroid.mk8 define private-function-all-cpp-files-under
22 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)

Completed in 568 milliseconds

1234567891011>>