Searched defs:classSignature (Results 1 - 11 of 11) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DFieldModification002Test.java56 String classSignature = "L" + getDebuggeeClassName().replace('.', '/') + ";";
58 hookFieldModification(classSignature, "testBoolField", JDWPConstants.Tag.BOOLEAN_TAG);
59 hookFieldModification(classSignature, "testByteField", JDWPConstants.Tag.BYTE_TAG);
60 hookFieldModification(classSignature, "testCharField", JDWPConstants.Tag.CHAR_TAG);
61 hookFieldModification(classSignature, "testShortField", JDWPConstants.Tag.SHORT_TAG);
62 hookFieldModification(classSignature, "testIntField", JDWPConstants.Tag.INT_TAG);
63 hookFieldModification(classSignature, "testLongField", JDWPConstants.Tag.LONG_TAG);
64 hookFieldModification(classSignature, "testFloatField", JDWPConstants.Tag.FLOAT_TAG);
65 hookFieldModification(classSignature, "testDoubleField", JDWPConstants.Tag.DOUBLE_TAG);
66 hookFieldModification(classSignature, "testObjectFiel
90 hookFieldModification(String classSignature, String fieldName, byte expectedTag) argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DSourceDebugExtensionTest.java55 private void doTest(String testName, String classSignature, int expectedErrorCode) { argument
65 long refTypeID = getClassIDBySignature(classSignature);
66 logWriter.println("=> Class with SourceDebugExtension = " + classSignature);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
H A DCountModifierTest.java237 private int getStaticIntField(String classSignature, String fieldName) { argument
238 Value fieldValue = getFieldValue(classSignature, fieldName);
H A DJDWPEventModifierTestCase.java29 * @param classSignature the signature of the field's declaring class
33 protected Value getFieldValue(String classSignature, String fieldName) { argument
34 long classID = debuggeeWrapper.vmMirror.getClassID(classSignature);
35 assertTrue("Failed to find debuggee class " + classSignature,
38 assertTrue("Failed to find field " + classSignature + "." + fieldName,
44 assertNotNull("Failed to get field values for class " + classSignature,
150 * @param classSignature the field's declaring class signature
155 String classSignature, String fieldName) {
156 return createFieldEventBuilder(typeTag, classSignature, fieldName, false);
164 * @param classSignature th
154 createFieldAccessEventBuilder(byte typeTag, String classSignature, String fieldName) argument
168 createFieldModificationEventBuilder(byte typeTag, String classSignature, String fieldName) argument
[all...]
/external/turbine/java/com/google/turbine/lower/
H A DLowerSignature.java206 public String classSignature(SourceTypeBoundClass info) { method in class:LowerSignature
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPTestCase.java837 * @param classSignature -
845 protected boolean setStaticIntField(String classSignature, argument
848 long classID = debuggeeWrapper.vmMirror.getClassID(classSignature);
852 + classSignature + "'");
879 + classSignature
/external/oj-libjdwp/src/share/back/
H A DeventHelper.c54 char *classSignature; member in struct:UnloadCommandSingle
383 error = classSignature(evinfo->clazz, &signature, NULL);
457 (void)outStream_writeString(out, command->classSignature);
458 jvmtiDeallocate(command->classSignature);
459 command->classSignature = NULL;
1026 command->u.unloadCommand.classSignature = signature;
H A Dutil.c1253 classSignature(jclass clazz, char **psignature, char **pgeneric_signature) function
1281 if (classSignature(clazz, &classname, NULL) != JVMTI_ERROR_NONE) {
1528 error = classSignature(parent_clazz, &signature, NULL);
1546 error = classSignature(clazz, &candidate_signature, NULL);
2401 error = classSignature(clazz, &class_sig, NULL);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java664 * @param classSignature
668 public long getClassID(String classSignature) { argument
669 return getTypeID(classSignature, JDWPConstants.TypeTag.CLASS);
978 * @param classSignature
982 public ReplyPacket setClassLoad(String classSignature) { argument
986 typeID = getClassID(classSignature);
1272 * @param classSignature
1276 public ReplyPacket getClassBySignature(String classSignature) { argument
1280 commandPacket.setNextValueAsString(classSignature);
1423 * @param classSignature
1429 setFieldAccess(String classSignature, byte classTypeTag, String fieldName) argument
1457 setFieldModification(String classSignature, byte classTypeTag, String fieldName) argument
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 281 milliseconds