Searched refs:returnedMethodModifiers (Results 1 – 2 of 2) sorted by relevance
120 int returnedMethodModifiers = methodsReply.getNextValueAsInt(); in testMethods001() local124 … 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()
129 int returnedMethodModifiers = methodsWithGenericReply.getNextValueAsInt(); in testMethodsWithGeneric001() local134 … 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()