Searched defs:files (Results 151 - 175 of 248) sorted by relevance

12345678910

/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp651 // don't add a '/' to files in the local directory
991 const QStringList files = dir.entryList(); local
992 foreach (QString f, files) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jar ... .util.Properties packProperties java.io.File[] files int i public void addSignStep (org.eclipse.internal ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jmf.jar ... f int i String[] entries java.util.Vector files int numfiles java.util.Random rn int x ...
H A Dant-weblogic.jar ... .apache.tools.ant.DirectoryScanner ds String[] files String systemClassPath String execClassPath org.apache.tools. ...
/external/lzma/C/
H A D7zIn.c269 CObjectVector<CSzFileItem> &files, UInt64 type)
272 RINOK(ReadBoolVector2(files.Size(), boolVector))
277 for (int i = 0; i < files.Size(); i++)
279 CSzFileItem &file = files[i];
955 CSzFileItem *files = 0; local
989 MY_ALLOC(CSzFileItem, files, (size_t)numFiles, allocMain);
991 p->db.Files = files;
993 SzFile_Init(files + i);
1047 CSzFileItem *f = &files[i];
1066 CSzFileItem *f = &files[
[all...]
/external/proguard/src/proguard/gradle/
H A DProGuardTask.java68 return getProject().files(inJarFiles);
74 return getProject().files(outJarFiles);
80 return getProject().files(libraryJarFiles);
86 return getProject().files(configurationFiles);
989 // with lazy resolution of the files.
1021 // of the files.
1033 // Lazily apply the external configuration files.
1035 getProject().files(configurationFiles);
1037 Iterator<File> files = fileCollection.iterator();
1038 while (files
1075 extendClassPath(ClassPath classPath, Object files, Map filterArgs, boolean output) argument
[all...]
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp612 // don't add a '/' to files in the local directory
952 const QStringList files = dir.entryList(); local
953 foreach (QString f, files) {
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c93 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag
815 file = hwInstData->files;
851 /* too many open files */
1212 dupfile = hwInstData->files;
1237 /* too many open files */
1262 file2 = hwInstData->files;
1329 file = hwInstData->files;
1375 /* too many open files */
1640 dupFile = hwInstData->files;
1661 /* too many open files */
[all...]
H A DEASLibVst.c91 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag
510 file = hwInstData->files;
546 /* too many open files */
907 dupfile = hwInstData->files;
932 /* too many open files */
957 file2 = hwInstData->files;
1024 file = hwInstData->files;
1070 /* too many open files */
1335 dupFile = hwInstData->files;
1356 /* too many open files */
[all...]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... .tools.ant.DirectoryScanner ds String separator String[] files public void execute () throws org.apache.tools. ...
/external/bison/
H A Dmaint.mk63 VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)
66 # matching files to ignore.
170 @echo "No version control files detected; skipping syntax check"
202 # This macro searches for a given construct in the selected files and
221 # grep-E-style regexp selecting the files to check. For in_vc_files,
222 # the regexp is used to select matching files from the list of all
223 # version-controlled files; for in_files, it's from the names printed
224 # by "find $(srcdir)". When neither is specified, use all files that
229 # Select the files (non) containing strings matching this regexp.
245 # Finally, you may exempt files base
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc10 #include "base/files/file.h"
11 #include "base/files/file_path.h"
12 #include "base/files/file_util.h"
13 #include "base/files/scoped_temp_dir.h"
374 const std::set<base::FilePath::StringType>& files,
378 for (iter = files.begin(); iter != files.end(); ++iter) {
438 std::set<base::FilePath::StringType>* files,
447 files->clear();
448 files
372 ValidateTestDirectory( const FileSystemURL& root_url, const std::set<base::FilePath::StringType>& files, const std::set<base::FilePath::StringType>& directories) argument
436 FillTestDirectory( const FileSystemURL& root_url, std::set<base::FilePath::StringType>* files, std::set<base::FilePath::StringType>* directories) argument
478 std::set<base::FilePath::StringType> files; local
1547 std::set<base::FilePath::StringType> files; local
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc628 // access the given files.
629 storage::IsolatedContext::FileInfoSet files; local
643 files.AddPath(iter->path, &name);
646 files.AddPathWithName(iter->path, iter->display_name.AsUTF8Unsafe());
653 // to re-grant them. This prevents problems with DnD for files in the CrOS
666 files);
815 const std::vector<ui::SelectedFileInfo>& files,
817 // Grant the security access requested to the given files.
818 for (size_t i = 0; i < files.size(); ++i) {
819 const ui::SelectedFileInfo& file = files[
814 FilesSelectedInChooser( const std::vector<ui::SelectedFileInfo>& files, FileChooserParams::Mode permissions) argument
831 DirectoryEnumerationFinished( int request_id, const std::vector<base::FilePath>& files) argument
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.cc379 void BeginDragWithFiles(const std::vector<std::string>& files);
727 const std::vector<std::string>& files) {
729 sender_->BeginDragWithFiles(files);
1612 void EventSender::BeginDragWithFiles(const std::vector<std::string>& files) { argument
1614 WebVector<WebString> absolute_filenames(files.size());
1615 for (size_t i = 0; i < files.size(); ++i) {
1618 item.filenameData = delegate_->GetAbsoluteWebStringFromUTF8Path(files[i]);
726 BeginDragWithFiles( const std::vector<std::string>& files) argument
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc140 // Reserve ten files or so for other uses and give the rest to TableCache.
225 // Make a set of all of the live files
250 // Any temp files that are currently being written to must
308 // Recover from all newer log files than the ones named in the
309 // descriptor (new log files may have been added by the previous
336 snprintf(buf, sizeof(buf), "%d missing files; e.g.",
649 // Previous compaction may have produced too many files in a level,
836 Log(options_.info_log, "Compacted %d@%d + %d@%d files => %lld bytes",
859 Log(options_.info_log, "Compacting %d@%d + %d@%d files",
1099 // Unlock while reading from files an
1380 int files = versions_->NumLevelFiles(level); local
[all...]
H A Ddb_test.cc72 // Force sync of manifest files to fail while this pointer is non-NULL
75 // Force write to manifest files to fail while this pointer is non-NULL
381 db_->GetProperty("leveldb.num-files-at-level" + NumberToString(level),
394 // Return spread of files per level
412 std::vector<std::string> files; local
413 env_->GetChildren(dbname_, &files);
414 return static_cast<int>(files.size());
452 fprintf(stderr, " level %3d : %d files\n", level, num);
487 // Returns number of files renamed.
581 // Check that we process level-0 files i
[all...]
H A Dversion_set.cc29 // Maximum number of bytes in all compacted files. We avoid expanding
36 // the level-0 compaction threshold based on number of files.
46 return kTargetFileSize; // We could vary per level to reduce number of files?
49 static int64_t TotalFileSize(const std::vector<FileMetaData*>& files) { argument
51 for (size_t i = 0; i < files.size(); i++) {
52 sum += files[i]->file_size;
64 // Drop references to files
78 const std::vector<FileMetaData*>& files,
81 uint32_t right = files.size();
84 const FileMetaData* f = files[mi
77 FindFile(const InternalKeyComparator& icmp, const std::vector<FileMetaData*>& files, const Slice& key) argument
112 SomeFileOverlapsRange( const InternalKeyComparator& icmp, bool disjoint_sorted_files, const std::vector<FileMetaData*>& files, const Slice* smallest_user_key, const Slice* largest_user_key) argument
347 FileMetaData* const* files = &files_[level][0]; local
575 const std::vector<FileMetaData*>& files = files_[level]; local
754 std::vector<FileMetaData*>* files = &v->files_[level]; local
1072 const std::vector<FileMetaData*>& files = current_->files_[level]; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c2953 printf("\tParse the XML files and output the result of the parsing\n");
2955 printf("\tParse the XML files\n");
3036 printf("\t--stream : use the streaming interface to process very large files\n");
3081 int files = 0; local
3688 files ++;
3699 if ((files == 0) && (!generate) && (version == 0)) {
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h64 ConsumerFiles files; member in class:clang::ento::PathDiagnosticConsumer::PDFileEntry
105 /// PathDiagnostics that span multiple files.
/external/e2fsprogs/e2fsck/
H A Dprofile.c302 profile_init(const char **files, profile_t *ret_profile) argument
318 if ( files ) {
319 for (fs = files; !PROFILE_LAST_FILESPEC(*fs); fs++) {
350 * If all the files were not found, return the appropriate error.
/external/elfutils/0.153/libdw/
H A DlibdwP.h27 found in the source code files (the "Approved Interfaces"). The files
244 Dwarf_Files *files; member in struct:Dwarf_Line_s
309 Dwarf_Files *files; member in struct:Dwarf_CU
/external/elfutils/0.153/src/
H A Dnm.c256 /* Process all the remaining files. */
496 /* Process all the files contained in the archive. */
666 Dwarf_Files *files; local
668 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0)
717 newp->file = dwarf_filesrc (files, fileidx, NULL, NULL);
969 /* We do not print the entries for files. */
/external/fio/
H A Dfio.h126 struct fio_file **files; member in struct:thread_data
522 for ((i) = 0, (f) = (td)->files[0]; \
523 (i) < (td)->o.nr_files && ((f) = (td)->files[i]) != NULL; \
/external/libxml2/
H A Dxmllint.c2970 printf("\tParse the XML files and output the result of the parsing\n");
2972 printf("\tParse the XML files\n");
3060 printf("\t--stream : use the streaming interface to process very large files\n");
3105 int files = 0; local
3742 files ++;
3753 if ((files == 0) && (!generate) && (version == 0)) {
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp502 ObjectFileELF::GetDependentModules(FileSpecList &files) argument
509 if (files.AppendIfUnique(m_filespec_ap->GetFileSpecAtIndex(i)))

Completed in 3404 milliseconds

12345678910