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

<<41424344454647484950>>

  /external/chromium/chrome/browser/importer/
ie_importer.cc 3 // found in the LICENSE file.
52 // Gets the creation time of the given file or directory.
53 base::Time GetFileCreationTime(const std::wstring& file) {
56 CreateFile(file.c_str(), GENERIC_READ,
213 // library or header file, we must call it using the LoadLibrary()
468 std::wstring IEImporter::ResolveInternetShortcut(const std::wstring& file) {
482 result = persist_file->Load(file.c_str(), STGM_READ);
535 FilePath file; local
543 while (!(file = file_enumerator.Next()).value().empty() && !cancelled())
544 file_list.push_back(file.value())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.cc 3 // found in the LICENSE file.
188 const extensions::UserScript::File &file = script.js_scripts()[j]; local
190 file.relative_path());
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_unittest.cc 3 // found in the LICENSE file.
43 // Implies the file should not in the database.
46 // Implies the file should have a tracker in the database but should have no
187 const TrackedFile* file = tracked_files[i]; local
188 if (file->should_be_absent)
190 if (!file->tracker_only)
191 EXPECT_TRUE(PutFileToDB(db.get(), file->metadata).ok());
192 EXPECT_TRUE(PutTrackerToDB(db.get(), file->tracker).ok());
196 void VerifyTrackedFile(const TrackedFile& file) {
197 if (!file.should_be_absent)
259 FileMetadata file; local
325 TrackedFile file; local
1106 base::DictionaryValue* file = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_metadata_store.cc 3 // found in the LICENSE file.
348 return "file";
781 // Convert Drive specific metadata to Common File metadata object.
784 base::DictionaryValue* file = new DictionaryValue; local
785 file->SetString("path", itr->first.AsUTF8Unsafe());
786 file->SetString("title", itr->first.BaseName().AsUTF8Unsafe());
787 file->SetString("type", DriveTypeToString(metadata.type()));
794 file->Set("details", details);
795 files->Append(file);
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 3 // found in the LICENSE file.
5 // The file contains the implementation of the mini_installer re-versioner.
146 // A read/write mapping of a file.
154 bool Initialize(base::PlatformFile file);
172 PLOG(DFATAL) << "Could not close file mapping handle.";
177 bool MappedFile::Initialize(base::PlatformFile file) {
182 if (base::GetPlatformFileInfo(file, &file_info)) {
185 mapping_ = CreateFileMapping(file, NULL, PAGE_READWRITE, 0,
438 base::FilePath file = all_files.Next(); local
439 if (file.empty())
    [all...]
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 3 // found in the LICENSE file.
389 // Load media libraries for media file validation.
562 base::win::ScopedHandle file(pdf_file);
567 // TODO(sanjeevr): Add a method to the PDF DLL that takes in a file handle
570 DWORD length = ::GetFileSize(file, NULL);
778 base::PlatformFile file = local
780 bool result = parser.Parse(iapps::ReadPlatformFileAsString(file));
790 base::PlatformFile file = local
792 bool result = parser.Parse(iapps::ReadPlatformFileAsString(file));
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 3 // found in the LICENSE file.
265 base::FilePath::StringType file; local
266 if (!file_list->GetString(i, &file))
269 host->GetProcess()->GetID(), base::FilePath(file));
    [all...]
  /external/chromium_org/sql/
connection.cc 3 // found in the LICENSE file.
246 // will delete the -journal file. For ChromiumOS or other more
431 sqlite3_file* file = NULL; local
432 rc = sqlite3_file_control(db_, "main", SQLITE_FCNTL_FILE_POINTER, &file);
434 DLOG(FATAL) << "Failure getting file handle.";
436 } else if (!file) {
437 DLOG(FATAL) << "File handle is empty.";
441 rc = file->pMethods->xTruncate(file, 0);
444 DLOG(FATAL) << "Failed to truncate file."
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.cpp 149 return protocolIs("file");
314 url_parse::Component file; local
316 url_parse::ExtractFileName(asURLChar8Subtle(m_string), path, &file); local
318 url_parse::ExtractFileName(m_string.characters16(), path, &file);
322 if (!file.is_nonempty())
324 return componentString(file);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 39 #include "hb-open-file-private.hh"
397 const OT::OpenTypeFontFile &file = * (OT::OpenTypeFontFile *) (new_sfnt_data); local
398 unsigned int face_count = file.get_face_count ();
403 const OT::OpenTypeFontFace &face = file.get_face (face_index);
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 230 FILE *file; member in class:FontObject
letest.cpp 8 * file name: letest.cpp
419 FILE *f = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"rbbitst.txt", "r");
574 log_err("Could not open the test data file: %s\n", testFilePath);
1026 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/icu/source/tools/toolutil/
package.cpp 8 * file name: package.cpp
65 vfprintf((FILE *)context, fmt, args);
174 // file handling ----------------------------------------------------------- ***
202 getFileLength(FILE *f) {
212 * Turn tree separators and alternate file separators into normal file separators.
230 * Turn file separators into tree separators.
263 // make sure the path ends with a file separator
272 // turn the name into a filename, turn tree separators into file separators
301 *sep++=U_FILE_SEP_CHAR; // restore file separator characte
308 FILE *file; local
645 FILE *file; local
1076 FILE *file; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 88 file(false),
112 bool file; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
502 channels_[channel]->file = true;
510 channels_[channel]->file = true;
515 channels_[channel]->file = false;
520 return (channels_[channel]->file) ? 1 : 0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 30 * @file
82 * - undetermined (when .file == TGSI_FILE_NULL)
89 unsigned file:4; /* TGSI_FILE_* */ member in struct:lp_tgsi_channel_info
117 * Whether any of the texture opcodes access a register file other than
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_text.c 317 parse_file( const char **pcur, uint *file )
326 *file = i;
377 /* <register_file_bracket> ::= <file> `['
382 uint *file )
384 if (!parse_file( &ctx->cur, file )) {
385 report_error( ctx, "Unknown register file" );
402 uint *file,
407 if (!parse_register_file_bracket( ctx, file ))
423 uint *file,
426 if (!parse_register_file_bracket_index( ctx, file, index )
682 uint file; local
763 uint file; local
879 uint file; local
1068 uint file; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 54 cb_data->Cb(cb_data->UserData, fullinst, src->File,
124 cb(userdata, fullinst, inst->RGB.Src[src].File, inst->RGB.Src[src].Index,
128 cb(userdata, fullinst, inst->Alpha.Src[src].File, inst->Alpha.Src[src].Index, RC_MASK_W);
199 if (inst->U.I.SrcReg[src].File == RC_FILE_NONE)
202 if (inst->U.I.SrcReg[src].File == RC_FILE_PRESUB) {
262 cb(userdata, fullinst, inst->DstReg.File, inst->DstReg.Index, inst->DstReg.WriteMask);
304 rc_register_file file, unsigned int index, unsigned int mask)
309 d->Fn(d->UserData, inst, file, index, chan);
348 rc_register_file file = inst->DstReg.File; local
358 rc_register_file file = inst->SrcReg[src].File; local
395 rc_register_file file = RC_FILE_TEMPORARY; local
404 rc_register_file file = RC_FILE_TEMPORARY; local
414 rc_register_file file = inst->RGB.Src[src].File; local
424 rc_register_file file = inst->Alpha.Src[src].File; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.h 88 fs_reg(enum register_file file, int reg);
89 fs_reg(enum register_file file, int reg, uint32_t type);
94 /** Register file: ARF, GRF, MRF, IMM. */
95 enum register_file file; member in class:fs_reg
115 /** Value for file == IMM */
brw_vec4.h 61 /** Register file: ARF, GRF, MRF, IMM. */
62 enum register_file file; member in class:brw::reg
71 /** Value for file == BRW_IMMMEDIATE_FILE */
96 src_reg(register_file file, int reg, const glsl_type *type);
135 dst_reg(register_file file, int reg);
136 dst_reg(register_file file, int reg, const glsl_type *type, int writemask);
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 264 FileDescriptor file = UnittestNoGenericServices.getDescriptor(); local
265 assertEquals(1, file.getServices().size());
266 assertEquals("TestService", file.getServices().get(0).getName());
267 assertEquals(1, file.getServices().get(0).getMethods().size());
269 file.getServices().get(0).getMethods().get(0).getName());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 104 unittest::TestAllTypes::descriptor()->file();
1319 const FileDescriptor* file = local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 148 FileDescriptorProto file; local
149 parser_->Parse(input_.get(), &file);
153 // Parse the text as a file and validate it (with a DescriptorPool), and
161 FileDescriptorProto file; local
162 file.set_name("foo.proto");
163 parser_->Parse(input_.get(), &file);
170 file, &validation_error_collector) == NULL);
766 "0:0: File must begin with 'syntax = \"proto2\";'.\n");
    [all...]
plugin.pb.h 12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
252 // @@protoc_insertion_point(class_scope:google.protobuf.compiler.CodeGeneratorResponse.File)
331 typedef CodeGeneratorResponse_File File;
347 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
351 inline const ::google::protobuf::compiler::CodeGeneratorResponse_File& file(int index) const;
355 file() const;
813 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15
820 inline const ::google::protobuf::compiler::CodeGeneratorResponse_File& CodeGeneratorResponse::file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorResponse
830 CodeGeneratorResponse::file() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkStream.cpp 6 * found in the LICENSE file.
193 SkFILEStream::SkFILEStream(const char file[]) : fName(file), fOwnership(kCallerPasses_Ownership) {
194 fFILE = file ? sk_fopen(fName.c_str(), kRead_SkFILE_Flag) : NULL;
197 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership)
198 : fFILE((SkFILE*)file)
814 SkFILE* file = sk_fopen(path, kRead_SkFILE_Flag); local
815 if (NULL == file) {
819 SkData* data = SkData::NewFromFILE(file);
    [all...]
  /external/chromium_org/v8/samples/
process.cc 578 string* file) {
583 *file = arg;
593 // Reads a file into a v8 string.
595 FILE* file = fopen(name.c_str(), "rb"); local
596 if (file == NULL) return Handle<String>();
598 fseek(file, 0, SEEK_END);
599 int size = ftell(file);
600 rewind(file);
605 int read = static_cast<int>(fread(&chars[i], 1, size - i, file));
648 string file; local
    [all...]

Completed in 850 milliseconds

<<41424344454647484950>>