OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dex
(Results
176 - 200
of
1403
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/tests/coretests/res/raw/
install_shared1_cert2
install_shared2_cert1
install_shared2_cert2
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/
Android.mk
18
## The application with a minimal main
dex
33
LOCAL_DX_FLAGS := --multi-
dex
--main-
dex
-list=$(mainDexList) --minimal-main-
dex
/libcore/support/src/test/java/tests/resources/
hyts_certLoop.jar
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
Android.mk
18
## The application with a minimal main
dex
33
LOCAL_DX_FLAGS := --multi-
dex
--main-
dex
-list=$(mainDexList) --minimal-main-
dex
46
## The application with a full main
dex
62
LOCAL_DX_FLAGS := --multi-
dex
--main-
dex
-list=$(mainDexList2)
/cts/tools/dex-tools/src/dex/reader/
DexMethodImpl.java
17
package
dex
.reader;
27
import
dex
.reader.DexClassImpl.MethodAnnotation;
28
import
dex
.reader.DexClassImpl.ParameterAnnotation;
29
import
dex
.reader.DexFileReader.FieldIdItem;
30
import
dex
.reader.DexFileReader.MethodsIdItem;
31
import
dex
.reader.DexFileReader.ProtIdItem;
32
import
dex
.structure.DexAnnotation;
33
import
dex
.structure.DexClass;
34
import
dex
.structure.DexMethod;
35
import
dex
.structure.DexParameter
[
all
...]
DexFieldImpl.java
17
package
dex
.reader;
19
import
dex
.reader.DexClassImpl.FieldAnnotation;
20
import
dex
.reader.DexFileReader.FieldIdItem;
21
import
dex
.structure.DexAnnotation;
22
import
dex
.structure.DexClass;
23
import
dex
.structure.DexField;
/libcore/dex/src/main/java/com/android/dex/
DexFormat.java
17
package com.android.
dex
;
20
* Constants that show up in and are otherwise related to {@code .
dex
}
36
* file name of the primary {@code .
dex
} file inside an
39
public static final String DEX_IN_JAR_NAME = "classes.
dex
";
41
/** common prefix for all
dex
file "magic numbers" */
42
public static final String MAGIC_PREFIX = "
dex
\n";
44
/** common suffix for all
dex
file "magic numbers" */
47
/**
dex
file version number for the current format variant */
50
/**
dex
file version number for API level 13 and earlier */
73
* or {@code -1} if the given array is not a well-formed
dex
fil
[
all
...]
/art/runtime/verifier/
method_verifier_test.cc
43
void VerifyDexFile(const DexFile*
dex
)
45
ASSERT_TRUE(
dex
!= NULL);
48
for (size_t i = 0; i <
dex
->NumClassDefs(); i++) {
49
const DexFile::ClassDef& class_def =
dex
->GetClassDef(i);
50
const char* descriptor =
dex
->GetClassDescriptor(class_def);
/dalvik/dx/src/com/android/dx/dex/
DexOptions.java
17
package com.android.dx.
dex
;
19
import com.android.
dex
.DexFormat;
21
import com.android.dx.
dex
.code.DalvInsnList;
24
* Container for options used to control details of
dex
file generation.
48
* Gets the
dex
file magic number corresponding to this instance.
/dalvik/libdex/
CmdUtils.cpp
34
* Extract "classes.
dex
" from archive file.
42
static const char* kFileToExtract = "classes.
dex
";
93
* Map the specified
DEX
file read-only (possibly after expanding it into a
95
* If the file is an unoptimized
DEX
file, then byte-swapping and structural
101
* read-only copy of a
DEX
file that could be in a number of different states.
122
"ERROR: filename must end in .
dex
, .zip, .jar, or .apk\n");
128
if (strcasecmp(fileName + len -3, "
dex
") != 0) {
132
* "classes.
dex
" inside. We need to extract the compressed
141
sprintf(tempNameBuf, "/tmp/
dex
-temp-%d", getpid());
143
sprintf(tempNameBuf, "/sdcard/
dex
-temp-%d", getpid())
[
all
...]
/external/chromium_org/build/android/gyp/
dex.py
18
dex_cmd = [dx_binary, '--
dex
', '--force-jumbo', '--output', options.dex_path]
42
parser.add_option('--
dex
-path', help='
Dex
output path.')
48
help=('Path to
dex
in Release mode when proguard '
51
help='Exclude locals list from the
dex
file.')
55
'from the
dex
file.')
/libcore/luni/src/test/etc/loading-test-jar/
build.sh
40
rm -rf classes.
dex
50
dx --
dex
--output=classes.
dex
classes
51
jar cf loading-test.jar classes.
dex
-C resources .
55
mv classes.
dex
${resourceDir}/loading-test.
dex
/art/runtime/
modifiers.h
28
static constexpr uint32_t kAccSuper = 0x0020; // class (not used in
dex
)
43
static constexpr uint32_t kAccConstructor = 0x00010000; // method (
dex
only) <(cl)init>
44
static constexpr uint32_t kAccDeclaredSynchronized = 0x00020000; // method (
dex
only)
45
static constexpr uint32_t kAccClassIsProxy = 0x00040000; // class (
dex
only)
47
// method (
dex
only)
48
static constexpr uint32_t kAccFastNative = 0x00080000; // method (
dex
only)
49
static constexpr uint32_t kAccPortableCompiled = 0x00100000; // method (
dex
only)
50
static constexpr uint32_t kAccMiranda = 0x00200000; // method (
dex
only)
/dalvik/dx/src/com/android/dx/dex/cf/
package.html
9
<li><code>com.android.dx.
dex
.code</code></li>
10
<li><code>com.android.dx.
dex
.file</code></li>
/dalvik/dx/tests/121-sccp/
run
18
dx --debug --
dex
--dump-method=Blort.test'*' Blort.class
20
dx --debug --
dex
--dump-method=Blort.test'*' Blort.class
/dalvik/dx/tests/122-switch-with-high-register/
run
18
dx --debug --
dex
--dump-method=Blort.switchWithHighRegister Blort.class
20
dx --debug --
dex
--dump-method=Blort.switchWithHighRegister Blort.class
/developers/samples/android/
.gitignore
5
# files for the
dex
VM
6
*.
dex
/external/smali/examples/HelloWorld/
HelloWorld.smali
6
#java -jar smali.jar -o classes.
dex
HelloWorld.smali
7
#zip HelloWorld.zip classes.
dex
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/src/com/android/framework/multidexlegacyversionedtestapp/
ClassForMainDex.java
20
* Class directly referenced from Activity, will be kept in main
dex
. The class is not referenced
21
* by <clinit> or <init>, its direct references are not kept in main
dex
.
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/src/com/android/framework/multidexlegacyversionedtestapp/
ClassForMainDex.java
20
* Class directly referenced from Activity, will be kept in main
dex
. The class is not referenced
21
* by <clinit> or <init>, its direct references are not kept in main
dex
.
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/src/com/android/framework/multidexlegacyversionedtestapp/
ClassForMainDex.java
20
* Class directly referenced from Activity, will be kept in main
dex
. The class is not referenced
21
* by <clinit> or <init>, its direct references are not kept in main
dex
.
/frameworks/multidex/instrumentation/
build.gradle
33
name 'Android Multi-
Dex
Instrumentation Library'
34
description "Library for legacy multi-
dex
support"
/frameworks/multidex/library/
README.txt
6
Note that multidexing will allow to go over the
dex
index limit.
9
most applications requiring multidexing because of the
dex
index
Completed in 310 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>