Searched refs:GetFloat (Results 1 – 15 of 15) sorted by relevance
7 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetFloat" on remote thr…8 "GetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERR…40 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetFloat" on remote th…41 "GetFloat" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ER…73 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "GetFloat" on remote t…74 "GetFloat" on public static void art.Test1912.FloatMethod(java.lang.Runnable) got value: 1.618106 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetFloat" on remote …107 "GetFloat" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed due to JVMTI_…139 Running public static void art.Test1912.ObjectMethod(java.lang.Runnable) with "GetFloat" on remote …140 "GetFloat" on public static void art.Test1912.ObjectMethod(java.lang.Runnable) failed due to JVMTI_…[all …]
7 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.8 "GetFloat" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,ja…40 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.41 "GetFloat" on public static void art_test.TestCases1965.LongMethod(java.util.function.IntConsumer,j…73 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.74 "GetFloat" on public static void art_test.TestCases1965.FloatMethod(java.util.function.IntConsumer,…106 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.107 "GetFloat" on public static void art_test.TestCases1965.DoubleMethod(java.util.function.IntConsumer…139 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.172 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.[all …]
217 ASSERT_FLOAT_EQ(floatField->GetFloat(h_klass.Get()), static_cast<float>(0.0f)); in TEST_F()258 EXPECT_FLOAT_EQ(floatField->GetFloat(h_klass.Get()), static_cast<float>(0.0f)); in TEST_F()317 ASSERT_FLOAT_EQ(floatField->GetFloat(h_instance.Get()), static_cast<float>(0.0f)); in TEST_F()358 EXPECT_FLOAT_EQ(floatField->GetFloat(h_instance.Get()), static_cast<float>(0.0f)); in TEST_F()
328 DO_FIRST_ARG("Ljava/lang/Float;", GetFloat, AppendFloat) in BuildArgArrayFromObjectArray()338 DO_ARG("Ljava/lang/Float;", GetFloat, AppendDouble) in BuildArgArrayFromObjectArray()967 boxed_value.SetF(primitive_field->GetFloat(o)); in UnboxPrimitive()
142 float GetFloat(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
246 inline float ArtField::GetFloat(ObjPtr<mirror::Object> object) { in GetFloat() function
1217 EXPECT_DOUBLE_EQ(0.5, s6->GetFloat(statics.Get())); in TEST_F()1240 EXPECT_FLOAT_EQ(0.75, s6->GetFloat(statics.Get())); in TEST_F()
108 float GetFloat(size_t key, status_t* err) const;
528 float LogEvent::GetFloat(size_t key, status_t* err) const { in GetFloat() function in android::os::statsd::LogEvent
140 FUZZ_DEFINE_PRIMITIVE_GETTER(float, GetFloat);
139 length = EncodeFloatValue(encoded_value->GetFloat(), buffer); in WriteEncodedValue()
795 float GetFloat() const { return u_.float_val_; } in GetFloat() function
523 fprintf(out_file_, "%g", data->GetFloat()); in DumpEncodedValue()
1923 os << StringPrintf("%f (%a)\n", field->GetFloat(obj), field->GetFloat(obj)); in PrintField()
598 value.f = field.GetFloat(src); in ReportPrimitiveFieldCallback()