/external/libusb/libusb/os/ |
darwin_usb.c | 463 /* Set up request for device descriptor */ 730 IOUSBFindInterfaceRequest request; local 737 /* Setup the Interface Request */ 738 request.bInterfaceClass = kIOUSBFindInterfaceDontCare; 739 request.bInterfaceSubClass = kIOUSBFindInterfaceDontCare; 740 request.bInterfaceProtocol = kIOUSBFindInterfaceDontCare; 741 request.bAlternateSetting = kIOUSBFindInterfaceDontCare; 743 kresult = (*(darwin_device))->CreateInterfaceIterator(darwin_device, &request, &interface_iterator); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | 78 import javax.sip.message.Request; 187 * Internal router. Use this for all sip: request routing. 232 * Request factory interface (to be provided by the application) 237 * Router to determine where to forward the request. 316 // request. Default is "infinity". This property allows 414 dialogCreatingMethods.add(Request.REFER); 415 dialogCreatingMethods.add(Request.INVITE); 416 dialogCreatingMethods.add(Request.SUBSCRIBE); 431 // Close the request socket after infinite time. 589 if (extensionMethod.equals(Request.NOTIFY)) [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | [all...] |
/external/webkit/Tools/MiniBrowser/mac/ |
BrowserWindowController.m | 361 static void decidePolicyForNavigationAction(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo) 367 static void decidePolicyForNewWindowAction(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKStringRef frameName, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo) 373 static void decidePolicyForResponse(WKPageRef page, WKFrameRef frame, WKURLResponseRef response, WKURLRequestRef request, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo)
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.c | 269 * eap_req_id_text - Optional data for EAP-Request/Identity 272 * will be sent in EAP-Request/Identity. This string can contain an 536 struct radius_msg *request) 541 struct radius_hdr *hdr = radius_msg_get_hdr(request); 608 if (radius_msg_copy_attr(msg, request, RADIUS_ATTR_PROXY_STATE) < 0) { 626 struct radius_msg *request, 634 struct radius_hdr *hdr = radius_msg_get_hdr(request); 636 RADIUS_DEBUG("Reject invalid request from %s:%d", 653 if (radius_msg_copy_attr(msg, request, RADIUS_ATTR_PROXY_STATE) < 0) { 716 RADIUS_DEBUG("Request for session 0x%x", sess->sess_id) [all...] |
/external/chromium/net/http/ |
http_auth_controller.cc | 175 int HttpAuthController::MaybeGenerateAuthToken(const HttpRequestInfo* request, 192 request, 214 // SelectPreemptiveAuth() is on the critical path for each request, so it
|
http_proxy_client_socket_pool.cc | 260 // request directly instead of through CONNECT tunnels, then we 409 const PoolBase::Request& request, 412 request.params(),
|
/external/chromium/net/socket/ |
transport_client_socket_pool.cc | 405 const PoolBase::Request& request, 408 request.params(),
|
/external/chromium/net/url_request/ |
url_request_job.cc | 24 URLRequestJob::URLRequestJob(URLRequest* request) 25 : request_(request), 47 // Make sure the request is notified that we are done. We assume that the 48 // request took care of setting its error status before calling Kill. 212 return; // The request was destroyed, so there is no more work to do. 225 // When notifying the delegate, the delegate can release the request 227 // check the request pointer to see if it still exists, and return 251 // Ensure that the request wasn't detached or destroyed in ReceivedRedirect 293 return; // The request was destroyed, so there is no more work to do. 308 // When notifying the delegate, the delegate can release the request [all...] |
/external/chromium/net/websockets/ |
websocket.cc | 20 WebSocket::WebSocket(Request* request, WebSocketDelegate* delegate) 22 request_(request),
|
/external/kernel-headers/original/linux/spi/ |
cpcap.h | 762 struct cpcap_adc_request *request); 765 struct cpcap_adc_request *request);
|
/external/oprofile/events/i386/nehalem/ |
unit_masks | 264 0x01 hit Counts HIT snoop response sent by this thread in response to a snoop request 265 0x02 hite Counts HIT E snoop response sent by this thread in response to a snoop request 266 0x04 hitm Counts HIT M snoop response sent by this thread in response to a snoop request 341 0x01 demand_clean Counts L2 clean cache lines evicted by a demand request 342 0x02 demand_dirty Counts L2 dirty (modified) cache lines evicted by a demand request 343 0x04 prefetch_clean Counts L2 clean cache line evicted by a prefetch request 344 0x08 prefetch_dirty Counts L2 modified cache line evicted by a prefetch request
|
/external/oprofile/events/i386/westmere/ |
unit_masks | 146 0x01 demand_clean L2 lines evicted by a demand request 147 0x02 demand_dirty L2 modified lines evicted by a demand request 148 0x04 prefetch_clean L2 lines evicted by a prefetch request 149 0x08 prefetch_dirty L2 modified lines evicted by a prefetch request
|
/external/qemu/hw/ |
usb-hub.c | 206 static int usb_hub_handle_control(USBDevice *dev, int request, int value, 212 switch(request) {
|
usb-msd.c | 213 because annother request may be issued before 230 static int usb_msd_handle_control(USBDevice *dev, int request, int value, 236 switch (request) {
|
/external/strace/ |
defs.h | 529 extern long do_ptrace(int request, struct tcb *tcp, void *addr, void *data); 530 extern int ptrace_restart(int request, struct tcb *tcp, int sig);
|
/external/v8/test/mjsunit/regress/ |
regress-1081309.js | 76 json = '{"seq":0,"type":"request","command":"backtrace"}'
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-generic.h | 82 /* PRE and POST for unknown ioctls based on ioctl request encoding */ 84 void ML_(PRE_unknown_ioctl)(ThreadId tid, UWord request, UWord arg); 86 void ML_(POST_unknown_ioctl)(ThreadId tid, UInt res, UWord request, UWord arg);
|
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 67 monitor command request to kill this process
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
file-http-base.js | 26 // does this, which makes the resulting request invalid).
|
file.js | 26 // does this, which makes the resulting request invalid).
|
/external/webkit/Source/WebCore/loader/ |
EmptyClients.h | 345 virtual PassRefPtr<DocumentLoader> createDocumentLoader(const ResourceRequest& request, const SubstituteData& substituteData) { return DocumentLoader::create(request, substituteData); }
|
/external/webkit/Source/WebCore/page/ |
Chrome.cpp | 178 Page* Chrome::createWindow(Frame* frame, const FrameLoadRequest& request, const WindowFeatures& features, const NavigationAction& action) const 180 Page* newPage = m_client->createWindow(frame, request, features, action);
|
/external/webkit/Source/WebCore/rendering/ |
RenderLineBoxList.cpp | 277 bool RenderLineBoxList::hitTest(RenderBoxModelObject* renderer, const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) const 304 bool inside = curr->nodeAtPoint(request, result, x, y, tx, ty, root->lineTop(), root->lineBottom());
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
FrameLoaderClientWinCE.cpp | 71 PassRefPtr<DocumentLoader> FrameLoaderClientWinCE::createDocumentLoader(const WebCore::ResourceRequest& request, const SubstituteData& substituteData) 73 return DocumentLoader::create(request, substituteData);
|