/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
D | T_invoke_virtual_range_2.smali | 29 const v0, 10 30 if-ne v0, v10, :Label0 31 const v0, 9 32 if-ne v0, v9, :Label0 33 const v0, 8 34 if-ne v0, v8, :Label0 35 const v0, 7 36 if-ne v0, v7, :Label0 37 const v0, 6 38 if-ne v0, v6, :Label0 [all …]
|
D | TSuper.smali | 32 const v0, 0x5 34 return v0 40 const v0, 0x5 42 return v0 50 const v0, 0x15d 62 const v0, 0x5 64 return v0 70 float-to-int v0, p1 72 return v0 81 const v0, 0x5 [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/ |
D | T_invoke_static_range_4.smali | 28 const v0, 10 29 if-ne v0, v10, :Label0 30 const v0, 9 31 if-ne v0, v9, :Label0 32 const v0, 8 33 if-ne v0, v8, :Label0 34 const v0, 7 35 if-ne v0, v7, :Label0 36 const v0, 6 37 if-ne v0, v6, :Label0 [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/ |
D | T_rsub_int_1.smali | 23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 30 rsub-int v0, v3, 4 31 return v0 37 rsub-int v0, v3, 60 38 return v0 44 rsub-int v0, v3, 20 45 return v0 51 rsub-int v0, v3, -25 52 return v0 58 rsub-int v0, v3, -70 [all …]
|
D | T_rsub_int_2.smali | 23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 30 rsub-int v0, v3, 255 31 return v0 37 rsub-int v0, v3, -32768 38 return v0 44 rsub-int v0, v3, 0 45 return v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/ |
D | T_rsub_int_lit8_1.smali | 23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 30 rsub-int/lit8 v0, v3, 4 31 return v0 37 rsub-int/lit8 v0, v3, 60 38 return v0 44 rsub-int/lit8 v0, v3, 20 45 return v0 51 rsub-int/lit8 v0, v3, -25 52 return v0 58 rsub-int/lit8 v0, v3, -70 [all …]
|
D | T_rsub_int_lit8_2.smali | 23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 30 rsub-int/lit8 v0, v3, 123 31 return v0 37 rsub-int/lit8 v0, v3, -123 38 return v0 44 rsub-int/lit8 v0, v3, 0 45 return v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/d/ |
D | T_move_result_wide_1.smali | 23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 30 const v0, 0 34 move-result-wide v0 37 cmp-long v5, v0, v2 40 const v0, 0 41 return v0 44 const v0, 1 45 return v0 52 const-wide v0, 12345 53 return-wide v0
|
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
D | VerbosityTest.java | 22 String v0 = mDevice.executeShellCommand(MONKEY_CMD + " -s 1337 -p " + PKGS[0] + " 500"); in testVerbosity() local 23 assertTrue(v0.contains("Events injected")); in testVerbosity() 24 assertFalse(v0.contains("Sending Touch")); in testVerbosity() 25 assertFalse(v0.contains("Sending Trackball")); in testVerbosity() 26 assertFalse(v0.contains("Switch")); in testVerbosity() 27 assertFalse(v0.contains("Sleeping")); in testVerbosity() 43 assertTrue(v0.length() < v1.length()); in testVerbosity()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/ |
D | TSuper.smali | 32 const v0, 0x5 34 return v0 40 const v0, 0x5 42 return v0 50 const v0, 0x15d 68 const v0, 0x5 70 return v0 76 float-to-int v0, p1 78 return v0 87 const v0, 0x5 [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/ |
D | TSuper.smali | 32 const v0, 0x5 34 return v0 40 const v0, 0x5 42 return v0 50 const v0, 0x15d 68 const v0, 0x5 70 return v0 76 float-to-int v0, p1 78 return v0 87 const v0, 0x5 [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
D | TSuper.smali | 32 const v0, 0x5 34 return v0 40 const v0, 0x5 42 return v0 50 const v0, 0x15d 62 const v0, 0x5 64 return v0 70 float-to-int v0, p1 72 return v0 81 const v0, 0x5 [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_object/d/ |
D | T_move_result_object_1.smali | 23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 30 const v0, 0 34 move-result-object v0 36 if-eq v0, v15, :Label1 38 const v0, 0 39 return v0 42 const v0, 1 43 return v0 50 return-object v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result/d/ |
D | T_move_result_1.smali | 32 const v0, 0x3039 34 return v0 40 const v0, 0x0 44 move-result v0 48 if-eq v0, v1, :cond_10 50 const v0, 0x0 52 return v0 55 const v0, 0x1 57 return v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/T_aput_object_3.smalis/ |
D | T_aput_object_3.smali | 36 const v0, 0x1 39 new-array v2, v0, [Ldot/junit/opcodes/aput_object/d/SubClass; 42 new-array v3, v0, [Ldot/junit/opcodes/aput_object/d/SuperClass; 55 new-array v6, v0, [Ldot/junit/opcodes/aput_object/d/SuperInterface; 58 new-array v7, v0, [Ljava/lang/Object; 61 new-array v8, v0, [Ldot/junit/opcodes/aput_object/d/SuperInterface2; 63 const/4 v0, 0x0 66 aput-object v4, v3, v0 69 aput-object v4, v6, v0 72 aput-object v4, v7, v0 [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/d/ |
D | T_return_wide_1.smali | 23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 39 cmp-long v0, v4, v6 40 if-nez v0, :Label0 51 const v0, 123456 52 return v0 55 const v0, 0 56 return v0 62 const v0, 9999
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gtz/d/ |
D | T_if_gtz_7.smali | 23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 30 if-gtz v0, :Label9 31 const/16 v0, 1234 32 return v0 35 const/4 v0, 1 36 return v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gez/d/ |
D | T_if_gez_7.smali | 23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 30 if-gez v0, :Label9 31 const/16 v0, 1234 32 return v0 35 const/4 v0, 1 36 return v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_lez/d/ |
D | T_if_lez_7.smali | 23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V 30 if-lez v0, :Label9 31 const/16 v0, 1234 32 return v0 35 const/4 v0, 1 36 return v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/ |
D | T_sget_char_1.smali | 25 const v0, 77 26 sput-char v0, Ldot/junit/opcodes/sget_char/d/T_sget_char_1;->i1:C 28 const v0, 77 29 sput-char v0, Ldot/junit/opcodes/sget_char/d/T_sget_char_1;->p1:C 31 const v0, 77 32 sput-char v0, Ldot/junit/opcodes/sget_char/d/T_sget_char_1;->pvt1:C 40 invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/ |
D | T_sget_1.smali | 25 const/4 v0, 5 26 sput v0, Ldot/junit/opcodes/sget/d/T_sget_1;->i1:I 28 const/16 v0, 10 29 sput v0, Ldot/junit/opcodes/sget/d/T_sget_1;->p1:I 31 const/16 v0, 20 32 sput v0, Ldot/junit/opcodes/sget/d/T_sget_1;->pvt1:I 40 invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/ |
D | T_opc_throw_12.smali | 33 new-instance v0, Ljava/lang/RuntimeException; 35 invoke-direct {v0}, Ljava/lang/RuntimeException;-><init>()V 37 throw v0 55 move-result v0 57 return v0 62 const v0, 0x0 64 return v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/ |
D | T_invoke_direct_14.smali | 29 const v0, 999 40 const v0, 111 54 if-ne v0, v4, :Label30 62 const v0, 1 63 return v0 65 const v0, 0 66 return v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/ |
D | T_sget_byte_1.smali | 25 const v0, 77 26 sput-byte v0, Ldot/junit/opcodes/sget_byte/d/T_sget_byte_1;->i1:B 28 const v0, 77 29 sput-byte v0, Ldot/junit/opcodes/sget_byte/d/T_sget_byte_1;->p1:B 31 const v0, 77 32 sput-byte v0, Ldot/junit/opcodes/sget_byte/d/T_sget_byte_1;->pvt1:B 40 invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/ |
D | T_sget_short_1.smali | 25 const v0, 32000 26 sput-short v0, Ldot/junit/opcodes/sget_short/d/T_sget_short_1;->i1:S 28 const v0, 32000 29 sput-short v0, Ldot/junit/opcodes/sget_short/d/T_sget_short_1;->p1:S 31 const v0, 32000 32 sput-short v0, Ldot/junit/opcodes/sget_short/d/T_sget_short_1;->pvt1:S 40 invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|