| /external/google-fruit/include/fruit/impl/meta/ |
| D | graph.h | 41 struct apply { struct 42 using ImmutableG = VectorToImmutableMap(G); 47 struct DfsVisit { 49 struct apply { struct 50 using NewVisitingSet = AddToSetUnchecked(VisitingSet, Node); 52 struct VisitSingleNeighbor { 56 struct apply { struct 57 using type = If(IsNone(typename CurrentResult::Second), 66 using NewVisitedSet = AddToSet(VisitedSet, Node); 67 using Neighbors = GraphFindNeighbors(ImmutableG, Node); [all …]
|
| D | set.h | 54 struct apply { struct 55 using type = FoldVector(TransformVector(S, F), Combine, CombineIdentity); 69 struct apply { struct 70 using type = If(IsInSet(T, S), S, AddToSetUnchecked(S, T)); 77 struct apply { struct 78 struct Helper { 80 struct apply { struct 81 using type = And(CurrentResult, IsInSet(T, S2)); 85 using type = FoldVector(S1, Helper, Bool<true>); 92 struct apply { struct [all …]
|
| D | proof_trees.h | 59 struct apply { struct 60 using type = None; 66 struct apply { struct 67 using type = Vector<>; 73 struct apply { struct 74 using type = Vector<>;
|
| D | proof_tree_comparison.h | 33 struct apply { struct 34 using ForestHps = FindInMap(Forest, ProofTh); 35 using type = If(IsNone(ForestHps), Bool<false>, IsContained(ForestHps, ProofHps)); 41 struct apply { struct 42 struct Helper {
|
| D | pair.h | 34 struct apply { struct 35 using type = Pair<First, Second>; 41 struct apply { struct 42 using type = typename P::First; 48 struct apply { struct 49 using type = typename P::Second;
|
| D | triplet.h | 35 struct apply { struct 36 using type = Triplet<First, Second, Third>; 42 struct apply { struct 43 using type = typename T::Third;
|
| D | algos.h | 34 struct apply { struct 35 using type = Bool<false>;
|
| D | vector.h | 41 struct apply { struct 42 using type = Vector<Types...>;
|
| /external/google-fruit/include/fruit/impl/ |
| D | component_functors.defn.h | 43 struct apply { struct 44 using type = typename F::Result; 53 struct apply { struct 54 struct type { 56 struct apply { struct 57 using type = F(Comp, Args...); 65 struct apply { struct 66 struct type { 78 struct apply { struct 79 struct type { [all …]
|
| D | injection_errors.h | 379 using apply = LambdaWithCapturesError<Lambda>; member 384 using apply = NonTriviallyCopyableLambdaError<Lambda>; member 389 using apply = FactoryReturningPointerError<Signature>; member 394 using apply = NoBindingFoundError<T>; member 399 using apply = RepeatedTypesError<Ts...>; member 404 using apply = SelfLoopError<TypesInLoop...>; member 409 using apply = NonClassTypeError<T, C>; member 414 using apply = AnnotatedTypeError<T, C>; member 419 using apply = TypeAlreadyBoundError<C>; member 424 …using apply = RequiredFactoryWithDifferentSignatureError<RequiredSignature, SignatureInInjectTyped… member [all …]
|
| D | injection_debug_errors.h | 33 using apply = ComponentDoesNotEntailDueToProvidesError<MissingProvides...>; member 43 using apply = ComponentDoesNotEntailDueToInterfaceBindingsError<MissingInterfaceBindings...>; member 53 using apply = ComponentDoesNotEntailDueToProvidesError<AdditionalRequirements...>; member 63 using apply = ComponentDoesNotEntailDueToIncompatibleDepsError<Deps, CandidateEntailedDeps>; member 73 …using apply = ComponentDoesNotEntailDueToDifferentConstnessOfRequirementsError<RequirementsWithCon… member 83 …using apply = ComponentDoesNotEntailDueToDifferentConstnessOfProvidesError<ProvidesWithConstMismat… member 93 using apply = ProofNotEntailedByForestBecauseThNotFoundError<ProofTh, ForestThs>; member 103 using apply = ProofNotEntailedByForestBecauseHpsNotASubsetError<ForestHps, ProofHps, Difference>; member
|
| /external/clang/test/SemaTemplate/ |
| D | metafun-apply.cpp | 5 struct apply { struct 6 typedef T* type; 12 struct apply { struct 18 struct apply { struct 19 typedef int type; 25 …:type type; // expected-note{{in instantiation of template class 'add_reference::apply<void>' requ… argument
|
| D | typename-specifier-4.cpp | 24 struct apply { struct 37 make_pair::apply<int, float> 43 struct apply { struct 44 typedef typename MetaFun::template apply<T2, T1> new_metafun; 45 typedef typename new_metafun::type type; 55 struct apply { struct 56 typedef typename MetaFun::template apply<T2, T1>::type type;
|
| /external/skia/src/core/ |
| D | SkColorSpaceXformer.cpp | 100 sk_sp<SkImage> SkColorSpaceXformer::apply(const SkImage* src) { in apply() function in SkColorSpaceXformer 108 sk_sp<SkImage> SkColorSpaceXformer::apply(const SkBitmap& src) { in apply() function in SkColorSpaceXformer 121 sk_sp<SkColorFilter> SkColorSpaceXformer::apply(const SkColorFilter* colorFilter) { in apply() function in SkColorSpaceXformer 129 sk_sp<SkImageFilter> SkColorSpaceXformer::apply(const SkImageFilter* imageFilter) { in apply() function in SkColorSpaceXformer 137 sk_sp<SkShader> SkColorSpaceXformer::apply(const SkShader* shader) { in apply() function in SkColorSpaceXformer 142 void SkColorSpaceXformer::apply(SkColor* xformed, const SkColor* srgb, int n) { in apply() function in SkColorSpaceXformer 148 SkColor SkColorSpaceXformer::apply(SkColor srgb) { in apply() function in SkColorSpaceXformer 154 SkPaint SkColorSpaceXformer::apply(const SkPaint& src) { in apply() function in SkColorSpaceXformer 183 SkCanvas::Lattice SkColorSpaceXformer::apply(const SkCanvas::Lattice& lattice, in apply() function in SkColorSpaceXformer
|
| /external/skqp/src/core/ |
| D | SkColorSpaceXformer.cpp | 100 sk_sp<SkImage> SkColorSpaceXformer::apply(const SkImage* src) { in apply() function in SkColorSpaceXformer 108 sk_sp<SkImage> SkColorSpaceXformer::apply(const SkBitmap& src) { in apply() function in SkColorSpaceXformer 121 sk_sp<SkColorFilter> SkColorSpaceXformer::apply(const SkColorFilter* colorFilter) { in apply() function in SkColorSpaceXformer 129 sk_sp<SkImageFilter> SkColorSpaceXformer::apply(const SkImageFilter* imageFilter) { in apply() function in SkColorSpaceXformer 137 sk_sp<SkShader> SkColorSpaceXformer::apply(const SkShader* shader) { in apply() function in SkColorSpaceXformer 142 void SkColorSpaceXformer::apply(SkColor* xformed, const SkColor* srgb, int n) { in apply() function in SkColorSpaceXformer 148 SkColor SkColorSpaceXformer::apply(SkColor srgb) { in apply() function in SkColorSpaceXformer 154 SkPaint SkColorSpaceXformer::apply(const SkPaint& src) { in apply() function in SkColorSpaceXformer 183 SkCanvas::Lattice SkColorSpaceXformer::apply(const SkCanvas::Lattice& lattice, in apply() function in SkColorSpaceXformer
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| D | CaseMap.java | 92 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Lower 112 public <A extends Appendable> A apply( in apply() method in CaseMap.Lower 148 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Upper 168 public <A extends Appendable> A apply( in apply() method in CaseMap.Upper 307 public String apply(Locale locale, BreakIterator iter, CharSequence src) { in apply() method in CaseMap.Title 341 public <A extends Appendable> A apply( in apply() method in CaseMap.Title 404 public String apply(CharSequence src) { in apply() method in CaseMap.Fold 425 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply() method in CaseMap.Fold
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | CaseMap.java | 100 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Lower 121 public <A extends Appendable> A apply( in apply() method in CaseMap.Lower 160 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Upper 181 public <A extends Appendable> A apply( in apply() method in CaseMap.Upper 328 public String apply(Locale locale, BreakIterator iter, CharSequence src) { in apply() method in CaseMap.Title 363 public <A extends Appendable> A apply( in apply() method in CaseMap.Title 430 public String apply(CharSequence src) { in apply() method in CaseMap.Fold 452 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply() method in CaseMap.Fold
|
| /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/ |
| D | ConcreteFunction.java | 23 public Long apply(String input) { in apply() method in ConcreteFunction 47 @Override public T apply(String in); in apply() method 52 @Override public T apply(String in); in apply() method
|
| /external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
| D | invoke_helpers.h | 27 struct apply { typedef T type; }; struct 32 struct apply { typedef T const type; }; argument 37 struct apply { typedef T volatile type; }; argument 42 struct apply { typedef T const volatile type; }; argument 53 struct apply { struct 54 typedef typename std::remove_reference<T>::type RawType; 55 typedef typename QualTag::template apply<RawType>::type CVType; 59 >::type type; 61 typedef CVType& type;
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Predicates.java | 278 @Override public boolean apply(@Nullable Object o) { in apply() method 287 @Override public boolean apply(@Nullable Object o) { in apply() method 296 @Override public boolean apply(@Nullable Object o) { in apply() method 305 @Override public boolean apply(@Nullable Object o) { in apply() method 327 public boolean apply(@Nullable T t) { in apply() method in Predicates.NotPredicate 356 public boolean apply(@Nullable T t) { in apply() method in Predicates.AndPredicate 390 public boolean apply(@Nullable T t) { in apply() method in Predicates.OrPredicate 425 public boolean apply(T t) { in apply() method in Predicates.IsEqualToPredicate 454 public boolean apply(@Nullable Object o) { in apply() method in Predicates.InstanceOfPredicate 483 public boolean apply(Class<?> input) { in apply() method in Predicates.AssignableFromPredicate [all …]
|
| /external/skqp/modules/skottie/src/ |
| D | SkottieAdapter.cpp | 40 void RRectAdapter::apply() { in apply() function in skottie::RRectAdapter 66 void TransformAdapter2D::apply() { in apply() function in skottie::TransformAdapter2D 101 void TransformAdapter3D::apply() { in apply() function in skottie::TransformAdapter3D 112 void RepeaterAdapter::apply() { in apply() function in skottie::RepeaterAdapter 148 void PolyStarAdapter::apply() { in apply() function in skottie::PolyStarAdapter 182 void GradientAdapter::apply() { in apply() function in skottie::GradientAdapter 236 void TrimEffectAdapter::apply() { in apply() function in skottie::TrimEffectAdapter 356 void TextAdapter::apply() { in apply() function in skottie::TextAdapter
|
| D | SkottieAnimator.cpp | 182 std::function<void(const T&)>&& apply) { in Make() 201 std::function<void(const T&)>&& apply) in KeyframeAnimator() 261 std::function<void(const T&)>&& apply, in BindPropertyImpl() 309 std::function<void(const VectorValue&)>&& apply, in Make() 350 explicit SplitPointAnimator(std::function<void(const VectorValue&)>&& apply) in SplitPointAnimator() 365 std::function<void(const VectorValue&)>&& apply, in BindSplitPositionProperty() 380 std::function<void(const ScalarValue&)>&& apply, in bindProperty() 388 std::function<void(const VectorValue&)>&& apply, in bindProperty() 401 std::function<void(const ShapeValue&)>&& apply, in bindProperty() 409 std::function<void(const TextValue&)>&& apply, in bindProperty()
|
| /external/clang/test/CXX/temp/temp.names/ |
| D | p4.cpp | 6 struct apply { struct 7 typedef U* type;
|
| /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
| D | Predicates.java | 215 @Override public boolean apply(@Nullable Object o) { in apply() method 224 @Override public boolean apply(@Nullable Object o) { in apply() method 233 @Override public boolean apply(@Nullable Object o) { in apply() method 242 @Override public boolean apply(@Nullable Object o) { in apply() method 264 public boolean apply(@Nullable T t) { in apply() method in Predicates.NotPredicate 293 public boolean apply(@Nullable T t) { in apply() method in Predicates.AndPredicate 327 public boolean apply(@Nullable T t) { in apply() method in Predicates.OrPredicate 362 public boolean apply(T t) { in apply() method in Predicates.IsEqualToPredicate 390 public boolean apply(@Nullable T t) { in apply() method in Predicates.InPredicate 430 public boolean apply(@Nullable A a) { in apply() method in Predicates.CompositionPredicate
|
| /external/skia/modules/skottie/src/ |
| D | SkottieAnimator.cpp | 180 std::function<void(const T&)>&& apply) { in Make() 199 std::function<void(const T&)>&& apply) in KeyframeAnimator() 259 std::function<void(const T&)>&& apply, in BindPropertyImpl() 307 std::function<void(const VectorValue&)>&& apply, in Make() 348 explicit SplitPointAnimator(std::function<void(const VectorValue&)>&& apply) in SplitPointAnimator() 363 std::function<void(const VectorValue&)>&& apply, in BindSplitPositionProperty() 378 std::function<void(const ScalarValue&)>&& apply, in bindProperty() 386 std::function<void(const VectorValue&)>&& apply, in bindProperty() 399 std::function<void(const ShapeValue&)>&& apply, in bindProperty() 407 std::function<void(const TextValue&)>&& apply, in bindProperty()
|