HomeSort by relevance Sort by last modified time
    Searched defs:Context (Results 1 - 25 of 996) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/src/OpenGL/libEGL/
Context.hpp 28 class Context : public gl::Object
39 virtual ~Context() {};
  /external/deqp/modules/gles2/
tes2Context.cpp 21 * \brief OpenGL ES 2.0 test context.
40 Context::Context (tcu::TestContext& testCtx)
64 Context::~Context (void)
73 const tcu::RenderTarget& Context::getRenderTarget (void) const
  /external/deqp/modules/gles3/
tes3Context.cpp 21 * \brief OpenGL ES 3.0 test context.
37 Context::Context (tcu::TestContext& testCtx)
61 Context::~Context (void)
70 const tcu::RenderTarget& Context::getRenderTarget (void) const
  /external/parameter-framework/upstream/parameter/log/include/log/
Context.h 40 /** Log formatter which provide context indentation */
41 class Context
48 * @param[in] context name of the context to open
50 Context(Logger &logger, const std::string &context) : mLogger(logger)
52 mLogger.info() << context << " {";
57 ~Context()
64 Context(const Context &)
    [all...]
  /external/v8/tools/testrunner/objects/
context.py 29 class Context():
63 return Context(packed[0], packed[1], None, packed[2], False,
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/content/
Context.java 19 public class Context {
  /prebuilts/go/darwin-x86/src/cmd/go/
context.go 11 type Context struct {
24 func newContext(c *build.Context) *Context {
25 return &Context{
  /prebuilts/go/linux-x86/src/cmd/go/
context.go 11 type Context struct {
24 func newContext(c *build.Context) *Context {
25 return &Context{
  /art/runtime/arch/
context.h 30 // Representation of a thread's context on the executing machine, used to implement long jumps in
32 class Context {
34 // Creates a context for the running architecture
35 static Context* Create();
37 virtual ~Context() {}
39 // Re-initializes the registers for context re-use.
92 // Switches execution of the executing context to this context
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 23 * \brief Simplified GLES reference context.
38 // Abstract drawing context with GL-style API
40 class Context
43 Context (glu::ContextType type) : m_type(type) {}
44 virtual ~Context (void) {}
204 // Helpers implemented by Context.
  /external/deqp/modules/gles31/
tes31Context.cpp 21 * \brief OpenGL ES 3.1 test context.
38 Context::Context (tcu::TestContext& testCtx)
49 Context::~Context (void)
54 void Context::createRenderContext (void)
77 void Context::destroyRenderContext (void)
86 const tcu::RenderTarget& Context::getRenderTarget (void) const
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Delete.c 27 @param[in] Context The pointer to DELETE_POLICY_ENTRY_CONTEXT.
36 IN DELETE_POLICY_ENTRY_CONTEXT *Context
39 if (mMatchPolicyEntry[Context->DataType] (Selector, Data, &Context->Indexer)) {
40 Context->Status = mIpSecConfig->SetData (
42 Context->DataType,
73 DELETE_POLICY_ENTRY_CONTEXT Context;
94 Status = mConstructPolicyEntryIndexer[DataType] (&Context.Indexer, ParamPackage);
96 Context.DataType = DataType;
97 Context.Status = EFI_NOT_FOUND;
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
SecPeiDebugAgentLib.h 26 VOID *Context;
35 @param[in] Context The first input argument of DebugPortInitialize().
42 IN VOID *Context,
  /external/clang/unittests/CodeGen/
BufferSourceTest.cpp 42 LLVMContext Context;
69 Context)));
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
QNCRootPorts.c 45 VOID *Context;
71 &Context
78 Status = S3BootScriptSaveDispatch2 (S3DispatchEntryPoint, Context);
  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 32 const ASTContext &Context;
37 explicit EvaluatedExprVisitorBase(const ASTContext &Context) : Context(Context) { }
85 if (!CE->isUnevaluatedBuiltinCall(Context))
114 explicit EvaluatedExprVisitor(const ASTContext &Context) :
115 EvaluatedExprVisitorBase<make_ptr, ImplClass>(Context) { }
123 explicit ConstEvaluatedExprVisitor(const ASTContext &Context) :
124 EvaluatedExprVisitorBase<make_const_ptr, ImplClass>(Context) { }
  /external/llvm/include/llvm/LTO/
LTO.h 30 LLVMContext &Context, bool Lazy);
35 /// The context that will be used for importing.
36 LLVMContext &Context;
43 ModuleLoader(LLVMContext &Context, StringMap<MemoryBufferRef> &ModuleMap)
44 : Context(Context), ModuleMap(ModuleMap) {}
48 return loadModuleFromBuffer(ModuleMap[Identifier], Context, /*Lazy*/ true);
  /external/llvm/tools/llvm-split/
llvm-split.cpp 44 LLVMContext Context;
48 std::unique_ptr<Module> M = parseIRFile(InputFilename, Err, Context);
  /external/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 20 LLVMContext Context;
21 ModuleBuilder MB(Context, "x86_64-apple-macosx10.10", "");
  /external/mesa3d/src/gallium/drivers/radeon/
loader.cpp 27 LLVMContext &Context = getGlobalContext();
30 M.reset(ParseIRFile(InputFilename, Err, Context));
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_traceback.c 11 uintptr_t Context;
22 x_cgo_callers(uintptr_t sig, void *info, void *context, void (*cgoTraceback)(struct cgoTracebackArg*), uintptr_t* cgoCallers, void (*sigtramp)(uintptr_t, void*, void*)) {
25 arg.Context = 0;
26 arg.SigContext = (uintptr_t)(context);
30 sigtramp(sig, info, context);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_traceback.c 11 uintptr_t Context;
22 x_cgo_callers(uintptr_t sig, void *info, void *context, void (*cgoTraceback)(struct cgoTracebackArg*), uintptr_t* cgoCallers, void (*sigtramp)(uintptr_t, void*, void*)) {
25 arg.Context = 0;
26 arg.SigContext = (uintptr_t)(context);
30 sigtramp(sig, info, context);
  /external/llvm/tools/llvm-diff/
DifferenceEngine.h 35 /// A RAII object for recording the current context.
36 struct Context {
37 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) {
41 ~Context() {
  /external/skia/include/core/
SkDrawLooper.h 41 class SK_API Context : ::SkNoncopyable {
43 Context() {}
44 virtual ~Context() {}
64 * Called right before something is being drawn. Returns a Context
67 virtual Context* makeContext(SkCanvas*, SkArenaAlloc*) const = 0;
  /external/clang/test/CodeGenCXX/
linetable-eh.cpp 27 class Context {
34 virtual shared_ptr<Context> GetContext () = 0;

Completed in 709 milliseconds

1 2 3 4 5 6 7 8 91011>>