OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EncodedMethod
(Results
1 - 6
of
6
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedMethod.java
33
public final class
EncodedMethod
extends EncodedMember
34
implements Comparable<
EncodedMethod
> {
54
public
EncodedMethod
(CstMethodRef method, int accessFlags,
74
if (! (other instanceof
EncodedMethod
)) {
78
return compareTo((
EncodedMethod
) other) == 0;
89
public int compareTo(
EncodedMethod
other) {
/dalvik/dx/src/com/android/dx/dex/file/
EncodedMethod.java
32
public final class
EncodedMethod
extends EncodedMember
33
implements Comparable<
EncodedMethod
> {
53
public
EncodedMethod
(CstMethodRef method, int accessFlags,
73
if (! (other instanceof
EncodedMethod
)) {
77
return compareTo((
EncodedMethod
) other) == 0;
88
public int compareTo(
EncodedMethod
other) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedMethod.java
33
public final class
EncodedMethod
extends EncodedMember
34
implements Comparable<
EncodedMethod
> {
54
public
EncodedMethod
(CstMethodRef method, int accessFlags,
74
if (! (other instanceof
EncodedMethod
)) {
78
return compareTo((
EncodedMethod
) other) == 0;
89
public int compareTo(
EncodedMethod
other) {
/cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java
181
EncodedMethod
[] directMethods;
182
EncodedMethod
[] virtualMethods;
190
static class
EncodedMethod
{
225
private
EncodedMethod
[] parseMethods(int size) {
226
EncodedMethod
[] methods = new
EncodedMethod
[size];
228
methods[i] = new
EncodedMethod
();
287
private List<DexMethod> getDexMethods(
EncodedMethod
[] methods) {
291
EncodedMethod
method = null;
/external/smali/dexlib/src/main/java/org/jf/dexlib/
ClassDataItem.java
44
private
EncodedMethod
[] directMethods = null;
46
private
EncodedMethod
[] virtualMethods = null;
65
@Nullable EncodedField[] instanceFields, @Nullable
EncodedMethod
[] directMethods,
66
@Nullable
EncodedMethod
[] virtualMethods) {
85
@Nullable List<
EncodedMethod
> directMethods,
86
@Nullable List<
EncodedMethod
> virtualMethods) {
89
EncodedMethod
[] directMethodsArray = null;
90
EncodedMethod
[] virtualMethodsArray = null;
122
TreeSet<
EncodedMethod
> directMethodSet = new TreeSet<
EncodedMethod
>();
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 731 milliseconds