Searched refs:files (Results 201 - 225 of 649) sorted by relevance

1234567891011>>

/external/quake/quake/src/QW/
H A Dqwcl.x11.spec.sh37 %files
/external/srec/config/en.us/
H A Dconfig.mk1 # Config files to be installed.
/external/stressapptest/
H A Dmissing83 automake touch all \`Makefile.in' files
166 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
167 test -z "$files" && files="config.h"
169 for f in $files; do
193 You might have modified some files without having the
351 You might have modified some files without having the
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwebkit_unittest.py99 files = {
103 mock_fs = filesystem_mock.MockFileSystem(files)
H A Dconfig_unittest.py67 def make_config(self, output='', files={}, exit_code=0, exception=None,
72 fs = filesystem_mock.MockFileSystem(files)
132 c = self.make_config(output='foo', files={'foo/Configuration': None})
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
H A Dupload_page.js65 this.filesCountSpan_ = document.getElementById('files-count-span');
104 * Adds more files to upload.
105 * @param {Array.<picasa.LocalFile>} files The files to add.
107 addFiles: function(files) {
108 for (var i = 0; i < files.length; i++) {
109 this.files_.push(files[i]);
114 * Loads files to upload from background page.
160 * Shows the number of upload files.
178 * Event handler for files lis
[all...]
/external/smali/baksmali/
H A DAndroid.mk33 $(call all-java-files-under, src/main/java) \
34 $(call all-java-files-under, ../dexlib/src/main/java) \
35 $(call all-java-files-under, ../util/src/main/java)
/external/v8/tools/gcmole/
H A Dgcmole.lua133 local files = {}
134 for file in list:gmatch "[^%s]+" do table.insert(files, file) end
135 sources[condition] = files
139 local files = {}
140 for file in list:gmatch "'([^']-)'" do table.insert(files, file) end
141 sources[condition] = files
160 for condition, files in pairs(sources) do
162 for i = 1, #files do table.insert(list, files[i]) end
294 local function GenerateGCSuspects(arch, files, cf
[all...]
/external/chromium/chrome/browser/
H A Dfile_select_helper.cc85 std::vector<FilePath> files; local
86 files.push_back(path);
87 render_view_host_->FilesSelectedInChooser(files);
92 void FileSelectHelper::MultiFilesSelected(const std::vector<FilePath>& files, argument
94 if (!files.empty())
95 profile_->set_last_selected_directory(files[0].DirName());
99 render_view_host_->FilesSelectedInChooser(files);
/external/chromium/chrome/common/extensions/docs/build/
H A Ddirectory.py26 for base, dirs, files in os.walk(path):
28 files.sort()
29 yield base, dirs, files
172 Returns a list of paths to sample extension manifest.json files.
177 A list of paths below base_path pointing at manifest.json files.
180 for root, directories, files in sorted_walk(path):
181 if 'manifest.json' in files:
245 A set of paths representing zip files which have been modified.
305 """ File extensions to files which may contain source code."""
535 """ Iterates over the sample's source files an
[all...]
/external/chromium/net/disk_cache/
H A Ddisk_cache_perftest.cc215 // (after all, almost everything is stored on block files). The operation is
217 // fragmented, or if we have multiple files. This test measures that scenario,
218 // by using multiple, highly fragmented files.
224 disk_cache::BlockFiles files(test_cache.path());
225 ASSERT_TRUE(files.Init(true));
233 PerfTimeLogger timer1("Fill three block-files");
235 // Fill up the 32-byte block file (use three files).
237 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
249 files.DeleteBlock(address[entry], false);
250 EXPECT_TRUE(files
[all...]
/external/clang/tools/scan-view/
H A DReporter.py17 def __init__(self, title, description, files):
20 self.files = files
86 # gzip'd or compressed files.
130 for file in report.files:
211 report.description, diagnosis, config] + map(os.path.abspath, report.files)
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dtestoutput.py40 def __init__(self, platform, output_type, files):
42 self._files = files
43 file = files[0] # Pick some file to do test name calculation.
72 """Have the files in this TestOutput write themselves to the disk at the specified location."""
126 """Save the files of this TestOutput to the appropriate directory
127 inside the LayoutTests directory. Typically this means that these files
134 """Deletes the files that comprise this TestOutput from disk. This
135 fails if the files are virtual files (eg: the files ma
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py82 """Return the list of all files under the given path in topdown order.
96 files = []
99 files.append(path)
100 return files
112 files.append(self.join(dirpath, filename))
113 return files
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileTest.java54 String files[] = dir.list();
55 if (files != null) {
56 for (int i = 0; i < files.length; i++) {
57 File f = new File(dir, files[i]);
345 assertEquals("Equal files did not answer zero for compareTo", 0, f1
478 // Testing two files, one with suffix ".tmp" and one with null
1152 // On Unix hidden files are marked with a "." at the beginning
1158 // We can still delete hidden files.
1213 // Old test left behind "garbage files" so this time it creates a
1236 String[] files
[all...]
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DMain.java79 String files[] = source.list();
81 for (int i=0; i<files.length; i++)
83 parse(new File(source, files[i]));
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl109 add: Adds the file to the list of ported files.
134 status: Print the status of the ported files.
197 primary files have changed (C<port status>). The revision control software
/external/chromium/chrome/common/
H A Dzip_unittest.cc55 file_util::FileEnumerator files(test_dir_, true,
59 FilePath next_path = files.Next();
68 next_path = files.Next();
/external/v8/test/mozilla/
H A Dtestcfg.py99 for root, dirs, files in os.walk(current_root):
116 files.sort()
117 for file in files:
/external/v8/test/test262/
H A Dtestcfg.py86 for root, dirs, files in os.walk(testroot):
92 files.sort()
93 for file in files:
/external/smali/smali/
H A DAndroid.mk52 $(call all-java-files-under, src/main/java) \
53 $(call all-java-files-under, ../dexlib/src/main/java) \
54 $(call all-java-files-under, ../util/src/main/java)
/external/stlport/etc/
H A DSTLport-4.5.1.spec23 Summary: Complete C++ standard library header files and libraries
64 %files
71 %files -n STLport-devel
H A DSTLport-4.5.3.spec23 Summary: Complete C++ standard library header files and libraries
64 %files
71 %files -n STLport-devel
H A DSTLport-4.6.spec23 Summary: Complete C++ standard library header files and libraries
64 %files
71 %files -n STLport-devel
/external/webkit/Source/WebCore/rendering/
H A DRenderFileUploadControl.cpp59 FileList* list = input->files();
180 // This only supports clearing out the files, but that's OK because for
182 FileList* files = inputElement->files(); local
183 ASSERT(files);
184 if (files && files->isEmpty() && !m_fileChooser->filenames().isEmpty()) {

Completed in 454 milliseconds

1234567891011>>