Searched refs:setContextValue (Results 1 – 8 of 8) sorted by relevance
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/exception/ |
D | AbstractExceptionContextTest.java | 96 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/ |
D | ContextedException.java | 187 public ContextedException setContextValue(final String label, final Object value) { in setContextValue() method in ContextedException 188 exceptionContext.setContextValue(label, value); in setContextValue()
|
D | ContextedRuntimeException.java | 187 public ContextedRuntimeException setContextValue(final String label, final Object value) { in setContextValue() method in ContextedRuntimeException 188 exceptionContext.setContextValue(label, value); in setContextValue()
|
D | ExceptionContext.java | 101 ExceptionContext setContextValue(String label, Object value); in setContextValue() method
|
D | DefaultExceptionContext.java | 139 public DefaultExceptionContext setContextValue(final String label, final Object value) { in setContextValue() method in DefaultExceptionContext
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 2231 CapturedStmtInfo->setContextValue(Builder.CreateLoad(DeclPtr)); in GenerateCapturedStmtFunction()
|
D | CodeGenFunction.h | 203 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue() function
|
D | CGOpenMPRuntime.cpp | 233 void setContextValue(llvm::Value *V) override { in setContextValue() function in __anon8672dd220111::CGOpenMPInlinedRegionInfo 235 OuterRegionInfo->setContextValue(V); in setContextValue()
|