OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aMethod
(Results
1 - 8
of
8
) sorted by null
/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
);
/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/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
;
/frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java
83
aMethod
();
105
aMethod
();
115
private int
aMethod
() {
/packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTest.java
276
public boolean
aMethod
() { return true; }
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 432 milliseconds