Home
last modified time | relevance | path

Searched defs:addContext (Results 1 – 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/util/
DExceptionWithContext.java125 public void addContext(String str) { in addContext() method in ExceptionWithContext
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
DExceptionWithContext.java125 public void addContext(String str) { in addContext() method in ExceptionWithContext
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1196 void EdgeBuilder::addContext(const Stmt *S) { in addContext() function in EdgeBuilder
1204 void EdgeBuilder::addContext(const PathDiagnosticLocation &L) { in addContext() function in EdgeBuilder
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp531 void addContext (SharedPtr<GLES2Context> context) { m_contexts.push_back(context); } in addContext() function in deqp::egl::GLES2ThreadTest::EGLResourceManager