HomeSort by relevance Sort by last modified time
    Searched refs:response (Results 201 - 225 of 2555) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/selinux/libsemanage/src/
booleans_local.c 32 semanage_bool_t ** response)
36 return dbase_query(handle, dconfig, key, response);
40 const semanage_bool_key_t * key, int *response)
44 return dbase_exists(handle, dconfig, key, response);
48 unsigned int *response)
52 return dbase_count(handle, dconfig, response);
booleans_policy.c 15 semanage_bool_t ** response)
19 return dbase_query(handle, dconfig, key, response);
23 const semanage_bool_key_t * key, int *response)
27 return dbase_exists(handle, dconfig, key, response);
30 int semanage_bool_count(semanage_handle_t * handle, unsigned int *response)
34 return dbase_count(handle, dconfig, response);
fcontexts_policy.c 15 semanage_fcontext_t ** response)
19 return dbase_query(handle, dconfig, key, response);
23 const semanage_fcontext_key_t * key, int *response)
27 return dbase_exists(handle, dconfig, key, response);
30 int semanage_fcontext_count(semanage_handle_t * handle, unsigned int *response)
34 return dbase_count(handle, dconfig, response);
ibendports_policy.c 15 semanage_ibendport_t **response)
19 return dbase_query(handle, dconfig, key, response);
24 int *response)
28 return dbase_exists(handle, dconfig, key, response);
32 unsigned int *response)
36 return dbase_count(handle, dconfig, response);
ibpkeys_policy.c 15 semanage_ibpkey_t **response)
19 return dbase_query(handle, dconfig, key, response);
23 const semanage_ibpkey_key_t *key, int *response)
27 return dbase_exists(handle, dconfig, key, response);
30 int semanage_ibpkey_count(semanage_handle_t *handle, unsigned int *response)
34 return dbase_count(handle, dconfig, response);
interfaces_local.c 32 semanage_iface_t ** response)
36 return dbase_query(handle, dconfig, key, response);
40 const semanage_iface_key_t * key, int *response)
44 return dbase_exists(handle, dconfig, key, response);
48 unsigned int *response)
52 return dbase_count(handle, dconfig, response);
interfaces_policy.c 15 semanage_iface_t ** response)
19 return dbase_query(handle, dconfig, key, response);
23 const semanage_iface_key_t * key, int *response)
27 return dbase_exists(handle, dconfig, key, response);
30 int semanage_iface_count(semanage_handle_t * handle, unsigned int *response)
34 return dbase_count(handle, dconfig, response);
nodes_local.c 32 semanage_node_t ** response)
36 return dbase_query(handle, dconfig, key, response);
40 const semanage_node_key_t * key, int *response)
44 return dbase_exists(handle, dconfig, key, response);
48 unsigned int *response)
52 return dbase_count(handle, dconfig, response);
nodes_policy.c 15 semanage_node_t ** response)
19 return dbase_query(handle, dconfig, key, response);
23 const semanage_node_key_t * key, int *response)
27 return dbase_exists(handle, dconfig, key, response);
30 int semanage_node_count(semanage_handle_t * handle, unsigned int *response)
34 return dbase_count(handle, dconfig, response);
ports_policy.c 15 semanage_port_t ** response)
19 return dbase_query(handle, dconfig, key, response);
23 const semanage_port_key_t * key, int *response)
27 return dbase_exists(handle, dconfig, key, response);
30 int semanage_port_count(semanage_handle_t * handle, unsigned int *response)
34 return dbase_count(handle, dconfig, response);
seusers_policy.c 19 semanage_seuser_t ** response)
23 return dbase_query(handle, dconfig, key, response);
27 const semanage_seuser_key_t * key, int *response)
31 return dbase_exists(handle, dconfig, key, response);
34 int semanage_seuser_count(semanage_handle_t * handle, unsigned int *response)
38 return dbase_count(handle, dconfig, response);
users_policy.c 15 semanage_user_t ** response)
19 return dbase_query(handle, dconfig, key, response);
25 const semanage_user_key_t * key, int *response)
29 return dbase_exists(handle, dconfig, key, response);
34 int semanage_user_count(semanage_handle_t * handle, unsigned int *response)
38 return dbase_count(handle, dconfig, response);
  /external/tensorflow/tensorflow/compiler/xla/client/
computation.cc 43 SnapshotComputationResponse response; local
45 TF_RETURN_IF_ERROR(parent_->SnapshotComputation(&request, &response));
47 return WrapUnique(response.release_module());
70 GetComputationShapeResponse response; local
72 TF_RETURN_IF_ERROR(parent_->GetComputationShape(&request, &response));
74 return std::move(*response.mutable_program_shape());
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDMessageResponse.m 26 ARDMessageResponse *response = [[ARDMessageResponse alloc] init];
27 response.result =
29 return response;
  /hardware/interfaces/secure_element/1.0/
ISecureElement.hal 39 * @return response containing the response. Empty vector if Secure Element
42 getAtr() generates (vec<uint8_t> response);
58 * @return response to the command. In case of error in communicating with
61 transmit(vec<uint8_t> data) generates (vec<uint8_t> response);
80 * @return response On success, response to SELECT command is returned
84 generates (LogicalChannelResponse response, SecureElementStatus status);
104 * @return selectResponse On success, response to SELECT command is returned
  /system/core/libappfuse/
FuseAppLoop.cc 126 return buffer->response.Write(fd);
149 FuseSimpleResponse response; local
150 response.Reset(0, result, unique);
151 return response.Write(fd_);
155 FuseSimpleResponse response; local
156 response.Reset(sizeof(fuse_entry_out), 0, unique);
157 response.entry_out.nodeid = inode;
158 response.entry_out.attr_valid = 10;
159 response.entry_out.entry_valid = 10;
160 response.entry_out.attr.ino = inode
168 FuseSimpleResponse response; local
178 FuseSimpleResponse response; local
186 FuseSimpleResponse response; local
194 FuseSimpleResponse response; local
    [all...]
  /external/nos/host/android/hals/weaver/
Weaver.cpp 49 GetConfigResponse response; local
50 const uint32_t appStatus = _weaver.GetConfig(request, &response);
59 WeaverConfig{response.number_of_slots(), response.key_size(), response.value_size()});
71 WriteResponse response; local
72 const uint32_t appStatus = _weaver.Write(request, &response);
88 ReadResponse response; local
89 const uint32_t appStatus = _weaver.Read(request, &response);
100 switch (response.error())
    [all...]
  /packages/apps/SecureElement/src/com/android/se/security/ara/
AccessRuleApplet.java 74 ResponseApdu response = send(apdu); local
77 if (response.isStatus(0x9000)) {
81 tempTlv = BerTlv.decode(response.getData(), 0, false);
91 stream.write(response.getData());
108 response = send(apdu);
110 if (response.isStatus(0x9000)) {
112 stream.write(response.getData());
119 + response.getSW1SW2());
124 } else if (response.isStatus(0x6A88)) {
128 + response.getSW1SW2())
135 ResponseApdu response = send(apdu); local
    [all...]
  /system/keymaster/ng/
AndroidKeymaster4Device.cpp 231 auto response = impl_->GetHmacSharingParameters(); local
234 params.seed.setToExternal(const_cast<uint8_t*>(response.params.seed.data),
235 response.params.seed.data_length);
236 static_assert(sizeof(response.params.nonce) == params.nonce.size(), "Nonce sizes don't match");
237 memcpy(params.nonce.data(), response.params.nonce, params.nonce.size());
238 _hidl_cb(legacy_enum_conversion(response.error), params);
257 auto response = impl_->ComputeSharedHmac(request); local
259 if (response.error == KM_ERROR_OK) sharing_check = kmBlob2hidlVec(response.sharing_check);
261 _hidl_cb(legacy_enum_conversion(response.error), sharing_check)
281 auto response = impl_->VerifyAuthorization(request); local
301 AddEntropyResponse response; local
312 GenerateKeyResponse response; local
334 GetKeyCharacteristicsResponse response; local
355 ImportKeyResponse response; local
382 ImportWrappedKeyResponse response; local
406 ExportKeyResponse response; local
424 AttestKeyResponse response; local
444 UpgradeKeyResponse response; local
460 DeleteKeyResponse response; local
469 DeleteAllKeysResponse response; local
489 BeginOperationResponse response; local
512 UpdateOperationResponse response; local
540 FinishOperationResponse response; local
557 AbortOperationResponse response; local
    [all...]
  /external/libmicrohttpd/src/microspdy/
applicationlayer.c 36 struct SPDY_Response *response,
46 SPDY_destroy_response(response);
199 * Callback to be called when the response queue object was handled and
204 * @param status shows if actually the response was sent or it was
207 * status indicates an error but parts of the response headers
223 "response queue must have either control frame or data frame");
227 response_queue->rrcb(response_queue->rrcb_cls, response_queue->response, request, status, streamopened);
398 struct SPDY_Response *response = NULL; local
410 if(NULL == (response = malloc(sizeof(struct SPDY_Response))))
412 memset(response, 0, sizeof(struct SPDY_Response))
488 struct SPDY_Response *response; local
    [all...]
  /external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
TestCorsHttpServerWithSingleOrigin.java 99 CloseableHttpResponse response = httpclient.execute(httpOption); local
100 Assert.assertEquals(200, response.getStatusLine().getStatusCode());
101 Assert.assertNotNull("Cors should have added a header: Access-Control-Allow-Origin", response.getLastHeader("Access-Control-Allow-Origin"));
103 response.getLastHeader("Access-Control-Allow-Origin").getValue());
104 response.close();
111 CloseableHttpResponse response = httpclient.execute(httpget); local
112 HttpEntity entity = response.getEntity();
115 Assert.assertNotNull("Cors should have added a header: Access-Control-Allow-Origin", response.getLastHeader("Access-Control-Allow-Origin"));
117 response.getLastHeader("Access-Control-Allow-Origin").getValue());
119 response.close()
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
VerifyCredentialResponse.java 25 * Response object for a ILockSettings credential verification request.
48 VerifyCredentialResponse response = new VerifyCredentialResponse(responseCode, 0, null);
50 response.setTimeout(source.readInt());
56 response.setPayload(payload);
59 return response;
138 VerifyCredentialResponse response; local
141 response = new VerifyCredentialResponse(gateKeeperResponse.getTimeout());
146 Slog.e(TAG, "verifyChallenge response had no associated payload");
147 response = VerifyCredentialResponse.ERROR;
149 response = new VerifyCredentialResponse(token)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
TestAccountType2Authenticator.java 47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
54 AccountAuthenticatorResponse response,
65 AccountAuthenticatorResponse response,
74 AccountAuthenticatorResponse response,
90 AccountAuthenticatorResponse response,
100 AccountAuthenticatorResponse response,
109 AccountAuthenticatorResponse response,
120 AccountAuthenticatorResponse response,
131 public Bundle finishSession(AccountAuthenticatorResponse response,
140 final AccountAuthenticatorResponse response,
    [all...]
  /test/framework/harnesses/host_controller/vti_interface/
vti_endpoint_client.py 71 response = requests.post(url, data=json.dumps(build),
73 if response.status_code != requests.codes.ok:
74 print("UploadBuildInfo error: %s" % response)
101 response = requests.post(url, data=json.dumps(payload),
103 if response.status_code != requests.codes.ok:
104 print("UploadDeviceInfo error: %s" % response)
122 response = requests.post(
125 if response.status_code != requests.codes.ok:
126 print("UploadScheduleInfo error: %s" % response)
151 response = requests.post(url, data=json.dumps(schedule)
    [all...]
  /device/google/wahoo/wifi_offload/
chre_interface.cpp 72 void SocketCallbacks::handleHubInfoResponse(const fbs::HubInfoResponseT& response) {
73 LOG(VERBOSE) << "Hub Info response";
74 LOG(VERBOSE) << "Hub Info name: " << getStringFromByteVector(response.name);
75 LOG(VERBOSE) << "Version : " << response.chre_platform_version;
76 LOG(VERBOSE) << "Legacy Platform Version: " << response.platform_version;
77 LOG(VERBOSE) << "Legacy Toolchain Version: " << response.toolchain_version;
78 LOG(VERBOSE) << "Peak Mips: " << response.peak_mips;
79 LOG(VERBOSE) << "Stopped Power: " << response.stopped_power;
80 LOG(VERBOSE) << "Sleep Power: " << response.sleep_power;
81 LOG(VERBOSE) << "Peak Power: " << response.peak_power
    [all...]

Completed in 630 milliseconds

1 2 3 4 5 6 7 891011>>