Home
last modified time | relevance | path

Searched +defs:bytes +defs:delegate (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/aosp_15_r20/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc437 const void* bytes, in ReceivedBytes()
478 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
494 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
514 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
545 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
607 void UnpausingTimeoutCallback(PausingHttpFetcherTestDelegate* delegate, in UnpausingTimeoutCallback()
619 PausingHttpFetcherTestDelegate delegate; in TYPED_TEST() local
659 const void* bytes, in ReceivedBytes()
687 void AbortingTimeoutCallback(AbortingHttpFetcherTestDelegate* delegate, in AbortingTimeoutCallback()
700 AbortingHttpFetcherTestDelegate delegate; in TYPED_TEST() local
[all …]
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
H A DAltsProtocolNegotiatorTest.java447 private TsiHandshakerFactory delegate; field in AltsProtocolNegotiatorTest.DelegatingTsiHandshakerFactory
449 DelegatingTsiHandshakerFactory(TsiHandshakerFactory delegate) { in DelegatingTsiHandshakerFactory()
461 private final TsiHandshaker delegate; field in AltsProtocolNegotiatorTest.DelegatingTsiHandshaker
463 DelegatingTsiHandshaker(TsiHandshaker delegate) { in DelegatingTsiHandshaker()
468 public void getBytesToSendToPeer(ByteBuffer bytes) throws GeneralSecurityException { in getBytesToSendToPeer()
473 public boolean processBytesFromPeer(ByteBuffer bytes) throws GeneralSecurityException { in processBytesFromPeer()
516 private final TsiFrameProtector delegate; field in AltsProtocolNegotiatorTest.InterceptingProtector
519 InterceptingProtector(TsiFrameProtector delegate) { in InterceptingProtector()
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/read/
Ddecoder_tests.rs92 let mut bytes = Vec::new(); in handles_short_read_from_delegate() localVariable
127 let mut bytes = Vec::new(); in read_in_short_increments() localVariable
158 let mut bytes = Vec::new(); in read_in_short_increments_with_short_delegate_reads() localVariable
198 let mut bytes = Vec::new(); in reports_invalid_last_symbol_correctly() localVariable
249 let mut bytes = Vec::new(); in reports_invalid_byte_correctly() localVariable
303 let mut bytes = Vec::new(); in internal_padding_error_with_short_read_concatenated_texts_invalid_byte_error() localVariable
388 let mut bytes = Vec::new(); in internal_padding_anywhere_error() localVariable
464 delegate: &'b mut R, field
478 delegate: R, field
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DReserializingTestCollectionGenerator.java37 private final TestCollectionGenerator<E> delegate; field in ReserializingTestCollectionGenerator
39 ReserializingTestCollectionGenerator(TestCollectionGenerator<E> delegate) { in ReserializingTestCollectionGenerator()
44 TestCollectionGenerator<E> delegate) { in newInstance()
56 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in reserialize() local
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
H A DReserializingTestCollectionGenerator.java37 private final TestCollectionGenerator<E> delegate; field in ReserializingTestCollectionGenerator
39 ReserializingTestCollectionGenerator(TestCollectionGenerator<E> delegate) { in ReserializingTestCollectionGenerator()
44 TestCollectionGenerator<E> delegate) { in newInstance()
56 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in reserialize() local
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DForwardingClientStreamTracer.java30 protected abstract ClientStreamTracer delegate(); in delegate() method in ForwardingClientStreamTracer
83 public void outboundWireSize(long bytes) { in outboundWireSize()
88 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize()
93 public void inboundWireSize(long bytes) { in inboundWireSize()
98 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize()
H A DAbstractServerImplBuilder.java65 protected abstract ServerBuilder<?> delegate(); in delegate() method in AbstractServerImplBuilder
194 public T maxInboundMessageSize(int bytes) { in maxInboundMessageSize()
200 public T maxInboundMetadataSize(int bytes) { in maxInboundMetadataSize()
H A DAbstractManagedChannelImplBuilder.java78 protected abstract ManagedChannelBuilder<?> delegate(); in delegate() method in AbstractManagedChannelImplBuilder
238 public T retryBufferSize(long bytes) { in retryBufferSize()
244 public T perRpcBufferLimit(long bytes) { in perRpcBufferLimit()
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
H A DForwardingClientStreamTracer.java29 protected abstract ClientStreamTracer delegate(); in delegate() method in ForwardingClientStreamTracer
82 public void outboundWireSize(long bytes) { in outboundWireSize()
87 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize()
92 public void inboundWireSize(long bytes) { in inboundWireSize()
97 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize()
/aosp_15_r20/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java402 final ObbListenerDelegate delegate; in onObbResult() local
416 final ObbListenerDelegate delegate = new ObbListenerDelegate(listener); in addListener() local
505 final StorageEventListenerDelegate delegate = new StorageEventListenerDelegate( in registerListener() local
527 final StorageEventListenerDelegate delegate = i.next(); in unregisterListener() local
576 final StorageEventListenerDelegate delegate = new StorageEventListenerDelegate( in registerStorageVolumeCallback() local
596 final StorageEventListenerDelegate delegate = i.next(); in unregisterStorageVolumeCallback() local
2309 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes()
2318 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes()
2321 mStorageManager.allocateBytes(convert(storageUuid), bytes, flags, in allocateBytes() local
2382 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { in allocateBytes()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc302 const TfLiteIntArray* nodes_to_replace, TfLiteDelegate* delegate) { in ReplaceNodeSubsetsWithDelegateKernels()
337 TfLiteDelegateParams* CreateDelegateParams(TfLiteDelegate* delegate, in CreateDelegateParams()
404 TfLiteDelegate* delegate) { in ReplaceNodeSubsetsWithDelegateKernels()
529 size_t* bytes) { in GetModelMetadata()
547 size_t* bytes) { in GetModelMetadata()
689 size_t dims_size, size_t* bytes) { in BytesRequired()
1453 size_t bytes, const Allocation* allocation, TfLiteSparsity* sparsity) { in SetTensorParametersReadOnly()
1641 const TfLiteIntArray* nodes_to_replace, TfLiteDelegate* delegate) { in SwitchToKernelContext()
1742 for (auto* delegate : delegates_to_apply) { in RedoAllDelegates() local
1790 TfLiteStatus Subgraph::ModifyGraphWithDelegate(TfLiteDelegate* delegate) { in ModifyGraphWithDelegate()
/aosp_15_r20/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
H A DTestServerStreamTracer.java28 private final TestBaseStreamTracer delegate = new TestBaseStreamTracer(); field in TestServerStreamTracer
90 public void outboundWireSize(long bytes) { in outboundWireSize()
95 public void inboundWireSize(long bytes) { in inboundWireSize()
100 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize()
105 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize()
H A DTestClientStreamTracer.java31 private final TestBaseStreamTracer delegate = new TestBaseStreamTracer(); field in TestClientStreamTracer
123 public void outboundWireSize(long bytes) { in outboundWireSize()
128 public void inboundWireSize(long bytes) { in inboundWireSize()
133 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize()
138 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/teflon/
H A Dtfl_device.c62 unsigned bytes; in create_resource() local
97 fill_operation(struct teflon_delegate *delegate, TfLiteContext *tf_context, TfLiteNode *node, TfLit… in fill_operation()
130 fill_tensor(struct teflon_delegate *delegate, TfLiteContext *tf_context, struct pipe_tensor *tensor… in fill_tensor()
223 struct teflon_delegate *delegate = (struct teflon_delegate *)params->delegate; in partition_init() local
316 struct teflon_delegate *delegate = (struct teflon_delegate *)node->delegate; in partition_invoke() local
352 PrepareDelegate(TfLiteContext *context, TfLiteDelegate *delegate) in PrepareDelegate()
409 TfLiteDelegate *delegate, in CopyFromBufferHandle()
418 TfLiteDelegate *delegate, in FreeBufferHandle()
435 struct teflon_delegate *delegate = (struct teflon_delegate *)calloc(1, sizeof(*delegate)); in tflite_plugin_create_delegate() local
471 struct teflon_delegate *delegate = (struct teflon_delegate *)tflite_delegate; in tflite_plugin_destroy_delegate() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java695 private boolean processFileBytes(String name, long lastModified, byte[] bytes) { in processFileBytes()
749 private boolean processClass(String name, byte[] bytes) { in processClass()
768 private DirectClassFile parseClass(String name, byte[] bytes) { in parseClass()
777 private ClassDefItem translateClass(byte[] bytes, DirectClassFile cf) { in translateClass()
1165 protected final FileNameFilter delegate; field in Main.RemoveModuleInfoFilter
1167 public RemoveModuleInfoFilter(FileNameFilter delegate) { in RemoveModuleInfoFilter()
1718 byte[] bytes) { in processFileBytes()
1757 byte[] bytes; field in Main.ClassParserTask
1759 private ClassParserTask(String name, byte[] bytes) { in ClassParserTask()
1790 byte[] bytes; field in Main.DirectClassFileConsumer
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/read/
H A Ddecoder_tests.rs86 let mut bytes = Vec::new(); in handles_short_read_from_delegate() localVariable
121 let mut bytes = Vec::new(); in read_in_short_increments() localVariable
152 let mut bytes = Vec::new(); in read_in_short_increments_with_short_delegate_reads() localVariable
187 let mut bytes = Vec::new(); in reports_invalid_last_symbol_correctly() localVariable
238 let mut bytes = Vec::new(); in reports_invalid_byte_correctly() localVariable
324 delegate: &'b mut R, field
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dcontrollable_http_response.cc32 void SendResponse(base::WeakPtr<HttpResponseDelegate> delegate) override { in SendResponse()
92 void ControllableHttpResponse::Send(const std::string& bytes) { in Send()
123 base::WeakPtr<HttpResponseDelegate> delegate, in OnRequest()
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dcommon.h399 size_t bytes; member
439 size_t bytes; member
449 struct TfLiteDelegate* delegate; member
517 struct TfLiteDelegate* delegate; member
559 size_t bytes; member
687 struct TfLiteDelegate* delegate; member
702 TfLiteOpaqueDelegate* delegate; member
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DForwardingServerBuilder.java50 protected abstract ServerBuilder<?> delegate(); in delegate() method in ForwardingServerBuilder
179 public T maxInboundMessageSize(int bytes) { in maxInboundMessageSize()
185 public T maxInboundMetadataSize(int bytes) { in maxInboundMetadataSize()
H A DForwardingChannelBuilder.java63 protected abstract ManagedChannelBuilder<?> delegate(); in delegate() method in ForwardingChannelBuilder
199 public T retryBufferSize(long bytes) { in retryBufferSize()
205 public T perRpcBufferLimit(long bytes) { in perRpcBufferLimit()
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dcommon.h386 size_t bytes; member
426 size_t bytes; member
436 struct TfLiteDelegate* delegate; member
503 struct TfLiteDelegate* delegate; member
545 size_t bytes; member
655 struct TfLiteDelegate* delegate; member
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/kotlin/
DManagedProvisioningLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/packages__apps__ManagedProvisioning__android_common__ManagedProvisioningLib.kotlin_module com ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/repackaged-jarjar/kotlinc/
DManagedProvisioningLib.jarcom/android/managedprovisioning/util/LazyStringResourceKt.class LazyStringResource.kt package com.android. ...
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/async/
H A DOutputStreamPublisher.java38 private final SimplePublisher<ByteBuffer> delegate = new SimplePublisher<>(); field in OutputStreamPublisher
101 private void send(ByteBuffer bytes) { in send()
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
HDokio-1.9.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$1. ...

12345678910>>...48