HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 1026 - 1050 of 1907) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc 3 // found in the LICENSE file.
64 // Finds a file browser handler that matches |action_id|. Returns NULL if not
89 // Finds file browser handlers that can handle the |selected_file_url|.
130 // Finds a file browser handler that matches |extension_id| and |action_id|
149 // This class is used to execute a file browser handler task. Here's how this
152 // 1) Open the "external" file system
153 // 2) Set up permissions for the target files on the external file system.
155 // files. The event will launch the file browser handler if not active.
156 // 4) In the file browser handler, onExecute event is handled and executes the
167 // Executes the task for each file. |done| will be run with the result
266 FileDefinition file; local
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
background_downloader_win.cc 3 // found in the LICENSE file.
29 // the BITS specific code runs in a single threaded apartment on the FILE
35 // The BITS job contains just one file to download. There could only be one
39 // file is still needed, otherwise it will be cleaned up on a periodic basis.
153 ScopedComPtr<IBackgroundCopyFile> file; local
154 if (enum_files->Next(1, file.Receive(), NULL) == S_OK)
155 files->push_back(file);
161 // Returns the file name, the url, and some per-file progress information.
163 HRESULT GetJobFileProperties(IBackgroundCopyFile* file,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 3 // found in the LICENSE file.
95 // Must be executed on the FILE thread.
121 // running sharded browser tests installing the same test file, for
126 base::FilePath file = local
130 file_util::GetUniquePathNumber(file, base::FilePath::StringType());
132 file = file.InsertBeforeExtensionASCII(
137 base::Bind(callback, file));
540 BrowserThread::FILE, FROM_HERE,
553 void WebstoreInstaller::StartDownload(const base::FilePath& file) {
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux_unittest.cc 3 // found in the LICENSE file.
201 // file, and run the message loop.
207 // Overwrite the mtab file with mtab entries from the |data| array of size
215 // entries in the mtab file.
281 FILE* file = setmntent(mtab_file_.value().c_str(), overwrite ? "w" : "a"); local
282 ASSERT_TRUE(file);
302 ASSERT_EQ(0, addmntent(file, &entry));
304 ASSERT_EQ(1, endmntent(file));
313 // Path to the test mtab file
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util_unittest.cc 3 // found in the LICENSE file.
219 webkit_blob::ScopedFile file) {
221 ASSERT_TRUE(base::PathExists(file.path()));
365 scoped_ptr<ResourceEntry> file; local
368 SetUpFile(origin_root_id, file_content, file_title, &file);
406 scoped_ptr<ResourceEntry> file; local
409 SetUpFile(origin_root_id, file_content, file_title, &file);
440 scoped_ptr<ResourceEntry> file; local
441 SetUpFile(origin_root_id, kFileContent, kFileTitle, &file);
445 file->resource_id()
460 scoped_ptr<ResourceEntry> file; local
533 scoped_ptr<ResourceEntry> file; local
560 scoped_ptr<ResourceEntry> file; local
591 scoped_ptr<ResourceEntry> file; local
611 scoped_ptr<ResourceEntry> file; local
    [all...]
drive_metadata_store_unittest.cc 3 // found in the LICENSE file.
309 "file:1234567890", "09876543210", true, false,
349 CreateMetadata("file:1", "1", false, false,
353 CreateMetadata("file:2", "2", true, false,
357 CreateMetadata("file:3", "3", true, false,
384 CreateMetadata("file:1", "1", false, false,
388 CreateMetadata("file:2", "2", false, true,
392 CreateMetadata("file:3", "3", false, true,
490 CreateMetadata("file:foo", "spam", false, false,
494 CreateMetadata("file:bar", "ham", false, false
609 base::DictionaryValue* file = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 3 // found in the LICENSE file.
118 base::DictionaryValue* file,
124 if (file)
125 file->SetString("status", SyncFileStatusToString(sync_file_status));
518 base::Callback<void(base::DictionaryValue* file,
526 base::DictionaryValue* file = NULL; local
528 if (!files->GetDictionary(i, &file) ||
529 !file->GetString("path", &path_string)) {
538 GetFileSyncStatus(url, base::Bind(completion_callback, file));
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 3 // found in the LICENSE file.
26 // Maps scale factors (enum values) to file path.
30 // Maps image ids to maps of scale factors to file paths.
39 fake_file_thread(BrowserThread::FILE, &message_loop) {
310 // only one PNG file specified (for scale 100%). The representation
325 // the input PNG file due to input processing.
569 base::FilePath file = dir.path().AppendASCII("data.pak"); local
576 ASSERT_TRUE(pack->WriteToDisk(file));
584 file, "mblmlcbknbnfebdfjnolmcapmdofhmme");
593 base::FilePath file = dir.path().AppendASCII("theme_data.pak") local
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 3 // found in the LICENSE file.
349 const wchar_t* file; member in struct:printing::__anon6875::TestPageData
    [all...]
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 3 // found in the LICENSE file.
46 base::FilePath file = app_path.AppendASCII("defaults") local
54 file, local
146 base::FilePath file = source_path_.AppendASCII("places.sqlite"); local
147 if (!base::PathExists(file))
151 if (!db.Open(file))
190 base::FilePath file = source_path_.AppendASCII("places.sqlite"); local
191 if (!base::PathExists(file))
195 if (!db.Open(file))
348 base::FilePath file = source_path.AppendASCII("signons.sqlite") local
386 base::FilePath file = source_path_.AppendASCII("search.sqlite"); local
414 base::FilePath file; local
    [all...]
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 3 // found in the LICENSE file.
54 PortData() : job_id(0), printer_handle(NULL), file(0) {
64 if (file) {
65 base::CloseFile(file);
66 file = NULL;
71 FILE* file; member in struct:cloud_print::__anon7319::PortData
196 // xps_path references a file to print.
433 LOG(ERROR) << "Can't create temporary file in " << app_data_dir.value();
436 port_data->file = base::OpenFile(file_path, "wb+")
    [all...]
  /external/chromium_org/components/nacl/browser/
nacl_browser.cc 3 // found in the LICENSE file.
71 #error Add support for your architecture to NaCl IRT file selection
123 // Get a file descriptor. On Windows, we need 'GENERIC_EXECUTE' in order to
125 // IMPORTANT: This file descriptor must not have write access - that could
127 base::PlatformFile file; local
129 file = base::CreatePlatformFile(
139 // Check that the file does not reference a directory. Returning a descriptor
141 // could be used to traverse into the file system.
143 if (!base::GetPlatformFileInfo(file, &file_info) || file_info.is_directory) {
144 base::ClosePlatformFile(file);
    [all...]
  /external/chromium_org/media/audio/win/
audio_output_win_unittest.cc 3 // found in the LICENSE file.
120 // Helper class to memory map an entire file. The mapping is read-only. Don't
127 HANDLE file = ::CreateFileW(file_name, GENERIC_READ, FILE_SHARE_READ, NULL, local
129 if (INVALID_HANDLE_VALUE == file)
131 fmap_ = ::CreateFileMappingW(file, NULL, PAGE_READONLY, 0, 0, NULL);
132 ::CloseHandle(file);
149 // Returns true if the file was successfully mapped.
157 // Returns the memory backing the file.
414 // effectively wrap around the file more than once.
420 // Play a little bit more of the file
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
handlers.c 3 * found in the LICENSE file. */
34 * A mapping from int -> FILE*, so the JavaScript messages can refer to an open
35 * File.
37 static FILE* g_OpenFiles[MAX_OPEN_FILES];
114 * Add the file to the g_OpenFiles map.
115 * @param[in] file The file to add to g_OpenFiles.
116 * @return int The index of the FILE in g_OpenFiles, or -1 if there are too many
119 static int AddFileToMap(FILE* file) {
192 FILE* file; local
240 FILE* file; local
293 FILE* file; local
351 FILE* file; local
406 FILE* file; local
    [all...]
  /external/chromium_org/net/disk_cache/
block_files.cc 3 // found in the LICENSE file.
45 BlockHeader::BlockHeader(MappedFile* file)
46 : header_(reinterpret_cast<BlockFileHeader*>(file->buffer())) {
197 // This file is almost full but we already created another one, don't use
198 // this file yet so that it is easier to find empty blocks when we start
199 // using this file again.
309 // We need to open the file
330 MappedFile* file = FileForNewBlock(block_type, block_count);
331 if (!file)
334 ScopedFlush flush(file);
356 MappedFile* file = GetFile(address); local
554 MappedFile* file = block_files_[block_type - 1]; local
610 MappedFile* file = block_files_[block_type - 1]; local
    [all...]
  /external/chromium_org/printing/
emf_win.cc 3 // found in the LICENSE file.
283 HANDLE file = CreateFile(file_path.value().c_str(), GENERIC_WRITE, local
286 if (file == INVALID_HANDLE_VALUE)
293 if (WriteFile(file, &*buffer.begin(), static_cast<DWORD>(buffer.size()),
299 CloseHandle(file);
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveParser.cpp 4 // found in the LICENSE file.
769 int line = 0, file = 0; local
799 if (valid && !token->iValue(&file))
827 if (state == FILE_NUMBER + 1) mTokenizer->setFileNumber(file);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c 8 * File CINTLTST.C
302 /* On Windows, the file name obtained from __FILE__ includes a full path.
303 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
330 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); local
331 if (file) {
332 fclose(file);
369 /* On Windows, the file name obtained from __FILE__ includes a full path.
370 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
397 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", " (…) local
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 6 * file name: iotest.cpp
84 /* On Windows, the file name obtained from __FILE__ includes a full path.
85 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
112 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); local
113 if (file) {
114 fclose(file);
235 log_err("Can't open test file - %s\n",
319 log_err("Can't open test file - %s\n",
329 log_err("FAILURE file test case %d \"%s\" - Got: \"%s\" Expected: \"%s\"\n"
753 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
repair.cc 3 // found in the LICENSE file. See the AUTHORS file for names of contributors.
12 // - next-file-number is set to 1 + largest file number we found
16 // - every table file is added at level 0
176 // Open the log file
217 status = Status::OK(); // Keep going with rest of file
265 // Try alternate file name.
318 RepairTable(fname, t); // RepairTable archives input file.
328 WritableFile* file; local
378 WritableFile* file; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv.cc 3 // found in the LICENSE file. See the AUTHORS file for names of contributors.
54 return Status::IOError("Offset greater than file size.");
140 // while the file is being written, and concurrent access is not allowed
150 explicit SequentialFileImpl(FileState* file) : file_(file), pos_(0) {
185 explicit RandomAccessFileImpl(FileState* file) : file_(file) {
204 WritableFileImpl(FileState* file) : file_(file) {
271 FileState* file = new FileState(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 37 unsigned file:2; member in struct:x86_reg
166 struct x86_reg x86_make_reg( enum x86_reg_file file,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_optimize.c 38 rc_register_file File;
51 combine.File = inner.File;
69 rc_register_file file = src->File; local
83 if (file == RC_FILE_ADDRESS) {
88 /* These instructions cannot read from the constants file.
91 if(reader_data->Writer->U.I.SrcReg[0].File != RC_FILE_TEMPORARY &&
92 reader_data->Writer->U.I.SrcReg[0].File != RC_FILE_INPUT &&
111 if (src->File == sc_data->Fil
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu.h 76 GLuint file:2; member in struct:brw_reg
176 * \param file one of the BRW_x_REGISTER_FILE values
186 static INLINE struct brw_reg brw_reg( GLuint file,
197 if (file == BRW_GENERAL_REGISTER_FILE)
199 else if (file == BRW_MESSAGE_REGISTER_FILE)
201 else if (file == BRW_ARCHITECTURE_REGISTER_FILE)
205 reg.file = file;
230 static INLINE struct brw_reg brw_vec16_reg( GLuint file,
234 return brw_reg(file,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf.h 123 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf,const char *file, variable
126 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
137 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
162 int NCONF_load(CONF *conf,const char *file,long *eline);
164 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline);
171 int NCONF_dump_fp(const CONF *conf, FILE *out);

Completed in 571 milliseconds

<<41424344454647484950>>