HomeSort by relevance Sort by last modified time
    Searched refs:methodID (Results 101 - 110 of 110) sorted by null

1 2 3 45

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java 825 * Sets the next value of the data of the Packet as MethodID VM-sensitive
829 * @param methodID
830 * MethodID value.
832 public void setNextValueAsMethodID(long methodID) {
835 throw new TestErrorException("Improper MethodID value length = "
844 this.writeAtByteArray(methodID, data, new_data_size
850 * Gets the next value of the data of the Packet as MethodID VM-sensitive
859 throw new TestErrorException("Improper MethodID value length = "
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTest.java 96 String failureMessage = "## FAILURE: Can NOT get MethodID for class '"
219 String failureMessage = "## FAILURE: Can NOT get MethodID for class '"
358 String failureMessage = "## FAILURE: Can NOT get MethodID for class '"
473 String failureMessage = "## FAILURE: Can NOT get MethodID for class '"
604 String failureMessage = "## FAILURE: Can NOT get MethodID for class '"
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 664 jmethodID methodID;
667 methodID = gAudioPortConfigCstor;
672 methodID = gAudioDevicePortConfigCstor;
676 methodID = gAudioMixPortConfigCstor;
692 *jAudioPortConfig = env->NewObject(clazz, methodID,
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 97 RINOZ_COMP(c1.MethodID, c2.MethodID);
344 static inline void GetMethodFull(UInt64 methodID, UInt32 numInStreams, CMethodFull &methodResult)
346 methodResult.Id = methodID;
643 CMethodId m = f.Coders[i].MethodID;
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 959 milliseconds

1 2 3 45