OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dexfile
(Results
76 - 100
of
194
) sorted by null
1
2
3
4
5
6
7
8
/dalvik/dx/src/com/android/dx/dex/file/
HeaderSection.java
37
public HeaderSection(
DexFile
file) {
Section.java
32
private final
DexFile
file;
69
public Section(String name,
DexFile
file, int alignment) {
88
public final
DexFile
getFile() {
CodeItem.java
116
public void addContents(
DexFile
file) {
193
final
DexFile
file = addedTo.getFile();
233
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
297
private void writeCodes(
DexFile
file, AnnotatedOutput out) {
AnnotationItem.java
143
public void addContents(
DexFile
file) {
187
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
EncodedMethod.java
116
public void addContents(
DexFile
file) {
159
public int encode(
DexFile
file, AnnotatedOutput out,
/dalvik/libdex/
Android.mk
23
DexFile
.cpp \
DexDataMap.h
24
#include "
DexFile
.h"
DexDebugInfo.cpp
84
static const char* readStringIdx(const
DexFile
* pDexFile,
100
static const char* readTypeIdx(const
DexFile
* pDexFile,
142
const
DexFile
* pDexFile,
313
const
DexFile
* pDexFile,
/dalvik/vm/
JarFile.h
47
/* pry the
DexFile
out of a JarFile */
Dalvik.h
30
#include "libdex/
DexFile
.h"
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
ApkBuilderMain.java
49
File
dexFile
= null;
80
if (
dexFile
!= null) {
89
dexFile
= new File(args[index++]);
128
ApkBuilder builder = new ApkBuilder(outApk, zipArchives.get(0),
dexFile
,
/cts/tools/dex-tools/test/dex/reader/
DexTestsCommon.java
32
import dex.structure.
DexFile
;
88
protected
DexFile
prepareDexFile(String fileName) throws IOException{
93
protected DexClass getClass(
DexFile
file, String className) {
/cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java
40
import dex.structure.
DexFile
;
583
public static Set<
DexFile
> getDexFiles(Set<String> fileNames)
585
Set<
DexFile
> parsedFiles = new HashSet<
DexFile
>();
587
for (String
dexFile
: fileNames) {
589
DexBuffer dexBuffer = new DexBuffer(
dexFile
);
/dalvik/dexdump/
DexDump.cpp
33
#include "libdex/
DexFile
.h"
392
void dumpFileHeader(const
DexFile
* pDexFile)
456
void dumpOptDirectory(const
DexFile
* pDexFile)
505
void dumpClassDef(
DexFile
* pDexFile, int idx)
546
void dumpInterface(const
DexFile
* pDexFile, const DexTypeItem* pTypeItem,
564
void dumpCatches(
DexFile
* pDexFile, const DexCode* pCode)
614
void dumpPositions(
DexFile
* pDexFile, const DexCode* pCode,
639
void dumpLocals(
DexFile
* pDexFile, const DexCode* pCode,
656
bool getMethodInfo(
DexFile
* pDexFile, u4 methodIdx, FieldMethodInfo* pMethInfo)
675
bool getFieldInfo(
DexFile
* pDexFile, u4 fieldIdx, FieldMethodInfo* pFieldInfo
[
all
...]
/dalvik/vm/native/
dalvik_system_DexFile.cpp
18
* dalvik.system.
DexFile
35
* Internal struct for managing
DexFile
.
96
dvmThrowRuntimeException("invalid
DexFile
cookie");
325
LOGV("+++ freeing
DexFile
'%s' resources", pDexOrJar->fileName);
328
LOGV("+++ NOT freeing
DexFile
'%s' resources", pDexOrJar->fileName);
422
DexFile
* pDexFile = pDvmDex->pDexFile;
/dalvik/dexgen/src/com/android/dexgen/dex/file/
Section.java
32
private final
DexFile
file;
69
public Section(String name,
DexFile
file, int alignment) {
88
public final
DexFile
getFile() {
CodeItem.java
116
public void addContents(
DexFile
file) {
193
final
DexFile
file = addedTo.getFile();
233
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
297
private void writeCodes(
DexFile
file, AnnotatedOutput out) {
AnnotationItem.java
145
public void addContents(
DexFile
file) {
189
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
EncodedMethod.java
116
public void addContents(
DexFile
file) {
159
public int encode(
DexFile
file, AnnotatedOutput out,
MapItem.java
198
public void addContents(
DexFile
file) {
210
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
ProtoIdItem.java
114
public void addContents(
DexFile
file) {
129
public void writeTo(
DexFile
file, AnnotatedOutput out) {
UniformListItem.java
121
public void addContents(
DexFile
file) {
189
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
/dalvik/dx/src/com/android/dx/gen/
DexGenerator.java
25
import com.android.dx.dex.file.
DexFile
;
105
DexFile
outputDex = new
DexFile
(new DexOptions());
/frameworks/base/docs/html/sdk/api_diff/3/changes/
pkg_dalvik.system.html
99
<A NAME="
DexFile
"></A>
100
<nobr><A HREF="dalvik.system.
DexFile
.html">
DexFile
</A></nobr>
/sdk/anttasks/src/com/android/ant/
ApkBuilderTask.java
215
File
dexFile
= null;
223
dexFile
= new File(dexFiles[0]);
236
inputPaths.add(new InputPath(
dexFile
));
334
dexFile
,
Completed in 349 milliseconds
1
2
3
4
5
6
7
8