Home
last modified time | relevance | path

Searched refs:returnedMethodModifiers (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DMethodsTest.java120 int returnedMethodModifiers = methodsReply.getNextValueAsInt(); in testMethods001() local
124 … logWriter.println("=> Method modifiers = 0x" + Integer.toHexString(returnedMethodModifiers)); in testMethods001()
125 if ( (returnedMethodModifiers & methodSyntheticFlag) == methodSyntheticFlag ) { in testMethods001()
155 if ( methodModifiers[k] != returnedMethodModifiers ) { in testMethods001()
161 ("## Returned modifiers = 0x" + Integer.toHexString(returnedMethodModifiers)); in testMethods001()
167 ", Returned: 0x" + Integer.toHexString(returnedMethodModifiers) + ";\n"; in testMethods001()
177 ("## Method modifiers = 0x" + Integer.toHexString(returnedMethodModifiers)); in testMethods001()
183 ", modifiers = 0x" + Integer.toHexString(returnedMethodModifiers) + ";\n"; in testMethods001()
DMethodsWithGenericTest.java129 int returnedMethodModifiers = methodsWithGenericReply.getNextValueAsInt(); in testMethodsWithGeneric001() local
134 … logWriter.println("=> Method modifiers = 0x" + Integer.toHexString(returnedMethodModifiers)); in testMethodsWithGeneric001()
135 if ( (returnedMethodModifiers & methodSyntheticFlag) == methodSyntheticFlag ) { in testMethodsWithGeneric001()
179 if ( methodModifiers[k] != returnedMethodModifiers ) { in testMethodsWithGeneric001()
185 ("## Returned modifiers = 0x" + Integer.toHexString(returnedMethodModifiers)); in testMethodsWithGeneric001()
191 … ", Returned modifiers = 0x" + Integer.toHexString(returnedMethodModifiers) + ";\n"; in testMethodsWithGeneric001()
202 ("## Method modifiers = 0x" + Integer.toHexString(returnedMethodModifiers)); in testMethodsWithGeneric001()
209 ", modifiers = 0x" + Integer.toHexString(returnedMethodModifiers) + ";\n"; in testMethodsWithGeneric001()