OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmutableUtils
(Results
1 - 15
of
15
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableDexFile.java
38
import org.jf.util.
ImmutableUtils
;
56
this.classes =
ImmutableUtils
.nullToEmptySet(classes);
66
this.classes =
ImmutableUtils
.nullToEmptySet(classes);
ImmutableMethodImplementation.java
42
import org.jf.util.
ImmutableUtils
;
69
this.instructions =
ImmutableUtils
.nullToEmptyList(instructions);
70
this.tryBlocks =
ImmutableUtils
.nullToEmptyList(tryBlocks);
71
this.debugItems =
ImmutableUtils
.nullToEmptyList(debugItems);
ImmutableClassDef.java
43
import org.jf.util.
ImmutableUtils
;
126
this.interfaces =
ImmutableUtils
.nullToEmptyList(interfaces);
128
this.annotations =
ImmutableUtils
.nullToEmptySet(annotations);
129
this.staticFields =
ImmutableUtils
.nullToEmptySortedSet(staticFields);
130
this.instanceFields =
ImmutableUtils
.nullToEmptySortedSet(instanceFields);
131
this.directMethods =
ImmutableUtils
.nullToEmptySortedSet(directMethods);
132
this.virtualMethods =
ImmutableUtils
.nullToEmptySortedSet(virtualMethods);
ImmutableAnnotation.java
39
import org.jf.util.
ImmutableUtils
;
63
this.elements =
ImmutableUtils
.nullToEmptySet(elements);
ImmutableMethodParameter.java
40
import org.jf.util.
ImmutableUtils
;
63
this.annotations =
ImmutableUtils
.nullToEmptySet(annotations);
ImmutableTryBlock.java
39
import org.jf.util.
ImmutableUtils
;
63
this.exceptionHandlers =
ImmutableUtils
.nullToEmptyList(exceptionHandlers);
ImmutableMethod.java
44
import org.jf.util.
ImmutableUtils
;
84
this.parameters =
ImmutableUtils
.nullToEmptyList(parameters);
87
this.annotations =
ImmutableUtils
.nullToEmptySet(annotations);
ImmutableField.java
44
import org.jf.util.
ImmutableUtils
;
83
this.annotations =
ImmutableUtils
.nullToEmptySet(annotations);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableArrayPayload.java
38
import org.jf.util.
ImmutableUtils
;
63
this.arrayElements =
ImmutableUtils
.nullToEmptyList(arrayElements);
ImmutablePackedSwitchPayload.java
39
import org.jf.util.
ImmutableUtils
;
59
this.switchElements =
ImmutableUtils
.nullToEmptyList(switchElements);
ImmutableSparseSwitchPayload.java
39
import org.jf.util.
ImmutableUtils
;
58
this.switchElements =
ImmutableUtils
.nullToEmptyList(switchElements);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableAnnotationEncodedValue.java
39
import org.jf.util.
ImmutableUtils
;
58
this.elements =
ImmutableUtils
.nullToEmptySet(elements);
/external/smali/util/src/main/java/org/jf/util/
ImmutableUtils.java
41
public class
ImmutableUtils
{
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
ImmutableMethodReference.java
38
import org.jf.util.
ImmutableUtils
;
65
this.parameters =
ImmutableUtils
.nullToEmptyList(parameters);
/prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar
Completed in 264 milliseconds