Home
last modified time | relevance | path

Searched refs:response_type (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
Dmpi_ops.cc407 auto response_type = MPIResponse::ERROR; in ConstructMPIResponse() local
409 response_type = MPIResponse::ALLREDUCE; in ConstructMPIResponse()
411 response_type = MPIResponse::ALLGATHER; in ConstructMPIResponse()
413 response.set_response_type(response_type); in ConstructMPIResponse()
441 assert(response.response_type() == MPIResponse::ALLREDUCE || in PerformCollectiveOp()
442 response.response_type() == MPIResponse::ALLGATHER || in PerformCollectiveOp()
443 response.response_type() == MPIResponse::ERROR); in PerformCollectiveOp()
469 if (response.response_type() == MPIResponse::ALLGATHER) { in PerformCollectiveOp()
488 } else if (response.response_type() == MPIResponse::ALLREDUCE) { in PerformCollectiveOp()
507 } else if (response.response_type() == MPIResponse::ERROR) { in PerformCollectiveOp()
[all …]
/external/libxkbcommon/xkbcommon/test/
Dinteractive-x11.c190 uint8_t response_type; in process_xkb_event() member
234 switch (gevent->response_type) { in process_event()
247 if (gevent->response_type == kbd->first_xkb_event) in process_event()
/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_message.proto59 ResponseType response_type = 1; field
62 // Empty unless response_type is ERROR.
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Doauth_helpers.py23 response_type='code',
/external/wpa_supplicant_8/src/wps/
Dwps_validate.c78 static int wps_validate_response_type(const u8 *response_type, int mandatory) in wps_validate_response_type() argument
80 if (response_type == NULL) { in wps_validate_response_type()
88 if (*response_type > 0x03) { in wps_validate_response_type()
90 "attribute value 0x%x", *response_type); in wps_validate_response_type()
1148 wps_validate_response_type(attr.response_type, probe) || in wps_validate_beacon_probe_resp()
1274 wps_validate_response_type(attr.response_type, 1) || in wps_validate_assoc_resp()
Dwps_attr_parse.h52 const u8 *response_type; /* 1 octet */ member
Dwps_attr_parse.c446 attr->response_type = pos; in wps_set_attr()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11Xcb.cpp153 if (XCB_PROPERTY_NOTIFY == (event->response_type & ~0x80)) in setDimensions()
/external/vulkan-validation-layers/demos/smoke/
DShellXcb.cpp178 switch (ev->response_type & 0x7f) { in handle_event()
/external/vulkan-validation-layers/demos/
Dcube.cpp2526 uint8_t event_code = event->response_type & 0x7f; in handle_xcb_event()
Dcube.c2599 uint8_t event_code = event->response_type & 0x7f; in demo_handle_xcb_event()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc8864 CBS tagged_response_bytes, response_bytes, response_type, response; in get_ocsp_basic_response() local
8875 if (!CBS_get_asn1(&response_bytes, &response_type, CBS_ASN1_OBJECT) || in get_ocsp_basic_response()
8881 if (OBJ_cbs2nid(&response_type) != NID_id_pkix_OCSP_basic) { in get_ocsp_basic_response()