Home
last modified time | relevance | path

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

/external/smali/util/src/main/java/org/jf/util/
DExceptionWithContext.java57 ewc.addContext(String.format(str, formatArgs)); in withContext()
125 public void addContext(String str) { in addContext() method in ExceptionWithContext
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1025 void addContext(const Stmt *S);
1026 void addContext(const PathDiagnosticLocation &L);
1187 addContext(Parent); in addExtendedContext()
1193 addContext(S); in addExtendedContext()
1196 void EdgeBuilder::addContext(const Stmt *S) { in addContext() function in EdgeBuilder
1201 addContext(L); in addContext()
1204 void EdgeBuilder::addContext(const PathDiagnosticLocation &L) { in addContext() function in EdgeBuilder
1461 EB.addContext(C->getLocation()); in GenerateExtensivePathDiagnostic()
1538 EB.addContext(Term); in GenerateExtensivePathDiagnostic()
1550 EB.addContext(stmt); in GenerateExtensivePathDiagnostic()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java212 … ex.addContext(String.format("opcode: %s", instructionToAnalyze.instruction.getOpcode().name)); in analyze()
213 ex.addContext(String.format("code address: %d", codeAddress)); in analyze()
214 … ex.addContext(String.format("method: %s", ReferenceUtil.getReferenceString(method))); in analyze()
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp531 void addContext (SharedPtr<GLES2Context> context) { m_contexts.push_back(context); } in addContext() function in deqp::egl::GLES2ThreadTest::EGLResourceManager
2177 resourceManager.addContext(context); in init()
2180 resourceManager.addContext(shared); in init()
2243 resourceManager.addContext(context); in init()