Home
last modified time | relevance | path

Searched +defs:value +defs:delegate (Results 51 – 75 of 1333) sorted by relevance

12345678910>>...54

/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.7/
HDdagger-producers-2.7.jar ... extends dagger.producers.Produced { private final Object value private void <init> (java.lang. ...
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
H A DMergingSettableBeanProperty.java38 protected MergingSettableBeanProperty(SettableBeanProperty delegate, in MergingSettableBeanProperty()
46 SettableBeanProperty delegate) in MergingSettableBeanProperty()
52 public static MergingSettableBeanProperty construct(SettableBeanProperty delegate, in construct()
116 public void set(Object instance, Object value) throws IOException { in set()
125 public Object setAndReturn(Object instance, Object value) throws IOException { in setAndReturn()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Dgl_delegate.cc149 for (auto value : values) { in Prepare() local
155 for (auto value : values) { in Prepare() local
376 inline Delegate* GetGpuDelegate(TfLiteDelegate* delegate) { in GetGpuDelegate()
380 TfLiteStatus DelegatePrepare(TfLiteContext* context, TfLiteDelegate* delegate) { in DelegatePrepare()
422 TfLiteDelegate* delegate, in DelegateCopyFromBufferHandle()
435 TfLiteDelegate* delegate, in DelegateCopyToBufferHandle()
476 void TfLiteGpuDelegateDelete(TfLiteDelegate* delegate) { in TfLiteGpuDelegateDelete()
480 TfLiteStatus TfLiteGpuDelegateBindBufferToTensor(TfLiteDelegate* delegate, in TfLiteGpuDelegateBindBufferToTensor()
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
H A DAbstractFuture.java93 private V value; field in AbstractFuture
94 private @Nullable Future<? extends V> delegate; field in AbstractFuture
181 protected boolean set(V value) { in set()
190 private void forceSet(V value) { in forceSet()
292 V value = getDone(this); in addDoneString() local
392 final ListenableFuture<? extends V> delegate; field in AbstractFuture.SetFuture
394 SetFuture(ListenableFuture<? extends V> delegate) { in SetFuture()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DStdValueInstantiator.java298 … public Object createUsingDelegate(DeserializationContext ctxt, Object delegate) throws IOException in createUsingDelegate()
310 …public Object createUsingArrayDelegate(DeserializationContext ctxt, Object delegate) throws IOExce… in createUsingArrayDelegate()
328 public Object createFromString(DeserializationContext ctxt, String value) throws IOException in createFromString()
342 public Object createFromInt(DeserializationContext ctxt, int value) throws IOException in createFromInt()
380 public Object createFromLong(DeserializationContext ctxt, long value) throws IOException in createFromLong()
409 …public Object createFromBigInteger(DeserializationContext ctxt, BigInteger value) throws IOExcepti… in createFromBigInteger()
425 public Object createFromDouble(DeserializationContext ctxt, double value) throws IOException in createFromDouble()
451 …public Object createFromBigDecimal(DeserializationContext ctxt, BigDecimal value) throws IOExcepti… in createFromBigDecimal()
467 public Object createFromBoolean(DeserializationContext ctxt, boolean value) throws IOException in createFromBoolean()
598 Object delegate) in _createUsingDelegate()
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/setupwizard/android_onboarding.contracts.setupwizard/android_common/repackaged-jarjar/kotlinc/
Dandroid_onboarding.contracts.setupwizard.jar ... .android.onboarding.contracts.setupwizard.SuwArguments value public com.android.onboarding.contracts.setupwizard ...
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/setupwizard/android_onboarding.contracts.setupwizard/android_common/kotlin/
Dandroid_onboarding.contracts.setupwizard.jar ... .onboarding.contracts.NodeAwareIntentScope$RequiredIntentExtraDelegate isSuwSuggestedActionFlow$delegate private final com.android.onboarding.contracts. ...
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandleCombinersTest.java59 MethodHandle delegate = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testDropArguments() local
125 MethodHandle delegate = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testDropArguments_List() local
298 int value = (int) getter.invoke(array, 0); in testArrayElementGetter() local
318 long value = (long) getter.invoke(array, 0); in testArrayElementGetter() local
326 short value = (short) getter.invoke(array, 0); in testArrayElementGetter() local
334 char value = (char) getter.invoke(array, 0); in testArrayElementGetter() local
343 assertEquals((byte) 0x8, value); in testArrayElementGetter() local
358 float value = (float) getter.invoke(array, 0); in testArrayElementGetter() local
366 double value = (double) getter.invoke(array, 0); in testArrayElementGetter() local
376 String value = (String) getter.invoke(array, 0); in testArrayElementGetter() local
[all …]
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
H A DTestValueInstantiator.java34 Object value; field in TestValueInstantiator.MysteryBean
43 public String value; field in TestValueInstantiator.CreatorBean
178 public Object createUsingDelegate(DeserializationContext ctxt, Object delegate) { in createUsingDelegate()
215 public Object createUsingDelegate(DeserializationContext ctxt, Object delegate) { in createUsingDelegate()
254 public Object createUsingDelegate(DeserializationContext ctxt, Object delegate) { in createUsingDelegate()
299 protected final Object value; field in TestValueInstantiator.AnnotatedBeanDelegating
327 …public Object createUsingDelegate(DeserializationContext ctxt, Object delegate) throws IOException… in createUsingDelegate()
406 … AnnotatedBeanDelegating value = MAPPER.readValue("{\"a\":3}", AnnotatedBeanDelegating.class); in testCustomDelegateInstantiator() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DCompactHashMap.java334 public V put(@ParametricNullness K key, @ParametricNullness V value) { in put()
338 Map<K, V> delegate = delegateOrNull(); in put() local
402 int entryIndex, @ParametricNullness K key, @ParametricNullness V value, int hash, int mask) { in insertEntry()
503 Map<K, V> delegate = delegateOrNull(); in containsKey() local
510 Map<K, V> delegate = delegateOrNull(); in get() local
527 Map<K, V> delegate = delegateOrNull(); in remove() local
698 Map<K, V> delegate = delegateOrNull(); in remove() local
716 Map<K, V> delegate = delegateOrNull(); in keySetIterator() local
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/sqlite/sqlite-framework-android/2.5.0-alpha12/androidx.sqlite_sqlite-framework/android_common_apex33/aar/
Dclasses.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
Dandroidx.sqlite_sqlite-framework.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/sqlite/sqlite-framework-android/2.5.0-alpha12/androidx.sqlite_sqlite-framework/android_common_apex34/aar/
Dandroidx.sqlite_sqlite-framework.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
Dclasses.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/sqlite/sqlite-framework-android/2.5.0-alpha12/androidx.sqlite_sqlite-framework/android_common/aar/
Dandroidx.sqlite_sqlite-framework.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
Dclasses.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/sqlite/sqlite-framework-android/2.5.0-alpha12/androidx.sqlite_sqlite-framework/android_common_apex30/aar/
Dclasses.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
Dandroidx.sqlite_sqlite-framework.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedMapTest.java49 private Map<K, V> delegate; field in SynchronizedMapTest.TestMap
51 public TestMap(Map<K, V> delegate, Object mutex) { in TestMap()
58 protected Map<K, V> delegate() { in delegate() method in SynchronizedMapTest.TestMap
93 public boolean containsValue(Object value) { in containsValue()
105 public @Nullable V put(K key, V value) { in put()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DSynchronizedMapTest.java49 private Map<K, V> delegate; field in SynchronizedMapTest.TestMap
51 public TestMap(Map<K, V> delegate, Object mutex) { in TestMap()
58 protected Map<K, V> delegate() { in delegate() method in SynchronizedMapTest.TestMap
93 public boolean containsValue(Object value) { in containsValue()
105 public @Nullable V put(K key, V value) { in put()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDguava-13.0.1.jar ... final com.google.common.collect.ImmutableCollection delegate private final com.google.common.collect. ...
/aosp_15_r20/external/gson/extras/src/main/java/com/google/gson/typeadapters/
H A DRuntimeTypeAdapterFactory.java233 TypeAdapter<?> delegate = gson.getDelegateAdapter(this, TypeToken.get(entry.getValue())); in create() local
234 labelToDelegate.put(entry.getKey(), delegate); in create() local
235 subtypeToDelegate.put(entry.getValue(), delegate); in create() local
254 TypeAdapter<R> delegate = (TypeAdapter<R>) labelToDelegate.get(label); in create() local
262 @Override public void write(JsonWriter out, R value) throws IOException { in create()
266 TypeAdapter<R> delegate = (TypeAdapter<R>) subtypeToDelegate.get(srcType); in create() local
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_pump_android.cc119 uint64_t value; in OnDelayedLooperCallback() local
169 uint64_t value = 0; in OnNonDelayedLooperCallback() local
201 void MessagePumpForUI::Run(Delegate* delegate) { in Run()
223 void MessagePumpForUI::Attach(Delegate* delegate) { in Attach()
245 int64_t value; in Quit() local
273 uint64_t value = 1; in ScheduleWork() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/external/
H A Dexternal_delegate.cc95 TfLiteDelegate* delegate) { in GetExternalDelegateWrapper()
100 TfLiteStatus DelegatePrepare(TfLiteContext* context, TfLiteDelegate* delegate) { in DelegatePrepare()
110 struct TfLiteDelegate* delegate, in DelegateCopyFromBufferHandle()
123 struct TfLiteDelegate* delegate, in DelegateCopyToBufferHandle()
136 struct TfLiteDelegate* delegate, in DelegateFreeBufferHandle()
191 const char* value) { in TfLiteExternalDelegateOptionsInsert()
223 void TfLiteExternalDelegateDelete(TfLiteDelegate* delegate) { in TfLiteExternalDelegateDelete()
/aosp_15_r20/packages/services/Telecomm/libs/
Dguava.jar ... .google.common.util.concurrent.ListenableFuture delegate com.google.common.base.Function mapper ...

12345678910>>...54