Home
last modified time | relevance | path

Searched defs:request_type (Results 1 – 25 of 45) sorted by relevance

12

/external/python/google-auth-library-python/system_tests/system_tests_sync/
Dconftest.py57 def request_type(request): function
62 def http_request(request_type): argument
71 def authenticated_request(request_type): argument
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/platform/
Drtnetlink_message.cc78 uint16_t request_type; in New() local
103 uint16_t request_type; in New() local
128 uint16_t request_type; in New() local
147 uint16_t request_type; in New() local
/external/cronet/net/base/
Disolation_info.cc47 bool IsConsistent(IsolationInfo::RequestType request_type, in IsConsistent()
141 RequestType request_type, in Create()
182 RequestType request_type, in CreateIfConsistent()
311 IsolationInfo::IsolationInfo(RequestType request_type, in IsolationInfo()
Disolation_info.proto12 optional int32 request_type = 1; // net::IsolationInfo::RequestType field
Disolation_info.h141 RequestType request_type() const { return request_type_; } in request_type() function
/external/grpc-grpc/src/php/lib/Grpc/
DMethodDescriptor.php34 string $request_type,
50 public $request_type; variable in Grpc\\MethodDescriptor
DServerCallReader.php31 public function __construct($call, string $request_type)
/external/python/apitools/apitools/base/py/
Dutil.py202 def MapParamNames(params, request_type): argument
208 def MapRequestParams(params, request_type): argument
/external/python/python-api-core/tests/unit/operations_v1/
Dtest_operations_rest_client.py443 transport: str = "rest", request_type=operations_pb2.ListOperationsRequest argument
548 transport: str = "rest", request_type=operations_pb2.GetOperationRequest argument
598 transport: str = "rest", request_type=operations_pb2.DeleteOperationRequest argument
/external/kernel-headers/original/uapi/linux/
Ddm-log-userspace.h384 #define DM_ULOG_REQUEST_TYPE(request_type) \ argument
426 __u32 request_type; /* DM_ULOG_* defined above */ member
/external/grpc-grpc/test/core/end2end/
Dh2_ssl_cert_test.cc68 TestFixture(grpc_ssl_client_certificate_request_type request_type, in TestFixture()
72 static auto MakeFactory(grpc_ssl_client_certificate_request_type request_type, in MakeFactory()
141 #define SSL_TEST(request_type, cert_type, result) \ argument
/external/cronet/net/url_request/
Durl_request_netlog_params.cc44 std::string request_type; in NetLogURLRequestStartParams() local
/external/googleapis/google/firebase/fcm/connection/v1alpha1/
Dconnection_api.proto48 oneof request_type { oneof
/external/googleapis/google/cloud/pubsublite/v1/
Dpublisher.proto127 oneof request_type { oneof
/external/googleapis/google/cloud/datapipelines/logging/v1/
Dlogging.proto133 RequestType request_type = 1; field
/external/pigweed/pw_allocator/
Dtest_harness.cc86 size_t request_type; in GenerateRequest() local
/external/libcups/cups/
Dsnmp-private.h83 cups_asn1_t request_type; /* Request type */ member
/external/trusty/lk/include/hw/
Dusb.h98 uint8_t request_type; member
/external/python/apitools/apitools/gen/
Dservice_registry.py314 def __NeedRequestType(self, method_description, request_type): argument
/external/sdv/vsomeip/implementation/endpoints/src/
Dnetlink_connector.cpp200 std::string request_type{}; in receive_cbk() local
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dworker.rs237 let request_type = code.to_native(); in process_controlq_buffers() localVariable
/external/wpa_supplicant_8/src/wps/
Dwps_i.h84 u8 request_type; member
Dwps_attr_parse.h51 const u8 *request_type; /* 1 octet */ member
/external/libusb/libusb/os/
Dwindows_winusb.h128 #define LIBUSB_REQ_RECIPIENT(request_type) ((request_type) & 0x1F) argument
129 #define LIBUSB_REQ_TYPE(request_type) ((request_type) & (0x03 << 5)) argument
130 #define LIBUSB_REQ_IN(request_type) ((request_type) & LIBUSB_ENDPOINT_IN) argument
131 #define LIBUSB_REQ_OUT(request_type) (!LIBUSB_REQ_IN(request_type)) argument
/external/curl/lib/
Dhttp_aws_sigv4.c552 char *request_type = NULL; in Curl_output_aws_sigv4() local

12