Searched refs:NONE (Results 1 - 25 of 794) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java92 return "NONE";
140 returnValue = "NONE";
393 public static final int NONE = 0; field in class:JDWPConstants.Error
516 case NONE:
517 return "NONE";
701 public static final byte NONE = 0; field in class:JDWPConstants.SuspendPolicy
716 case NONE:
717 return "NONE";
744 String buf = "NONE";
H A DVmMirror.java95 if (reply.getErrorCode() != JDWPConstants.Error.NONE)
226 if (lineTableReply.getErrorCode() != JDWPConstants.Error.NONE) {
2278 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
2572 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
2610 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
H A DGetValuesTest.java78 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
84 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
90 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
96 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
102 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
108 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
115 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 10,
122 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 8,
202 if (reply.getErrorCode() == JDWPConstants.Error.NONE) {
H A DLengthTest.java75 checkArrayLength(classID, fieldID, JDWPConstants.Error.NONE, 10);
78 checkArrayLength(classID, fieldID, JDWPConstants.Error.NONE, 8);
116 if (reply.getErrorCode() == JDWPConstants.Error.NONE) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DInvokeMethodTest.java340 if (errorCode == JDWPConstants.Error.NONE) {
467 if (errorCode == JDWPConstants.Error.NONE) {
H A DJDWPClassTypeTestCase.java122 assertTrue(reply.getErrorCode() == JDWPConstants.Error.NONE);
H A DSetValues002Test.java144 if ( errorCode == JDWPConstants.Error.NONE ) {
H A DSuperClassTest.java54 assertTrue(reply.getErrorCode() == JDWPConstants.Error.NONE);
89 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE);
99 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE);
109 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE);
118 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE);
128 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE);
153 ReplyPacket reply = jdwpGetSuperClassReply(interfaceID, JDWPConstants.Error.NONE);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DThreadEndTest.java55 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE;
H A DThreadStartTest.java57 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
H A DJDWPMethodTestCase.java94 assertTrue(reply.getErrorCode() == JDWPConstants.Error.NONE);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DThreadEndTest.java59 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE;
H A DThreadStartTest.java60 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DReferringObjectsTest.java243 if (errorCode != JDWPConstants.Error.NONE) {
H A DSetValues002Test.java130 if ( errorCode != JDWPConstants.Error.NONE ) {
H A DSetValues003Test.java128 if ( errorCode == JDWPConstants.Error.NONE ) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DGetValues002Test.java101 if ( errorCode != JDWPConstants.Error.NONE ) {
H A DGetValues004Test.java122 if ( errorCode != JDWPConstants.Error.NONE ) {
H A DInstancesTest.java110 if (errorCode != JDWPConstants.Error.NONE) {
H A DSignature002Test.java127 if ( errorCode != JDWPConstants.Error.NONE ) {
156 if ( errorCode != JDWPConstants.Error.NONE ) {
187 if ( errorCode != JDWPConstants.Error.NONE ) {
H A DSourceDebugExtensionTest.java89 case JDWPConstants.Error.NONE:
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DPopFrames002Test.java416 if (res == JDWPConstants.Error.NONE) {
H A DThisObjectTest.java130 if (reply.getErrorCode() == JDWPConstants.Error.NONE) {
198 logWriter.println("## Expected ERROR = " + JDWPConstants.Error.NONE
199 + "(" + JDWPConstants.Error.getName(JDWPConstants.Error.NONE) + ")");
203 + ", Expected ERROR = " + JDWPConstants.Error.NONE
204 + "(" + JDWPConstants.Error.getName(JDWPConstants.Error.NONE) + ")");

Completed in 1967 milliseconds

1234567891011>>