Searched refs:files (Results 151 - 175 of 498) sorted by relevance

1234567891011>>

/external/elfutils/config/
H A Dmissing70 automake touch all \`Makefile.in' files
129 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
130 test -z "$files" && files="config.h"
132 for f in $files; do
166 system. You might have modified some files without having the
327 system. You might have modified some files without having the
/external/genext2fs/
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
344 You might have modified some files without having the
/external/libpng/
H A Dmissing81 automake touch all \`Makefile.in' files
174 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
175 test -z "$files" && files="config.h"
177 for f in $files; do
201 You might have modified some files without having the
359 You might have modified some files without having the
/external/llvm/test/Bindings/Ocaml/
H A Dext_exc.ml6 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we
/external/oprofile/pp/
H A Dopgprof.cpp230 load_samples(op_bfd const & abfd, list<profile_sample_files> const & files, argument
233 list<profile_sample_files>::const_iterator it = files.begin();
234 list<profile_sample_files>::const_iterator const end = files.end();
241 cverb << vsfile << "loading flat samples files : "
256 void load_cg(profile_t & cg_db, list<profile_sample_files> const & files) argument
258 list<profile_sample_files>::const_iterator it = files.begin();
259 list<profile_sample_files>::const_iterator const end = files.end();
261 /* the list of non cg files is a super set of the list of cg file
262 * (module always log a samples to non-cg files before logging
264 * all existing cg files
[all...]
/external/pcre/
H A Dmissing81 automake touch all \`Makefile.in' files
174 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
175 test -z "$files" && files="config.h"
177 for f in $files; do
201 You might have modified some files without having the
359 You might have modified some files without having the
/external/protobuf/
H A Dautogen.sh3 # Run this script to generate the configure script and other files that will
4 # be included in the distribution. These files are not checked in because they
22 curl http://googletest.googlecode.com/files/gtest-1.3.0.tar.bz2 | tar jx
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/protobuf/gtest/build-aux/
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/quake/quake/src/QW/
H A Dqwcl.x11.spec.sh37 %files
/external/strace/
H A Dmissing85 automake touch all \`Makefile.in' files
146 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
147 test -z "$files" && files="config.h"
149 for f in $files; do
183 You might have modified some files without having the
344 You might have modified some files without having the
/external/valgrind/main/
H A Dmissing81 automake touch all \`Makefile.in' files
174 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
175 test -z "$files" && files="config.h"
177 for f in $files; do
201 You might have modified some files without having the
359 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)
/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/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/elfutils/libdw/
H A Ddwarf_getsrclines.c77 cu->files = (void *) -1l;
212 /* Now read the files. */
565 /* Put all the files in an array. */
566 Dwarf_Files *files = libdw_alloc (dbg, Dwarf_Files, local
570 files->nfiles = nfilelist;
573 files->info[nfilelist] = filelist->info;
579 files->dbg = dbg;
582 cu->files = files;
591 cu->lines->info[nlinelist].files
[all...]
/external/bluetooth/glib/gio/
H A Dgappinfo.h146 GList *files,
206 GList *files);
209 GList *files);
225 GList *files);
228 GList *files);
/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/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:

Completed in 549 milliseconds

1234567891011>>