Searched refs:OmniFunction (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | OmniFunction.java | 53 abstract class OmniFunction<A, B, C, D, E, F, G, H, I, J, K, R> implements class 76 public abstract <V> OmniFunction<A, B, C, D, E, F, G, H, I, J, K, V> andThen( in andThen() 78 public abstract OmniFunction<A, B, C, D, E, F, G, H, I, J, K, R> negate(); in negate() 226 public abstract OmniFunction<A, B, C, D, E, F, G, H, I, J, K, R> recycleOnUse(); in recycleOnUse()
|
D | PooledLambdaImpl.java | 73 final class PooledLambdaImpl<R> extends OmniFunction<Object, 616 public OmniFunction<Object, Object, Object, Object, Object, Object, Object, Object, Object, 622 public <V> OmniFunction<Object, Object, Object, Object, Object, Object, Object, Object, Object, 643 public OmniFunction<Object, Object, Object, Object, Object, Object, Object, Object, Object,
|
/frameworks/base/config/ |
D | boot-profile.txt | 1077 …on/pooled/PooledLambdaImpl;->recycleOnUse()Lcom/android/internal/util/function/pooled/OmniFunction; 1080 Lcom/android/internal/util/function/pooled/OmniFunction;->run()V
|
D | preloaded-classes | 13193 com.android.internal.util.function.pooled.OmniFunction
|
D | boot-image-profile.txt | 22231 HSPLcom/android/internal/util/function/pooled/OmniFunction;->run()V 22257 …on/pooled/PooledLambdaImpl;->recycleOnUse()Lcom/android/internal/util/function/pooled/OmniFunction; 45768 Lcom/android/internal/util/function/pooled/OmniFunction;
|
/frameworks/base/boot/ |
D | preloaded-classes | 13162 com.android.internal.util.function.pooled.OmniFunction
|
D | boot-image-profile.txt | 22167 HSPLcom/android/internal/util/function/pooled/OmniFunction;->run()V 22193 …on/pooled/PooledLambdaImpl;->recycleOnUse()Lcom/android/internal/util/function/pooled/OmniFunction; 35607 Lcom/android/internal/util/function/pooled/OmniFunction;
|