HomeSort by relevance Sort by last modified time
    Searched full:responses (Results 101 - 125 of 1150) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/netd/server/dns/
README.md 19 new one if necessary. It also has to listen for responses from the
22 responses to `DnsTlsTransport`.
29 responses to `DnsTlsTransport` (through the `IDnsTlsObserver` interface). It doesn't
30 know anything about which queries correspond to which responses, and does not retain
71 applies the inverse mapping to responses before returning them to the caller.
DnsTlsQueryMap.h 35 // Keeps track of queries and responses. This class matches responses with queries.
  /external/opencv/ml/src/
ml_inner_functions.cpp 630 cvPreprocessOrderedResponses( const CvMat* responses, const CvMat* sample_idx, int sample_all )
643 if( !CV_IS_MAT(responses) )
646 if( responses->rows != 1 && responses->cols != 1 )
649 if( responses->rows + responses->cols - 1 != sample_count )
653 r_type = CV_MAT_TYPE(responses->type);
657 r_step = responses->step ? responses->step / CV_ELEM_SIZE(responses->type) : 1
1755 int* responses; local
    [all...]
mlboost.cpp 169 // store the responses for the corresponding training samples
248 const int* responses = data->get_class_labels(node); local
264 rcw[responses[idx]] -= w;
280 idx = responses[idx];
304 idx = responses[idx];
335 const int* responses = data->get_class_labels(node); local
359 k = responses[i];
444 const float* responses = data->get_ord_responses(node); local
457 rsum -= responses[idx]*w;
466 double t = responses[idx]*w
492 const float* responses = data->get_ord_responses(node); local
711 const int* responses = data->get_class_labels(node); local
984 float* responses = data->get_ord_responses(data->data_root); local
1146 float* responses = data->get_ord_responses(data->data_root); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 8 * directives set policy on what responses can be stored, and which requests can
9 * be satisfied by those stored responses.
17 * responses. Note that such requests may be assisted by the cache via
135 * request if it can be fully satisfied by the cache. Cached responses that
311 * Accept cached responses that have exceeded their freshness lifetime by
312 * up to {@code maxStale}. If unspecified, stale cache responses will not be
  /external/wpa_supplicant_8/src/common/
gas_server.c 46 struct dl_list responses; /* struct gas_server_response::list */ member in struct:gas_server
147 dl_list_add(&gas->responses, &response->list);
290 dl_list_for_each(response, &gas->responses, struct gas_server_response,
401 dl_list_for_each(response, &gas->responses, struct gas_server_response,
428 dl_list_init(&gas->responses);
447 dl_list_for_each_safe(response, tmp_r, &gas->responses,
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
request_response_unittest.py 51 Responses for different configurations when machine is enabled.
98 Responses for different configurations when machine is enabled.
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM05.py 26 CM_05 Validation for modem's responses to two consecutive MBIM command
31 control message responses.
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
PromptHelper.java 26 * Helps provide a relay for prompts and responses between a possible user
50 // Responses will release this semaphore.
  /external/wpa_supplicant_8/src/radius/
radius_client.h 87 * responses - radiusAccClientResponses
89 u32 responses; member in struct:hostapd_radius_server
  /device/google/cuttlefish_common/common/commands/wifi_relay/
nl_client.h 44 // Set callback receiving all asynchronous messages and responses that do not
  /external/android-clat/
netlink_callbacks.c 16 * netlink_callbacks.c - generic callbacks for netlink responses
  /external/curl/docs/libcurl/opts/
CURLINFO_RESPONSE_CODE.3 38 Support for SMTP responses added in 7.25.0.
CURLOPT_ACCEPTTIMEOUT_MS.3 44 /* wait no more than 5 seconds for FTP server responses */
  /external/curl/tests/data/
test1287 58 HTTP over proxy-tunnel ignore TE and CL in CONNECT 2xx responses
  /external/kernel-headers/original/uapi/linux/
atmlec.h 81 * For mapping LE_ARP requests to responses. Filled by
  /external/kernel-headers/original/uapi/sound/
firewire.h 43 __be32 response[0]; /* some responses */
  /external/libmojo/mojo/public/cpp/bindings/lib/
message_internal.h 43 // order to match responses with corresponding requests.
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
stratified-attrs-indexing.ll 21 ; CHECK: 43 no alias responses (4.5%)
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
QueueDispatcher.java 23 * Default dispatcher that processes a script of responses. Populate the script by calling
  /external/nist-sip/java/gov/nist/javax/sip/header/
ErrorInfoList.java 47 * only contained in 3xx, 4xx, 5xx and 6xx responses.
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryExt.java 28 * Set the common Server header for all Responses created from this message factory.
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
QueueDispatcher.java 24 * Default dispatcher that processes a script of responses. Populate the script
  /external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
AndroidInternal.java 32 /** Sets the response cache to be used to read and write cached responses. */
  /external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
HpackRoundTripTest.java 32 // We should test that the encoder is producing responses that are

Completed in 835 milliseconds

1 2 3 45 6 7 8 91011>>