/aosp_15_r20/external/perfetto/src/trace_processor/importers/etm/ |
H A D | etm_v4_decoder.cc | 44 Delegate* delegate, in Create() 52 EtmV4Decoder::EtmV4Decoder(Delegate* delegate, TargetMemoryReader* reader) in EtmV4Decoder() 104 base::StatusOr<bool> EtmV4Decoder::Reset(ocsd_trc_index_t index) { in Reset() 110 base::StatusOr<bool> EtmV4Decoder::Flush(ocsd_trc_index_t index) { in Flush() 116 base::StatusOr<bool> EtmV4Decoder::Data(const ocsd_trc_index_t index, in Data() 126 base::StatusOr<bool> EtmV4Decoder::Eot(ocsd_trc_index_t index) { in Eot()
|
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/internal/ |
H A D | NonNullElementWrapperList.java | 18 private final ArrayList<E> delegate; field in NonNullElementWrapperList 20 public NonNullElementWrapperList(ArrayList<E> delegate) { in NonNullElementWrapperList() 24 @Override public E get(int index) { in get() 39 @Override public E set(int index, E element) { in set() 43 @Override public void add(int index, E element) { in add() 47 @Override public E remove(int index) { in remove()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | FilteredKeyMultimap.java | 136 protected Set<V> delegate() { in delegate() method in FilteredKeyMultimap.AddRejectingSet 156 public void add(int index, @ParametricNullness V element) { in add() 169 public boolean addAll(int index, Collection<? extends V> elements) { in addAll() 176 protected List<V> delegate() { in delegate() method in FilteredKeyMultimap.AddRejectingList 194 protected Collection<Entry<K, V>> delegate() { in delegate() method in FilteredKeyMultimap.Entries
|
H A D | CompactHashSet.java | 297 Set<E> delegate = delegateOrNull(); in add() local 423 Set<E> delegate = delegateOrNull(); in contains() local 452 Set<E> delegate = delegateOrNull(); in remove() local 457 int index = in remove() local 539 Set<E> delegate = delegateOrNull(); in iterator() local 590 Set<E> delegate = delegateOrNull(); in size() local 604 Set<E> delegate = delegateOrNull(); in toArray() local 618 Set<E> delegate = delegateOrNull(); in toArray() local 632 Set<E> delegate = delegateOrNull(); in trimToSize() local 656 Set<E> delegate = delegateOrNull(); in clear() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | FilteredKeyMultimap.java | 136 protected Set<V> delegate() { in delegate() method in FilteredKeyMultimap.AddRejectingSet 156 public void add(int index, @ParametricNullness V element) { in add() 169 public boolean addAll(int index, Collection<? extends V> elements) { in addAll() 176 protected List<V> delegate() { in delegate() method in FilteredKeyMultimap.AddRejectingList 194 protected Collection<Entry<K, V>> delegate() { in delegate() method in FilteredKeyMultimap.Entries
|
H A D | CompactHashSet.java | 301 Set<E> delegate = delegateOrNull(); in add() local 427 Set<E> delegate = delegateOrNull(); in contains() local 456 Set<E> delegate = delegateOrNull(); in remove() local 461 int index = in remove() local 543 Set<E> delegate = delegateOrNull(); in iterator() local 597 Set<E> delegate = delegateOrNull(); in spliterator() local 607 Set<E> delegate = delegateOrNull(); in forEach() local 619 Set<E> delegate = delegateOrNull(); in size() local 633 Set<E> delegate = delegateOrNull(); in toArray() local 647 Set<E> delegate = delegateOrNull(); in toArray() local [all …]
|
H A D | JdkBackedImmutableSet.java | 33 private final Set<?> delegate; field in JdkBackedImmutableSet 36 JdkBackedImmutableSet(Set<?> delegate, ImmutableList<E> delegateList) { in JdkBackedImmutableSet() 42 E get(int index) { in get()
|
/aosp_15_r20/external/cronet/net/test/embedded_test_server/ |
H A D | http_response.cc | 41 base::WeakPtr<HttpResponseDelegate> delegate) { in SendResponse() 46 std::size_t index = response.find_last_not_of("\r\n"); in SendResponse() local 95 base::WeakPtr<HttpResponseDelegate> delegate) { in SendResponse() 106 base::WeakPtr<HttpResponseDelegate> delegate) { in SendResponse() 114 void HungResponse::SendResponse(base::WeakPtr<HttpResponseDelegate> delegate) {} in SendResponse() 122 base::WeakPtr<HttpResponseDelegate> delegate) { in SendResponse()
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | track_event_parser.cc | 106 util::ProtoToArgsParser::Delegate& delegate) { in MaybeParseUnsymbolizedSourceLocation() 134 util::ProtoToArgsParser::Delegate& delegate) { in MaybeParseSourceLocation() 628 size_t index = 0; in ParseExtraCounterValues() local 655 size_t index) { in AddExtraCounterValue() 1473 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1482 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1489 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1496 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1504 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1514 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | CapturingRenderersFactory.java | 147 private final MediaCodecAdapter delegate; field in CapturingRenderersFactory.CapturingMediaCodecAdapter 163 private CapturingMediaCodecAdapter(MediaCodecAdapter delegate, String codecName) { in CapturingMediaCodecAdapter() 190 public ByteBuffer getInputBuffer(int index) { in getInputBuffer() 200 public ByteBuffer getOutputBuffer(int index) { in getOutputBuffer() 206 int index, int offset, int size, long presentationTimeUs, int flags) { in queueInputBuffer() 216 int index, int offset, CryptoInfo info, long presentationTimeUs, int flags) { in queueSecureInputBuffer() 221 public void releaseOutputBuffer(int index, boolean render) { in releaseOutputBuffer() 227 public void releaseOutputBuffer(int index, long renderTimeStampNs) { in releaseOutputBuffer()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | CapturingRenderersFactory.java | 147 private final MediaCodecAdapter delegate; field in CapturingRenderersFactory.CapturingMediaCodecAdapter 163 private CapturingMediaCodecAdapter(MediaCodecAdapter delegate, String codecName) { in CapturingMediaCodecAdapter() 190 public ByteBuffer getInputBuffer(int index) { in getInputBuffer() 206 public ByteBuffer getOutputBuffer(int index) { in getOutputBuffer() 212 int index, int offset, int size, long presentationTimeUs, int flags) { in queueInputBuffer() 222 int index, int offset, CryptoInfo info, long presentationTimeUs, int flags) { in queueSecureInputBuffer() 227 public void releaseOutputBuffer(int index, boolean render) { in releaseOutputBuffer() 233 public void releaseOutputBuffer(int index, long renderTimeStampNs) { in releaseOutputBuffer()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | interpreter.h | 217 const char* GetInputName(int index) const { in GetInputName() 233 const char* GetOutputName(int index) const { in GetOutputName() 393 TfLiteTensor* input_tensor(size_t index) { return tensor(inputs()[index]); } in input_tensor() 397 const TfLiteTensor* input_tensor(size_t index) const { in input_tensor() 404 T* typed_input_tensor(int index) { in typed_input_tensor() 411 const T* typed_input_tensor(int index) const { in typed_input_tensor() 417 TfLiteTensor* output_tensor(size_t index) { return tensor(outputs()[index]); } in output_tensor() 421 const TfLiteTensor* output_tensor(size_t index) const { in output_tensor() 428 T* typed_output_tensor(int index) { in typed_output_tensor() 435 const T* typed_output_tensor(int index) const { in typed_output_tensor() [all …]
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | thread_cache_unittest.cc | 225 uint16_t index = SizeToIndex(kSmallSize); in TEST_P() local 255 uint16_t index = SizeToIndex(kSmallSize); in TEST_P() local 440 ThreadDelegateForMultipleThreadCaches delegate( in TEST_P() local 485 ThreadDelegateForThreadCacheReclaimedWhenThreadExits delegate( in TEST_P() local 560 ThreadDelegateForThreadCacheRegistry delegate(parent_thread_tcache, root(), in TEST_P() local 706 ThreadDelegateForMultipleThreadCachesAccounting delegate( in TEST_P() local 784 ThreadDelegateForPurgeAll delegate( in TEST_P() local 945 ThreadDelegateForPeriodicPurgeSumsOverAllThreads delegate( in TEST_P() local 1114 ThreadDelegateForDynamicCountPerBucketMultipleThreads delegate( in TEST_P() local 1182 size_t index = FillThreadCacheAndReturnIndex(large_allocation_size); in TEST_P() local [all …]
|
/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() 308 Delegate& delegate) { in MaybeApplyOverrideForField() 319 Delegate& delegate) { in MaybeApplyOverrideForType() 329 Delegate& delegate) { in ParseSimpleField() 381 size_t index) { in EnterArray() 396 Delegate& delegate) { in AddDefault() 474 Delegate& delegate) { in AddEnum()
|
H A D | debug_annotation_parser.cc | 54 ProtoToArgsParser::Delegate& delegate, in ParseDebugAnnotationName() 75 ProtoToArgsParser::Delegate& delegate, in ParseDebugAnnotationValue() 117 size_t index = delegate.GetArrayEntryIndex(context_name.key); in ParseDebugAnnotationValue() local 174 ProtoToArgsParser::Delegate& delegate) { in Parse() 191 ProtoToArgsParser::Delegate& delegate) { in ParseNestedValueArgs()
|
/aosp_15_r20/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/ |
D | SuffixTableBlock.java | 90 int getEntryValue(int index); in getEntryValue() 93 private SuffixTableBlock(SatS2RangeFileFormat fileFormat, SuffixTableBlockDelegate delegate) { in SuffixTableBlock() 109 PopulatedSuffixTableBlock delegate = new PopulatedSuffixTableBlock(fileFormat, packedTable); in createPopulated() local 165 public int getEntryValue(int index) { in getEntryValue()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/teflon/ |
H A D | tfl_device.c | 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/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | ForwardingListTest.java | 51 protected List<T> delegate() { in delegate() method in ForwardingListTest.StandardImplForwardingList 66 public boolean addAll(int index, Collection<? extends T> elements) { in addAll() 146 public ListIterator<T> listIterator(int index) { in listIterator() 213 private static <T> List<T> wrap(final List<T> delegate) { in wrap()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | ForwardingListTest.java | 51 protected List<T> delegate() { in delegate() method in ForwardingListTest.StandardImplForwardingList 66 public boolean addAll(int index, Collection<? extends T> elements) { in addAll() 146 public ListIterator<T> listIterator(int index) { in listIterator() 213 private static <T> List<T> wrap(final List<T> delegate) { in wrap()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/ |
H A D | subgraph.cc | 203 TfLiteTensor* tensor(size_t index) override { in tensor() 302 const TfLiteIntArray* nodes_to_replace, TfLiteDelegate* delegate) { in ReplaceNodeSubsetsWithDelegateKernels() 337 TfLiteDelegateParams* CreateDelegateParams(TfLiteDelegate* delegate, in CreateDelegateParams() 404 TfLiteDelegate* delegate) { in ReplaceNodeSubsetsWithDelegateKernels() 644 int index = indices[i]; in CheckTensorIndices() local 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() 1995 auto tensorIsInput = [&](int index) { in MaybeReleaseDynamicTensors() 2001 auto tensorIsOutput = [&](int index) { in MaybeReleaseDynamicTensors()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/text/ |
D | SimpleDateFormat.java | 1092 FieldDelegate delegate) { in format() 1144 CharacterIteratorFieldDelegate delegate = new in formatToCharacterIterator() local 1148 format((Date)obj, sb, delegate); in formatToCharacterIterator() local 1267 FieldDelegate delegate, StringBuffer buffer, in subFormat() 2199 int index = start; in subParseNumericZone() local 2368 int index; in subParse() local 2776 int index = -1; in parseMonth() local 2806 int index = -1; in parseWeekday() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/ |
D | SimpleDateFormat.java | 1092 FieldDelegate delegate) { in format() 1144 CharacterIteratorFieldDelegate delegate = new in formatToCharacterIterator() local 1148 format((Date)obj, sb, delegate); in formatToCharacterIterator() local 1267 FieldDelegate delegate, StringBuffer buffer, in subFormat() 2199 int index = start; in subParseNumericZone() local 2368 int index; in subParse() local 2776 int index = -1; in parseMonth() local 2806 int index = -1; in parseWeekday() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/ |
H A D | SimpleDateFormat.java | 1092 FieldDelegate delegate) { in format() 1144 CharacterIteratorFieldDelegate delegate = new in formatToCharacterIterator() local 1148 format((Date)obj, sb, delegate); in formatToCharacterIterator() local 1267 FieldDelegate delegate, StringBuffer buffer, in subFormat() 2199 int index = start; in subParseNumericZone() local 2368 int index; in subParse() local 2776 int index = -1; in parseMonth() local 2806 int index = -1; in parseWeekday() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | guava-13.0.1.jar | ... .ImmutableList backingList
private int reverseIndex (int)
int index
private int reversePosition (int)
int index
public com ... |
/aosp_15_r20/packages/services/Telecomm/libs/ |
D | guava.jar | ... .google.common.util.concurrent.ListenableFuture delegate
com.google.common.base.Function mapper ... |