Searched refs:file1 (Results 1 - 25 of 40) sorted by relevance

12

/external/webkit/Tools/Scripts/
H A Dcompare-timing-files40 my ($file1, $file2) = @ARGV;
41 die "$usage\n" unless ($file1 && $file2 && @ARGV == 2);
43 my ($oldAverage, $oldRange, $oldRangePercent) = parseResults($file1);
46 print "\n===== $file1 =====\n";
/external/valgrind/main/cachegrind/
H A Dcg_diff.in46 usage: cg_diff [options] <cachegrind-out-file1> <cachegrind-out-file2>
73 my ($file1, $file2) = (undef, undef);
92 } elsif (not defined($file1)) {
93 $file1 = $arg;
104 if (not defined $file1 or not defined $file2) {
108 return ($file1, $file2);
276 my ($file1, $file2) = process_cmd_line();
277 ($cmd1, $events1, $CCs1, $summaryCC1) = read_input_file($file1);
308 print("desc: Files compared: $file1; $file2\n");
/external/icu4c/tools/toolutil/
H A Dfiletools.cpp28 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2);
94 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2) { argument
98 if (stat(file1, &stbuf1) == 0 && stat(file2, &stbuf2) == 0) {
113 fprintf(stderr, "Unable to get stats from file: %s or %s\n", file1, file2);
H A Dpkg_gencmn.c104 compareFiles(const void *file1, const void *file2);
531 compareFiles(const void *file1, const void *file2) { argument
533 return uprv_strcmp(((File *)file1)->basename, ((File *)file2)->basename);
/external/chromium/base/
H A Dfile_util.cc83 std::ifstream file1(filename1.value().c_str(),
90 if (!file1.is_open() || !file2.is_open())
96 file1.read(buffer1, BUFFER_SIZE);
99 if ((file1.eof() != file2.eof()) ||
100 (file1.gcount() != file2.gcount()) ||
101 (memcmp(buffer1, buffer2, file1.gcount()))) {
102 file1.close();
106 } while (!file1.eof() || !file2.eof());
108 file1.close();
114 std::ifstream file1(filename
[all...]
/external/chromium/chrome/browser/
H A Dbrowsing_data_indexed_db_helper_browsertest.cc32 const FilePath::CharType file1[] = local
50 EXPECT_EQ(FilePath(file1).value(), result[0].file_path.BaseName().value());
H A Dbrowsing_data_local_storage_helper_browsertest.cc141 const FilePath::CharType file1[] = local
159 EXPECT_EQ(FilePath(file1).value(), result[0].file_path.BaseName().value());
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c532 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) argument
539 if (file1->buffer == NULL)
543 if (file1->dup)
550 if ((file1 != file2) && (file2->buffer == file1->buffer))
556 file1->buffer = NULL;
575 file1->buffer = NULL;
580 EAS_HWFree(hwInstData, file1->buffer);
583 file1->buffer = NULL;
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_hostmm.c532 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) argument
539 if (file1->buffer == NULL)
543 if (file1->dup)
550 if ((file1 != file2) && (file2->buffer == file1->buffer))
556 file1->buffer = NULL;
575 file1->buffer = NULL;
580 EAS_HWFree(hwInstData, file1->buffer);
583 file1->buffer = NULL;
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c563 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) argument
570 if (file1->fd < 0)
574 if (file1->dup)
581 if ((file1 != file2) && (file2->fd == file1->fd))
587 file1->fd = -1;
606 file1->fd = -1;
611 close(file1->fd);
613 file1->fd = -1;
/external/oprofile/libutil++/
H A Dfile_manip.h34 * @param file1 first filename
39 bool is_files_identical(std::string const & file1, std::string const & file2);
H A Dfile_manip.cpp86 bool is_files_identical(string const & file1, string const & file2) argument
91 if (stat(file1.c_str(), &st1) == 0 && stat(file2.c_str(), &st2) == 0) {
/external/webkit/PerformanceTests/SunSpider/
H A Dsunspider-compare-results145 my $file1;
149 $file1 = $ARGV[0];
152 $file1 = readFile("$resultDirectory/baseline-filename.txt");
156 my $output = "var output1 = " . readResultsFile($file1) . ";\n";
/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c661 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) argument
667 if (file1->pFile == NULL)
671 if (file1->dup)
678 if ((file1 != file2) && (file2->pFile == file1->pFile))
684 file1->pFile = NULL;
702 file1->pFile = NULL;
707 if (fclose(file1->pFile) != 0)
711 file1->pFile = NULL;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DImageDiff.cpp209 int compareImages(const char* file1, const char* file2) argument
214 if (!actualImage.createFromFilename(file1)) {
215 fprintf(stderr, "ImageDiff: Unable to open file \"%s\"\n", file1);
333 int diffImages(const char* file1, const char* file2, const char* outFile) argument
338 if (!actualImage.createFromFilename(file1)) {
339 fprintf(stderr, "ImageDiff: Unable to open file \"%s\"\n", file1);
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c1249 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) argument
1255 if (file1->pFile == NULL)
1259 if (file1->dup)
1266 if ((file1 != file2) && (file2->pFile == file1->pFile))
1272 file1->pFile = NULL;
1290 file1->pFile = NULL;
1295 if (fclose(file1->pFile) != 0)
1299 file1->pFile = NULL;
1673 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) argument
[all...]
H A DEASLibVst.c944 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) argument
950 if (file1->pFile == NULL)
954 if (file1->dup)
961 if ((file1 != file2) && (file2->pFile == file1->pFile))
967 file1->pFile = NULL;
985 file1->pFile = NULL;
990 if (fclose(file1->pFile) != 0)
994 file1->pFile = NULL;
1368 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) argument
[all...]
/external/libvpx/build/make/
H A Dgen_msvs_def.sh19 Usage: ${self_basename} [options] file1 [file2 ...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dport_testcase.py103 file1 = port._filesystem.join(dir, 'fast', 'css', 'button_center.png')
104 contents1 = port._filesystem.read_binary_file(file1)
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp208 OwningPtr<MemoryBuffer> file1;
209 MemoryBuffer::getFile(fname1, file1);
210 if (!file1)
218 return file1->getBuffer() == file2->getBuffer();
/external/guava/guava/src/com/google/common/io/
H A DFiles.java380 public static boolean equal(File file1, File file2) throws IOException { argument
381 if (file1 == file2 || file1.equals(file2)) {
390 long len1 = file1.length();
395 return ByteStreams.equal(newInputStreamSupplier(file1),
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc485 FileDescriptorProto file1, file2a, file2b; local
486 file1.set_name("foo.proto");
487 file1.set_package("foo");
488 file1.add_message_type()->set_name("Foo");
494 string data1 = file1.SerializeAsString();
/external/chromium/chrome/browser/download/
H A Ddownload_browsertest.cc958 FilePath file1(FILE_PATH_LITERAL("download-test2.html"));
959 GURL url(URLRequestMockHTTPJob::GetMockUrl(file1));
1007 FilePath file1(FILE_PATH_LITERAL("download_page1.html"));
1008 GURL url(URLRequestMockHTTPJob::GetMockUrl(file1));
1039 FilePath file1(FILE_PATH_LITERAL("download_page2.html"));
1040 GURL url1(URLRequestMockHTTPJob::GetMockUrl(file1));
1081 FilePath file1(FILE_PATH_LITERAL("download_page3.html"));
1082 GURL url(URLRequestMockHTTPJob::GetMockUrl(file1));
1114 FilePath file1(FILE_PATH_LITERAL("download_page4.html"));
1115 GURL url(URLRequestMockHTTPJob::GetMockUrl(file1));
[all...]
/external/llvm/utils/
H A Dcodegen-diff59 my @file1 = parse_objdump_file ($objdump_file);
61 my $lastrecord = ($#file1 >= $#file2) ? ($#file1) : ($#file2);
63 my $d1 = $file1[$i];
/external/chromium/base/files/
H A Dfile_path_watcher_browsertest.cc396 FilePath file1(dir.AppendASCII("file1"));
405 ASSERT_TRUE(WriteFile(file1, "content"));
406 VLOG(1) << "Waiting for file1 creation";
411 ASSERT_TRUE(WriteFile(file1, "content v2"));
412 VLOG(1) << "Waiting for file1 modification";
416 ASSERT_TRUE(file_util::Delete(file1, false));
417 VLOG(1) << "Waiting for file1 deletion";

Completed in 845 milliseconds

12