OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMethodName
(Results
1 - 9
of
9
) sorted by null
/dalvik/hit/src/com/android/hit/
StackFrame.java
26
String
mMethodName
;
35
mMethodName
= method;
54
return
mMethodName
/dalvik/tools/dexdeps/src/com/android/dexdeps/
MethodRef.java
20
private String mDeclClass, mReturnType,
mMethodName
;
31
mMethodName
= methodName;
52
return
mMethodName
;
/sdk/apigenerator/src/com/android/apigenerator/
ParserState.java
34
private String
mMethodName
;
66
mMethodName
= "<init>";
72
mMethodName
= name;
81
addMethod(
mMethodName
+ "(" + mMethodParams.toString() + ")" +
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java
74
private String
mMethodName
;
185
mMethodName
= methodName;
193
mExcludedTestFilter.setTestInclusion(mClassName,
mMethodName
);
259
instrTest.setMethodName(
mMethodName
);
279
mExcludedTestFilter.setTestInclusion(mClassName,
mMethodName
);
CtsTest.java
100
private String
mMethodName
= null;
262
mMethodName
= methodName;
447
testPackageDef.setClassName(mClassName,
mMethodName
);
635
if (
mMethodName
!= null && mClassName == null) {
/sdk/traceview/src/com/android/traceview/
MethodData.java
33
private String
mMethodName
;
67
mMethodName
= null;
79
mMethodName
= methodName;
267
if (
mMethodName
== null) {
275
sb.append(
mMethodName
);
290
return
mMethodName
;
TimeLineView.java
673
private String
mMethodName
= null;
713
mMethodName
= name;
821
if (
mMethodName
== null) {
831
gc.drawString(
mMethodName
, x1, y1, true);
[
all
...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter2.java
91
private final String
mMethodName
;
129
mMethodName
= methodName;
251
mMethodName
,
265
mLog.debug("Delegate: %1$s # %2$s %3$s", delegateClassName,
mMethodName
, desc);
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 620 milliseconds