HomeSort by relevance Sort by last modified time
    Searched refs:m_methodName (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/android/
AndroidLog.h 69 : m_methodName(name)
75 ALOGD("%s took %.2fms", m_methodName, duration);
78 const char* m_methodName;
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 383 m_methodName = method.getName (cls);
384 if (trace2) m_log.trace2 ("visit", (method.isSynthetic () ? "synthetic " : "") + "method #" + m + ": [" + m_methodName + "]");
386 final boolean isClinit = IClassDefConstants.CLINIT_NAME.equals (m_methodName);
410 m_classMethodDescriptors [m] = new MethodDescriptor (m_methodName, method.getDescriptor (cls), IMetadataConstants.METHOD_EXCLUDED, m_methodBlockSizes, null, 0);
419 m_classMethodDescriptors [m] = new MethodDescriptor (m_methodName, method.getDescriptor (cls), IMetadataConstants.METHOD_ABSTRACT_OR_NATIVE, m_methodBlockSizes, null, 0);
457 m_classMethodDescriptors [m] = new MethodDescriptor (m_methodName, method.getDescriptor (cls), status, m_methodBlockSizes, methodBlockMetadata, m_methodFirstLine);
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 908 milliseconds