Home
last modified time | relevance | path

Searched defs:REQUEST (Results 1 – 25 of 208) sorted by relevance

123456789

/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/
Dlib.rs2234 const REQUEST: &[u8] = in test_request_with_whitespace_between_header_name_and_colon() constant
2280 const REQUEST: &[u8] = in test_request_with_invalid_char_between_header_name_and_colon() constant
2323 const REQUEST: &[u8] = in test_ignore_header_line_with_missing_colon_in_request() constant
2368 const REQUEST: &[u8] = in test_request_header_with_missing_colon_with_folding() constant
2404 const REQUEST: &[u8] = in test_request_header_with_nul_in_header_name() constant
2437 const REQUEST: &[u8] = in test_header_with_cr_in_header_name() constant
2472 const REQUEST: &[u8] = in test_header_with_nul_in_whitespace_before_colon() constant
2501 const REQUEST: &[u8] = in test_header_with_nul_in_value() constant
2541 const REQUEST: &[u8] = in test_header_with_invalid_char_in_value() constant
2588 const REQUEST: &[u8] = in test_header_with_invalid_char_in_value_with_folding() constant
[all …]
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSDestroyedNetworkTests.kt44 private val REQUEST = NetworkRequest.Builder() constant
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_i2c.h653 #define IS_TRANSFER_REQUEST(REQUEST) (((REQUEST) == I2C_GENERATE_STOP) || \ argument
658 #define IS_I2C_TRANSFER_OPTIONS_REQUEST(REQUEST) (((REQUEST) == I2C_FIRST_FRAME) || \ argument
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_i2c.h653 #define IS_TRANSFER_REQUEST(REQUEST) (((REQUEST) == I2C_GENERATE_STOP) || \ argument
658 #define IS_I2C_TRANSFER_OPTIONS_REQUEST(REQUEST) (((REQUEST) == I2C_FIRST_FRAME) || \ argument
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
H A DUssdModeType.aidl38 REQUEST, enumConstant
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
H A DUssdModeType.aidl39 REQUEST, enumConstant
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.voice_interface/dump/android/hardware/radio/voice/
DUssdModeType.aidl39 REQUEST, enumConstant
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
H A DUssdModeType.aidl38 REQUEST = 1, enumConstant
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
H A DUssdModeType.aidl39 REQUEST, enumConstant
/aosp_15_r20/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
H A DUssdModeType.aidl31 REQUEST, enumConstant
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.voice-V1-ndk-source/gen/include/aidl/android/hardware/radio/voice/
DUssdModeType.h21 REQUEST = 1, enumerator
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.voice-V1-ndk-source/gen/include/aidl/android/hardware/radio/voice/
DUssdModeType.h21 REQUEST = 1, enumerator
/aosp_15_r20/packages/modules/Connectivity/remoteauth/tests/unit/src/com/android/server/remoteauth/
DRemoteAuthPlatformTest.java46 private static final byte[] REQUEST = new byte[] {(byte) 0x01}; field in RemoteAuthPlatformTest
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.voice-V1-ndk-source/gen/include/aidl/android/hardware/radio/voice/
DUssdModeType.h21 REQUEST = 1, enumerator
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.voice-V1-ndk-source/gen/include/aidl/android/hardware/radio/voice/
DUssdModeType.h21 REQUEST = 1, enumerator
/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/out/soong/.intermediates/hardware/interfaces/radio/1.0/android.hardware.radio-V1.0-java_gen_java/gen/srcs/android/hardware/radio/V1_0/
DUssdModeType.java6 …public static final int REQUEST = 1 /* ::android::hardware::radio::V1_0::UssdModeType.NOTIFY impli… field in UssdModeType
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.voice-V4-java-source/gen/android/hardware/radio/voice/
DUssdModeType.java15 public static final int REQUEST = 1; field
/aosp_15_r20/external/volley/core/src/test/java/com/android/volley/toolbox/
H A DBaseHttpStackTest.java26 private static final Request<?> REQUEST = new TestRequest.Get(); field in BaseHttpStackTest
H A DAdaptedHttpStackTest.java32 private static final Request<?> REQUEST = new TestRequest.Get(); field in AdaptedHttpStackTest
/aosp_15_r20/external/pigweed/pw_rpc/internal/
H A Dpacket.proto27 REQUEST = 0; enumerator
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/ambientcontext/
H A DAmbientContextShellCommand.java42 private static final AmbientContextEventRequest REQUEST = field in AmbientContextShellCommand

123456789