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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go 77 req *request
83 func newResponse(c *child, req *request) *response {
85 req: req,
87 w: newWriter(c.conn, typeStdout, req.reqId),
181 req, ok := c.requests[rec.h.Id]
190 if req != nil {
204 req = newRequest(rec.h.Id, br.flags)
206 c.requests[rec.h.Id] = req
213 req.rawParams = append(req.rawParams, rec.content()...
    [all...]
  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 77 req *request
83 func newResponse(c *child, req *request) *response {
85 req: req,
87 w: newWriter(c.conn, typeStdout, req.reqId),
181 req, ok := c.requests[rec.h.Id]
190 if req != nil {
204 req = newRequest(rec.h.Id, br.flags)
206 c.requests[rec.h.Id] = req
213 req.rawParams = append(req.rawParams, rec.content()...
    [all...]
  /system/connectivity/wifilogd/tests/
mock_raw_os.h 37 int(const struct timespec* req, struct timespec* rem));
  /system/extras/tests/storage/
wipe_blkdev.c 55 int req; local
60 req = BLKSECDISCARD;
62 req = BLKDISCARD;
65 ret = ioctl(fd, req, &range);
  /cts/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 34 req = {
55 req["android.sensor.sensitivity"] = s
56 cap = cam.do_capture(req)
test_burst_sameness_auto.py 52 req = its.objects.fastest_auto_capture_request(props)
53 req["android.blackLevel.lock"] = True
54 req["android.control.awbLock"] = True
55 req["android.control.aeLock"] = True
65 caps = cam.do_capture([req]*BURST_LEN, [fmt])
test_burst_sameness_fullres_auto.py 53 req = its.objects.fastest_auto_capture_request(props)
54 req["android.blackLevel.lock"] = True
55 req["android.control.awbLock"] = True
56 req["android.control.aeLock"] = True
63 caps = cam.do_capture([req]*BURST_LEN)
  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
ShortcutTemplateListFragment.java 56 final PinItemRequest req = mLauncherApps.getPinItemRequest(data); local
57 if (req == null) {
61 req.accept();
  /external/libdrm/freedreno/
freedreno_bo.c 69 struct drm_gem_close req = { local
72 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
158 struct drm_gem_open req = { local
170 if (drmIoctl(dev->fd, DRM_IOCTL_GEM_OPEN, &req)) {
175 bo = lookup_bo(dev->handle_table, req.handle);
179 bo = bo_from_handle(dev, req.size, req.handle);
224 struct drm_gem_close req = { local
230 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req);
239 struct drm_gem_flink req = local
    [all...]
  /external/libdrm/freedreno/kgsl/
kgsl_pipe.c 67 struct kgsl_device_waittimestamp req = { local
74 ret = ioctl(kgsl_pipe->fd, IOCTL_KGSL_DEVICE_WAITTIMESTAMP, &req);
86 struct kgsl_cmdstream_readtimestamp req = { local
89 int ret = ioctl(kgsl_pipe->fd, IOCTL_KGSL_CMDSTREAM_READTIMESTAMP, &req);
95 *timestamp = req.timestamp;
102 struct kgsl_drawctxt_destroy req = { local
107 ioctl(kgsl_pipe->fd, IOCTL_KGSL_DRAWCTXT_DESTROY, &req);
197 struct kgsl_device_getproperty req = { local
202 return ioctl(fd, IOCTL_KGSL_DEVICE_GETPROPERTY, &req);
219 struct kgsl_drawctxt_create req = local
    [all...]
  /external/libnfnetlink/src/
rtnl.c 116 } req; local
120 memset(&req, 0, sizeof(req));
123 req.nlh.nlmsg_len = sizeof(req);
124 req.nlh.nlmsg_type = type;
125 req.nlh.nlmsg_flags = NLM_F_ROOT|NLM_F_MATCH|NLM_F_REQUEST;
126 req.nlh.nlmsg_pid = 0;
127 req.nlh.nlmsg_seq = rtnl_handle->rtnl_dump = ++(rtnl_handle->rtnl_seq);
128 req.g.rtgen_family = AF_INET
    [all...]
  /external/llvm/test/MC/AsmParser/
macro-qualifier-diagnostics.s 21 .macro pointless_default parameter:req=default
25 # CHECK: .macro pointless_default parameter:req=default
28 .macro missing_required_parameter parameter:req
37 .macro missing_second_required_argument first=0 second:req
46 .macro second_third_required first=0 second:req third:req
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 38 pFilter .req r0
39 pWTFrame .req r1
40 pBuffer .req r2
41 numSamples .req r3
43 z1 .req r4
44 z2 .req r5
45 b1 .req r6
46 b2 .req r7
47 K .req r8
49 tmp0 .req r1 @ reuse register
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
cluster_function_library_runtime.cc 144 RegisterGraphRequest req; local
145 req.set_session_handle(worker_session_->session_name);
146 *req.mutable_graph_def() = gdef;
147 req.mutable_graph_options()
151 TF_RETURN_IF_ERROR(wi->RegisterGraph(&req, &resp));
178 RunGraphRequest req; local
179 req.set_session_handle(worker_session_->session_name);
180 req.set_graph_handle(function_data->graph_handle);
183 req.set_step_id(step_id);
186 NamedTensorProto* send = req.add_send()
    [all...]
  /hardware/ril/libril/
ril_internal.h 46 #define printRequest(token, req) \
47 RLOGD("[%04d]> %s %s", token, requestToString(req), printBuf)
59 #define printRequest(token, req)
  /external/iproute2/ip/
ipneigh.c 104 } req = { local
131 req.ndm.ndm_state = state;
141 req.ndm.ndm_flags |= NTF_PROXY;
164 req.ndm.ndm_family = dst.family;
165 if (addattr_l(&req.n, sizeof(req), NDA_DST, &dst.data, dst.bytelen) < 0)
176 if (addattr_l(&req.n, sizeof(req), NDA_LLADDR, llabuf, l) < 0)
182 if (dev && (req.ndm.ndm_ifindex = ll_name_to_index(dev)) == 0) {
187 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0
347 } req = { local
    [all...]
tcp_metrics.c 308 TCPM_REQUEST(req, 1024, TCP_METRICS_CMD_GET, NLM_F_REQUEST);
392 req.g.cmd = TCP_METRICS_CMD_DEL;
395 req.g.cmd = TCP_METRICS_CMD_DEL;
403 req.n.nlmsg_type = genl_family;
407 req.n.nlmsg_flags |= NLM_F_ACK;
409 addattr_l(&req.n, sizeof(req), atype, &f.daddr.data,
412 addattr_l(&req.n, sizeof(req), stype, &f.saddr.data,
415 req.n.nlmsg_flags |= NLM_F_DUMP
    [all...]
iprule.c 583 } req = { local
594 req.n.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL;
595 req.r.rtm_type = RTN_UNICAST;
605 req.r.rtm_flags |= FIB_RULE_INVERT;
610 get_prefix(&dst, *argv, req.r.rtm_family);
611 req.r.rtm_src_len = dst.bitlen;
612 addattr_l(&req.n, sizeof(req), FRA_SRC,
618 get_prefix(&dst, *argv, req.r.rtm_family);
619 req.r.rtm_dst_len = dst.bitlen
    [all...]
  /external/libevent/test/
regress_rpc.c 113 struct evhttp_request* req = EVRPC_REQUEST_HTTP(rpc); local
115 req->input_headers, "X-Hook");
168 rpc_postrequest_failure(struct evhttp_request *req, void *arg)
170 if (req->response_code != HTTP_SERVUNAVAIL) {
191 struct evhttp_request *req = NULL; local
203 req = evhttp_request_new(rpc_postrequest_failure, NULL);
204 tt_assert(req);
207 evhttp_add_header(req->output_headers, "Host", "somehost");
208 evbuffer_add_printf(req->output_buffer, "Some Nonsense");
210 if (evhttp_make_request(evcon, req,
260 struct evhttp_request *req = NULL; local
333 struct evhttp_request *req = status->http_req; local
    [all...]
  /device/google/contexthub/firmware/os/core/
sensors.c 80 struct SensorsClientRequest *req = slabAllocatorGetNth(mCliSensMatrix, i); local
82 if (req && req->handle == sensorHandle && req->clientTid == clientTid)
83 return req;
389 struct SensorsClientRequest *req = slabAllocatorGetNth(mCliSensMatrix, i); local
392 if (!req || req->handle != s->handle)
395 if (smallestLatency > req->latency)
396 smallestLatency = req->latency
421 struct SensorsClientRequest *req = slabAllocatorGetNth(mCliSensMatrix, i); local
576 struct SensorsClientRequest *req = slabAllocatorAlloc(mCliSensMatrix); local
592 struct SensorsClientRequest *req = sensorClientRequestFind(sensorHandle, clientTid); local
605 struct SensorsClientRequest *req = sensorClientRequestFind(sensorHandle, clientTid); local
618 struct SensorsClientRequest *req = sensorClientRequestFind(sensorHandle, clientTid); local
755 struct SensorsClientRequest *req = sensorClientRequestFind(sensorHandle, osGetCurrentTid()); local
834 struct SensorsClientRequest *req = sensorClientRequestFind(sensorHandle, osGetCurrentTid()); local
841 struct SensorsClientRequest *req = sensorClientRequestFind(sensorHandle, osGetCurrentTid()); local
    [all...]
  /external/libevent/sample/
http-server.c 111 dump_request_cb(struct evhttp_request *req, void *arg)
118 switch (evhttp_request_get_command(req)) {
132 cmdtype, evhttp_request_get_uri(req));
134 headers = evhttp_request_get_input_headers(req);
140 buf = evhttp_request_get_input_buffer(req);
151 evhttp_send_reply(req, 200, "OK", NULL);
159 send_document_cb(struct evhttp_request *req, void *arg)
163 const char *uri = evhttp_request_get_uri(req);
172 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) {
173 dump_request_cb(req, arg)
    [all...]
  /device/google/contexthub/util/nanotool/
contexthub.cpp 188 ConfigureSensorRequest req; local
190 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor);
191 req.config.sensor_type = static_cast<uint8_t>(spec.sensor_type);
192 req.config.command = static_cast<uint8_t>(
195 req.config.rate = static_cast<uint32_t>(spec.special_rate);
197 req.config.rate = ConfigureSensorRequest::FloatRateToFixedPoint(
200 req.config.latency = spec.latency_ns;
205 auto result = WriteEvent(req);
222 ConfigureSensorRequest req; local
224 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor)
    [all...]
  /external/perfetto/src/ipc/
client_impl_unittest.cc 141 void OnFrameReceived(const Frame& req) {
142 if (req.msg_case() == Frame::kMsgBindService) {
143 auto svc_it = services.find(req.msg_bind_service().service_name());
147 reply.set_request_id(req.request_id());
156 } else if (req.msg_case() == Frame::kMsgInvokeMethod) {
161 reply.set_request_id(req.request_id());
163 if (svc.second->id != req.msg_invoke_method().service_id())
166 if (method.second->id != req.msg_invoke_method().method_id())
168 method.second->OnInvoke(req.msg_invoke_method(),
234 [](const Frame::InvokeMethod& req, Frame::InvokeMethodReply* reply)
243 RequestProto req; local
322 RequestProto req; local
362 RequestProto req; local
404 RequestProto req; local
492 RequestProto req; local
531 RequestProto req; local
    [all...]
  /cts/apps/CameraITS/tests/scene3/
test_edge_enhancement.py 54 req = its.objects.manual_capture_request(sensitivity, exp)
55 req["android.lens.focusDistance"] = fd
56 req["android.edge.mode"] = edge_mode
61 cap = cam.do_capture(req, out_surface, repeat_request=req)
  /external/libdrm/tests/amdgpu/
bo_tests.c 61 struct amdgpu_bo_alloc_request req = {0}; local
77 req.alloc_size = BUFFER_SIZE;
78 req.phys_alignment = BUFFER_ALIGN;
79 req.preferred_heap = AMDGPU_GEM_DOMAIN_GTT;
81 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);

Completed in 957 milliseconds

<<11121314151617181920>>