Searched defs:file_index (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dbinary_integrity_analyzer.cc26 void RecordSignatureVerificationTime(size_t file_index, argument
32 std::string(kHistogramName) + base::IntToString(file_index),
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_unittest.cc46 int file_index() const { return file_index_; } function in class:TestListener
101 EXPECT_EQ(kFileIndex, listener->file_index());
113 EXPECT_EQ(-1, listener->file_index());
/external/chromium_org/content/renderer/pepper/
H A Durl_request_info_util.cc192 int file_index = 0; local
203 file_index++;
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_bitmaps_v3.cc112 int file_index = address.FileNumber(); local
113 if (static_cast<unsigned int>(file_index) >= bitmaps_.size())
116 return file_index;
H A Dblock_files.cc307 int file_index = address.FileNumber(); local
308 if (static_cast<unsigned int>(file_index) >= block_files_.size() ||
309 !block_files_[file_index]) {
311 if (!OpenBlockFile(file_index))
314 DCHECK_GE(block_files_.size(), static_cast<unsigned int>(file_index));
315 return block_files_[file_index];
624 int file_index = header->next_file; local
626 DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index));
631 base::FilePath name = Name(file_index);
634 block_files_[file_index]
[all...]
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_util.cc83 int file_index) {
84 return base::StringPrintf("%016" PRIx64 "_%1d", entry_hash, file_index);
92 int file_index) {
94 base::StringPrintf("_%1d", file_index);
82 GetFilenameFromEntryHashAndFileIndex(uint64 entry_hash, int file_index) argument
91 GetFilenameFromKeyAndFileIndex(const std::string& key, int file_index) argument
H A Dsimple_synchronous_entry.cc106 bool CanOmitEmptyFile(int file_index) { argument
107 DCHECK_LE(0, file_index);
108 DCHECK_GT(disk_cache::kSimpleEntryFileCount, file_index);
109 return file_index == disk_cache::simple_util::GetFileIndexFromStreamIndex(2);
149 const int file_index = GetFileIndexFromStreamIndex(stream_index); local
151 file_index == 0 ? data_size_[0] + data_size_[1] + sizeof(SimpleFileEOF)
156 int SimpleEntryStat::GetFileSize(const std::string& key, int file_index) const {
158 file_index == 0 ? data_size_[0] + data_size_[1] + sizeof(SimpleFileEOF)
284 int file_index = GetFileIndexFromStreamIndex(in_entry_op.index); local
288 DCHECK(!empty_file_omitted_[file_index]);
313 int file_index = GetFileIndexFromStreamIndex(index); local
639 const int file_index = GetFileIndexFromStreamIndex(stream_index); local
719 MaybeOpenFile( int file_index, File::Error* out_error) argument
738 MaybeCreateFile( int file_index, FileRequired file_required, File::Error* out_error) argument
998 InitializeCreatedFile( int file_index, CreateEntryResult* out_result) argument
1108 int file_index = GetFileIndexFromStreamIndex(index); local
1136 DeleteFileForEntryHash( const FilePath& path, const uint64 entry_hash, const int file_index) argument
1176 GetFilenameFromFileIndex(int file_index) argument
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Dcjpeg.c488 int file_index; local
533 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
539 if (file_index != argc-2) {
544 outfilename = argv[file_index+1];
546 if (file_index != argc-1) {
555 if (file_index < argc-1) {
562 if (file_index < argc) {
563 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
564 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
598 file_index
[all...]
H A Djpegtran.c376 int file_index; local
413 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
420 if (file_index != argc-2) {
425 outfilename = argv[file_index+1];
427 if (file_index != argc-1) {
435 if (file_index < argc-1) {
442 if (file_index < argc) {
443 if ((fp = fopen(argv[file_index], READ_BINARY)) == NULL) {
444 fprintf(stderr, "%s: can't open %s for reading\n", progname, argv[file_index]);
516 file_index
[all...]
H A Ddjpeg.c459 int file_index; local
506 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
511 if (file_index != argc-2) {
516 outfilename = argv[file_index+1];
518 if (file_index != argc-1) {
526 if (file_index < argc-1) {
533 if (file_index < argc) {
534 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
535 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
570 if (file_index < arg
[all...]
/external/jpeg/
H A Dcjpeg.c468 int file_index; local
511 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
516 if (file_index != argc-2) {
521 outfilename = argv[file_index+1];
523 if (file_index != argc-1) {
531 if (file_index < argc-1) {
538 if (file_index < argc) {
539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
540 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
574 file_index
[all...]
H A Djpegtran.c344 int file_index; local
379 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
386 if (file_index != argc-2) {
391 outfilename = argv[file_index+1];
393 if (file_index != argc-1) {
401 if (file_index < argc-1) {
408 if (file_index < argc) {
409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
410 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
467 file_index
[all...]
H A Ddjpeg.c431 int file_index; local
476 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
481 if (file_index != argc-2) {
486 outfilename = argv[file_index+1];
488 if (file_index != argc-1) {
496 if (file_index < argc-1) {
503 if (file_index < argc) {
504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
505 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
535 file_index
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dcjpeg.c468 int file_index; local
511 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
516 if (file_index != argc-2) {
521 outfilename = argv[file_index+1];
523 if (file_index != argc-1) {
531 if (file_index < argc-1) {
538 if (file_index < argc) {
539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
540 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
574 file_index
[all...]
H A Djpegtran.c344 int file_index; local
379 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
386 if (file_index != argc-2) {
391 outfilename = argv[file_index+1];
393 if (file_index != argc-1) {
401 if (file_index < argc-1) {
408 if (file_index < argc) {
409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
410 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
467 file_index
[all...]
H A Ddjpeg.c431 int file_index; local
476 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
481 if (file_index != argc-2) {
486 outfilename = argv[file_index+1];
488 if (file_index != argc-1) {
496 if (file_index < argc-1) {
503 if (file_index < argc) {
504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
505 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
535 file_index
[all...]
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dhandlers.c200 int32_t file_index = value.value.as_int; local
201 if (file_index < 0 || file_index >= MAX_OPEN_FILES) {
202 *out_error = PrintfToNewString("File index %d is out range", file_index);
206 if (g_OpenFiles[file_index] == NULL) {
207 *out_error = PrintfToNewString("File index %d is not open", file_index);
211 *out_file = g_OpenFiles[file_index];
212 *out_file_index = file_index;
431 int file_index = AddFileToMap(file); local
432 if (file_index
[all...]

Completed in 764 milliseconds