HomeSort by relevance Sort by last modified time
    Searched defs:RequestContext (Results 1 - 6 of 6) sorted by null

  /external/libchrome/mojo/core/
request_context.cc 16 base::LazyInstance<base::ThreadLocalPointer<RequestContext>>::Leaky
21 RequestContext::RequestContext() : RequestContext(Source::LOCAL_API_CALL) {}
23 RequestContext::RequestContext(Source source)
31 RequestContext::~RequestContext() {
45 // attached to this RequestContext.
57 // Establish a new RequestContext to capture and run any new notification
    [all...]
request_context.h 22 // A RequestContext is a thread-local object which exists for the duration of
27 // NOTE: It is legal to construct a RequestContext while another one already
30 // |RequestContext::current()| rather than referring to any local instance
32 class MOJO_SYSTEM_IMPL_EXPORT RequestContext {
34 // Identifies the source of the current stack frame's RequestContext.
40 // Constructs a RequestContext with a LOCAL_API_CALL Source.
41 RequestContext();
43 explicit RequestContext(Source source);
44 ~RequestContext();
46 // Returns the current thread-local RequestContext
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpMain.c 499 USER_REQUEST_CONTEXT *RequestContext;
597 RequestContext = AllocatePool (sizeof(USER_REQUEST_CONTEXT));
598 if (RequestContext == NULL) {
599 DEBUG ((EFI_D_ERROR, "ArpRequest: Allocate memory for RequestContext failed.\n"));
605 RequestContext->Instance = Instance;
606 RequestContext->UserRequestEvent = ResolvedEvent;
607 RequestContext->UserHwAddrBuffer = TargetHwAddress;
608 InitializeListHead (&RequestContext->List);
631 FreePool (RequestContext);
651 InsertHeadList (&CacheEntry->UserRequestList, &RequestContext->List);
    [all...]
ArpImpl.c 428 USER_REQUEST_CONTEXT *RequestContext;
461 RequestContext = NET_LIST_USER_STRUCT (ContextEntry, USER_REQUEST_CONTEXT, List);
463 ArpSendFrame (RequestContext->Instance, CacheEntry, ARP_OPCODE_REQUEST);
466 CacheEntry->NextRetryTime = RequestContext->Instance->ConfigData.RetryTimeOut;
    [all...]
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 

Completed in 531 milliseconds