/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;
|
D | typename-specifier-2.cpp | 10 struct apply { struct 11 typedef T* type;
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Interpolation.java | 23 abstract public float apply (float a); in apply() method in Interpolation 26 public float apply (float start, float end, float a) { in apply() method in Interpolation 134 public float apply (float a) { in apply() method in Interpolation.Pow 145 public float apply (float a) { in apply() method in Interpolation.PowIn 155 public float apply (float a) { in apply() method in Interpolation.PowOut 172 public float apply (float a) { in apply() method in Interpolation.Exp 183 public float apply (float a) { in apply() method in Interpolation.ExpIn 193 public float apply (float a) { in apply() method in Interpolation.ExpOut 210 public float apply (float a) { in apply() method in Interpolation.Elastic 226 public float apply (float a) { in apply() method in Interpolation.ElasticIn [all …]
|
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 18 struct apply { typedef T type; }; argument 23 struct apply { typedef T const type; }; argument 28 struct apply { typedef T volatile type; }; struct 33 struct apply { typedef T const volatile type; }; struct 44 struct apply { struct 45 typedef typename std::remove_reference<T>::type RawType; 46 typedef typename QualTag::template apply<RawType>::type CVType; 50 >::type type; 52 typedef CVType& type;
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfLut.cpp | 53 HalfLut::apply (half *data, int nData, int stride) const in apply() function in Imf::HalfLut 65 HalfLut::apply (const Slice &data, const Imath::Box2i &dataWindow) const in apply() function in Imf::HalfLut 97 RgbaLut::apply (Rgba *data, int nData, int stride) const in apply() function in Imf::RgbaLut 120 RgbaLut::apply (Rgba *base, in apply() function in Imf::RgbaLut
|
/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 …]
|
D | Functions.java | 64 public String apply(Object o) { in apply() method in Functions.ToStringFunction 89 public Object apply(@Nullable Object o) { in apply() method in Functions.IdentityFunction 119 public V apply(@Nullable K key) { in apply() method in Functions.FunctionForMapNoDefault 168 public V apply(@Nullable K key) { in apply() method in Functions.ForMapWithDefault 215 public C apply(@Nullable A a) { in apply() method in Functions.FunctionComposition 257 public Boolean apply(@Nullable T t) { in apply() method in Functions.PredicateFunction 298 public E apply(@Nullable Object from) { in apply() method in Functions.ConstantFunction 341 @Override public T apply(@Nullable Object input) { in apply() method in Functions.SupplierFunction
|
/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/clang/test/CXX/temp/temp.names/ |
D | p4.cpp | 6 struct apply { struct 7 typedef U* type;
|
/external/v8/test/webkit/ |
D | function-apply-aliased.js | 29 var myObject = { apply: function() { return [myObject, "myObject.apply"] } }; method 47 myFunctionWithApply.apply = function (arg1) { return [this, "myFunctionWithApply.apply", arg1] }; function
|
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 38 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 54 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 73 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 149 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 168 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function
|
/external/v8/test/mjsunit/ |
D | arguments-apply.js | 92 f.apply = function() { return 87; } function 102 var object = { apply: Function.prototype.apply }; property
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | HtmlPolicyBuilderTest.java | 285 private static String apply(HtmlPolicyBuilder b) throws Exception { in apply() method in HtmlPolicyBuilderTest 289 private static String apply(HtmlPolicyBuilder b, String src) in apply() method in HtmlPolicyBuilderTest
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | AttributePolicy.java | 57 public @Nullable String apply( in apply() method 118 public @Nullable String apply( in apply() method in JoinedAttributePolicy
|
D | ElementPolicy.java | 56 public @Nullable String apply(String elementName, List<String> attrs); in apply() method 128 public @Nullable String apply(String elementName, List<String> attrs) { in apply() method in JoinedElementPolicy
|
/external/guava/guava/src/com/google/common/collect/ |
D | Maps.java | 89 public Object apply(Entry<?, ?> entry) { in apply() method 96 public Object apply(Entry<?, ?> entry) { in apply() method
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | Maps.java | 84 public Object apply(Entry<?, ?> entry) { in apply() method 91 public Object apply(Entry<?, ?> entry) { in apply() method
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 211 struct apply { struct 212 typedef T& type; 218 struct apply { struct 219 typedef T* type; 225 struct apply { struct 226 typedef const T type;
|
/external/opencv3/modules/java/src/ |
D | video+BackgroundSubtractor.java | 36 public void apply(Mat image, Mat fgmask, double learningRate) in apply() method in BackgroundSubtractor 45 public void apply(Mat image, Mat fgmask) in apply() method in BackgroundSubtractor
|
/external/guice/core/test/com/google/inject/ |
D | BinderTestSuite.java | 246 void apply(Builder builder) {} in apply() method 253 void apply(Builder builder) { in apply() method 263 void apply(Builder builder) { in apply() method 272 void apply(Builder builder) { in apply() method 281 void apply(Builder builder) { in apply() method 290 void apply(Builder builder) { in apply() method 296 abstract void apply(Builder builder); in apply() method in BinderTestSuite.Scoper
|
/external/deqp/modules/gles31/scripts/ |
D | gen-implicit-conversions.py | 361 def apply(self, a, b): member in ArithmeticCase 418 def apply(self, a, b): member in ComparisonsCase 458 def apply(self, a): member in ParenthesizedCase 516 def apply(self, a): member in FunctionsCase 550 def apply(self, a): member in ArrayCase 593 def apply(self, a): member in ArrayUnpackCase 670 def apply(self, a): member in StructCase 716 def apply(self, a, b): member in InvalidCase
|
/external/skia/src/utils/ |
D | SkTFitsIn.h | 37 static bool apply(S s) { in apply() function 48 static bool apply(S s) { in apply() function 60 static bool apply(S s) { in apply() function 71 static bool apply(S s) { in apply() function 85 static bool apply(source_type s) { in apply() function
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AsyncFunction.java | 37 ListenableFuture<O> apply(I input) throws Exception; in apply() method
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | Switchable.java | 7 void apply(Switch sw); in apply() method
|