Searched defs:int_class (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ | ||
D | test_int.py | 603 int_class = int # Override this in subclasses to reuse the suite. variable in IntStrDigitLimitsTests |
/aosp_15_r20/art/runtime/mirror/ | ||
H A D | object_test.cc | 369 Handle<Class> int_class(hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "I"))); in TEST_F() local |