Home
last modified time | relevance | path

Searched defs:status_code (Results 1 – 25 of 79) sorted by relevance

1234

/external/wpa_supplicant_8/src/common/
Dgas.c48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, in gas_build_resp()
70 gas_build_initial_resp(u8 dialog_token, u16 status_code, u16 comeback_delay, in gas_build_initial_resp()
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, in gas_build_comeback_resp()
128 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code, in gas_anqp_build_initial_resp()
147 u16 status_code, in gas_anqp_build_initial_resp_buf()
168 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, in gas_anqp_build_comeback_resp()
188 u16 status_code, in gas_anqp_build_comeback_resp_buf()
/external/libbrillo/brillo/http/
Dhttp_transport_fake.cc121 int status_code, in AddSimpleReplyHandler()
128 ServerResponse* response) { in AddSimpleReplyHandler()
236 void ServerResponse::Reply(int status_code, in Reply()
248 void ServerResponse::ReplyText(int status_code, in ReplyText()
254 void ServerResponse::ReplyJson(int status_code, const base::Value* json) { in ReplyJson()
265 void ServerResponse::ReplyJson(int status_code, in ReplyJson()
Dhttp_transport_fake.h221 void Reply(int status_code, in Reply()
232 void Reply(int status_code, const T& data, const std::string& mime_type) { in Reply()
Dhttp_connection_curl.cc177 int status_code = 0; in GetResponseStatusCode() local
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dcompilation_result.proto12 error.Code status_code = 1; field
/external/cmockery/cmockery_0_1_2/src/example/
Dassert_macro.c24 const char* get_status_code_string(const unsigned int status_code) { in get_status_code_string()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DRequestResultCount.php19 private $status_code = 0; variable in Grpc\\Testing\\RequestResultCount
/external/python/apitools/apitools/base/py/
Dhttp_wrapper_test.py37 def __init__(self, status_code): argument
Dexceptions.py71 def status_code(self): member in HttpError
Dhttp_wrapper.py196 def status_code(self): member in Response
/external/wpa_supplicant_8/src/p2p/
Dp2p_sd.c212 static struct wpabuf * p2p_build_sd_response(u8 dialog_token, u16 status_code, in p2p_build_sd_response()
243 u16 status_code, in p2p_build_gas_comeback_resp()
489 u16 status_code; in p2p_rx_gas_initial_resp() local
701 u16 status_code; in p2p_rx_gas_comeback_resp() local
/external/nos/host/generic/libnos/
DNuggetClient.cpp78 uint32_t status_code = nos_call_application(&device_, appId, arg, in CallApp() local
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dstats.proto59 int32 status_code = 1; field
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto62 int32 status_code = 1; field
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc624 errors::Code InMemoryRunGraphResponse::status_code() const { in status_code() function in tensorflow::InMemoryRunGraphResponse
692 errors::Code OwnedProtoRunGraphResponse::status_code() const { in status_code() function in tensorflow::OwnedProtoRunGraphResponse
763 errors::Code NonOwnedProtoRunGraphResponse::status_code() const { in status_code() function in tensorflow::NonOwnedProtoRunGraphResponse
822 errors::Code InMemoryRunStepResponse::status_code() const { in status_code() function in tensorflow::InMemoryRunStepResponse
872 errors::Code OwnedProtoRunStepResponse::status_code() const { in status_code() function in tensorflow::OwnedProtoRunStepResponse
924 errors::Code NonOwnedProtoRunStepResponse::status_code() const { in status_code() function in tensorflow::NonOwnedProtoRunStepResponse
/external/tensorflow/tensorflow/contrib/ffmpeg/default/
Dffmpeg_lib.cc340 int status_code; in ReadAudioFile() local
395 int status_code; in ReadVideoFile() local
/external/grpc-grpc-java/services/src/main/proto/grpc/binlog/v1alpha/
Dbinarylog.proto80 uint32 status_code = 9; field
/external/wpa_supplicant_8/src/ap/
Dwmm.c124 u8 action_code, u8 dialogue_token, u8 status_code) in wmm_send_action()
Dgas_query_ap.c45 u16 status_code; member
679 const struct wpabuf *resp, u16 status_code), in gas_query_ap_req()
/external/python/rsa/tests/
Dtest_cli.py112 def assertExits(self, status_code, func, *args, **kwargs): argument
/external/tensorflow/tensorflow/core/protobuf/
Dmaster.proto162 error.Code status_code = 3; field
/external/python/apitools/apitools/scripts/
Doauth2l_test.py36 def __init__(self, status_code, scopes=None): argument
/external/wpa_supplicant_8/src/fst/
Dfst_defs.h61 u8 status_code; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwmm_ac.c660 const u8 resp_dialog_token, const u8 status_code, in wmm_ac_handle_addts_resp()
737 u8 status_code; in wmm_ac_rx_action() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_rpc_factory.cc38 int32* status_code, string* status_message) in GrpcCall()

1234