HomeSort by relevance Sort by last modified time
    Searched defs:file_index (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/renderer/pepper/
url_request_info_util.cc 192 int file_index = 0; local
203 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/blockfile/
block_bitmaps_v3.cc 112 int file_index = address.FileNumber(); local
113 if (static_cast<unsigned int>(file_index) >= bitmaps_.size())
116 return file_index;
block_files.cc 307 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]->Release()
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jpegtran.c 376 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 = parse_switches(&dstinfo, argc, argv, 0, TRUE)
    [all...]
cjpeg.c 488 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 = parse_switches(&cinfo, argc, argv, 0, TRUE)
    [all...]
djpeg.c 459 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 < argc
    [all...]
  /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_org/native_client_sdk/src/examples/demo/nacl_io_demo/
handlers.c 200 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 == -1)
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 106 bool CanOmitEmptyFile(int file_index) {
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
1108 int file_index = GetFileIndexFromStreamIndex(index); local
    [all...]

Completed in 921 milliseconds