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

  /external/webkit/WebCore/bridge/c/
c_class.cpp 87 Method* aMethod = new CMethod(ident); // deleted in the CClass destructor
90 _methods.set(identifier.ustring().rep(), aMethod);
92 methodList.append(aMethod);
  /external/webkit/WebCore/bridge/jni/v8/
JavaClassV8.cpp 66 JavaMethod* aMethod = new JavaMethod(env, aJMethod); // deleted in the JavaClass destructor
69 methodList = m_methods.get(aMethod->name().UTF8String());
72 m_methods.set(aMethod->name().UTF8String(), methodList);
75 methodList->append(aMethod);
JavaInstanceV8.cpp 83 JavaMethod* aMethod;
86 aMethod = methodList[methodIndex];
87 if (aMethod->numParameters() == count) {
88 method = aMethod;
  /external/webkit/WebCore/bridge/jni/
JNIBridge.cpp 56 JavaMethod::JavaMethod(JNIEnv* env, jobject aMethod)
60 if (jobject returnType = callJNIMethod<jobject>(aMethod, "getReturnType", "()Ljava/lang/Class;")) {
71 jstring methodName = static_cast<jstring>(callJNIMethod<jobject>(aMethod, "getName", "()Ljava/lang/String;"));
78 if (jarray jparameters = static_cast<jarray>(callJNIMethod<jobject>(aMethod, "getParameterTypes", "()[Ljava/lang/Class;"))) {
102 int modifiers = callJNIMethod<jint>(aMethod, "getModifiers", "()I");
JNIBridge.h 91 JavaMethod(JNIEnv*, jobject aMethod);
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 83 aMethod();
105 aMethod();
115 private int aMethod() {
  /external/webkit/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 78 JavaMethod* aMethod = new JavaMethod(env, aJMethod); // deleted in the JavaClass destructor
83 methodList = m_methods.get(((UString)aMethod->name()).rep());
86 m_methods.set(((UString)aMethod->name()).rep(), methodList);
89 methodList->append(aMethod);
JavaInstanceJSC.cpp 135 Method* aMethod;
137 aMethod = methodList[methodIndex];
138 if (aMethod->numParameters() == count) {
139 method = aMethod;
  /external/webkit/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);
  /packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTest.java 274 public boolean aMethod() { return true; }
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 213 milliseconds