HomeSort by relevance Sort by last modified time
    Searched refs:dx (Results 26 - 50 of 835) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/026-field-attrib-Signature/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/027-method-attrib-Signature/
run 17 dx --debug --dump small-class.txt
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
run 17 dx --debug --dump --method=run --rop-blocks 'ViewDebug$ViewServer.class'
  /dalvik/dx/tests/003-magic-version-access/
run 23 dx --dump --strict class-bad-magic.txt
26 dx --dump --strict class-version-44.0.txt
27 dx --dump --strict class-version-44.65535.txt
30 dx --debug --dump --width=100 class-version-45.0.txt
31 dx --debug --dump --width=100 class-version-45.65535.txt
32 dx --debug --dump --width=100 class-version-48.0.txt
33 dx --debug --dump --width=100 class-version-48.65535.txt
34 dx --debug --dump --width=100 class-version-49.0.txt
35 dx --debug --dump --width=100 class-version-49.1.txt
36 dx --debug --dump --width=100 class-version-49.65535.tx
    [all...]
  /dalvik/dx/src/com/android/dx/
Version.java 17 package com.android.dx;
20 * Version number for dx.
  /dalvik/dx/src/com/android/dx/command/
UsageException.java 17 package com.android.dx.command;
  /dalvik/dx/src/com/android/dx/util/
IntIterator.java 17 package com.android.dx.util;
LabeledItem.java 17 package com.android.dx.util;
ToHuman.java 17 package com.android.dx.util;
  /dalvik/dx/tests/029-unit-Bits/
run 17 dx --junit com.android.dx.util._tests._Bits > unit-out.txt
  /dalvik/dx/tests/033-unit-IntList/
run 17 dx --junit com.android.dx.util._tests._IntList > unit-out.txt
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttLocalVariableTable.java 17 package com.android.dx.cf.attrib;
19 import com.android.dx.cf.code.LocalVariableList;
AttLocalVariableTypeTable.java 17 package com.android.dx.cf.attrib;
19 import com.android.dx.cf.code.LocalVariableList;
  /dalvik/dx/src/com/android/dx/cf/iface/
Field.java 17 package com.android.dx.cf.iface;
19 import com.android.dx.rop.cst.TypedConstant;
Method.java 17 package com.android.dx.cf.iface;
19 import com.android.dx.rop.type.Prototype;
  /dalvik/dx/src/com/android/dx/rop/type/
TypeBearer.java 17 package com.android.dx.rop.type;
19 import com.android.dx.util.ToHuman;
  /dalvik/dx/tests/028-class-attrib-EnclosingMethod/
run 17 dx --debug --dump --width=200 small-class-1.txt small-class-2.txt
  /dalvik/dx/tests/085-dex-jsr-ret/
run 18 dx --dump --rop-blocks blort.class
  /dalvik/dx/tests/113-old-style-inner-class/
run 22 dx --debug --dex *.class 2>&1 | awk '/^warning:/ { print $1 }'
  /bionic/libm/i387/
s_ceil.S 46 movw -4(%ebp),%dx
47 orw $0x0800,%dx /* round towards +oo */
48 andw $0xfbff,%dx
49 movw %dx,-8(%ebp)
s_ceilf.S 17 movw -4(%ebp),%dx
18 orw $0x0800,%dx /* round towards +oo */
19 andw $0xfbff,%dx
20 movw %dx,-8(%ebp)
s_ceill.S 15 movw -4(%ebp),%dx
16 orw $0x0800,%dx /* round towards +oo */
17 andw $0xfbff,%dx
18 movw %dx,-8(%ebp)
s_floor.S 46 movw -4(%ebp),%dx
47 orw $0x0400,%dx /* round towards -oo */
48 andw $0xf7ff,%dx
49 movw %dx,-8(%ebp)
s_floorf.S 17 movw -4(%ebp),%dx
18 orw $0x0400,%dx /* round towards -oo */
19 andw $0xf7ff,%dx
20 movw %dx,-8(%ebp)
s_floorl.S 15 movw -4(%ebp),%dx
16 orw $0x0400,%dx /* round towards -oo */
17 andw $0xf7ff,%dx
18 movw %dx,-8(%ebp)

Completed in 163 milliseconds

12 3 4 5 6 7 8 91011>>