HomeSort by relevance Sort by last modified time
    Searched refs:req (Results 1 - 25 of 1420) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
req.d 1 #name: .req errors
3 #error-output: req.l
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
Req.java 6 public class Req
8 private Request req; field in class:Req
10 public Req(
11 Request req)
13 this.req = req;
18 return new CertificateID(req.getReqCert());
23 return req.getSingleRequestExtensions();
  /external/wpa_supplicant_8/src/wps/
http_server.h 15 void http_request_deinit(struct http_request *req);
16 void http_request_send(struct http_request *req, struct wpabuf *resp);
17 void http_request_send_and_deinit(struct http_request *req,
19 enum httpread_hdr_type http_request_get_type(struct http_request *req);
20 char * http_request_get_uri(struct http_request *req);
21 char * http_request_get_hdr(struct http_request *req);
22 char * http_request_get_data(struct http_request *req);
23 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
24 struct sockaddr_in * http_request_get_cli_addr(struct http_request *req);
28 struct http_request *req),
    [all...]
http_server.c 30 void (*cb)(void *ctx, struct http_request *req);
44 struct http_request *req = cookie; local
45 struct http_server *srv = req->srv;
49 inet_ntoa(req->cli.sin_addr),
50 ntohs(req->cli.sin_port));
51 srv->cb(srv->cb_ctx, req);
55 "completely", inet_ntoa(req->cli.sin_addr),
56 ntohs(req->cli.sin_port));
57 http_request_deinit(req);
64 struct http_request *req; local
205 struct http_request *req; local
    [all...]
  /external/llvm/test/MC/AArch64/
dot-req-diagnostics.s 4 fred .req x5
5 fred .req x6
7 // CHECK-ERROR: fred .req x6
10 ada .req v2.8b
12 // CHECK-ERROR: ada .req v2.8b
15 bob .req lisa
17 // CHECK-ERROR: bob .req lisa
20 lisa .req x1, 23
21 // CHECK-ERROR: error: unexpected input in .req directive
22 // CHECK-ERROR: lisa .req x1, 2
    [all...]
dot-req.s 4 fred .req x5
6 fred .req x5
9 fred .req w6
12 bob .req fred
13 ada .req w1
22 bob .req b6
23 hanah .req h5
24 sam .req s4
25 dora .req d3
26 quentin .req q
    [all...]
  /external/strace/tests/
nanosleep.c 50 } req = { local
61 if (nanosleep(&req.ts, NULL))
64 (long long) req.ts.tv_sec,
65 zero_extend_signed_to_ull(req.ts.tv_nsec));
70 if (nanosleep(&req.ts, &rem.ts))
73 (long long) req.ts.tv_sec,
74 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
76 req.ts.tv_nsec = 1000000000;
77 assert(nanosleep(&req.ts, &rem.ts) == -1);
79 (long long) req.ts.tv_sec
    [all...]
netlink_generic.c 52 } req = { local
54 .nlmsg_len = sizeof(req),
63 rc = sendto(fd, &req, sizeof(req), MSG_DONTWAIT, NULL, 0);
68 fd, req.nlh.nlmsg_len,
69 (unsigned int) sizeof(req), sprintrc(rc));
clock_nanosleep.c 52 } req = { local
66 if (syscall(__NR_clock_nanosleep, CLOCK_REALTIME, 0, &req.ts, NULL))
70 (long long) req.ts.tv_sec,
71 zero_extend_signed_to_ull(req.ts.tv_nsec));
79 &req.ts, &rem.ts) == 0);
82 (long long) req.ts.tv_sec,
83 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
85 req.ts.tv_nsec = 999999999 + 1;
87 &req.ts, &rem.ts) == -1);
90 (long long) req.ts.tv_sec
    [all...]
  /external/strace/tests-m32/
nanosleep.c 50 } req = { local
61 if (nanosleep(&req.ts, NULL))
64 (long long) req.ts.tv_sec,
65 zero_extend_signed_to_ull(req.ts.tv_nsec));
70 if (nanosleep(&req.ts, &rem.ts))
73 (long long) req.ts.tv_sec,
74 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
76 req.ts.tv_nsec = 1000000000;
77 assert(nanosleep(&req.ts, &rem.ts) == -1);
79 (long long) req.ts.tv_sec
    [all...]
netlink_generic.c 52 } req = { local
54 .nlmsg_len = sizeof(req),
63 rc = sendto(fd, &req, sizeof(req), MSG_DONTWAIT, NULL, 0);
68 fd, req.nlh.nlmsg_len,
69 (unsigned int) sizeof(req), sprintrc(rc));
clock_nanosleep.c 52 } req = { local
66 if (syscall(__NR_clock_nanosleep, CLOCK_REALTIME, 0, &req.ts, NULL))
70 (long long) req.ts.tv_sec,
71 zero_extend_signed_to_ull(req.ts.tv_nsec));
79 &req.ts, &rem.ts) == 0);
82 (long long) req.ts.tv_sec,
83 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
85 req.ts.tv_nsec = 999999999 + 1;
87 &req.ts, &rem.ts) == -1);
90 (long long) req.ts.tv_sec
    [all...]
  /external/strace/tests-mx32/
nanosleep.c 50 } req = { local
61 if (nanosleep(&req.ts, NULL))
64 (long long) req.ts.tv_sec,
65 zero_extend_signed_to_ull(req.ts.tv_nsec));
70 if (nanosleep(&req.ts, &rem.ts))
73 (long long) req.ts.tv_sec,
74 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
76 req.ts.tv_nsec = 1000000000;
77 assert(nanosleep(&req.ts, &rem.ts) == -1);
79 (long long) req.ts.tv_sec
    [all...]
netlink_generic.c 52 } req = { local
54 .nlmsg_len = sizeof(req),
63 rc = sendto(fd, &req, sizeof(req), MSG_DONTWAIT, NULL, 0);
68 fd, req.nlh.nlmsg_len,
69 (unsigned int) sizeof(req), sprintrc(rc));
clock_nanosleep.c 52 } req = { local
66 if (syscall(__NR_clock_nanosleep, CLOCK_REALTIME, 0, &req.ts, NULL))
70 (long long) req.ts.tv_sec,
71 zero_extend_signed_to_ull(req.ts.tv_nsec));
79 &req.ts, &rem.ts) == 0);
82 (long long) req.ts.tv_sec,
83 zero_extend_signed_to_ull(req.ts.tv_nsec), &rem.ts);
85 req.ts.tv_nsec = 999999999 + 1;
87 &req.ts, &rem.ts) == -1);
90 (long long) req.ts.tv_sec
    [all...]
  /external/libnl/lib/idiag/
idiag_req_obj.c 13 #include <netlink/idiag/req.h>
29 void idiagnl_req_get(struct idiagnl_req *req)
31 nl_object_get((struct nl_object *) req);
34 void idiagnl_req_put(struct idiagnl_req *req)
36 nl_object_put((struct nl_object *) req);
44 uint8_t idiagnl_req_get_family(const struct idiagnl_req *req)
46 return req->idiag_family;
49 void idiagnl_req_set_family(struct idiagnl_req *req, uint8_t family)
51 req->idiag_family = family;
54 uint8_t idiagnl_req_get_ext(const struct idiagnl_req *req)
130 struct idiagnl_req *req = (struct idiagnl_req *) a; local
142 struct idiagnl_req *req = (struct idiagnl_req *) a; local
165 struct idiagnl_req *req = (struct idiagnl_req *) a; local
191 struct idiagnl_req *req = NULL; local
    [all...]
  /bionic/libc/bionic/
ptrace.cpp 32 extern "C" long __ptrace(int req, pid_t pid, void* addr, void* data);
34 long ptrace(int req, ...) {
35 bool is_peek = (req == PTRACE_PEEKUSR || req == PTRACE_PEEKTEXT || req == PTRACE_PEEKDATA);
39 va_start(args, req);
50 long result = __ptrace(req, pid, addr, data);
  /external/jacoco/.travis/
trigger-site-deployment.py 6 req = urllib2.Request(url, data)
7 req.add_header('User-Agent', 'MyClient/1.0.0')
8 req.add_header('Accept', 'application/vnd.travis-ci.2+json')
9 req.add_header('Content-Type', 'application/json; charset=UTF-8')
11 req.add_header('Travis-API-Version', '3')
12 req.add_header('Authorization', 'token ' + travis_token)
13 p = urllib2.urlopen(req)
  /system/core/trusty/storage/proxy/
storage.h 22 const void *req, size_t req_len);
25 const void *req, size_t req_len);
28 const void *req, size_t req_len);
31 const void *req, size_t req_len);
34 const void *req, size_t req_len);
37 const void *req, size_t req_len);
40 const void *req, size_t req_len);
  /external/libnl/lib/fib_lookup/
request.c 38 struct flnl_request *req = REQUEST_CAST(obj); local
40 if (req)
41 nl_addr_put(req->lr_addr);
94 void flnl_request_set_fwmark(struct flnl_request *req, uint64_t fwmark)
96 req->lr_fwmark = fwmark;
97 req->ce_mask |= REQUEST_ATTR_FWMARK;
100 uint64_t flnl_request_get_fwmark(struct flnl_request *req)
102 if (req->ce_mask & REQUEST_ATTR_FWMARK)
103 return req->lr_fwmark;
108 void flnl_request_set_tos(struct flnl_request *req, int tos
    [all...]
  /external/clang/test/Analysis/
MemRegion.cpp 24 typedef struct { MPI_Request req; } ReqStruct; member in struct:__anon15483
26 MPI_Request *r = &rs.req;
27 MPI_Wait(r, MPI_STATUS_IGNORE); // expected-warning{{Request 'rs.req' has no matching nonblocking call.}}
33 typedef struct { MPI_Request req[2][2]; } ReqStruct; member in struct:__anon15484
35 MPI_Request *r = &rs.req[0][1];
36 MPI_Wait(r, MPI_STATUS_IGNORE); // expected-warning{{Request 'rs.req[0][1]' has no matching nonblocking call.}}
42 typedef struct { MPI_Request req; } ReqStructInner; member in struct:__anon15485
43 typedef struct { ReqStructInner req; } ReqStruct; member in struct:__anon15486
45 MPI_Request *r = &rs.req.req;
    [all...]
mpichecker.cpp 90 MPI_Request req; local
91 MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE, MPI_SUM, 0, MPI_COMM_WORLD, &req);
92 MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE, MPI_SUM, 0, MPI_COMM_WORLD, &req); // expected-warning{{Double nonblocking on request 'req'.}}
93 MPI_Wait(&req, MPI_STATUS_IGNORE);
97 typedef struct { MPI_Request req; } ReqStruct; member in struct:__anon15524
104 MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE, MPI_SUM, 0, MPI_COMM_WORLD, &rs.req);
105 MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE, MPI_SUM, 0, MPI_COMM_WORLD, &rs.req); // expected-warning{{Double nonblocking on request 'rs.req'.}}
106 MPI_Wait(&rs.req, MPI_STATUS_IGNORE)
114 MPI_Request req; local
140 typedef struct { MPI_Request req[2][2]; } ReqStruct; member in struct:__anon15525
166 MPI_Request req[4]; local
182 MPI_Request req[4]; local
196 MPI_Request req[4]; local
209 MPI_Request req[4]; local
215 MPI_Request req; member in struct:__anon15526
234 MPI_Request req[2]; member in struct:__anon15527
256 MPI_Request req[2]; member in struct:__anon15528
288 MPI_Request req; local
299 MPI_Request req; local
324 MPI_Request req; local
331 MPI_Request req; local
339 MPI_Request req; local
    [all...]
  /external/curl/src/
tool_helpers.h 28 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
31 void customrequest_helper(struct OperationConfig *config, HttpReq req,
  /external/valgrind/memcheck/tests/
post-syscall.c 20 struct timespec req, rem; local
23 req.tv_sec = 2;
24 req.tv_nsec = 0;
29 ret = nanosleep(&req, &rem);
  /external/curl/tests/server/
rtspd.c 124 static int ProcessRequest(struct httprequest *req);
336 static int ProcessRequest(struct httprequest *req)
338 char *line = &req->reqbuf[req->checkindex];
350 req->testno, line);
354 if((req->testno == DOCNUMBER_NOTHING) &&
365 req->protocol = RPROT_HTTP;
368 req->protocol = RPROT_RTSP;
371 req->protocol = RPROT_NONE;
376 req->prot_version = prot_major*10 + prot_minor
1197 struct httprequest req; local
    [all...]

Completed in 722 milliseconds

1 2 3 4 5 6 7 8 91011>>