Home
last modified time | relevance | path

Searched defs:RESPONSE (Results 1 – 25 of 96) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/
Dlib.rs2190 const RESPONSE: &[u8] = in test_response_with_empty_header_name() constant
2216 const RESPONSE: &[u8] = in test_request_with_empty_header_name() constant
2254 const RESPONSE: &[u8] = in test_response_with_invalid_char_between_header_name_and_colon() constant
2298 const RESPONSE: &[u8] = in test_ignore_header_line_with_missing_colon_in_response() constant
2341 const RESPONSE: &[u8] = in test_response_header_with_missing_colon_with_folding() constant
2386 const RESPONSE: &[u8] = in test_response_header_with_nul_in_header_name() constant
2422 const RESPONSE: &[u8] = in test_header_with_cr_in_header_name() constant
2455 const RESPONSE: &[u8] = in test_header_with_nul_in_whitespace_before_colon() constant
2486 const RESPONSE: &[u8] = in test_header_with_nul_in_value() constant
2519 const RESPONSE: &[u8] = in test_header_with_invalid_char_in_value() constant
[all …]
/aosp_15_r20/packages/modules/HealthFitness/tests/integrationtests/utils/HealthConnectDocumentProviderTestUtils/src/android/healthconnect/tests/documentprovider/utils/
DDocumentProviderIntent.java28 public static final String RESPONSE = "android.healthconnect.tests.RESPONSE"; field in DocumentProviderIntent
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
H A Dservice.h67 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/
H A Dservice.h67 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dservice.h78 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dservice.h78 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
/aosp_15_r20/external/pigweed/pw_rpc/internal/
H A Dpacket.proto44 RESPONSE = 1; enumerator
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_server_shutdown_scenarios.py31 RESPONSE = b"response" variable
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/http/
H A DInterruptFlagAlwaysClearsTest.java134 private static final HttpExecuteResponse RESPONSE = HttpExecuteResponse.builder() field in InterruptFlagAlwaysClearsTest.SleepyHttpClient
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCredentials.java48 private static String RESPONSE = ParameterNames.RESPONSE; field in Credentials
H A DChallenge.java55 private static String RESPONSE = ParameterNames.RESPONSE; field in Challenge
H A DParameterNames.java54 public static final String RESPONSE = "response"; field
H A DAuthenticationHeader.java66 public static final String RESPONSE = ParameterNames.RESPONSE; field in AuthenticationHeader
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/delegatingclients/
H A DDelegatingSyncClientTest.java48 private static final String RESPONSE = "response"; field in DelegatingSyncClientTest
H A DDelegatingAsyncClientTest.java44 private static final String RESPONSE = "response"; field in DelegatingAsyncClientTest
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dheader_validator_base.h19 RESPONSE, enumerator
/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Ddns.rs258 const RESPONSE: u16 = 0x8000; constant
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/net/
DHttpHelperFuncTest.java115 public static final String RESPONSE = "HTTP/1.1 200 OK\r\n" + field in HttpHelperFuncTest.Backend
/aosp_15_r20/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpMessage.java150 public static final String RESPONSE = "HTTP response"; field in HttpMessage
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/
DEapMessage.java93 EAP_CODE_STRING.put(EAP_CODE_RESPONSE, "RESPONSE"); in EAP_CODE_STRING.put()
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java71 private static final String RESPONSE = "blahblahblah"; field in SupplicantP2pIfaceHalTest
/aosp_15_r20/hardware/ril/librilutils/proto/
H A Dsap-api.proto32 RESPONSE = 2; enumerator
/aosp_15_r20/external/scapy/scapy/layers/
H A Deap.py219 RESPONSE = 2 variable in EAP
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java84 private static final String RESPONSE = "blahblahblah"; field in SupplicantStaIfaceHalTest
/aosp_15_r20/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.c501 SM_STATE(BE_AUTH, RESPONSE) in SM_STATE() argument

1234