HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 476 - 500 of 6111) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteEmptyStreamException.cs 34 using Exception = System.Exception;
35 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
36 using StreamingContext = System.Runtime.Serialization.StreamingContext;
39 [System.Serializable]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs 37 using System;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRInputStream.cs 35 using Encoding = System.Text.Encoding;
36 using Stream = System.IO.Stream;
37 using StreamReader = System.IO.StreamReader;
44 [System.Serializable]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteEarlyExitException.cs 35 using Exception = System.Exception;
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
40 [System.Serializable]
RewriteEmptyStreamException.cs 35 using Exception = System.Exception;
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
40 [System.Serializable]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 35 using System;
36 using System.IO;
70 return System.Text.Encoding.Default.WebName;
76 return System.IO.Path.GetTempPath();
82 throw new ArgumentException( string.Format( "Unknown system property: '{0}'", name ) );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParserHelper.cs 33 using System.Collections.Generic;
ProfileGrammarParserHelper.cs 33 using System.Collections.Generic;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Tracer.java 46 for (int i=1; i<=level; i++) {System.out.print(" ");}
47 System.out.println("> "+ruleName+" lookahead(1)="+getInputSymbol(1));
53 for (int i=1; i<=level; i++) {System.out.print(" ");}
54 System.out.println("< "+ruleName+" lookahead(1)="+getInputSymbol(1));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
FirstOrderConverter.java 107 System.arraycopy(y, 0, z, 0, dimension);
108 System.arraycopy(y, dimension, zDot, 0, dimension);
114 System.arraycopy(zDot, 0, yDot, 0, dimension);
115 System.arraycopy(zDDot, 0, yDot, dimension, dimension);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
FieldWithLocationDebuggee.java 36 System.out.println("incrementMethodOne");
38 System.out.println("testIntField = " + currentValue);
43 System.out.println("incrementMethodTwo");
45 System.out.println("testIntField = " + currentValue);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
JPDATestOptions.java 48 return System.getProperty("jpda.settings.debuggeeLaunchKind", "auto");
  /external/avahi/avahi-sharp/
ResolverBase.cs 20 using System;
  /external/dagger2/examples/simple/src/main/java/coffee/
ElectricHeater.java 7 System.out.println("~ ~ ~ heating ~ ~ ~");
  /external/emma/core/java12/com/vladium/util/
IConstants.java 26 String EOL = System.getProperty ("line.separator", "\n");
  /external/javassist/sample/reflect/
Person.java 42 System.out.println("name: " + p.getName());
43 System.out.println("object: " + p.toString());
48 System.out.println("<< the metaobject was changed.>>");
51 System.out.println("age: " + p.getAge(1999));
VerboseMetaobj.java 8 System.out.println("** constructed: " + self.getClass().getName());
12 System.out.println("** field read: " + name);
17 System.out.println("** field write: " + name);
23 System.out.println("** trap: " + getMethodName(identifier) + "() in "
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
PortTestUtil.java 33 * system property is defined, then use that value (converted to an integer), otherwise
39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
PortTestUtil.java 33 * system property is defined, then use that value (converted to an integer), otherwise
39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY);
  /external/nist-sip/java/gov/nist/core/
InternalErrorHandler.java 43 System.err.println ("Unexpected internal error FIXME!! " + ex.getMessage());
52 System.err.println ("Unexpected internal error FIXME!! " + ex.getMessage());
65 System.err.println("Unexepcted INTERNAL ERROR FIXME!!");
66 System.err.println(emsg);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPStackTimerTask.java 31 System.out.println("SIP stack timer task failed due to exception:");
  /external/opencv3/samples/java/ant/src/
SimpleSample.java 8 static{ System.loadLibrary(Core.NATIVE_LIBRARY_NAME); }
11 System.out.println("Welcome to OpenCV " + Core.VERSION);
13 System.out.println("OpenCV Mat: " + m);
18 System.out.println("OpenCV Mat data:\n" + m.dump());
  /external/proguard/examples/annotations/examples/
NativeCallBack.java 50 System.out.println("The answer is " + answer);
  /external/skia/platform_tools/android/apps/visualbench/src/main/java/com/skia/
VisualBenchActivity.java 17 System.loadLibrary("skia_android");
37 // Disable backlight to keep the system as cool as possible
39 Settings.System.putInt(getContentResolver(), Settings.System.SCREEN_BRIGHTNESS_MODE,
40 Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL);
  /external/slf4j/integration/src/test/java/org/slf4j/
CompatibilityAssertionTest.java 35 StringPrintStream sps = new StringPrintStream(System.err);
36 PrintStream old = System.err;
45 System.setErr(sps);
50 System.setErr(old);

Completed in 426 milliseconds

<<11121314151617181920>>