HomeSort by relevance Sort by last modified time
    Searched refs:context (Results 476 - 500 of 3096) sorted by null

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoutePlanner.java 56 * @param context the context to use for the subsequent execution.
65 HttpContext context)
  /external/apache-http/src/org/apache/http/protocol/
HttpExpectationVerifier.java 70 void verify(HttpRequest request, HttpResponse response, HttpContext context)
HttpRequestHandler.java 50 void handle(HttpRequest request, HttpResponse response, HttpContext context)
RequestTargetHost.java 62 public void process(final HttpRequest request, final HttpContext context)
67 if (context == null) {
68 throw new IllegalArgumentException("HTTP context may not be null");
71 HttpHost targethost = (HttpHost) context
74 HttpConnection conn = (HttpConnection) context
77 // Populate the context with a default HTTP host based on the
  /external/chromium/third_party/icu/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 52 my_alloc(const void *context, size_t size) {
64 my_free(const void *context, void *mem) {
74 my_realloc(const void *context, void *mem, size_t size) {
75 my_free(context, mem);
  /external/icu4c/common/
mutex.cpp 19 void *SimpleSingleton::getInstance(InstantiatorFn *instantiator, const void *context,
31 instance=instantiator(context, errorCode);
42 void *TriStateSingleton::getInstance(InstantiatorFn *instantiator, const void *context,
57 void *instance=instantiator(context, errorCode);
  /external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp 52 my_alloc(const void *context, size_t size) {
64 my_free(const void *context, void *mem) {
74 my_realloc(const void *context, void *mem, size_t size) {
75 my_free(context, mem);
  /external/libvpx/vp8/encoder/
boolhuff.h 38 extern void vp8_encode_bool(BOOL_CODER *bc, int x, int context);
  /external/webkit/WebCore/bindings/js/
JSDesktopNotificationsCustom.cpp 50 // Permission request is only valid from page context.
51 ScriptExecutionContext* context = impl()->context(); local
52 if (context->isWorkerContext())
58 PassRefPtr<JSCustomVoidCallback> callback = JSCustomVoidCallback::create(args.at(0).getObject(), static_cast<Document*>(context)->frame());
JSWorkerContextBase.cpp 101 JSWorkerContext* context = toJSDedicatedWorkerContext(value); local
103 if (!context)
104 context = toJSSharedWorkerContext(value);
106 return context;
  /external/webkit/WebCore/bindings/v8/
ScriptScope.cpp 41 : m_context(scriptState->context())
  /external/webkit/WebCore/platform/cf/
RunLoopTimerCF.cpp 41 static void timerFired(CFRunLoopTimerRef, void* context)
43 RunLoopTimerBase* timer = static_cast<RunLoopTimerBase*>(context);
51 CFRunLoopTimerContext context = { 0, this, 0, 0, 0 }; local
52 m_timer.adoptCF(CFRunLoopTimerCreate(0, CFAbsoluteTimeGetCurrent() + nextFireInterval, repeatInterval, 0, 0, timerFired, &context));
  /external/webkit/WebCore/platform/graphics/cairo/
GradientCairo.cpp 79 void Gradient::fill(GraphicsContext* context, const FloatRect& rect)
81 cairo_t* cr = context->platformContext();
83 context->save();
87 context->restore();
  /external/webkit/WebCore/platform/graphics/mac/
Canvas3DLayer.h 44 - (id)initWithContext:(CGLContextObj)context texture:(GLuint)texture;
  /external/webkit/WebCore/platform/network/win/
NetworkStateNotifierWin.cpp 84 void NetworkStateNotifier::callAddressChanged(void* context)
86 static_cast<NetworkStateNotifier*>(context)->addressChanged();
89 void CALLBACK NetworkStateNotifier::addrChangeCallback(void* context, BOOLEAN timedOut)
91 callOnMainThread(callAddressChanged, context);
  /external/webkit/WebKit/chromium/src/
WebSharedWorkerImpl.cpp 84 void WebSharedWorkerImpl::connectTask(ScriptExecutionContext* context, WebSharedWorkerImpl* worker, PassOwnPtr<MessagePortChannel> channel)
87 RefPtr<MessagePort> port = MessagePort::create(*context);
89 ASSERT(context->isWorkerContext());
90 WorkerContext* workerContext = static_cast<WorkerContext*>(context);
  /external/webkit/WebKit/mac/WebView/
WebSerializedJSValue.h 35 - (id)initWithValue:(JSValueRef)object context:(JSContextRef)sourceContext exception:(JSValueRef*)exception;
  /external/webkit/WebKitTools/DumpRenderTree/
GCController.h 39 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception);
PixelDumpSupport.cpp 45 RefPtr<BitmapContext> context = createBitmapContextFromWebView(gLayoutTestController->testOnscreen(), gLayoutTestController->testRepaint(), gLayoutTestController->testRepaintSweepHorizontally(), gLayoutTestController->dumpSelectionRect()); local
46 ASSERT(context);
48 // Compute the hash of the bitmap context pixels
50 computeMD5HashStringForBitmapContext(context.get(), actualHash);
65 dumpBitmap(context.get());
  /external/webkit/WebKitTools/DumpRenderTree/cairo/
PixelDumpSupportCairo.cpp 67 void computeMD5HashStringForBitmapContext(BitmapContext* context, char hashString[33])
69 cairo_t* bitmapContext = context->cairoContext();
93 void dumpBitmap(BitmapContext* context)
95 cairo_surface_t* surface = cairo_get_target(context->cairoContext());
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 19 import android.content.Context;
42 Context mContext;
50 * @param context The backup agent's Context object
53 public FileBackupHelper(Context context, String... files) {
54 super(context);
56 mContext = context;
57 mFilesDir = context.getFilesDir();
  /frameworks/base/core/java/android/view/animation/
AccelerateDecelerateInterpolator.java 19 import android.content.Context;
32 public AccelerateDecelerateInterpolator(Context context, AttributeSet attrs) {
  /frameworks/base/core/java/android/webkit/
CertTool.java 25 import android.content.Context;
46 static String getSignedPublicKey(Context context, int index, String challenge) {
57 Credentials.getInstance().install(context, pair);
65 static void addCertificate(Context context, String type, byte[] value) {
66 Credentials.getInstance().install(context, type, value);
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 19 import android.content.Context;
39 * @param context the application's environment
41 public ViewSwitcher(Context context) {
42 super(context);
46 * Creates a new empty ViewSwitcher for the given context and with the
49 * @param context the application environment
52 public ViewSwitcher(Context context, AttributeSet attrs) {
53 super(context, attrs)
    [all...]
  /frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
DisabledReceiver.java 20 import android.content.Context;
29 public void onReceive(Context context, Intent intent) {

Completed in 907 milliseconds

<<11121314151617181920>>