Searched defs:files (Results 176 - 200 of 248) sorted by last modified time

12345678910

/external/chromium_org/tools/gn/
H A Dvalue_extractors.cc61 // This extractor rejects files with system-absolute file paths. If we need
77 "only files in\nthe source tree. Maybe you meant to begin with two "
157 std::vector<SourceFile>* files,
159 return ListValueExtractor(value, files, err,
154 ExtractListOfRelativeFiles(const BuildSettings* build_settings, const Value& value, const SourceDir& current_dir, std::vector<SourceFile>* files, Err* err) argument
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog.cc53 const std::vector<ui::SelectedFileInfo>& files,
56 for (size_t i = 0; i < files.size(); ++i)
57 file_paths.push_back(files[i].local_path);
52 MultiFilesSelectedWithExtraInfo( const std::vector<ui::SelectedFileInfo>& files, void* params) argument
H A Dselect_file_dialog.h13 #include "base/files/file_path.h"
48 // Like SELECT_OPEN_FILE, but allowing multiple files to open.
73 // Notifies the Listener that many files have been selected. The
74 // files are in |files|. |params| is contextual passed to SelectFile.
76 const std::vector<base::FilePath>& files, void* params) {}
81 // If not overridden, calls MultiFilesSelected() with paths from |files|.
83 const std::vector<SelectedFileInfo>& files,
127 // Specifies whether there will be a filter added for all files (i.e. *.*).
131 // files/folder
75 MultiFilesSelected( const std::vector<base::FilePath>& files, void* params) argument
[all...]
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc11 #include "base/files/file_path.h"
134 static HRESULT ComposeMultiFileResult(StorageFileVectorCollection* files,
242 mswr::ComPtr<StorageFileVectorCollection> files; local
243 HRESULT hr = async->GetResults(files.GetAddressOf());
245 if (files) {
248 hr = ComposeMultiFileResult(files.Get(), &result);
375 StorageFileVectorCollection* files, base::string16* result) {
376 DCHECK(files != NULL);
383 HRESULT hr = files->get_Size(&num_files);
393 // This stores the base path that should be the parent of all the files
374 ComposeMultiFileResult( StorageFileVectorCollection* files, base::string16* result) argument
[all...]
H A Dfile_picker_ash.cc163 mswr::ComPtr<StorageFileVectorCollection> files; local
164 HRESULT hr = async->GetResults(files.GetAddressOf());
166 if (files) {
169 hr = ComposeMultiFileResult(files.Get(), &result);
179 std::vector<base::FilePath> files; local
182 files.push_back(base::FilePath(selection));
184 selection += files.back().value().length() + 1;
186 if (files.empty()) {
188 } else if (files.size() == 1) {
190 filenames_ = files;
311 ComposeMultiFileResult( StorageFileVectorCollection* files, base::string16* result) argument
[all...]
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.cc10 #include "base/files/file_path.h"
11 #include "base/files/file_util.h"
324 const std::vector<base::FilePath>& files) {
326 multi_file_open_completion_callback_.Run(files, NULL);
322 OnMultiFileOpenDone( bool success, const std::vector<base::FilePath>& files) argument
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libxml/src/
H A DtestHTML.c803 int files = 0; local
850 files ++;
853 if (files == 0) {
856 printf("\tParse the HTML files and output the result of the parsing\n");
H A DtestReader.c46 printf("\tParse the XML files using the xmlTextReader API\n");
106 int files = 0; local
132 files ++;
H A DtestRelax.c59 int files = 0; local
123 files = -1;
163 files ++;
168 if (files == 0) {
171 printf("\tParse the HTML files and output the result of the parsing\n");
H A DtestSAX.c1131 int files = 0; local
1185 files ++;
H A DtestSchemas.c59 int files = 0; local
154 files ++;
159 if (files == 0) {
162 printf("\tParse the HTML files and output the result of the parsing\n");
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/chromium_org/third_party/lzma_sdk/
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/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc676 // To test files, we create a temporary file, write, read, truncate, repeat.
812 int files[2]; local
818 ASSERT_EQ(pipe(files), 0);
821 FileOutputStream output(files[1], kBlockSizes[i]);
825 close(files[1]); // Send EOF.
828 FileInputStream input(files[0], kBlockSizes[j]);
832 close(files[0]);
/external/chromium_org/ppapi/examples/file_chooser/
H A Dfile_chooser.cc57 const std::vector<pp::FileRef>& files) {
60 for (size_t i = 0; i < files.size(); i++)
61 Log(files[i].GetName());
56 ShowSelectedFileNames(int32_t result, const std::vector<pp::FileRef>& files) argument
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons35 files=[env.File('browser_process_crash.html')],
59 # files=[GetNexeByName('crash_test'),
80 # files=[GetNexeByName('crash_in_syscall'),
97 files=[GetNexeByName('crash_test'), variable
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
H A Dnacl.scons39 files=env.ExtractPublishedFiles(browser_dlopen_nexe_name), variable
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dnacl.scons77 files=env.ExtractPublishedFiles(pm_ns_nexe_name), variable
/external/chromium_org/ppapi/proxy/
H A Dfile_chooser_resource.cc106 std::vector<PP_Resource> files; local
108 files.push_back(FileRefResource::CreateFileRef(
113 output_.StoreResourceVector(files);
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_linux.cc19 #include "base/files/file_enumerator.h"
20 #include "base/files/file_path.h"
21 #include "base/files/file_path_watcher.h"
22 #include "base/files/file_util.h"
41 // Amount of time we wait for the files on disk to settle before trying to load
42 // them. This alleviates the problem of reading partially written files and
83 // Stop watching for changes to files in the policies directory.
111 // Enumerate the files and find the most recent modification timestamp.
131 // Enumerate the files and sort them lexicographically.
132 std::set<base::FilePath> files; local
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Ddragged_file_util.cc10 #include "base/files/file_util.h"
28 explicit SetFileEnumerator(const std::vector<FileInfo>& files) argument
29 : files_(files) {
73 // created (i.e. when the files/directories are dropped).
H A Disolated_context.cc8 #include "base/files/file_path.h"
117 Instance(FileSystemType type, const std::set<MountPointInfo>& files);
124 const std::set<MountPointInfo>& files() const { return files_; } function in class:storage::IsolatedContext::Instance
166 const std::set<MountPointInfo>& files)
169 files_(files),
217 const FileInfoSet& files) {
221 kFileSystemTypeDragged, files.fileset());
404 std::vector<MountPointInfo>* files) const {
405 DCHECK(files);
411 files
165 Instance(FileSystemType type, const std::set<MountPointInfo>& files) argument
216 RegisterDraggedFileSystem( const FileInfoSet& files) argument
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jar ... tools.checkstyle.api.AuditEvent) public abstract void fileS

Completed in 562 milliseconds

12345678910