Home
last modified time | relevance | path

Searched refs:Expect (Results 1 – 7 of 7) sorted by relevance

/art/test/956-methodhandles/
Dexpected-stdout.txt25 Expect Hi here: Hi
/art/runtime/
Dintern_table_test.cc102 void Expect(const mirror::String* s) { in Expect() function in art::TestPredicate
131 p.Expect(s0.Get()); in TEST_F()
132 p.Expect(s1.Get()); in TEST_F()
Druntime_callbacks_test.cc242 bool Expect(std::initializer_list<const char*> list) { in Expect() function in art::ClassLoadCallbackRuntimeCallbacksTest
315 bool expect1 = Expect({ "PreDefine:LY; <art-gtest-jars-XandY.jar>", in TEST_F()
327 bool expect2 = Expect({ "PreDefine:LY$Z; <art-gtest-jars-XandY.jar>", in TEST_F()
/art/test/690-hiddenapi-same-name-methods/smali-ex/
DDirectMethods.smali20 # Expect to choose the non-hidden, non-synthetic method.
DSyntheticMethods.smali20 # Expect to choose the non-hidden, virtual method.
DVirtualMethods.smali20 # Expect to choose the non-hidden, non-synthetic method.
DNonSyntheticMethods.smali20 # Expect to choose the non-hidden, virtual method.