Searched refs:main (Results 1 - 25 of 26) sorted by relevance

12

/opengrok-jel/ext/SampleRazorRepository/UserSandbox/SimpleCProgram/
H A DMakefile1 testprog: main.o
2 $(LINK.c) -o testsprog main.o
4 main.o: main.c header.h
5 $(COMPILE.c) main.c
8 $(RM) main.o testprog
10 lint: main.c header.h
11 $(LINT) main.c
H A Dmain.c3 int main(int argc, char **argv) { function
/opengrok-jel/ext/SampleRazorRepository/Repository/OpenGrokSample/RAZOR_UNIVERSE/DOMAIN_01/Simple/History/SimpleCProgram/
H A Dmain.c8 ##AUDIT: pbray 2009/01/22,09:36:02 1.1 Active CHECKED OUT TO: /fileserver/sandbox/pbray/OpenGrokSampleRepository/SimpleCProgram/main.c
14 ##AUDIT: pbray 2009/01/22,09:36:41 1.2 Active CHECKED IN FROM: /fileserver/sandbox/pbray/OpenGrokSampleRepository/SimpleCProgram/main.c
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/tools/
H A DJDiff.java105 public static void main(String[] argv) throws Exception method in class:JDiff
H A DJRCS.java75 static public void main(String[] args) throws Exception method in class:JRCS
/opengrok-jel/test/org/opensolaris/opengrok/management/client/
H A DAgentConnectionTest.java59 OGAgent.main(new String[0]);
/opengrok-jel/test/org/opensolaris/opengrok/management/
H A DOGAgentTest.java102 OGAgent.main(new String[0]); // ) oga = new OGAgent();
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefInputStream.java228 public static void main(String[] args) { method in class:XrefInputStream
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DShowErrorForm.java138 public static void main(String args[]) { method in class:ShowErrorForm
H A DNotificationsFrame.java150 public static void main(String args[]) { method in class:NotificationsFrame
H A DOpenGrokTrayApp.java65 public static void main(String[] args) { method in class:OpenGrokTrayApp
81 log.log(Level.FINE, "main", ex);
H A DSettingsFrame.java283 public static void main(String args[]) { method in class:SettingsFrame
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearch.java163 public static void main(String[] argv) { method in class:Search
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java221 public static void main(String[] argv) { method in class:CommandLineOptions
H A DIndexer.java92 public static void main(String argv[]) { method in class:Indexer
357 log.log(Level.FINE, "main", e);
530 log.log(Level.FINE, "main", ex);
535 log.log(Level.FINE, "main", e);
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DEftarFile.java259 public static void main(String[] args) { method in class:EftarFile
271 logger.log(Level.FINE, "main", e);
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.jj106 public static void main(String args[]) {
H A DArchiveParser.java24 public static void main(String args[]) { method in class:ArchiveParser
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java92 Method main = clazz.getMethod("main", String[].class);
97 main.invoke(clazz, (Object) args);
336 newEntry.addFile("/mercurial/main.c");
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DOGAgent.java58 * OG Agent main class.
96 public static void main(final String args[]) { method in class:OGAgent
134 log.log(Level.FINE, "main", ex);
166 log.log(Level.FINE, "main", e);
170 log.log(Level.FINE, "main", e);
174 log.log(Level.FINE, "main", ex);
/opengrok-jel/test/org/opensolaris/opengrok/index/
H A DIndexerTest.java183 Indexer.main(argv);
/opengrok-jel/test/org/opensolaris/opengrok/search/
H A DSearchTest.java145 assertTrue(instance.parseCmdLine(new String[]{"-p", "main~"}));
147 assertEquals("Search for main~ in testdata sources", 8,
150 assertTrue(instance.parseCmdLine(new String[]{"-p", "\"main troff\"~5"}));
154 assertTrue(instance.parseCmdLine(new String[]{"-p", "Main OR main"}));
156 assertEquals("Search for Main OR main in testdata sources", 8,
159 assertTrue(instance.parseCmdLine(new String[]{"-p", "\"main file\""}));
163 assertTrue(instance.parseCmdLine(new String[]{"-p", "+main -file"}));
165 assertEquals("search for main but not file",8, instance.results.size());
167 assertTrue(instance.parseCmdLine(new String[]{"-p", "main AND (file OR field)"}));
255 * Test of main metho
[all...]
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dswing-layout-0.9.jar ... definitions java.util.Map map public static void main (java.lang.String[]) String[] args javax.swing ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 44 milliseconds

12