/frameworks/native/libs/utils/ |
Looper.cpp | 162 int ident = response.request.ident; 164 int fd = response.request.fd; 166 void* data = response.request.data; 313 if (response.request.ident == ALOOPER_POLL_CALLBACK) { 314 int fd = response.request.fd; 316 void* data = response.request.data; 319 this, response.request.callback.get(), fd, events, data); 321 int callbackResult = response.request.callback->handleEvent(fd, events, data); 327 response.request.callback.clear(); 389 void Looper::pushResponse(int events, const Request& request) 427 Request request; local [all...] |
/external/v8/src/ |
d8.js | 292 // Converts a text command to a JSON request. 303 // If the very first character is a { assume that a JSON request have been 304 // entered as a command. Converting that to a JSON request is trivial. 314 cmd_line = 'break'; // Not in debugger mode, break with a frame request. 529 this.type = 'request'; 582 var request = this.createRequest(command); 583 request.arguments = {}; 584 request.arguments.start = start_index; 585 request.arguments.count = lines_to_dump; 587 return request; [all...] |
/external/chromium/net/socket/ |
client_socket_pool_base.cc | 24 // disabled, sockets are closed next time a socket request is made. 140 ClientSocketPoolBaseHelper::Request::Request( 162 ClientSocketPoolBaseHelper::Request::~Request() {} 200 // InsertRequestIntoQueue inserts the request into the queue based on 206 const Request* r, RequestQueue* pending_requests) { 214 const ClientSocketPoolBaseHelper::Request* 217 const Request* req = *it; 227 const Request* request) [all...] |
/external/webkit/Source/WebCore/platform/network/cf/ |
ResourceHandleCFNet.cpp | 62 CFURLRequestRef request, 143 ResourceRequest request; local 162 request = mutableRequest.get(); 166 if (request.isNull()) 167 request = cfRequest; 170 if (!request.url().protocolIs("https") && protocolIs(request.httpReferrer(), "https")) 171 request.clearHTTPReferrer(); 173 handle->willSendRequest(request, cfRedirectResponse); 175 if (request.isNull() [all...] |
/external/chromium/third_party/libevent/ |
evrpc.c | 282 /* let's check that we can parse the request */ 283 rpc_state->request = rpc->request_new(); 284 if (rpc_state->request == NULL) 290 rpc_state->request, req->input_buffer) == -1) { 291 /* we failed to parse the request; that's a bummer */ 295 /* at this point, we have a well formed request, prepare the reply */ 322 if (rpc_state->request != NULL) 323 rpc->request_free(rpc_state->request); 350 /* do hook based tweaks to the request */ 402 evrpc_request_wrapper_free(struct evrpc_request_wrapper *request) 412 struct evrpc_request_wrapper *request; local 467 struct evrpc_request_wrapper *request = local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdi.jar | |
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
dashboard.py | 37 Base class for our page-based request handlers that contains 83 data = ContactForm(data=self.request.POST) 102 id = int(self.request.get('id')) 108 id = int(self.request.get('id')) 110 data = ContactForm(data=self.request.POST, instance=contact) 122 """Processes delete contact request.""" 125 id = int(self.request.get('id')) 142 id = int(self.request.get('id')) 153 id = int(self.request.get('id')) 155 #avatar = images.resize(self.request.get("avatar"), 128, 128 [all...] |
/external/chromium/chrome/browser/sessions/ |
base_session_service.cc | 258 InternalGetCommandsRequest* request, 260 scoped_refptr<InternalGetCommandsRequest> request_wrapper(request); 261 AddRequest(request, consumer); 266 backend()->ReadLastSessionCommands(request); 268 return request->handle(); 273 InternalGetCommandsRequest* request, 275 scoped_refptr<InternalGetCommandsRequest> request_wrapper(request); 276 AddRequest(request, consumer); 283 backend()->ReadCurrentSessionCommands(request); 285 return request->handle() [all...] |
/external/chromium/net/url_request/ |
url_request_ftp_job.cc | 22 URLRequestFtpJob::URLRequestFtpJob(URLRequest* request) 23 : URLRequestJob(request), 29 context_(request->context()), 34 URLRequestJob* URLRequestFtpJob::Factory(URLRequest* request, 38 int port = request->url().IntPort(); 39 if (request->url().has_port() && 41 return new URLRequestErrorJob(request, ERR_UNSAFE_PORT); 43 DCHECK(request->context()); 44 DCHECK(request->context()->ftp_transaction_factory()); 45 return new URLRequestFtpJob(request); [all...] |
/external/qemu-pc-bios/bochs/bios/ |
notes | 34 transferred, the drive sets the data-request bit to 1, sets 37 the data, the drive sets the data-request bit and the busy bit to 0. 39 the first sector of data, the drive sets the data-request bit to 0, 41 transferred, the drive sets the data-request bit to 1, the busy bit to 0, 43 the drive sets the data-request bit and busy bit to 0.
|
/external/speex/libspeex/ |
speex.c | 180 EXPORT int speex_encoder_ctl(void *state, int request, void *ptr) 182 return (*((SpeexMode**)state))->enc_ctl(state, request, ptr); 185 EXPORT int speex_decoder_ctl(void *state, int request, void *ptr) 187 return (*((SpeexMode**)state))->dec_ctl(state, request, ptr); 192 int nb_mode_query(const void *mode, int request, void *ptr) 196 switch (request) 210 speex_warning_int("Unknown nb_mode_query request: ", request); 218 EXPORT int speex_lib_ctl(int request, void *ptr) 220 switch (request) [all...] |
/external/valgrind/main/memcheck/tests/ |
holey_buffer_too_small.stderr.exp | 4 Uninitialised byte(s) found during client check request 13 Unaddressable byte(s) found during client check request 22 Unaddressable byte(s) found during client check request 31 Unaddressable byte(s) found during client check request 40 Unaddressable byte(s) found during client check request
|
varinfo2.stderr.exp | 1 Uninitialised byte(s) found during client check request 8 Uninitialised byte(s) found during client check request 15 Uninitialised byte(s) found during client check request
|
varinfo4.stderr.exp | 1 Uninitialised byte(s) found during client check request 8 Uninitialised byte(s) found during client check request 15 Uninitialised byte(s) found during client check request
|
/external/webkit/Source/WebCore/loader/ |
FrameLoader.cpp | 261 bool FrameLoader::canHandleRequest(const ResourceRequest& request) 263 return m_client->canHandleRequest(request); 1437 policyChecker()->checkNewWindowPolicy(NavigationAction(request.url(), NavigationTypeOther), FrameLoader::callContinueLoadAfterNewWindowPolicy, request, 0, frameName, this); local 1635 ResourceRequest& request = loader->request(); local [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
FrameLoaderClientImpl.cpp | 280 const ResourceRequest& request) 283 WrappedResourceRequest webreq(request); 289 // If the request being loaded by |loader| is a frame, update the ResourceType. 298 static void setTargetTypeFromLoader(ResourceRequest& request, DocumentLoader* loader) 306 request.setTargetType(type); 311 DocumentLoader* loader, unsigned long identifier, ResourceRequest& request, 315 // We want to distinguish between a request for a document to be loaded into 317 setTargetTypeFromLoader(request, loader); 321 && request.httpMethod() == "POST" 323 request.setCachePolicy(ReturnCacheDataDontLoad) [all...] |
/packages/apps/Browser/src/com/android/browser/ |
DownloadHandler.java | 56 * @param privateBrowsing If the request is coming from a private browsing tab. 140 * @param privateBrowsing If the request is coming from a private browsing tab. 188 final DownloadManager.Request request; local 190 request = new DownloadManager.Request(uri); 195 request.setMimeType(mimetype); 198 request.setDestinationInExternalPublicDir(Environment.DIRECTORY_DOWNLOADS, filename); 201 request.allowScanningByMediaScanner(); 202 request.setDescription(webAddress.getHost()) [all...] |
/packages/apps/Nfc/src/com/android/nfc/snep/ |
SnepServer.java | 123 SnepMessage request; local 125 request = messenger.getMessage(); 137 if (((request.getVersion() & 0xF0) >> 4) != SnepMessage.VERSION_MAJOR) { 140 } else if (request.getField() == SnepMessage.REQUEST_GET) { 141 messenger.sendMessage(callback.doGet(request.getAcceptableLength(), 142 request.getNdefMessage())); 143 } else if (request.getField() == SnepMessage.REQUEST_PUT) { 144 if (DBG) Log.d(TAG, "putting message " + request.toString()); 145 messenger.sendMessage(callback.doPut(request.getNdefMessage())); 147 if (DBG) Log.d(TAG, "Unknown request (" + request.getField() +")") [all...] |
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | 609 * Create a request parcel which can be routed to the native media 615 * @return A parcel suitable to hold a request for the native 627 * parcels for the request and reply. Both payloads' format is a 632 * @param request Parcel with the data for the extension. The 640 public void invoke(Parcel request, Parcel reply) { 641 int retcode = native_invoke(request, reply); 744 Parcel request = Parcel.obtain(); local 1243 Parcel request = newRequest(); local 1651 Parcel request = Parcel.obtain(); local 1805 Parcel request = Parcel.obtain(); local 1873 Parcel request = Parcel.obtain(); local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 23 * request's tab ID, frame ID, and URL in order to ensure uniqueness. 32 * request's tab ID, frame ID, and URL in order to ensure uniqueness. 34 * @type {Object.<string, Array.<NavigationCollector.Request>>} 41 * request's tab ID, frame ID, and URL in order to ensure uniqueness. 43 * @type {Object.<string, Array.<NavigationCollector.Request>>} 114 NavigationCollector.Request; 120 * Returns a somewhat unique ID for a given WebNavigation request. 138 * @param {!string} id The request's ID, as produced by parseId_. 139 * @param {!string} url The request's URL. 155 * Handler for the 'onBeforeRetarget' event. Updates the pending request [all...] |
/external/v8/test/mjsunit/ |
debug-handle.js | 45 // Send an evaluation request and return the handle of the result. 51 var base_request = '"seq":0,"type":"request","command":"evaluate"' 53 // Generate request with the supplied arguments. 54 var request; 56 request = '{' + base_request + ',"arguments":' + arguments + '}'; 58 request = '{' + base_request + '}' 61 var response = safeEval(dcp.processDebugJSONRequest(request)); 62 assertTrue(response.success, request + ' -> ' + response.message); 68 // Send a lookup request and return the evaluated JSON response. 74 var base_request = '"seq":0,"type":"request","command":"lookup" [all...] |
/external/apache-http/src/org/apache/http/impl/ |
AbstractHttpServerConnection.java | 141 HttpRequest request = (HttpRequest) this.requestParser.parse(); local 143 return request; 146 public void receiveRequestEntity(final HttpEntityEnclosingRequest request) 148 if (request == null) { 149 throw new IllegalArgumentException("HTTP request may not be null"); 152 HttpEntity entity = this.entitydeserializer.deserialize(this.inbuffer, request); 153 request.setEntity(entity);
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
MockWebServer.java | 62 * replays them upon request in sequence. 107 * @param path the request path, such as "/". 145 * Awaits the next HTTP request, removes it, and returns it. Callers should 146 * use this to verify the request sent was as intended. 297 logger.warning("MockWebServer connection didn't make a request"); 326 * Reads a request and writes its response. Returns true if a request 331 RecordedRequest request = readRequest(socket, in, sequenceNumber); 332 if (request == null) { 335 MockResponse response = dispatch(request); 386 String request; local [all...] |
/external/qemu/hw/ |
usb.c | 47 int request, value, index; local 57 request = (s->setup_buf[0] << 8) | s->setup_buf[1]; 62 ret = s->handle_control(s, request, value, index, 82 int request, value, index; local 88 request = (s->setup_buf[0] << 8) | s->setup_buf[1]; 96 ret = s->handle_control(s, request, value, index,
|
/external/webkit/Source/WebCore/loader/appcache/ |
ApplicationCache.cpp | 120 bool ApplicationCache::requestIsHTTPOrHTTPSGet(const ResourceRequest& request) 122 if (!request.url().protocolInHTTPFamily()) 125 if (!equalIgnoringCase(request.httpMethod(), "GET")) 131 ApplicationCacheResource* ApplicationCache::resourceForRequest(const ResourceRequest& request) 134 if (!requestIsHTTPOrHTTPSGet(request)) 137 KURL url(request.url());
|