Home
last modified time | relevance | path

Searched refs:getLongName (Results 1 – 5 of 5) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/stubbing/
DDeepStubbingTest.java62 public String getLongName() { in getLongName() method in DeepStubbingTest.Street
277 person.getAddress("the docks").getStreet().getLongName(); in inOrder_only_work_on_the_very_last_mock_but_it_works()
287 inOrder.verify(person.getAddress("the docks").getStreet()).getLongName(); in inOrder_only_work_on_the_very_last_mock_but_it_works()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.h45 std::string getLongName() const;
DStreamUtil.cpp25 std::string StreamInfo::getLongName() const { in getLongName() function in StreamInfo
DExplainOutputStyle.cpp253 StreamOff, Layout.Length, Stream, S.getLongName(), in explainPdbStreamOffset()
DDumpOutputStyle.cpp347 StreamPurposes[StreamIdx].getLongName()); in dumpStreamSummary()