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

  /external/clang/test/Index/
annotate-attribute.cpp 5 __attribute__((annotate("spiffy_method"))) void aMethod();
21 // CHECK-NEXT: CXXMethod=aMethod:5:51 Extent=[5:3 - 5:60]
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaClassJobjectV8.cpp 62 JavaMethod* aMethod = new JavaMethodJobject(env, aJMethod); // deleted in the JavaClass destructor
63 MethodList* methodList = m_methods.get(aMethod->name());
66 m_methods.set(aMethod->name(), methodList);
68 methodList->append(aMethod);
JavaNPObjectV8.cpp 131 JavaMethod* aMethod;
134 aMethod = methodList[methodIndex];
135 if (aMethod->numParameters() == static_cast<int>(argCount)) {
136 jMethod = aMethod;
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 79 JavaMethod* aMethod = new JavaMethodJobject(env, aJMethod); // deleted in the JavaClass destructor
84 methodList = m_methods.get(aMethod->name().impl());
87 m_methods.set(aMethod->name().impl(), methodList);
90 methodList->append(aMethod);
JavaInstanceJSC.cpp 162 Method* aMethod = methodList[methodIndex];
163 if (aMethod->numParameters() == count) {
164 method = aMethod;
  /external/webkit/Source/WebCore/bridge/jni/
JavaMethodJobject.cpp 43 JavaMethodJobject::JavaMethodJobject(JNIEnv* env, jobject aMethod)
47 if (jobject returnType = callJNIMethod<jobject>(aMethod, "getReturnType", "()Ljava/lang/Class;")) {
58 jstring methodName = static_cast<jstring>(callJNIMethod<jobject>(aMethod, "getName", "()Ljava/lang/String;"));
65 if (jarray jparameters = static_cast<jarray>(callJNIMethod<jobject>(aMethod, "getParameterTypes", "()[Ljava/lang/Class;"))) {
84 int modifiers = callJNIMethod<jint>(aMethod, "getModifiers", "()I");
  /external/webkit/Source/WebCore/bridge/c/
c_class.cpp 90 Method* aMethod = new CMethod(ident); // deleted in the CClass destructor
93 _methods.set(identifier.ustring().impl(), aMethod);
95 methodList.append(aMethod);
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 83 aMethod();
105 aMethod();
115 private int aMethod() {
  /external/webkit/Source/WebCore/bridge/objc/
objc_class.mm 131 Method* aMethod = new ObjcMethod(thisClass, objcMethodSelector); // deleted when the dictionary is destroyed
132 CFDictionaryAddValue(_methods.get(), methodName.get(), aMethod);
133 methodList.append(aMethod);
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 204 milliseconds