代码搜索结果

找到约 127,078 项符合 request 的代码

mpio_test.3

.TH MPIO_Test 3 "2/5/1998" " " "MPI-2" .SH NAME MPIO_Test \- Test the completion of a nonblocking read or write .SH SYNOPSIS .nf #include "mpi.h" int MPIO_Test(MPIO_Request *request, int *flag, MPI_

mpio_request_f2c.3

.TH MPIO_Request_f2c 3 "11/3/1998" " " "MPI-2" .SH NAME MPIO_Request_f2c \- Translates a Fortran I/O-request handle to a C I/O-request handle .SH SYNOPSIS .nf #include "mpi.h" MPIO_Request MPIO_Req

mpio_request_c2f.3

.TH MPIO_Request_c2f 3 "11/3/1998" " " "MPI-2" .SH NAME MPIO_Request_c2f \- Translates a C I/O-request handle to a Fortran I/O-request handle .SH SYNOPSIS .nf #include "mpi.h" MPI_Fint MPIO_Request

mpio_wait.3

.TH MPIO_Wait 3 "2/5/1998" " " "MPI-2" .SH NAME MPIO_Wait \- Waits for the completion of a nonblocking read or write .SH SYNOPSIS .nf #include "mpi.h" int MPIO_Wait(MPIO_Request *request, MPI_Status

dispatcherservlet.java

package mypack; import javax.servlet.*; import javax.servlet.http.*; import java.util.*; public class DispatcherServlet extends HttpServlet { public void service(HttpServletRequest request

build-request.jam

# (C) Copyright David Abrahams 2002. Permission to copy, use, modify, sell and # distribute this software is granted provided this copyright notice appears in # all copies. This software is provi

test.jam

import indirect ; import string ; import numbers ; import sequence ; import "class" ; import os ; import path ; import feature ; import property ; import build-request ; import container ;

parsedrequest.java

package org.roller.model; import org.roller.pojos.WeblogEntryData; import org.roller.pojos.WebsiteData; /** * Servlet API free interface that represents an incoming web request. * @author David M