/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/ |
D | ReactiveFlow.kt | 59 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/ |
D | ExecCommand.c | 87 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/ |
D | Tls.h | 360 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
|
D | Eap.h | 57 (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/ |
D | Tls.h | 409 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,
|
D | Eap.h | 50 (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/ |
D | Tls.h | 410 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
|
D | Eap.h | 51 (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/ |
D | Tls.h | 410 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
|
D | Eap.h | 51 (RequestBuffer, RequestSize). 55 @param[in] RequestSize Packet size in bytes for the most recently received 72 IN UINTN RequestSize,
|
/external/nos/host/generic/libnos/ |
D | NuggetClientDebuggable.cpp | 41 const uint32_t requestSize = request.size(); in CallApp() local 56 request.data(), requestSize, in CallApp()
|
D | NuggetClient.cpp | 66 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/ |
D | LongLivedChannel.java | 57 int requestSize = 1234; in doGet() local 62 .setBody(ByteString.copyFrom(new byte[requestSize]))) in doGet()
|
/external/ms-tpm-20-ref/TPMCmd/Platform/src/ |
D | RunCommand.c | 67 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/ |
D | RunCommand.c | 71 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/ |
D | TracedBatchingCallable.java | 77 long requestSize = batchingDescriptor.countBytes(request); in futureCall() local 79 tracer.batchRequestSent(elementCount, requestSize); in futureCall()
|
D | ApiTracer.java | 154 * @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/ |
D | RunCommand.c | 70 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/ |
D | BufferPerformanceBenchmark.java | 163 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/ |
D | BufferPerformanceBench.java | 163 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/ |
D | auto-label.yaml | 14 requestsize:
|
/external/sdk-platform-java/.github/ |
D | auto-label.yaml | 14 requestsize:
|
/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.github/ |
D | auto-label.yaml | 14 requestsize:
|
/external/sdk-platform-java/java-common-protos/.github/ |
D | auto-label.yaml | 14 requestsize:
|
/external/python/python-api-core/.github/ |
D | auto-label.yaml | 14 requestsize:
|