/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
GetValuesTest.java | 123 long methodID = 0; 130 frameIDs[i].location.methodID); 132 logWriter.println("=> methodID = " + frameIDs[i].location.methodID); 136 methodID = frameIDs[i].location.methodID; 139 frameIDs[i].location.methodID); 146 logWriter.println("=> methodID = " + methodID); 156 varInfos = jdwpGetVariableTable(refTypeID, methodID); [all...] |
SetValuesTest.java | 122 long methodID = 0; 129 frameIDs[i].location.methodID); 131 logWriter.println("=> methodID = " + frameIDs[i].location.methodID); 135 methodID = frameIDs[i].location.methodID; 138 frameIDs[i].location.methodID); 145 logWriter.println("=> methodID = " + methodID); 155 varInfos = jdwpGetVariableTable(refTypeID, methodID); [all...] |
PopFrames002Test.java | 85 // long methodID = getMethodID(refTypeID, breakpointMethodName); 113 long methodID = getMethodID(refTypeID, methodToPop); 114 if (methodID == -1) { 115 logWriter.println("##FAILURE: error during getting methodID of " + methodToPop); 119 if (frameInfos[j].location.methodID == methodID) { 154 if (frameInfos[i].location.methodID != newFrameInfos[i 155 - numberOfPoppedFrames].location.methodID) { 333 long methodID = getMethodID(refTypeID, methodToPop); 336 if (frameInfos[j].location.methodID == methodID) [all...] |
JDWPStackFrameTestCase.java | 124 protected VarInfo[] jdwpGetVariableTable(long classID, long methodID) { 129 packet.setNextValueAsMethodID(methodID);
|
ThisObjectTest.java | 111 String methodName = debuggeeWrapper.vmMirror.getMethodName(frameIDs[i].location.classID, frameIDs[i].location.methodID); 114 String methodSig = debuggeeWrapper.vmMirror.getMethodSignature(frameIDs[i].location.classID, frameIDs[i].location.methodID);
|
/external/emma/core/java12/com/vladium/emma/report/ |
ClassItem.java | 123 final int methodID = method.getID (); 125 final boolean [] mcoverage = ccoverage == null ? null : ccoverage [methodID]; 127 final MethodDescriptor methoddesc = methoddescs [methodID];
|
SrcFileItem.java | 151 final int methodID = method.getID (); 153 final boolean [] mcoverage = ccoverage == null ? null : ccoverage [methodID]; 155 final MethodDescriptor methoddesc = methoddescs [methodID];
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
FramesTest.java | 89 methodName = getMethodName(frame.loc.classID, frame.loc.methodID); 143 methodName = getMethodName(frame.loc.classID, frame.loc.methodID); 198 methodName = getMethodName(frame.loc.classID, frame.loc.methodID); 259 methodName = getMethodName(frame.loc.classID, frame.loc.methodID); 285 methodName = getMethodName(frame.loc.classID, frame.loc.methodID); 354 methodName = getMethodName(frame.loc.classID, frame.loc.methodID); 382 methodName = getMethodName(frame.loc.classID, frame.loc.methodID);
|
/external/emma/core/java12/com/vladium/emma/report/lcov/ |
ReportGenerator.java | 221 // [methodid][blocksinmethod] 230 final int methodID = method.getID(); 237 $assert.ASSERT(ccoverage.length > methodID, "index bounds"); 238 $assert.ASSERT(ccoverage[methodID] != null, "null: coverage"); 239 $assert.ASSERT(ccoverage[methodID].length > 0, "empty array"); 241 covered = ccoverage[methodID][0];
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
NewInstanceTest.java | 86 // Get methodID 98 long methodID = reply.getNextValueAsMethodID(); 102 logWriter.println(" methodID=" + methodID + "; name=" + name 105 targetMethodID = methodID; 297 // Get methodID 309 long methodID = reply.getNextValueAsMethodID(); 313 logWriter.println(" methodID=" + methodID + "; name=" + name 316 targetMethodID = methodID; [all...] |
InvokeMethod002Test.java | 83 // Get methodID 96 long methodID = reply.getNextValueAsMethodID(); 100 logWriter.println(" methodID=" + methodID + " name=" + name 103 targetMethodID = methodID;
|
InvokeMethodTest.java | 90 // Get methodID 102 long methodID = reply.getNextValueAsMethodID(); 106 logWriter.println(" methodID=" + methodID + " name=" + name 109 targetMethodID = methodID; 260 logWriter.println("## FAILURE: Can not get methodID!"); 261 fail("Can not get methodID!"); 398 logWriter.println("## FAILURE: Can not get methodID!"); 399 fail("Can not get methodID!");
|
/development/ndk/platforms/android-17/samples/Teapot/jni/ |
TeapotNativeActivity.cpp | 405 jmethodID methodID = jni->GetMethodID( clazz, "showUI", "()V" ); 406 jni->CallVoidMethod( app_->activity->clazz, methodID ); 419 jmethodID methodID = jni->GetMethodID( clazz, "updateFPS", "(F)V" ); 420 jni->CallVoidMethod( app_->activity->clazz, methodID, fFPS );
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
MoreTeapotsNativeActivity.cpp | 416 jmethodID methodID = jni->GetMethodID( clazz, "showUI", "()V" ); 417 jni->CallVoidMethod( app_->activity->clazz, methodID ); 430 jmethodID methodID = jni->GetMethodID( clazz, "updateFPS", "(F)V" ); 431 jni->CallVoidMethod( app_->activity->clazz, methodID, fps );
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/ |
LaunchedDebugger.java | 218 frameInfos[i].location.methodID); 227 protected String getMethodName(long classID, long methodID) { 242 if (mid == methodID) {
|
/external/chromium_org/v8/src/third_party/vtune/ |
jitprofiling.cc | 492 static unsigned int methodID = 0x100000; 494 if (methodID == 0) 497 return methodID++;
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
jitprofiling.c | 475 static unsigned int methodID = 0x100000; 477 if (methodID == 0) 480 return methodID++;
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
VmMirror.java | 128 long methodID = getMethodID(typeID, breakpoint.methodName); 131 Location location = new Location(typeTag, typeID, methodID, 192 long methodID = getMethodID(typeID, breakpoint.methodName); 198 mod1.loc = new Location(typeTag, typeID, methodID, breakpoint.index); 223 long methodID = getMethodID(classID, methodName); 225 ReplyPacket lineTableReply = getLineTable(classID, methodID); 248 classID, methodID, lineCodeIndex); 842 * @return received MethodID 848 long methodID = -1; 853 // Get methodID from received packe [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPTestCase.java | 197 long methodID = reply.getNextValueAsMethodID(); 202 return methodID; 213 * @param methodID - 217 protected ReplyPacket getLineTable(long classID, long methodID) { 222 lineTableCommand.setNextValueAsMethodID(methodID); 233 * @param methodID method id 236 protected String getMethodName(long classID, long methodID) { 249 if (mid == methodID) {
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
JDWPEventModifierTestCase.java | 61 long methodID = getMethodID(typeID, breakpoint.methodName); 64 builder.setLocationOnly(new Location(typeTag, typeID, methodID,
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
CombinedEvents002Test.java | 77 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" 153 long eventMethodID = location.methodID; 154 logWriter.println("==> MethodID in event = " + eventMethodID); 156 logWriter.println("## FAILURE: Unexpected MethodID in event!"); 157 logWriter.println("## Expected MethodID (testedMethodID) = " + testedMethodID ); 160 logWriter.println("==> OK - it is expected MethodID (testedMethodID)"); 215 eventMethodID = location.methodID; 216 logWriter.println("==> MethodID in event = " + eventMethodID); 218 logWriter.println("## FAILURE: Unexpected MethodID in event!"); 219 logWriter.println("## Expected MethodID (testedMethodID) = " + testedMethodID ) [all...] |
ExceptionTest.java | 158 assertEquals("Different exception and top frame location method,", returnedExceptionLoc.methodID, topFrameLoc.methodID);
|
CombinedEvents003Test.java | 90 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" 311 long eventMethodID = eventLocation.methodID; 312 logWriter.println("=> MethodID in event = " + eventMethodID); 313 if ( expectedLocation.methodID != eventMethodID ) { 314 logWriter.println("## FAILURE: Unexpected MethodID in event!"); 315 logWriter.println("## Expected MethodID = " + expectedLocation.methodID); 318 logWriter.println("=> OK - it is expected MethodID");
|
/frameworks/base/core/java/android/animation/ |
PropertyValuesHolder.java | [all...] |
/frameworks/opt/net/wifi/service/jni/ |
jni_helper.cpp | 388 jmethodID methodID = env->GetStaticMethodID(cls, method, signature); 394 env->CallStaticVoidMethodV(cls, methodID, params);
|