Searched refs:create (Results 1 - 25 of 37) sorted by relevance

12

/opengrok/src/org/opensolaris/opengrok/jdbc/
H A DStatementCreator.java32 * Class used to specify how to create a {@code PreparedStatement} to be
43 abstract PreparedStatement create(Connection conn) throws SQLException; method in class:StatementCreator
H A DInsertQuery.java53 PreparedStatement create(Connection conn) throws SQLException { method in class:InsertQuery
H A DPreparedQuery.java33 * A {@code StatementCreator} for statements that create {@code ResultSet}s
84 PreparedStatement create(Connection conn) throws SQLException { method in class:PreparedQuery
H A DConnectionResource.java89 * {@link StatementCreator#create(Connection)} method is called to
90 * create a new {@code PreparedStatement}. This statement is cached,
94 * @param creator object that specifies how to create the statement if
103 ps = creator.create(conn);
/opengrok/test/org/opensolaris/opengrok/condition/
H A DConditionalRunRule.java72 return new IgnoreConditionCreator(aDescription.getTestClass(), annotation).create();
81 return new IgnoreConditionCreator(aDescription.getTestClass(), annotation).create();
94 RunCondition create() { method in class:ConditionalRunRule.IgnoreConditionCreator
/opengrok/test/org/opensolaris/opengrok/index/
H A DIndexDatabaseTest.java56 repository.create(
H A DIndexerRepoTest.java63 repository.create(HistoryGuru.class.getResourceAsStream("repositories.zip"));
H A DIgnoredNamesTest.java50 repository.create(CAnalyzerFactoryTest.class.getResourceAsStream(
/opengrok/test/org/opensolaris/opengrok/util/
H A DTestRepository.java46 public void create(InputStream inputBundle) throws IOException { method in class:TestRepository
/opengrok/test/org/opensolaris/opengrok/web/
H A DEftarFileTest.java68 //create eftar files
74 ef.create(args);
H A DDirectoryListingTest.java65 private void create() throws Exception { method in class:DirectoryListingTest.FileEntry
68 assertTrue("Failed to create file", file.createNewFile());
121 entry.create();
H A DSearchHelperTest.java64 repository.create(IndexerTest.class.getResourceAsStream("source.zip"));
156 Assert.fail("failed to create and write a new file: " + ex);
/opengrok/test/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerTest.java71 repository.create(TroffAnalyzerTest.class.getResourceAsStream(
/opengrok/test/org/opensolaris/opengrok/history/
H A DHistoryGuruTest.java60 repository.create(HistoryGuru.class.getResourceAsStream(
69 // create cache with initial set of repos
72 // now create cache for more repos
/opengrok/test/org/opensolaris/opengrok/analysis/
H A DCtagsTest.java54 repository.create(CtagsTest.class.getResourceAsStream(
/opengrok/src/org/opensolaris/opengrok/web/
H A DEftarFile.java243 public void create(String[] args) throws IOException, FileNotFoundException { method in class:EftarFile
265 ef.create(args);
/opengrok/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java190 collector = TopScoreDocCollector.create(hitsPerPage * cachePages);
194 collector = TopScoreDocCollector.create(totalHits);
223 collector = TopScoreDocCollector.create(hitsPerPage * cachePages);
227 collector = TopScoreDocCollector.create(totalHits);
376 collector = TopScoreDocCollector.create(totalHits);
/opengrok/test/org/opensolaris/opengrok/analysis/c/
H A DCAnalyzerFactoryTest.java88 repository.create(CAnalyzerFactoryTest.class.getResourceAsStream(
H A DCxxAnalyzerFactoryTest.java88 repository.create(CxxAnalyzerFactoryTest.class.getResourceAsStream(
/opengrok/test/org/opensolaris/opengrok/analysis/clojure/
H A DClojureAnalyzerFactoryTest.java86 repository.create(ClojureAnalyzerFactoryTest.class.getResourceAsStream(
/opengrok/test/org/opensolaris/opengrok/analysis/csharp/
H A DCSharpAnalyzerFactoryTest.java83 repository.create(CSharpAnalyzerFactoryTest.class.getResourceAsStream(
/opengrok/test/org/opensolaris/opengrok/analysis/java/
H A DJavaAnalyzerFactoryTest.java88 repository.create(JavaAnalyzerFactoryTest.class.getResourceAsStream(
/opengrok/test/org/opensolaris/opengrok/analysis/pascal/
H A DPascalAnalyzerFactoryTest.java85 repository.create(PascalAnalyzerFactoryTest.class.getResourceAsStream(
/opengrok/web/js/
H A Dutils.js384 * This plugin allows you to create a new window inside the browser. The main
385 * interface is create function.
388 * $myWindow = $.window.create({
525 create: function (e, ui) {
679 this.create = function (options, context) {
692 if (!$window || typeof $window.create !== 'function') {
700 return $.intelliWindow = $window.create($.extend({
946 if (!$window || typeof $window.create !== 'function') {
953 return $.messagesWindow = $window.create(options = $.extend({
1019 if (!$window || typeof $window.create !
[all...]
/opengrok/test/org/opensolaris/opengrok/search/context/
H A DHistoryContextTest.java55 repositories.create(HistoryContextTest.class.getResourceAsStream(

Completed in 97 milliseconds

12