HomeSort by relevance Sort by last modified time
    Searched defs:context (Results 51 - 75 of 1921) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/net/url_request/
url_request_job_unittest.cc 44 net::TestURLRequestContext context; local
45 context.set_http_transaction_factory(&network_layer);
48 net::TestURLRequest req(GURL(kGZip_Transaction.url), &d, &context, NULL); local
63 net::TestURLRequestContext context; local
64 context.set_http_transaction_factory(&network_layer);
67 net::TestURLRequest req(GURL(kGZip_Transaction.url), &d, &context, NULL); local
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ActiveDOMCallback.cpp 40 ActiveDOMCallback::ActiveDOMCallback(ScriptExecutionContext* context)
41 : ContextLifecycleObserver(context)
51 ScriptExecutionContext* context = scriptExecutionContext(); local
52 return context && !context->activeDOMObjectsAreSuspended() && !context->activeDOMObjectsAreStopped();
57 ScriptExecutionContext* context = scriptExecutionContext(); local
58 if (context && context->isWorkerGlobalScope()) {
59 WorkerScriptController* scriptController = toWorkerGlobalScope(context)->script()
    [all...]
DOMRequestState.h 54 : m_contextScope(state.context())
59 v8::Context::Scope m_contextScope;
62 v8::Local<v8::Context> context() function in class:WebCore::DOMRequestState
ScheduledAction.cpp 48 ScheduledAction::ScheduledAction(v8::Handle<v8::Context> context, v8::Handle<v8::Function> function, int argc, v8::Handle<v8::Value> argv[], v8::Isolate* isolate)
49 : m_context(context)
59 ScheduledAction::ScheduledAction(v8::Handle<v8::Context> context, const String& code, const KURL& url, v8::Isolate* isolate)
60 : m_context(context)
72 void ScheduledAction::execute(ScriptExecutionContext* context)
74 if (context->isDocument()) {
75 Frame* frame = toDocument(context)->frame();
82 execute(toWorkerGlobalScope(context));
90 v8::Handle<v8::Context> context = m_context.newLocal(m_isolate); local
111 v8::Handle<v8::Context> context = m_context.newLocal(m_isolate); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LifecycleNotifier.cpp 33 LifecycleNotifier::LifecycleNotifier(LifecycleContext* context)
34 : m_context(context)
63 LifecycleContext* LifecycleNotifier::context() function in class:WebCore::LifecycleNotifier
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterGlobalContext.h 50 GraphicsContext3D* context() const { return m_context.get(); } function in class:WebCore::CustomFilterGlobalContext
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBufferTest.cpp 63 RefPtr<GraphicsContext3D> context = GraphicsContext3D::createGraphicsContextFromWebContext(adoptPtr(new FakeWebGraphicsContext3D)); local
65 m_drawingBuffer = DrawingBuffer::create(context.get(), size, DrawingBuffer::Discard, contextEvictionManager.release());
75 // Tell the buffer its contents changed and context was lost.
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
LocalCurrentGraphicsContext.h 51 CGContextRef context() { return m_skiaBitLocker.cgContext(); } function in class:WebCore::ContextContainer
  /external/chromium_org/third_party/WebKit/Source/wtf/
Threading.cpp 54 NewThreadContext* context = reinterpret_cast<NewThreadContext*>(contextData); local
59 MutexLocker locker(context->creationMutex);
62 initializeCurrentThreadInternal(context->name);
64 // Grab the info that we need out of the context, then deallocate it.
65 ThreadFunction entryPoint = context->entryPoint;
66 void* data = context->data;
67 delete context;
81 NewThreadContext* context = new NewThreadContext(entryPoint, data, name); local
84 MutexLocker locker(context->creationMutex);
86 return createThreadInternal(threadEntryPoint, context, name)
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Framebuffer.cpp 16 #include "libGLESv2/Context.h"
50 gl::Context *context = gl::getContext(); local
59 buffer = context->getRenderbuffer(handle);
63 buffer = context->getTexture(handle)->getRenderbuffer(type);
main.cpp 12 #include "libGLESv2/Context.h"
38 current->context = NULL;
74 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface)
78 current->context = context;
81 if (context && display && surface)
83 context->makeCurrent(surface);
87 Context *getContext()
91 return current->context;
96 Context *context = getContext(); local
123 gl::Context *context = glGetCurrentContext(); local
    [all...]
main.h 23 class Context;
27 Context *context; member in struct:gl::Current
31 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
33 Context *getContext();
34 Context *getNonLostContext();
57 gl::Context *glCreateContext(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAccess);
58 void glDestroyContext(gl::Context *context)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 65 LLVMContextRef context = gallivm->context; local
74 ret_type = LLVMVoidTypeInContext(context);
75 arg_types[0] = LLVMInt32TypeInContext(context);
76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
lp_bld_init.h 46 LLVMContextRef context; member in struct:gallivm_state
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
context.hpp 30 typedef struct _cl_context context; typedef in namespace:clover
  /external/chromium_org/third_party/skia/include/gpu/
SkGpuDevice.h 61 GrContext* context() const { return fContext; } function in class:SkGpuDevice
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
Context.c 3 * contents of Context.xs. Do not edit this file, edit Context.xs instead.
9 #line 1 "Context.xs"
11 * Context.xs. XS interfaces for perf script.
41 #line 42 "Context.c"
52 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_pc", "context");
55 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); local
59 RETVAL = common_pc(context);
75 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_flags", "context")
78 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); local
101 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); local
    [all...]
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/
Context.c 2 * Context.c. Python interfaces for perf script.
31 PyObject *context; local
34 if (!PyArg_ParseTuple(args, "O", &context))
37 scripting_context = PyCObject_AsVoidPtr(context);
47 PyObject *context; local
50 if (!PyArg_ParseTuple(args, "O", &context))
53 scripting_context = PyCObject_AsVoidPtr(context);
63 PyObject *context; local
66 if (!PyArg_ParseTuple(args, "O", &context))
69 scripting_context = PyCObject_AsVoidPtr(context);
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 9 let context = global_context () var
10 let the_module = create_module context "my cool jit"
11 let builder = builder context
13 let double_type = double_type context
85 let bb = append_block context "entry" the_function in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 9 let context = global_context () var
10 let the_module = create_module context "my cool jit"
11 let builder = builder context
13 let double_type = double_type context
85 let bb = append_block context "entry" the_function in
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 12 let context = global_context () var
21 let fty = function_type (void_type context) [| |] in
22 let m = create_module context "valid_m" in
24 let at_entry = builder_at_end context (entry_block fn) in
scalar_opts.ml 14 let context = global_context () var
15 let void_type = Llvm.void_type context
29 let m = create_module context filename
39 ignore (build_ret_void (builder_at_end context (entry_block fn)));
target.ml 14 let context = global_context () var
15 let i32_type = Llvm.i32_type context
16 let i64_type = Llvm.i64_type context
30 let m = create_module context filename
37 let sty = struct_type context [| i32_type; i64_type |] in
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 65 LLVMContextRef context = gallivm->context; local
74 ret_type = LLVMVoidTypeInContext(context);
75 arg_types[0] = LLVMInt32TypeInContext(context);
76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
lp_bld_init.h 46 LLVMContextRef context; member in struct:gallivm_state

Completed in 1675 milliseconds

1 23 4 5 6 7 8 91011>>