Home
last modified time | relevance | path

Searched refs:p0 (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/packed_switch/d/
DT_packed_switch_5.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
37 const/4 p0, -0x1
39 return p0
42 const/4 p0, 0x2
44 return p0
47 const/16 p0, 0x14
49 return p0
DT_packed_switch_4.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
37 const/4 p0, -0x1
39 return p0
42 const/4 p0, 0x2
44 return p0
47 const/16 p0, 0x14
49 return p0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_long/d/
DT_float_to_long_4.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 const p0, 0x4048f5c3 # 3.14f
36 float-to-long p0, p0
38 return-wide p0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/d/
DT_float_to_double_4.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 const p0, 0x4048f5c3 # 3.14f
36 float-to-double p0, p0
38 return-wide p0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/T_invoke_super_range_26.smalis/
DT_invoke_super_range_26.smali28 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
38 …invoke-super/range {p0 .. p0}, Ldot/junit/opcodes/invoke_super_range/d/ITestDefault;->testDefault(…
40 …invoke-super/range {p0 .. p0}, Ldot/junit/opcodes/invoke_super_range/d/ITestDefault2;->testDefault…
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/
DT_return_void_3.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
38 monitor-exit p0
48 invoke-direct {p0}, Ldot/junit/opcodes/return_void/d/T_return_void_3;->test()V
50 const p0, 0x1
52 return p0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/d/
DT_return_wide_3.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
38 monitor-exit p0
50 invoke-direct {p0}, Ldot/junit/opcodes/return_wide/d/T_return_wide_3;->test()D
52 const p0, 0x1
54 return p0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_wide/d/
DT_iget_wide_1.smali32 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
36 iput-wide v0, p0, Ldot/junit/opcodes/iget_wide/d/T_iget_wide_1;->i1:J
40 iput-wide v0, p0, Ldot/junit/opcodes/iget_wide/d/T_iget_wide_1;->p1:J
44 iput-wide v0, p0, Ldot/junit/opcodes/iget_wide/d/T_iget_wide_1;->pvt1:J
54 iget-wide v1, p0, Ldot/junit/opcodes/iget_wide/d/T_iget_wide_1;->i1:J
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/d/
DT_monitor_exit_6.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 monitor-enter p0
36 const p0, 0x3f8fbe77 # 1.123f
38 monitor-exit p0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_object/d/
DT_iget_object_1.smali32 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
36 iput-object v0, p0, Ldot/junit/opcodes/iget_object/d/T_iget_object_1;->i1:Ljava/lang/Object;
40 iput-object v0, p0, Ldot/junit/opcodes/iget_object/d/T_iget_object_1;->p1:Ljava/lang/Object;
44 iput-object v0, p0, Ldot/junit/opcodes/iget_object/d/T_iget_object_1;->pvt1:Ljava/lang/Object;
54 iget-object v1, p0, Ldot/junit/opcodes/iget_object/d/T_iget_object_1;->i1:Ljava/lang/Object;
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dintrinsic_resize.rscript25 static float4 cubicInterpolate_F4 (float4 p0,float4 p1,float4 p2,float4 p3 , float x) {
26 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3
27 + x * (3.f * (p1 - p2) + p3 - p0)));
30 static float3 cubicInterpolate_F3 (float3 p0,float3 p1,float3 p2,float3 p3 , float x) {
31 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3
32 + x * (3.f * (p1 - p2) + p3 - p0)));
35 static float2 cubicInterpolate_F2 (float2 p0,float2 p1,float2 p2,float2 p3 , float x) {
36 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3
37 + x * (3.f * (p1 - p2) + p3 - p0)));
40 static float cubicInterpolate_F1 (float p0,float p1,float p2,float p3 , float x) {
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/d/
DT_iput_object_1.smali32 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
42 … iget-object v0, p0, Ldot/junit/opcodes/iput_object/d/T_iput_object_1;->st_pvt1:Ljava/lang/Object;
50 iput-object p0, p0, Ldot/junit/opcodes/iput_object/d/T_iput_object_1;->st_i1:Ljava/lang/Object;
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
DT_opc_throw_12.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
42 const p0, 0x1
44 return p0
53 invoke-direct {p0}, Ldot/junit/opcodes/opc_throw/d/T_opc_throw_12;->test()Z
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/
DT_return_object_4.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 const p0, 0x4048f5c3 # 3.14f
36 return-object p0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
DT_monitor_enter_6.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 const p0, 0x3f9d70a4 # 1.23f
36 monitor-enter p0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_class/d/
DT_const_class_6.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 const-class p0, Ljava/lang/StringNNNNN;
36 return-object p0
DT_const_class_5.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 const-class p0, Ljava/lang/Object;
36 return-object p0
DT_const_class_7.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 const-class p0, Ldot/junit/opcodes/const_class/TestStubs;
36 return-object p0
DT_const_class_1.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 const-class p0, Ljava/lang/String;
36 return-object p0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/d/
DT_instance_of_5.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 const p0, 0x4d2
36 instance-of v1, p0, Ljava/lang/String;
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
DT_invoke_direct_range_24.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
38 div-int p0, p1, p2
40 return p0
56 move-object v3, p0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/T_invoke_virtual_range_24.smalis/
DT_invoke_virtual_range_24.smali27 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
37 …invoke-virtual/range {p0 .. p0}, Ldot/junit/opcodes/invoke_virtual_range/d/TTestInterface;->test()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/T_invoke_super_range_27.smalis/
DT_invoke_super_range_27.smali28 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
38 …invoke-super/range {p0 .. p0}, Ldot/junit/opcodes/invoke_super_range/d/ITestNonDefault;->testDefau…
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_char/d/
DT_iput_char_20.smali28 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
38 iput-char p0, p0, Ldot/junit/opcodes/iput_char/d/T_iput_char_20;->st_o:Ljava/lang/Object;
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/d/
DT_iput_byte_20.smali28 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
38 iput-byte p0, p0, Ldot/junit/opcodes/iput_byte/d/T_iput_byte_20;->st_o:Ljava/lang/Object;

12345678910>>...13