Home
last modified time | relevance | path

Searched refs:e_class (Results 1 – 3 of 3) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/utils/
Djni_utils.cc84 jclass e_class = env->FindClass(clazz); in ThrowExceptionWithMessage() local
88 env->GetMethodID(e_class, "<init>", "(Ljava/lang/Object;)V"); in ThrowExceptionWithMessage()
90 jobject e_object = env->NewObject(e_class, constructor, in ThrowExceptionWithMessage()
95 env->ThrowNew(e_class, message); in ThrowExceptionWithMessage()
/external/cronet/third_party/abseil-cpp/absl/strings/
Dstr_format_test.cc1161 const auto e_class = EnumClassWithStringify::Choices; in TEST_F() local
1162 EXPECT_EQ(absl::StrFormat("My choice is %v", e_class), in TEST_F()
1170 const auto e_class = EnumClassWithStringify::Many; in TEST_F() local
1171 EXPECT_EQ(absl::StrFormat("My choice is %d", e_class), "My choice is 0"); in TEST_F()
/external/angle/third_party/abseil-cpp/absl/strings/
Dstr_format_test.cc1163 const auto e_class = EnumClassWithStringify::Choices; in TEST_F() local
1164 EXPECT_EQ(absl::StrFormat("My choice is %v", e_class), in TEST_F()
1172 const auto e_class = EnumClassWithStringify::Many; in TEST_F() local
1173 EXPECT_EQ(absl::StrFormat("My choice is %d", e_class), "My choice is 0"); in TEST_F()