Searched refs:System (Results 1 - 25 of 252) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-java-awt/m4/
H A DTestAWT.java7 System.exit(1);
9 System.exit(0);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-java-swing/m4/
H A DTestAWT.java7 System.exit(1);
9 System.exit(0);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-vxworks/
H A Dtls-2.d6 0x60000010 \(Operating System specific: 60000010\) 0x[0-9a-f]+
7 0x60000011 \(Operating System specific: 60000011\) 0x4
8 0x60000015 \(Operating System specific: 60000015\) 0x4
9 0x60000012 \(Operating System specific: 60000012\) 0x[0-9a-f]+
10 0x60000013 \(Operating System specific: 60000013\) 0xc
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/gnu/gettext/
H A DGetURL.java38 System.exit(1);
43 System.err.print("Retrieving "+s+"...");
44 System.err.flush();
52 System.err.println(" timed out.");
53 System.exit(1);
62 OutputStream ostream = new BufferedOutputStream(System.out);
69 System.out.flush();
73 System.err.println(" failed.");
74 System.exit(1);
77 System
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.java/
H A Djnpe.java31 System.out.println (npe ()); // break here
35 System.out.println ("success");
38 System.out.println ("blah"); // stop point
H A Djprint.java33 System.out.println ("sum is " + sum);
38 System.out.println ("adding k gives " + sum);
48 System.out.println ("new value is " + y);
52 System.out.println("x is " + x);
55 System.out.println("y is " + y);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/java/
H A DKerberosInit.java49 System.out.println(toc.getMessage());
74 System.err.println("Cannot create LoginContext. " + e.getMessage());
76 System.exit(1);
78 System.err.println("Cannot create LoginContext. " + e.getMessage());
80 System.exit(1);
86 System.err.println("Authentication failed:" + e.getMessage());
88 System.exit(1);
91 System.out.println("lc.login ok");
92 System.exit(0);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-csharp/
H A Dhello.cs7 using System; /* String, Console */
9 using System.Diagnostics; /* Process */
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DAssemblyInfo.cs1 using System.Reflection;
2 using System.Runtime.CompilerServices;
H A DDotZLib.cs8 using System;
9 using System.IO;
10 using System.Runtime.InteropServices;
11 using System.Text;
H A DInflater.cs8 using System;
9 using System.Diagnostics;
10 using System.Runtime.InteropServices;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/dotzlib/DotZLib/
H A DAssemblyInfo.cs1 using System.Reflection;
2 using System.Runtime.CompilerServices;
H A DDotZLib.cs8 using System;
9 using System.IO;
10 using System.Runtime.InteropServices;
11 using System.Text;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dxgettext-java-511 System.out.println(gettext("help"));
13 System.out.println(gettext("me"));
15 System.out.println(gettext("Hey Jude"));
19 System.out.println(gettext("The Fabulous Four"));
21 System.out.println(gettext("there is not enough" +
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dmsgfmt.cs25 using System; /* String, Console, Exception */
26 using System.IO; /* Stream, BufferedStream, StreamReader */
27 using System.Text; /* StringBuilder, UTF8Encoding */
28 using System.Resources; /* ResourceWriter */
77 foreach (System.Collections.DictionaryEntry entry in rr);
94 foreach (System.Collections.DictionaryEntry entry in rr);
/netbsd-6-1-5-RELEASE/sys/arch/vax/consolerl/
H A Danyboo.com9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
H A Dhkmboo.com9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
H A Dhksboo.com9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
H A Dhpmboo.com9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
H A Dhpsboo.com9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
H A Dramboo.com9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
H A Drasboo.com9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
H A Dupmboo.com9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
H A Dupsboo.com9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-java/
H A DHello.java15 System.out.println(GettextResource.gettext(catalog,"Hello, world!"));
16 System.out.println(

Completed in 206 milliseconds

1234567891011