HomeSort by relevance Sort by last modified time
    Searched refs:request (Results 251 - 275 of 816) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java 96 final HttpRequest request,
99 this.context.setAttribute(ExecutionContext.HTTP_REQUEST, request);
102 request.setParams(
103 new DefaultedHttpParams(request.getParams(), this.params));
104 this.httpexecutor.preProcess(request, this.httpproc, this.context);
105 HttpResponse response = this.httpexecutor.execute(request, conn, this.context);
URLTest.java 138 * Does a request to the given URL, reads and returns the result.
140 private String request(URL url) throws Exception { method in class:URLTest
161 // We expect the request to work three times, then it fails.
163 assertEquals("Hello, Android world #0!", request(url));
164 assertEquals("Hello, Android world #1!", request(url));
165 assertEquals("Hello, Android world #2!", request(url));
168 request(url);
181 // We expect the request to work three times, then it fails.
182 request(new URL("http://localhost:8182")); method
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrSM.c 469 /* handle frame request only if we're connected and measurement is enabled */
517 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, ": Could not insert request into the queue\n");
549 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Activating the next request immediately without waiting for callback\n");
551 /* Calling to schedule the first waiting request */
566 * a measurement request.
589 * processing a measurement request.
649 * Called when for some reason we abort while processing a request.
671 * Called when we finished processing a request and want to request the SCR.
681 /* Request the channel *
829 TMeasurementRequest request; local
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgrSM.c 466 /* handle frame request only if we're connected and measurement is enabled */
514 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, ": Could not insert request into the queue\n");
546 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Activating the next request immediately without waiting for callback\n");
548 /* Calling to schedule the first waiting request */
563 * a measurement request.
586 * processing a measurement request.
646 * Called when for some reason we abort while processing a request.
668 * Called when we finished processing a request and want to request the SCR.
678 /* Request the channel *
826 TMeasurementRequest request; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
BasicScheme.java 110 * Returns <tt>false</tt>. Basic authentication scheme is request based.
122 * @param request The request being authenticated
132 final HttpRequest request) throws AuthenticationException {
137 if (request == null) {
138 throw new IllegalArgumentException("HTTP request may not be null");
141 String charset = AuthParams.getCredentialCharset(request.getParams());
  /external/apache-http/src/org/apache/http/protocol/
ResponseConnControl.java 94 HttpRequest request = (HttpRequest) local
96 if (request != null) {
97 Header header = request.getFirstHeader(HTTP.CONN_DIRECTIVE);
  /external/chromium/net/flip/
flip_stream_unittest.cc 104 HttpRequestInfo request; local
105 request.method = "GET";
106 request.url = GURL("http://www.google.com/");
  /external/webkit/WebKit/mac/Plugins/
WebPluginContainerCheck.mm 51 - (id)initWithRequest:(NSURLRequest *)request target:(NSString *)target resultObject:(id)obj selector:(SEL)selector controller:(id <WebPluginContainerCheckController>)controller contextInfo:(id)contextInfo /*optional*/
56 _request = [request copy];
68 + (id)checkWithRequest:(NSURLRequest *)request target:(NSString *)target resultObject:(id)obj selector:(SEL)selector controller:(id <WebPluginContainerCheckController>)controller contextInfo:(id)contextInfo /*optional*/
70 return [[[self alloc] initWithRequest:request target:target resultObject:obj selector:selector controller:controller contextInfo:contextInfo] autorelease];
138 request:_request
145 request:_request
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
MockWebServer.java 48 * replays them upon request in sequence.
80 * @param path the request path, such as "/".
99 * Awaits the next HTTP request, removes it, and returns it. Callers should
100 * use this to verify the request sent was as intended.
160 RecordedRequest request = readRequest(in, sequenceNumber);
161 if (request == null) {
163 throw new IllegalStateException("Connection without any request!");
168 requestQueue.add(request);
169 MockResponse response = computeResponse(request);
207 * @param sequenceNumber the index of this request on this connection
210 String request = readAsciiUntilCrlf(in); local
    [all...]
  /system/core/adb/
test_track_devices.c 58 const char* request = "host:track-devices"; local
70 /* send the request */
71 len = snprintf( buffer, sizeof buffer, "%04x%s", strlen(request), request );
73 panic( "could not send request" );
77 panic( "could not read request" );
test_track_jdwp.c 58 const char* request = "track-jdwp"; local
70 /* send the request */
71 len = snprintf( buffer, sizeof buffer, "%04x%s", strlen(request), request );
73 panic( "could not send request" );
77 panic( "could not read request" );
  /device/samsung/crespo/alsa-lib/src/hwdep/
hwdep_local.h 31 int (*ioctl)(snd_hwdep_t *hwdep, unsigned int request, void * arg);
  /external/bluetooth/glib/gio/win32/
gwinhttpfileinputstream.h 48 HINTERNET request);
  /external/chromium/base/
event_trace_provider_win.cc 54 ULONG EtwTraceProvider::Callback(WMIDPREQUESTCODE request, void* buffer) {
55 switch (request) {
66 ULONG WINAPI EtwTraceProvider::ControlCallback(WMIDPREQUESTCODE request,
70 return provider->Callback(request, buffer);
  /external/chromium/net/http/
http_basic_stream.h 33 virtual int SendRequest(const HttpRequestInfo* request,
  /external/chromium/net/proxy/
proxy_resolver_v8.h 51 RequestHandle* /*request*/,
53 virtual void CancelRequest(RequestHandle request);
  /external/chromium/net/url_request/
url_request_simple_job.h 16 explicit URLRequestSimpleJob(URLRequest* request);
  /external/clearsilver/java-jni/servlet/
HelloCSServlet.java 20 public void doGet(HttpServletRequest request,
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java 11 import javax.sip.message.Request;
31 * request so that it could be retransmitted.
38 * the transaction established by the challenged request
48 * @return a transaction containing a re-originated request with the
61 * Attach authentication headers to the given request. This looks up
63 * for the given call ID and attaches it to the request.
64 * @param request - the request for which we attach the authentication headers.
66 public abstract void setAuthenticationHeaders(Request request) ;
    [all...]
  /external/nist-sip/java/javax/sip/message/
MessageFactory.java 16 Request createRequest(URI requestURI, String method, CallIdHeader callId,
21 Request createRequest(URI requestURI, String method, CallIdHeader callId,
26 Request createRequest(URI requestURI, String method, CallIdHeader callId,
30 Request createRequest(String request) throws ParseException;
46 Response createResponse(int statusCode, Request request,
50 Response createResponse(int statusCode, Request request,
54 Response createResponse(int statusCode, Request request
    [all...]
  /external/webkit/WebCore/rendering/
RenderSVGModelObject.h 67 bool nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xInContainer, int yInContainer, int dxParentToContainer, int dyParentToContainer, HitTestAction hitTestAction);
  /external/webkit/WebKit/mac/WebView/
WebNavigationData.h 38 - (id)initWithURLString:(NSString *)url title:(NSString *)title originalRequest:(NSURLRequest *)request response:(NSURLResponse *)response hasSubstituteData:(BOOL)hasSubstituteData clientRedirectSource:(NSString *)redirectSource;
WebNavigationData.mm 58 - (id)initWithURLString:(NSString *)url title:(NSString *)title originalRequest:(NSURLRequest *)request response:(NSURLResponse *)response hasSubstituteData:(BOOL)hasSubstituteData clientRedirectSource:(NSString *)redirectSource;
64 _private->originalRequest = [request retain];
  /external/webkit/WebKitTools/DumpRenderTree/win/
WorkQueueItemWin.cpp 69 COMPtr<IWebURLRequest> request; local
70 if (FAILED(WebKitCreateInstance(CLSID_WebURLRequest, 0, IID_IWebURLRequest, (void**)&request)))
75 bool failed = FAILED(request->initWithURL(urlBSTR, WebURLRequestUseProtocolCachePolicy, 60));
80 targetFrame->loadRequest(request.get());
  /external/webkit/WebKitTools/QtLauncher/
webpage.h 50 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type);

Completed in 662 milliseconds

<<11121314151617181920>>