HomeSort by relevance Sort by last modified time
    Searched full:dex (Results 1 - 25 of 633) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/security/src/test/resources/tests/resources/
testdex.jar 
  /dalvik/libcore/support/src/test/java/tests/resources/Package/
hyts_all_attributes_dex.jar 
hyts_c_dex.jar 
hyts_no_attributes_dex.jar 
hyts_no_entry_dex.jar 
hyts_pq_dex.jar 
hyts_some_attributes_dex.jar 
hyts_package_dex.jar 
  /dalvik/libcore/luni/src/test/resources/tests/api/java/lang/reflect/
dex1.bytes 
  /dalvik/libcore/support/src/test/java/tests/resources/
cts_dalvikExecTest.jar 
  /cts/tools/dex-tools/
TODO.txt 4 Check if fileformat version matches dex reader
6 dex.reader.DexEncodedValueImpl has some FIXMEs
7 dex.reader.DexBuffer needs to be polished regarding unsigned datatypes
README.txt 3 This project contains the source code and tests for a dex file parser.
4 The parser is able to read a dex file and to create a datastructure based on it.
14 dex.reader
16 dex : test data
18 doc : dex file spec on which this parser is based
22 lib : dx.jar the jar from the dx tool. Used for in-memory java -> byte code -> dex code -> dex model tests
  /frameworks/base/core/tests/coretests/res/raw/
install_app1_unsigned 
install_app2_unsigned 
install_app1_cert1 
install_app1_cert2 
  /dalvik/dx/tests/099-dex-core-library-error/
expected.txt 4 Found zorch.dex
run 19 dx --debug --dex --output=blort.dex java/blort/Blort.class >/dev/null 2>&1
21 if [ -r blort.dex ]; then
22 echo Found blort.dex
25 dx --debug --dex --output=muffins.dex javax/net/Muffins.class >/dev/null 2>&1
27 if [ -r muffins.dex ]; then
28 echo Found muffins.dex
31 dx --debug --dex --output=zorch.dex javax/zorch/Zorch.class >/dev/null 2>&
    [all...]
  /dalvik/tests/etc/
default-build 27 dx -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex \
29 zip test.jar classes.dex
34 dx -JXmx256m --debug --dex --dump-to=classes-ex.lst \
35 --output=classes-ex.dex --dump-width=1000 classes-ex
37 # quick shuffle so that the stored name is "classes.dex"
38 mv classes.dex classes-1.dex
39 mv classes-ex.dex classes.dex
    [all...]
  /cts/tests/config_demo/data/case_rep/
DeviceInforCollector.apk 
  /dalvik/dx/tests/043-dex-two-classes/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
4 an attempt to combine two classes into a .dex file succeeds.
  /dalvik/dx/tests/077-dex-code-alignment/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
2 code arrays are 4-byte aligned within a dex file.
  /dalvik/dx/tests/034-dex-minimal/
run 17 dx --debug --dex --dump-to=- --no-files
21 dx --verbose --debug --dex --output=blort.dex blort.class
22 if [ -r blort.dex ]; then
  /dalvik/dx/tests/040-dex-constructor/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
  /dalvik/tests/071-dexfile/
info.txt 1 Exercise some Dalvik-specific DEX file features. This is not expected to

Completed in 379 milliseconds

1 2 3 4 5 6 7 8 91011>>