Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java127 pushLocation(Location.SUITE); in xmlSuiteFile()
141 pushLocation(Location.SUITE); in xmlSuite()
271 pushLocation(Location.TEST); in xmlTest()
560 pushLocation(Location.CLASS); in startElement()
678 private void pushLocation(Location l) { in pushLocation() method in TestNGContentHandler
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h127 static pybind11::object pushLocation(PyLocation &location);
DIRModules.cpp604 py::object PyThreadContextEntry::pushLocation(PyLocation &location) { in pushLocation() function in PyThreadContextEntry
658 return PyThreadContextEntry::pushLocation(*this); in contextEnter()