/aosp_15_r20/system/nvram/messages/ |
H A D | io.cpp | 74 InputStreamBuffer::InputStreamBuffer(const void* data, size_t size) in InputStreamBuffer() 87 bool InputStreamBuffer::Read(void* data, size_t size) { in Read() 117 bool InputStreamBuffer::Skip(size_t size) { in Skip() 135 NestedInputStreamBuffer::NestedInputStreamBuffer(InputStreamBuffer* delegate, in NestedInputStreamBuffer() 136 size_t size) in NestedInputStreamBuffer() 154 const uint8_t* NestedInputStreamBuffer::ClampEnd(InputStreamBuffer* delegate, in ClampEnd() 155 size_t size) { in ClampEnd() 162 OutputStreamBuffer::OutputStreamBuffer(void* data, size_t size) in OutputStreamBuffer() 174 bool OutputStreamBuffer::Write(const void* data, size_t size) { in Write() 255 uint64_t size; in ReadWireTag() local [all …]
|
/aosp_15_r20/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/ |
H A D | LinkedHashLruCache.java | 54 private final LinkedHashMap<K, SizedValue> delegate; field in LinkedHashLruCache 153 int size = estimateSizeOf(key, value); in cache() local 366 private final EvictionListener<K, V> delegate; field in LinkedHashLruCache.SizeHandlingEvictionListener 368 SizeHandlingEvictionListener(@Nullable EvictionListener<K, V> delegate) { in SizeHandlingEvictionListener() 382 volatile int size; field in LinkedHashLruCache.SizedValue 385 SizedValue(int size, V value) { in SizedValue()
|
/aosp_15_r20/external/pdfium/testing/ |
H A D | embedder_test.cpp | 53 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in UnsupportedHandlerTrampoline() local 62 auto* delegate = static_cast<EmbedderTest*>(platform)->GetDelegate(); in AlertTrampoline() local 67 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in SetTimerTrampoline() local 72 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in KillTimerTrampoline() local 79 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in GetPageTrampoline() local 84 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionTrampoline() local 93 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoGoToActionTrampoline() local 101 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in OnFocusChangeTrampoline() local 108 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionWithKeyboardModifierTrampoline() local 656 uint16_t size = *reinterpret_cast<const uint16_t*>(data); in GetPostScriptFromEmf() local [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | RegularImmutableAsList.java | 35 private final ImmutableCollection<E> delegate; field in RegularImmutableAsList 38 RegularImmutableAsList(ImmutableCollection<E> delegate, ImmutableList<? extends E> delegateList) { in RegularImmutableAsList() 43 RegularImmutableAsList(ImmutableCollection<E> delegate, Object[] array) { in RegularImmutableAsList() 47 RegularImmutableAsList(ImmutableCollection<E> delegate, Object[] array, int size) { in RegularImmutableAsList()
|
H A D | ImmutableEnumMap.java | 51 private final transient EnumMap<K, V> delegate; field in ImmutableEnumMap 53 private ImmutableEnumMap(EnumMap<K, V> delegate) { in ImmutableEnumMap() 64 public int size() { in size() method in ImmutableEnumMap 117 final EnumMap<K, V> delegate; field in ImmutableEnumMap.EnumSerializedForm 119 EnumSerializedForm(EnumMap<K, V> delegate) { in EnumSerializedForm()
|
H A D | ImmutableEnumSet.java | 57 private final transient EnumSet<E> delegate; field in ImmutableEnumSet 59 private ImmutableEnumSet(EnumSet<E> delegate) { in ImmutableEnumSet() 74 public int size() { in size() method in ImmutableEnumSet 142 final EnumSet<E> delegate; field in ImmutableEnumSet.EnumSerializedForm 144 EnumSerializedForm(EnumSet<E> delegate) { in EnumSerializedForm()
|
H A D | AbstractMapBasedMultimap.java | 173 public int size() { in size() method in AbstractMapBasedMultimap 329 Collection<V> delegate; field in AbstractMapBasedMultimap.WrappedCollection 335 Collection<V> delegate, in WrappedCollection() 396 public int size() { in size() method in AbstractMapBasedMultimap.WrappedCollection 592 WrappedSet(@ParametricNullness K key, Set<V> delegate) { in WrappedSet() 621 SortedSet<V> delegate, in WrappedSortedSet() 682 NavigableSet<V> delegate, in WrappedNavigableSet() 767 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in WrappedList() 916 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in RandomAccessWrappedList()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/ |
H A D | ForwardingCache.java | 43 protected abstract Cache<K, V> delegate(); in delegate() method in ForwardingCache 98 public long size() { in size() method in ForwardingCache 124 private final Cache<K, V> delegate; field in ForwardingCache.SimpleForwardingCache 126 protected SimpleForwardingCache(Cache<K, V> delegate) { in SimpleForwardingCache() 131 protected final Cache<K, V> delegate() { in delegate() method in ForwardingCache.SimpleForwardingCache
|
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/ |
H A D | ForwardingCache.java | 43 protected abstract Cache<K, V> delegate(); in delegate() method in ForwardingCache 98 public long size() { in size() method in ForwardingCache 124 private final Cache<K, V> delegate; field in ForwardingCache.SimpleForwardingCache 126 protected SimpleForwardingCache(Cache<K, V> delegate) { in SimpleForwardingCache() 131 protected final Cache<K, V> delegate() { in delegate() method in ForwardingCache.SimpleForwardingCache
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | ImmutableEnumSet.java | 59 private final transient EnumSet<E> delegate; field in ImmutableEnumSet 61 private ImmutableEnumSet(EnumSet<E> delegate) { in ImmutableEnumSet() 86 public int size() { in size() method in ImmutableEnumSet 154 final EnumSet<E> delegate; field in ImmutableEnumSet.EnumSerializedForm 156 EnumSerializedForm(EnumSet<E> delegate) { in EnumSerializedForm()
|
H A D | ImmutableEnumMap.java | 53 private final transient EnumMap<K, V> delegate; field in ImmutableEnumMap 55 private ImmutableEnumMap(EnumMap<K, V> delegate) { in ImmutableEnumMap() 71 public int size() { in size() method in ImmutableEnumMap 134 final EnumMap<K, V> delegate; field in ImmutableEnumMap.EnumSerializedForm 136 EnumSerializedForm(EnumMap<K, V> delegate) { in EnumSerializedForm()
|
H A D | CollectSpliterators.java | 46 int size, int extraCharacteristics, IntFunction<T> function) { in indexed() 51 int size, in indexed() 59 private final Spliterator.OfInt delegate; in indexed() field in CollectSpliterators.WithCharacteristics 61 WithCharacteristics(Spliterator.OfInt delegate) { in indexed()
|
H A D | CompactHashMap.java | 237 private transient int size; field in CompactHashMap 342 Map<K, V> delegate = delegateOrNull(); in put() local 507 Map<K, V> delegate = delegateOrNull(); in containsKey() local 514 Map<K, V> delegate = delegateOrNull(); in get() local 531 Map<K, V> delegate = delegateOrNull(); in remove() local 680 Map<K, V> delegate = delegateOrNull(); in replaceAll() local 712 Map<K, V> delegate = delegateOrNull(); in toArray() local 728 Map<K, V> delegate = delegateOrNull(); in toArray() local 736 Map<K, V> delegate = delegateOrNull(); in remove() local 752 Map<K, V> delegate = delegateOrNull(); in spliterator() local [all …]
|
H A D | AbstractMapBasedMultimap.java | 175 public int size() { in size() method in AbstractMapBasedMultimap 331 Collection<V> delegate; field in AbstractMapBasedMultimap.WrappedCollection 337 Collection<V> delegate, in WrappedCollection() 398 public int size() { in size() method in AbstractMapBasedMultimap.WrappedCollection 600 WrappedSet(@ParametricNullness K key, Set<V> delegate) { in WrappedSet() 629 SortedSet<V> delegate, in WrappedSortedSet() 690 NavigableSet<V> delegate, in WrappedNavigableSet() 775 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in WrappedList() 924 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in RandomAccessWrappedList()
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | proto_to_args_parser.cc | 101 Delegate& delegate, in ParseMessage() 114 Delegate& delegate, in ParseMessageInternal() 197 Delegate& delegate, in ParseField() 239 Delegate& delegate, in ParsePackedField() 263 size_t size = field.as_bytes().size; in ParsePackedField() local 308 Delegate& delegate) { in MaybeApplyOverrideForField() 319 Delegate& delegate) { in MaybeApplyOverrideForType() 329 Delegate& delegate) { in ParseSimpleField() 396 Delegate& delegate) { in AddDefault() 474 Delegate& delegate) { in AddEnum()
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/ |
H A D | dm_user_block_server.cpp | 28 Delegate* delegate, size_t buffer_size) in DmUserBlockServer() 85 void* DmUserBlockServer::GetResponseBuffer(size_t size, size_t to_write) { in GetResponseBuffer() 111 bool DmUserBlockServer::WriteDmUserPayload(size_t size) { in WriteDmUserPayload() 137 std::unique_ptr<IBlockServer> DmUserBlockServerOpener::Open(IBlockServer::Delegate* delegate, in Open()
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/etm/ |
H A D | etm_v4_decoder.cc | 32 uint32_t ClampToUint32(size_t size) { in ClampToUint32() 44 Delegate* delegate, in Create() 52 EtmV4Decoder::EtmV4Decoder(Delegate* delegate, TargetMemoryReader* reader) in EtmV4Decoder() 117 const size_t size, in Data()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/teflon/ |
H A D | tfl_device.c | 63 unsigned size = 1; 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/prebuilts/devtools/tools/lib/ |
HD | guava-13.0.1.jar | ... final com.google.common.collect.ImmutableCollection delegate
private final com.google.common.collect. ... |
/aosp_15_r20/packages/services/Telecomm/libs/ |
D | guava.jar | ... .google.common.util.concurrent.ListenableFuture delegate
com.google.common.base.Function mapper ... |
/aosp_15_r20/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedMultimapTest.java | 77 final SetMultimap<K, V> delegate = HashMultimap.create(); field in SynchronizedMultimapTest.TestMultimap 81 protected SetMultimap<K, V> delegate() { in delegate() method in SynchronizedMultimapTest.TestMultimap 104 public int size() { in size() method in SynchronizedMultimapTest.TestMultimap 247 ListMultimap<String, Integer> delegate = ArrayListMultimap.create(); in testSynchronizedArrayListMultimapRandomAccess() local 256 ListMultimap<String, Integer> delegate = LinkedListMultimap.create(); in testSynchronizedLinkedListMultimapRandomAccess() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedMultimapTest.java | 77 final SetMultimap<K, V> delegate = HashMultimap.create(); field in SynchronizedMultimapTest.TestMultimap 81 protected SetMultimap<K, V> delegate() { in delegate() method in SynchronizedMultimapTest.TestMultimap 104 public int size() { in size() method in SynchronizedMultimapTest.TestMultimap 247 ListMultimap<String, Integer> delegate = ArrayListMultimap.create(); in testSynchronizedArrayListMultimapRandomAccess() local 256 ListMultimap<String, Integer> delegate = LinkedListMultimap.create(); in testSynchronizedLinkedListMultimapRandomAccess() local
|
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
H A D | FaultyFileSystem.java | 30 private final FileSystem delegate; field in FaultyFileSystem 33 public FaultyFileSystem(FileSystem delegate) { in FaultyFileSystem() 65 @Override public long size(File file) { in size() method in FaultyFileSystem 80 public FaultySink(Sink delegate, File file) { in FaultySink()
|