/external/chromium_org/content/renderer/pepper/ |
url_request_info_util.cc | 144 int file_index = 0; local 155 file_index++;
|
/external/chromium_org/chrome/browser/ui/views/ |
select_file_dialog_extension_unittest.cc | 46 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/net/disk_cache/v3/ |
block_bitmaps.cc | 112 int file_index = address.FileNumber(); local 113 if (static_cast<unsigned int>(file_index) >= bitmaps_.size()) 116 return file_index;
|
/external/jpeg/ |
jpegtran.c | 344 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 = parse_switches(&dstinfo, argc, argv, 0, TRUE) [all...] |
cjpeg.c | 468 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 = parse_switches(&cinfo, argc, argv, 0, TRUE) [all...] |
djpeg.c | 431 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 = parse_switches(&cinfo, argc, argv, 0, TRUE) [all...] |
/external/qemu/distrib/jpeg-6b/ |
jpegtran.c | 344 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 = parse_switches(&dstinfo, argc, argv, 0, TRUE) [all...] |
cjpeg.c | 468 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 = parse_switches(&cinfo, argc, argv, 0, TRUE) [all...] |
djpeg.c | 431 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 = parse_switches(&cinfo, argc, argv, 0, TRUE) [all...] |
/external/chromium/net/disk_cache/ |
block_files.cc | 230 int file_index = address.FileNumber(); local 231 if (static_cast<unsigned int>(file_index) >= block_files_.size() || 232 !block_files_[file_index]) { 234 if (!OpenBlockFile(file_index)) 237 DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index)); 238 return block_files_[file_index]; 541 int file_index = header->next_file; local 543 DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index)); 547 FilePath name = Name(file_index); 550 block_files_[file_index]->Release() [all...] |
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/ |
handlers.c | 134 * @param[out] file_index The index of this file. 137 static FILE* GetFileFromIndexString(const char* s, int* file_index) { 139 (void**)g_OpenFiles, MAX_OPEN_FILES, s, file_index); 193 int file_index; local 211 file_index = AddFileToMap(file); 212 if (file_index == -1) { 218 *output = PrintfToNewString("fopen\1%s\1%d", filename, file_index); 407 int file_index; local 417 file = GetFileFromIndexString(file_index_string, &file_index); 430 RemoveFileFromMap(file_index); [all...] |
/external/chromium_org/net/disk_cache/ |
block_files.cc | 306 int file_index = address.FileNumber(); local 307 if (static_cast<unsigned int>(file_index) >= block_files_.size() || 308 !block_files_[file_index]) { 310 if (!OpenBlockFile(file_index)) 313 DCHECK_GE(block_files_.size(), static_cast<unsigned int>(file_index)); 314 return block_files_[file_index]; 625 int file_index = header->next_file; local 627 DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index)); 632 base::FilePath name = Name(file_index); 635 block_files_[file_index]->Release() [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_synchronous_entry.cc | 121 bool CanOmitEmptyFile(int file_index) { 122 DCHECK_LE(0, file_index); 123 DCHECK_GT(disk_cache::kSimpleEntryFileCount, file_index); 124 return file_index == disk_cache::simple_util::GetFileIndexFromStreamIndex(2); 164 const int file_index = GetFileIndexFromStreamIndex(stream_index); local 166 file_index == 0 ? data_size_[0] + data_size_[1] + sizeof(SimpleFileEOF) 171 int SimpleEntryStat::GetFileSize(const std::string& key, int file_index) const { 173 file_index == 0 ? data_size_[0] + data_size_[1] + sizeof(SimpleFileEOF) 299 int file_index = GetFileIndexFromStreamIndex(in_entry_op.index); local 303 DCHECK(!empty_file_omitted_[file_index]); 327 int file_index = GetFileIndexFromStreamIndex(index); local 655 const int file_index = GetFileIndexFromStreamIndex(stream_index); local 1132 int file_index = GetFileIndexFromStreamIndex(index); local [all...] |