Home
last modified time | relevance | path

Searched refs:compareContent (Results 1 – 25 of 37) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/
H A DHistoryStoreTest.java631 assertTrue("1.1", compareContent(getContents(contents[1]), states[0].getContents()));
632 assertTrue("1.2", compareContent(getContents(contents[0]), states[1].getContents()));
648 assertTrue("2.1", compareContent(getContents(contents[1]), states[0].getContents()));
649 assertTrue("2.2", compareContent(getContents(contents[0]), states[1].getContents()));
652 assertTrue("2.4", compareContent(getContents(contents[3]), states[0].getContents()));
653 assertTrue("2.5", compareContent(getContents(contents[2]), states[1].getContents()));
654 assertTrue("2.6", compareContent(getContents(contents[1]), states[2].getContents()));
655 assertTrue("2.7", compareContent(getContents(contents[0]), states[3].getContents()));
719 assertTrue("1.1", compareContent(getContents(contents[1]), states[0].getContents()));
1391 if (!compareContent(inFile, inContents)) {
[all …]
H A DSafeFileInputOutputStreamTest.java90 assertTrue("5.2", compareContent(diskContents, getContents(contents))); in testSafeFileInputStream()
107 assertTrue("1.3", compareContent(diskContents, getContents(contents))); in testSimple()
116 assertTrue("3.2", compareContent(diskContents, getContents(contents))); in testSimple()
139 assertTrue("3.2", compareContent(diskContents, getContents(contents))); in testSpecifiedTempFile()
151 assertTrue("5.2", compareContent(diskContents, getContents(contents))); in testSpecifiedTempFile()
H A DBlobStoreTest.java148 assertTrue("4.1", compareContent(getContents(content), input)); in testGetBlob()
172 assertTrue("2.5", compareContent(getContents(content), input)); in testSetBlob()
H A DFileSystemResourceManagerTest.java119 …assertTrue("1.5", compareContent(getContents(originalContent), getLocalManager().read(file, true, … in testCreateFile()
304 assertTrue("1.1", compareContent(original, getLocalManager().read(file, true, null))); in testWriteFile()
318 assertTrue("2.1", compareContent(another, getLocalManager().read(file, true, null))); in testWriteFile()
332 assertTrue("3.1", compareContent(original, getLocalManager().read(file, true, null))); in testWriteFile()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DAppendTestUtil.java200 final byte[] compareContent) throws IOException { in checkFullFile() argument
201 checkFullFile(fs, file, len, compareContent, file.toString()); in checkFullFile()
210 final byte[] compareContent, String message) throws IOException { in checkFullFile() argument
211 checkFullFile(fs, name, len, compareContent, message, true); in checkFullFile()
215 final byte[] compareContent, String message, in checkFullFile() argument
226 checkData(actual, 0, compareContent, message); in checkFullFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/filesystem/
H A DFileStoreTest.java203 assertTrue("1.4", compareContent(getContents(content), target.openInputStream(EFS.NONE, null))); in testCopyFile()
208 …assertTrue("2.1", compareContent(getContents(content), copyOfTarget.openInputStream(EFS.NONE, null… in testCopyFile()
219 …assertTrue("3.1", compareContent(getContents(content), copyOfTarget.openInputStream(EFS.NONE, null… in testCopyFile()
236 …assertTrue("7.2", compareContent(getContents(sb.toString()), bigFile.openInputStream(EFS.NONE, nul… in testCopyFile()
241 …assertTrue("7.3", compareContent(getContents(sb.toString()), destination.openInputStream(EFS.NONE,… in testCopyFile()
270 assertTrue("1.4", compareContent(getContents(content), target.openInputStream(EFS.NONE, null))); in testCopyFileAcrossVolumes()
275 …assertTrue("3.1", compareContent(getContents(content), destination.openInputStream(EFS.NONE, null)… in testCopyFileAcrossVolumes()
281 …assertTrue("4.1", compareContent(getContents(content), destination.openInputStream(EFS.NONE, null)… in testCopyFileAcrossVolumes()
290 …assertTrue("5.2", compareContent(getContents(content), destination.openInputStream(EFS.NONE, null)… in testCopyFileAcrossVolumes()
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/
H A Dkrslots.h72 void compareContent();
73 void compareContent(QUrl, QUrl);
H A Dkrslots.cpp155 void KRslots::compareContent() in compareContent() function in KRslots
183 compareContent(name1, name2); in compareContent()
202 void KRslots::compareContent(QUrl url1, QUrl url2) in compareContent() function in KRslots
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/util/
H A DNodeComparator.java165 answer = compareContent(n1, n2); in compare()
191 answer = compareContent(n1, n2); in compare()
275 public int compareContent(Branch b1, Branch b2) { in compareContent() method in NodeComparator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/
H A DSaveableCompareEditorInputTest.java274 assertTrue(compareContent(new ByteArrayInputStream( in testDirtyFlagOnLocalResourceTypedElement()
326 assertTrue(compareContent(new ByteArrayInputStream( in testDirtyFlagOnLocalResourceTypedElementAndEmptyRight()
406 assertTrue(compareContent(new ByteArrayInputStream( in verifyModifyAndSaveBothSidesOfCompareEditor()
409 assertTrue(compareContent(new ByteArrayInputStream( in verifyModifyAndSaveBothSidesOfCompareEditor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/
H A DTestData.java174 …ntains(Map<String, Object[]> fileMap, ZipInputStream input2, boolean compareContent) throws IOExce… in assertContains() argument
187 if (compareContent) in assertContains()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/
H A DIResourceTest.java63 assertTrue("3.0", compareContent(content, getContents("abcdef"))); in testAppendContents_1G9RBH5()
598 assertTrue("2.0", compareContent(getContents(contents), is)); in testGetContents_1GBZD4S()
616 assertTrue("4.0", compareContent(getContents(newContents), is)); in testGetContents_1GBZD4S()
642 assertTrue("6.0", compareContent(getContents(newContents), is)); in testGetContents_1GBZD4S()
H A DBug_025457.java67 assertTrue("2.2", compareContent(stream, new ByteArrayInputStream(content.getBytes()))); in testFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/
H A DLinkedResourceWithPathVariableTest.java289 assertTrue("5.3", compareContent(file.getContents(true), getContents("contents for a file"))); in testFileVariableRemoved()
374 assertTrue("5.3", compareContent(file.getContents(true), getContents("contents for a file"))); in testFileProjectVariableRemoved()
669 assertTrue("5.3", compareContent(file.getContents(true), getContents("contents for a file"))); in testFileProjectRelativeVariableRemoved()
1143 …assertTrue("4.3", compareContent(file.getContents(), getContents("contents in different location")… in testVariableChanged()
1162 assertTrue("5.3", compareContent(file.getContents(true), getContents("contents for a file"))); in testVariableChanged()
1239 …assertTrue("4.3", compareContent(file.getContents(), getContents("contents in different location")… in testProjectVariableChanged()
1258 assertTrue("5.3", compareContent(file.getContents(true), getContents("contents for a file"))); in testProjectVariableChanged()
H A DWorkspaceTest.java183 assertTrue("get not equal set", compareContent(getContents(content), file.getContents(false))); in testFolderMove()
323 assertTrue("get not equal set", compareContent(content, getContents(testString))); in setUp()
416 assertTrue("get not equal set", compareContent(content, getContents(testString))); in testSetContents()
H A DResourceURLTest.java134 assertTrue("1.0", compareContent(stream, getContents(CONTENT))); in testSpaces()
H A DExampleWorkspaceTest.java111 assertTrue("get not equal set", compareContent(content, getContents(testString))); in testSetContents()
H A DIFileTest.java268 assertTrue("3.0", compareContent(content, getContents("abcdef"))); in testAppendContents()
593 assertTrue("2.6", compareContent(target.getContents(false), getContents(contents))); in testFileCreation()
611 assertTrue("3.2", compareContent(target.getContents(false), getContents(contents))); in testFileCreation()
1111 assertTrue("get not equal set", compareContent(content, getContents(testString))); in testSetContents2()
/dports/audio/guidoar/guidoar-cf5681a/src/operations/
H A DseqOperation.h68 bool compareContent (Sguidotag tag1, Sguidotag tag2);
H A DseqOperation.cpp302 bool seqOperation::compareContent (Sguidotag tag1, Sguidotag tag2) in compareContent() function in guido::seqOperation
342 return compareContent (tag1, tag2); in checkmatch()
/dports/lang/ghc/ghc-8.10.7/distrib/compare/
H A Dcompare.hs103 differences = compareContent mWays1 nubbedContent1
273 compareContent :: Maybe Ways -> [(FilenameDescr, TarLine)]
276 compareContent mWays1 xs1all mWays2 xs2all function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.compare.tests/src/org/eclipse/compare/tests/
H A DTextMergeViewerTest.java48 public static boolean compareContent(InputStream a, InputStream b) { in compareContent() method in TextMergeViewerTest
169 return TextMergeViewerTest.compareContent(other.getContents(), getContents()); in equals()
H A DWorkspaceTest.java225 assertTrue(compareContent(file1.getContents(), file2.getContents())); in assertEquals()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/provider/
H A DCVSProviderTest.java701 assertTrue("File contents are not correct after merge", compareContent( in testMergeWithTrailingLineFeeds()
714compareContent(new ByteArrayInputStream(("line1" + eol + "line2" + eol + "line3" + eol).getBytes()… in testRevertToBaseHeadTag()
734compareContent(new ByteArrayInputStream(("line3" + eol + "line1" + eol + "line2" + eol).getBytes()… in testRevertToBaseNonHeadTag()
H A DImportTest.java84 assertTrue(compareContent(file1.getContents(), file2.getContents())); in assertEquals()

12