OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dex
(Results
26 - 33
of
33
) sorted by null
1
2
/libcore/libart/src/main/java/java/lang/reflect/
Constructor.java
35
import com.android.
dex
.
Dex
;
105
// TODO: use
dex
cache to speed looking up class
Method.java
35
import com.android.
dex
.
Dex
;
159
// TODO: use
dex
cache to speed looking up class
AbstractMethod.java
35
import com.android.
dex
.
Dex
;
115
* Returns the index of this method's ID in its
dex
file.
Field.java
35
import com.android.
dex
.
Dex
;
139
* Returns the index of this field's ID in its
dex
file.
[
all
...]
/dalvik/dx/src/com/android/dx/merge/
IndexMap.java
19
import com.android.
dex
.Annotation;
20
import com.android.
dex
.util.ByteOutput;
21
import com.android.
dex
.ClassDef;
22
import com.android.
dex
.
Dex
;
23
import com.android.
dex
.DexException;
24
import com.android.
dex
.EncodedValue;
25
import com.android.
dex
.EncodedValueReader;
26
import static com.android.
dex
.EncodedValueReader.ENCODED_ANNOTATION;
27
import static com.android.
dex
.EncodedValueReader.ENCODED_ARRAY
[
all
...]
/libcore/libart/src/main/java/java/lang/
Class.java
35
import com.android.
dex
.
Dex
;
82
* uses internally for identifying the class (for example in a
DEX
file).
207
* Class def index from
dex
file. An index of 65535 indicates that there is no class definition,
214
* Class type index from
dex
file, lazily computed. An index of 65535 indicates that the type
438
* Returns the
dex
file from which this class was loaded.
442
public
Dex
getDex() {
450
* Returns a string from the
dex
cache, computing the string from the
dex
file if necessary.
454
public String getDexCacheString(
Dex
dex, int dexStringIndex)
1168
Dex
dex
= getDex();
local
1735
Dex
dex
= getDex();
local
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar
Completed in 104 milliseconds
1
2