Home
last modified time | relevance | path

Searched refs:setContextValue (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/exception/
DAbstractExceptionContextTest.java96 exceptionContext.setContextValue("test3", "3"); in testSetContextValue()
112 exceptionContext.setContextValue("test Poorly written obj", "replacement"); in testSetContextValue()
117 exceptionContext.setContextValue("test2", "another"); in testSetContextValue()
134 exceptionContext.setContextValue("test2", "another"); in testGetFirstContextValue()
146 exceptionContext.setContextValue("test2", "another"); in testGetContextValues()
184 exceptionContext.setContextValue("test Poorly written obj", "serializable replacement"); in testJavaSerialization()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/exception/
DContextedException.java187 public ContextedException setContextValue(final String label, final Object value) { in setContextValue() method in ContextedException
188 exceptionContext.setContextValue(label, value); in setContextValue()
DContextedRuntimeException.java187 public ContextedRuntimeException setContextValue(final String label, final Object value) { in setContextValue() method in ContextedRuntimeException
188 exceptionContext.setContextValue(label, value); in setContextValue()
DExceptionContext.java101 ExceptionContext setContextValue(String label, Object value); in setContextValue() method
DDefaultExceptionContext.java139 public DefaultExceptionContext setContextValue(final String label, final Object value) { in setContextValue() method in DefaultExceptionContext
/external/clang/lib/CodeGen/
DCGStmt.cpp2231 CapturedStmtInfo->setContextValue(Builder.CreateLoad(DeclPtr)); in GenerateCapturedStmtFunction()
DCodeGenFunction.h203 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue() function
DCGOpenMPRuntime.cpp233 void setContextValue(llvm::Value *V) override { in setContextValue() function in __anon8672dd220111::CGOpenMPInlinedRegionInfo
235 OuterRegionInfo->setContextValue(V); in setContextValue()