Searched defs:ExecutionContext (Results 1 - 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/protocol/
H A DExecutionContext.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ExecutionContext.java $
48 public interface ExecutionContext { interface
/external/deqp/framework/randomshaders/
H A DrsgExecutionContext.hpp60 class ExecutionContext class in namespace:rsg
63 ExecutionContext (const Sampler2DMap& samplers2D, const SamplerCubeMap& samplersCube);
64 ~ExecutionContext (void);
78 ExecutionContext (const ExecutionContext& other);
79 ExecutionContext& operator= (const ExecutionContext& other);
H A DrsgExecutionContext.cpp45 ExecutionContext::ExecutionContext (const Sampler2DMap& samplers2D, const SamplerCubeMap& samplersCube) function in class:rsg::ExecutionContext
54 ExecutionContext::~ExecutionContext (void)
61 ExecValueAccess ExecutionContext::getValue (const Variable* variable)
74 const Sampler2D& ExecutionContext::getSampler2D (const Variable* sampler) const
83 const SamplerCube& ExecutionContext::getSamplerCube (const Variable* sampler) const
92 void ExecutionContext::andExecutionMask (ExecConstValueAccess value)
104 void ExecutionContext::pushExecutionMask (ExecConstValueAccess value)
111 void ExecutionContext
[all...]
/external/lldb/include/lldb/Target/
H A DExecutionContext.h1 //===-- ExecutionContext.h --------------------------------------*- C++ -*-===//
20 /// contexts: ExecutionContextRef and ExecutionContext. Both of these
45 /// @class ExecutionContextRef ExecutionContext.h "lldb/Target/ExecutionContext.h"
68 /// The ExecutionContext class is used to temporarily get shared
71 /// objects. ExecutionContext objects should NOT be used for long term
89 /// Construct using an ExecutionContext object that might be NULL.
92 /// valid objects in the ExecutionContext, othewise no weak
95 ExecutionContextRef (const ExecutionContext *exe_ctx_ptr);
98 /// Construct using an ExecutionContext objec
372 class ExecutionContext class in namespace:lldb_private
[all...]
/external/lldb/source/Target/
H A DExecutionContext.cpp1 //===-- ExecutionContext.cpp ------------------------------------*- C++ -*-===//
10 #include "lldb/Target/ExecutionContext.h"
21 ExecutionContext::ExecutionContext() : function in class:ExecutionContext
29 ExecutionContext::ExecutionContext (const ExecutionContext &rhs) : function in class:ExecutionContext
37 ExecutionContext::ExecutionContext (const lldb::TargetSP &target_sp, bool get_process) : function in class:ExecutionContext
47 ExecutionContext function in class:ExecutionContext
57 ExecutionContext::ExecutionContext (const lldb::ThreadSP &thread_sp) : function in class:ExecutionContext
67 ExecutionContext::ExecutionContext (const lldb::StackFrameSP &frame_sp) : function in class:ExecutionContext
77 ExecutionContext::ExecutionContext (const lldb::TargetWP &target_wp, bool get_process) : function in class:ExecutionContext
88 ExecutionContext::ExecutionContext (const lldb::ProcessWP &process_wp) : function in class:ExecutionContext
99 ExecutionContext::ExecutionContext (const lldb::ThreadWP &thread_wp) : function in class:ExecutionContext
110 ExecutionContext::ExecutionContext (const lldb::StackFrameWP &frame_wp) : function in class:ExecutionContext
121 ExecutionContext::ExecutionContext (Target* t, bool fill_current_process_thread_frame) : function in class:ExecutionContext
139 ExecutionContext::ExecutionContext(Process* process, Thread *thread, StackFrame *frame) : function in class:ExecutionContext
149 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref) : function in class:ExecutionContext
157 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr) : function in class:ExecutionContext
172 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr, Mutex::Locker &locker) : function in class:ExecutionContext
191 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref, Mutex::Locker &locker) : function in class:ExecutionContext
206 ExecutionContext::ExecutionContext (ExecutionContextScope *exe_scope_ptr) : function in class:ExecutionContext
216 ExecutionContext::ExecutionContext (ExecutionContextScope &exe_scope_ref) function in class:ExecutionContext
[all...]
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h62 // ExecutionContext struct - This struct represents one stack frame currently
65 struct ExecutionContext { struct in namespace:llvm
75 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} function in struct:llvm::ExecutionContext
77 ExecutionContext(ExecutionContext &&O) function in struct:llvm::ExecutionContext
82 ExecutionContext &operator=(ExecutionContext &&O) {
103 std::vector<ExecutionContext> ECStack;
210 gep_type_iterator E, ExecutionContext &SF);
216 void SwitchToNewBasicBlock(BasicBlock *Dest, ExecutionContext
[all...]
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 2129 milliseconds