Searched refs:context (Results 101 - 125 of 2231) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/client/
H A DUserTokenHandler.java37 * A handler for determining if the given execution context is user specific
39 * identify the current user if the context is user specific or to be
40 * <code>null</code> if the context does not contain any resources or details
54 * identify the current user if the context is user specific or to be
57 * @param context the execution context
60 * <code>null</null> if the context is not user specific.
62 Object getUserToken(HttpContext context); argument
/external/dbus/bus/
H A Ddir-watch-default.c33 bus_set_watched_dirs (BusContext *context, DBusList **directories) argument
/external/webkit/Source/WebCore/bindings/js/
H A DJSDesktopNotificationsCustom.cpp50 ScriptExecutionContext* context = impl()->scriptExecutionContext(); local
52 // Make sure that script execution context is valid.
53 if (!context) {
58 // Permission request is only valid from page context.
59 if (context->isWorkerContext())
65 PassRefPtr<JSCustomVoidCallback> callback = JSCustomVoidCallback::create(exec->argument(0).getObject(), toJSDOMGlobalObject(static_cast<Document*>(context), exec));
/external/webkit/Source/WebCore/css/
H A DMediaQueryListListener.cpp41 v8::Handle<v8::Context> context = state->context(); local
42 if (context.IsEmpty())
44 v8::Context::Scope scope(context);
/external/webkit/Source/WebCore/storage/
H A DIDBVersionChangeRequest.cpp36 PassRefPtr<IDBVersionChangeRequest> IDBVersionChangeRequest::create(ScriptExecutionContext* context, PassRefPtr<IDBAny> source, const String& version) argument
38 return adoptRef(new IDBVersionChangeRequest(context, source, version));
41 IDBVersionChangeRequest::IDBVersionChangeRequest(ScriptExecutionContext* context, PassRefPtr<IDBAny> source, const String& version) argument
42 : IDBRequest(context, source, 0)
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DEvaluateJavaScript.cpp39 static void didRunJavaScript(WKSerializedScriptValueRef resultSerializedScriptValue, WKErrorRef error, void* context) argument
41 TEST_ASSERT(context == reinterpret_cast<void*>(0x1234578));
53 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
54 PlatformWebView webView(context.get());
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAConfiguration.java32 /** An NFA state, predicted alt, and syntactic/semantic context.
33 * The syntactic context is a pointer into the rule invocation
34 * chain used to arrive at the state. The semantic context is
46 public NFAContext context; field in class:NFAConfiguration
50 * the associated NFA state in this syntactic context.
91 NFAContext context,
96 this.context = context;
114 this.context.equals(other.context)
89 NFAConfiguration(int state, int alt, NFAContext context, SemanticContext semanticContext) argument
[all...]
/external/linux-tools-perf/scripts/perl/
H A Dcheck-perf-trace.pl30 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
37 print_uncommon($context);
45 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
53 print_uncommon($context);
65 my ($context) = @_;
68 common_pc($context), trace_flag_str(common_flags($context)),
69 common_lock_depth($context));
94 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/
H A DContext.c31 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);
/external/linux-tools-perf/scripts/python/
H A Dcheck-perf-trace.py28 def irq__softirq_entry(event_name, context, common_cpu,
34 print_uncommon(context)
39 def kmem__kmalloc(event_name, context, common_cpu,
46 print_uncommon(context)
54 def trace_unhandled(event_name, context, event_fields_dict):
65 def print_uncommon(context):
67 % (common_pc(context), trace_flag_str(common_flags(context)), \
68 common_lock_depth(context))
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreading.cpp52 NewThreadContext* context = reinterpret_cast<NewThreadContext*>(contextData); local
57 MutexLocker locker(context->creationMutex);
60 initializeCurrentThreadInternal(context->name);
62 // Grab the info that we need out of the context, then deallocate it.
63 ThreadFunction entryPoint = context->entryPoint;
64 void* data = context->data;
65 delete context;
79 NewThreadContext* context = new NewThreadContext(entryPoint, data, name); local
82 MutexLocker locker(context->creationMutex);
84 return createThreadInternal(threadEntryPoint, context, nam
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.h55 typedef void (*WKContextDidNavigateWithNavigationDataCallback)(WKContextRef context, WKPageRef page, WKNavigationDataRef navigationData, WKFrameRef frame, const void *clientInfo);
56 typedef void (*WKContextDidPerformClientRedirectCallback)(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo);
57 typedef void (*WKContextDidPerformServerRedirectCallback)(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo);
58 typedef void (*WKContextDidUpdateHistoryTitleCallback)(WKContextRef context, WKPageRef page, WKStringRef title, WKURLRef URL, WKFrameRef frame, const void *clientInfo);
59 typedef void (*WKContextPopulateVisitedLinksCallback)(WKContextRef context, const void *clientInfo);
73 typedef void (*WKContextDownloadDidStartCallback)(WKContextRef context, WKDownloadRef download, const void *clientInfo);
74 typedef void (*WKContextDownloadDidReceiveAuthenticationChallengeCallback)(WKContextRef context, WKDownloadRef download, WKAuthenticationChallengeRef authenticationChallenge, const void *clientInfo);
75 typedef void (*WKContextDownloadDidReceiveResponseCallback)(WKContextRef context, WKDownloadRef download, WKURLResponseRef response, const void *clientInfo);
76 typedef void (*WKContextDownloadDidReceiveDataCallback)(WKContextRef context, WKDownloadRef download, uint64_t length, const void *clientInfo);
77 typedef bool (*WKContextDownloadShouldDecodeSourceDataOfMIMETypeCallback)(WKContextRef context, WKDownloadRe
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang.l61 TParseContext* context = yyextra;
97 "float" { context->lexAfterType = true; return(FLOAT_TYPE); }
98 "int" { context->lexAfterType = true; return(INT_TYPE); }
99 "void" { context->lexAfterType = true; return(VOID_TYPE); }
100 "bool" { context->lexAfterType = true; return(BOOL_TYPE); }
107 "mat2" { context->lexAfterType = true; return(MATRIX2); }
108 "mat3" { context->lexAfterType = true; return(MATRIX3); }
109 "mat4" { context->lexAfterType = true; return(MATRIX4); }
111 "vec2" { context->lexAfterType = true; return (VEC2); }
112 "vec3" { context
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/mac/
H A DDrawingBufferMac.mm39 DrawingBuffer::DrawingBuffer(GraphicsContext3D* context,
43 : m_context(context)
47 , m_fbo(context->createFramebuffer())
70 m_colorBuffer = context->createTexture();
71 context->bindTexture(GraphicsContext3D::TEXTURE_2D, m_colorBuffer);
72 context->texParameterf(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR);
73 context->texParameterf(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::LINEAR);
74 context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_WRAP_S, GraphicsContext3D::CLAMP_TO_EDGE);
75 context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_WRAP_T, GraphicsContext3D::CLAMP_TO_EDGE);
76 context
[all...]
/external/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h22 /// This class implements support for running operations in a safe context so
62 /// \brief Return the active context, if the code is currently executing in a
63 /// thread which is in a protected context.
71 /// a protected context.
81 /// a protected context which is run in another thread (optionally with a
102 CrashRecoveryContext *context; member in class:llvm::CrashRecoveryContextCleanup
103 CrashRecoveryContextCleanup(CrashRecoveryContext *context) argument
104 : context(context), cleanupFired(false) {}
112 return context;
124 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T* resource) argument
140 CrashRecoveryContextDestructorCleanup(CrashRecoveryContext *context, T *resource) argument
154 CrashRecoveryContextDeleteCleanup(CrashRecoveryContext *context, T *resource) argument
168 CrashRecoveryContextReleaseRefCleanup(CrashRecoveryContext *context, T *resource) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWebLayer.cpp63 void WebLayer::drawInContext(PlatformGraphicsContext* context) argument
68 CGContextSaveGState(context);
72 CGContextScaleCTM(context, 1, -1);
73 CGContextTranslateCTM(context, 0, -layerBounds.size.height);
77 GraphicsContext graphicsContext(context);
79 // It's important to get the clip from the context, because it may be significantly
81 CGRect clipBounds = CGContextGetClipBoundingBox(context);
91 CGContextSetRGBFillColor(context, 0.0f, 1.0f, 0.0f, 1.0f);
92 CGContextFillRect(context, layerBounds);
99 CGContextSaveGState(context);
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DWebCoreTextRenderer.cpp49 static void doDrawTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& color, int underlinedIndex) argument
53 context.setFillColor(color, ColorSpaceDeviceRGB);
55 font.drawText(&context, run, point);
57 context.drawBidiText(font, run, point);
75 context.setStrokeColor(color, ColorSpaceDeviceRGB);
76 context.drawLineForText(underlinePoint, underlinedWidth, false);
80 void WebCoreDrawTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& color, int underlinedIndex) argument
82 context.save();
84 doDrawTextAtPoint(context, text, point, font, color, underlinedIndex);
86 context
89 WebCoreDrawDoubledTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& topColor, const Color& bottomColor, int underlinedIndex) argument
[all...]
/external/webkit/Source/WebCore/webaudio/
H A DAudioNodeOutput.cpp54 ASSERT(context()->isGraphOwner());
58 if (context()->isAudioThread()) {
62 // Let the context take care of it in the audio thread in the pre and post render tasks.
63 context()->markAudioNodeOutputDirty(this);
94 ASSERT(context()->isAudioThread() && context()->isGraphOwner());
105 ASSERT(context()->isAudioThread() && context()->isGraphOwner());
119 ASSERT(context()->isAudioThread());
139 ASSERT(const_cast<AudioNodeOutput*>(this)->context()
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControlsChromium.cpp64 static bool paintMediaButton(GraphicsContext* context, const IntRect& rect, Image* image) argument
67 context->drawImage(image, ColorSpaceDeviceRGB, rect);
82 return paintMediaButton(paintInfo.context, rect, soundDisabled);
84 return paintMediaButton(paintInfo.context, rect, mediaElement->muted() ? soundNone: soundFull);
98 return paintMediaButton(paintInfo.context, rect, mediaPlayDisabled);
100 return paintMediaButton(paintInfo.context, rect, mediaElement->canPlay() ? mediaPlay : mediaPause);
116 GraphicsContext* context = paintInfo.context; local
121 context->save();
122 context
219 GraphicsContext* context = paintInfo.context; local
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGLength.h79 float value(const SVGElement* context) const;
80 float value(const SVGElement* context, ExceptionCode&) const;
81 void setValue(float, const SVGElement* context, ExceptionCode&);
92 void convertToSpecifiedUnits(unsigned short, const SVGElement* context, ExceptionCode&);
105 bool determineViewport(const SVGElement* context, float& width, float& height) const;
107 float convertValueFromPercentageToUserUnits(float value, const SVGElement* context, ExceptionCode&) const;
108 float convertValueFromUserUnitsToPercentage(float value, const SVGElement* context, ExceptionCode&) const;
110 float convertValueFromUserUnitsToEMS(float value, const SVGElement* context, ExceptionCode&) const;
111 float convertValueFromEMSToUserUnits(float value, const SVGElement* context, ExceptionCode&) const;
113 float convertValueFromUserUnitsToEXS(float value, const SVGElement* context, ExceptionCod
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp44 gl::Context *context = gl::getContext(); local
46 if (context)
48 context->setActiveSampler(texture - GL_TEXTURE0);
63 gl::Context *context = gl::getContext(); local
65 if (context)
67 gl::Program *programObject = context->getProgram(program);
68 gl::Shader *shaderObject = context->getShader(shader);
72 if (context->getShader(program))
84 if (context->getProgram(shader))
117 gl::Context *context local
155 gl::Context *context = gl::getContext(); local
189 gl::Context *context = gl::getContext(); local
221 gl::Context *context = gl::getContext(); local
240 gl::Context *context = gl::getContext(); local
277 gl::Context* context = gl::getContext(); local
321 gl::Context *context = gl::getContext(); local
444 gl::Context *context = gl::getContext(); local
479 gl::Context *context = gl::getContext(); local
528 gl::Context *context = gl::getContext(); local
576 gl::Context *context = gl::getContext(); local
607 gl::Context *context = gl::getContext(); local
627 gl::Context *context = gl::getContext(); local
646 gl::Context *context = gl::getContext(); local
665 gl::Context *context = gl::getContext(); local
685 gl::Context *context = gl::getContext(); local
704 gl::Context *context = gl::getContext(); local
764 gl::Context *context = gl::getContext(); local
895 gl::Context *context = gl::getContext(); local
999 gl::Context *context = gl::getContext(); local
1158 gl::Context *context = gl::getContext(); local
1259 gl::Context *context = gl::getContext(); local
1280 gl::Context *context = gl::getContext(); local
1314 gl::Context *context = gl::getContext(); local
1343 gl::Context *context = gl::getContext(); local
1370 gl::Context *context = gl::getContext(); local
1397 gl::Context *context = gl::getContext(); local
1427 gl::Context *context = gl::getContext(); local
1463 gl::Context *context = gl::getContext(); local
1490 gl::Context *context = gl::getContext(); local
1526 gl::Context *context = gl::getContext(); local
1566 gl::Context *context = gl::getContext(); local
1585 gl::Context *context = gl::getContext(); local
1604 gl::Context *context = gl::getContext(); local
1623 gl::Context *context = gl::getContext(); local
1676 gl::Context *context = gl::getContext(); local
1713 gl::Context *context = gl::getContext(); local
1737 gl::Context *context = gl::getContext(); local
1762 gl::Context *context = gl::getContext(); local
1796 gl::Context *context = gl::getContext(); local
1833 gl::Context *context = gl::getContext(); local
1852 gl::Context *context = gl::getContext(); local
1878 gl::Context *context = gl::getContext(); local
1897 gl::Context *context = gl::getContext(); local
1923 gl::Context *context = gl::getContext(); local
1989 gl::Context *context = gl::getContext(); local
2085 gl::Context *context = gl::getContext(); local
2114 gl::Context *context = gl::getContext(); local
2136 gl::Context *context = gl::getContext(); local
2181 gl::Context *context = gl::getContext(); local
2208 gl::Context *context = gl::getContext(); local
2235 gl::Context *context = gl::getContext(); local
2262 gl::Context *context = gl::getContext(); local
2291 gl::Context *context = gl::getContext(); local
2336 gl::Context *context = gl::getContext(); local
2380 gl::Context *context = gl::getContext(); local
2413 gl::Context *context = gl::getContext(); local
2454 gl::Context *context = gl::getContext(); local
2517 gl::Context *context = gl::getContext(); local
2562 gl::Context *context = gl::getContext(); local
2579 gl::Context *context = gl::getContext(); local
2605 gl::Context *context = gl::getContext(); local
2666 gl::Context *context = gl::getContext(); local
2784 gl::Context *context = gl::getContext(); local
2849 gl::Context *context = gl::getContext(); local
2912 gl::Context *context = gl::getContext(); local
2938 gl::Context *context = gl::getContext(); local
3054 gl::Context *context = gl::getContext(); local
3105 gl::Context *context = gl::getContext(); local
3182 gl::Context *context = gl::getContext(); local
3208 gl::Context *context = gl::getContext(); local
3240 gl::Context *context = gl::getContext(); local
3289 gl::Context *context = gl::getContext(); local
3338 gl::Context *context = gl::getContext(); local
3372 gl::Context *context = gl::getContext(); local
3411 gl::Context *context = gl::getContext(); local
3456 gl::Context *context = gl::getContext(); local
3509 gl::Context *context = gl::getContext(); local
3563 gl::Context *context = gl::getContext(); local
3602 gl::Context *context = gl::getContext(); local
3627 gl::Context *context = gl::getContext(); local
3653 gl::Context *context = gl::getContext(); local
3687 gl::Context *context = gl::getContext(); local
3715 gl::Context *context = gl::getContext(); local
3741 gl::Context *context = gl::getContext(); local
3767 gl::Context *context = gl::getContext(); local
3793 gl::Context *context = gl::getContext(); local
3819 gl::Context *context = gl::getContext(); local
3850 gl::Context *context = gl::getContext(); local
3869 gl::Context *context = gl::getContext(); local
3902 gl::Context *context = gl::getContext(); local
3943 gl::Context *context = gl::getContext(); local
4004 gl::Context *context = gl::getContext(); local
4056 gl::Context *context = gl::getContext(); local
4113 gl::Context* context = gl::getContext(); local
4137 gl::Context *context = gl::getContext(); local
4168 gl::Context* context = gl::getContext(); local
4210 gl::Context *context = gl::getContext(); local
4273 gl::Context *context = gl::getContext(); local
4315 gl::Context *context = gl::getContext(); local
4403 gl::Context *context = gl::getContext(); local
4430 gl::Context *context = gl::getContext(); local
4537 gl::Context *context = gl::getContext(); local
4666 gl::Context *context = gl::getContext(); local
4761 gl::Context *context = gl::getContext(); local
4860 gl::Context *context = gl::getContext(); local
4904 gl::Context *context = gl::getContext(); local
4950 gl::Context *context = gl::getContext(); local
4996 gl::Context *context = gl::getContext(); local
5042 gl::Context *context = gl::getContext(); local
5088 gl::Context *context = gl::getContext(); local
5134 gl::Context *context = gl::getContext(); local
5180 gl::Context *context = gl::getContext(); local
5220 gl::Context *context = gl::getContext(); local
5260 gl::Context *context = gl::getContext(); local
5300 gl::Context *context = gl::getContext(); local
5329 gl::Context *context = gl::getContext(); local
5367 gl::Context *context = gl::getContext(); local
5405 gl::Context *context = gl::getContext(); local
5430 gl::Context *context = gl::getContext(); local
5455 gl::Context *context = gl::getContext(); local
5480 gl::Context *context = gl::getContext(); local
5505 gl::Context *context = gl::getContext(); local
5530 gl::Context *context = gl::getContext(); local
5555 gl::Context *context = gl::getContext(); local
5580 gl::Context *context = gl::getContext(); local
5629 gl::Context *context = gl::getContext(); local
5653 gl::Context *context = gl::getContext(); local
5695 gl::Context *context = gl::getContext(); local
[all...]
/external/icu4c/samples/layout/
H A Dgnomelayout.cpp88 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context"); local
100 if (context->paragraph != NULL) {
101 delete context->paragraph;
104 context->paragraph = newPara;
108 context->paragraph->breakLines(context->width, context->height);
203 gint eventConfigure(GtkWidget */*widget*/, GdkEventConfigure *event, Context *context) argument
205 if (context
217 eventExpose(GtkWidget *widget, GdkEvent * , Context *context) argument
232 Context *context = new Context(); local
241 gtk_object_set_data(GTK_OBJECT(app), "context", context); local
266 context); local
271 context); local
282 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context"); local
[all...]
/external/webkit/Source/WebKit2/UIProcess/
H A DGenericCallback.h47 CallbackBase(void* context) argument
48 : m_context(context)
53 void* context() const { return m_context; } function in class:WebKit::CallbackBase
70 static PassRefPtr<VoidCallback> create(void* context, CallbackFunction callback) argument
72 return adoptRef(new VoidCallback(context, callback));
84 m_callback(0, context());
94 m_callback(toAPI(error.get()), context());
100 VoidCallback(void* context, CallbackFunction callback) argument
101 : CallbackBase(context)
114 static PassRefPtr<GenericCallback> create(void* context, CallbackFunctio argument
144 GenericCallback(void* context, CallbackFunction callback) argument
158 create(void* context, CallbackFunction callback) argument
189 ComputedPagesCallback(void* context, CallbackFunction callback) argument
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpResponseFactory.java53 * @param context the context from which to determine the locale
60 HttpContext context);
66 * @param context the context from which to determine the locale
74 HttpContext context);
59 newHttpResponse(ProtocolVersion ver, int status, HttpContext context) argument
73 newHttpResponse(StatusLine statusline, HttpContext context) argument
/external/apache-http/src/org/apache/http/impl/
H A DNoConnectionReuseStrategy.java54 public boolean keepAlive(final HttpResponse response, final HttpContext context) { argument
58 if (context == null) {
59 throw new IllegalArgumentException("HTTP context may not be null");

Completed in 519 milliseconds

1234567891011>>