Home
last modified time | relevance | path

Searched full:requestsize (Results 1 – 25 of 66) sorted by relevance

123

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DReactiveFlow.kt59 private val requestSize: Long in <lambda>() constant
88 val subscriber = ReactiveSubscriber<T>(capacity, onBufferOverflow, requestSize) in <lambda>()
97 if (++consumed == requestSize) { in <lambda>()
116 private val requestSize: Long constant
131 // Controlled by requestSize in onNext()
149 subscription.request(requestSize) in makeRequest()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DExecCommand.c87 uint32_t requestSize, // IN: command buffer size in ExecuteCommand() argument
104 // the sizes do not include the tag, command.code, requestSize, or the authorization in ExecuteCommand()
116 TpmFailureMode(requestSize, request, responseSize, response); in ExecuteCommand()
141 command.parameterSize = requestSize; in ExecuteCommand()
158 // received on that port is requestSize it must be identical to commandSize. in ExecuteCommand()
163 // it reaches MAX_COMMAND_SIZE, and requestSize would not equal commandSize. in ExecuteCommand()
164 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE) in ExecuteCommand()
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DTls.h360 request packet specified by RequestBuffer and RequestSize. If RequestBuffer is NULL and
361 RequestSize is 0, and TLS session status is EfiTlsSessionNotStarted, the TLS session
363 NULL and RequestSize is 0, and TLS session status is EfiTlsSessionClosing, the TLS
365 NULL and RequestSize is 0, and TLS session status is EfiTlsSessionError, the TLS
373 @param[in] RequestSize Packet size in bytes for the most recently received TLS
384 RequestBuffer is NULL but RequestSize is NOT 0.
385 RequestSize is 0 but RequestBuffer is NOT NULL.
398 IN UINTN RequestSize, OPTIONAL
DEap.h57 (RequestBuffer, RequestSize).
61 @param[in] RequestSize Packet size in bytes for the most recently received
78 IN UINTN RequestSize,
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DTls.h409 request packet specified by RequestBuffer and RequestSize. If RequestBuffer is NULL and
410 RequestSize is 0, and TLS session status is EfiTlsSessionNotStarted, the TLS session
412 NULL and RequestSize is 0, and TLS session status is EfiTlsSessionClosing, the TLS
414 NULL and RequestSize is 0, and TLS session status is EfiTlsSessionError, the TLS
422 @param[in] RequestSize Packet size in bytes for the most recently received TLS
433 RequestBuffer is NULL but RequestSize is NOT 0.
434 RequestSize is 0 but RequestBuffer is NOT NULL.
447 IN UINTN RequestSize OPTIONAL,
DEap.h50 (RequestBuffer, RequestSize).
54 @param[in] RequestSize Packet size in bytes for the most recently received
71 IN UINTN RequestSize,
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DTls.h410 request packet specified by RequestBuffer and RequestSize. If RequestBuffer is NULL and
411 RequestSize is 0, and TLS session status is EfiTlsSessionNotStarted, the TLS session
413 NULL and RequestSize is 0, and TLS session status is EfiTlsSessionClosing, the TLS
415 NULL and RequestSize is 0, and TLS session status is EfiTlsSessionError, the TLS
423 @param[in] RequestSize Packet size in bytes for the most recently received TLS
434 RequestBuffer is NULL but RequestSize is NOT 0.
435 RequestSize is 0 but RequestBuffer is NOT NULL.
448 IN UINTN RequestSize, OPTIONAL
DEap.h51 (RequestBuffer, RequestSize).
55 @param[in] RequestSize Packet size in bytes for the most recently received
72 IN UINTN RequestSize,
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DTls.h410 request packet specified by RequestBuffer and RequestSize. If RequestBuffer is NULL and
411 RequestSize is 0, and TLS session status is EfiTlsSessionNotStarted, the TLS session
413 NULL and RequestSize is 0, and TLS session status is EfiTlsSessionClosing, the TLS
415 NULL and RequestSize is 0, and TLS session status is EfiTlsSessionError, the TLS
423 @param[in] RequestSize Packet size in bytes for the most recently received TLS
434 RequestBuffer is NULL but RequestSize is NOT 0.
435 RequestSize is 0 but RequestBuffer is NOT NULL.
448 IN UINTN RequestSize, OPTIONAL
DEap.h51 (RequestBuffer, RequestSize).
55 @param[in] RequestSize Packet size in bytes for the most recently received
72 IN UINTN RequestSize,
/external/nos/host/generic/libnos/
DNuggetClientDebuggable.cpp41 const uint32_t requestSize = request.size(); in CallApp() local
56 request.data(), requestSize, in CallApp()
DNuggetClient.cpp66 const uint32_t requestSize = request.size(); in CallApp() local
77 request.data(), requestSize, in CallApp()
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
DLongLivedChannel.java57 int requestSize = 1234; in doGet() local
62 .setBody(ByteString.copyFrom(new byte[requestSize]))) in doGet()
/external/ms-tpm-20-ref/TPMCmd/Platform/src/
DRunCommand.c67 uint32_t requestSize, // IN: command buffer size in _plat__RunCommand() argument
74 ExecuteCommand(requestSize, request, responseSize, response); in _plat__RunCommand()
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DRunCommand.c71 uint32_t requestSize, // IN: command buffer size in _plat__RunCommand() argument
78 ExecuteCommand(requestSize, request, responseSize, response); in _plat__RunCommand()
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing/
DTracedBatchingCallable.java77 long requestSize = batchingDescriptor.countBytes(request); in futureCall() local
79 tracer.batchRequestSent(elementCount, requestSize); in futureCall()
DApiTracer.java154 * @param requestSize the size of the batch in bytes.
156 void batchRequestSent(long elementCount, long requestSize); in batchRequestSent() argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/
DRunCommand.c70 unsigned int requestSize, // IN: command buffer size in _plat__RunCommand() argument
77 ExecuteCommand((uint32_t)requestSize, request, (uint32_t*)responseSize, response); in _plat__RunCommand()
/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
DBufferPerformanceBenchmark.java163 int requestSize = 2048; field in BufferPerformanceBenchmark
176 requestBytes = storeSourceData(new byte[requestSize]); in storeRequestResponseData()
177 responseBytes = storeSourceData(new byte[requestSize * responseFactor]); in storeRequestResponseData()
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java163 int requestSize = 2048; field in BufferPerformanceBench
176 requestBytes = storeSourceData(new byte[requestSize]); in storeRequestResponseData()
177 responseBytes = storeSourceData(new byte[requestSize * responseFactor]); in storeRequestResponseData()
/external/google-auth-library-java/.github/
Dauto-label.yaml14 requestsize:
/external/sdk-platform-java/.github/
Dauto-label.yaml14 requestsize:
/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.github/
Dauto-label.yaml14 requestsize:
/external/sdk-platform-java/java-common-protos/.github/
Dauto-label.yaml14 requestsize:
/external/python/python-api-core/.github/
Dauto-label.yaml14 requestsize:

123