| /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 | 22 struct apply { struct 32 make_pair::apply<int, float> 38 struct apply { struct 39 typedef typename MetaFun::template apply<T2, T1> new_metafun; 40 typedef typename new_metafun::type type; 50 struct apply { struct 51 typedef typename MetaFun::template apply<T2, T1>::type type;
|
| D | typename-specifier-2.cpp | 10 struct apply { struct 11 typedef T* type;
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Predicates.java | 273 @Override public boolean apply(@Nullable Object o) { in apply() method 278 @Override public boolean apply(@Nullable Object o) { in apply() method 283 @Override public boolean apply(@Nullable Object o) { in apply() method 288 @Override public boolean apply(@Nullable Object o) { in apply() method 307 public boolean apply(T t) { in apply() method in Predicates.NotPredicate 336 public boolean apply(T t) { in apply() method in Predicates.AndPredicate 369 public boolean apply(T t) { in apply() method in Predicates.OrPredicate 403 public boolean apply(T t) { in apply() method in Predicates.IsEqualToPredicate 432 public boolean apply(@Nullable Object o) { in apply() method in Predicates.InstanceOfPredicate 461 public boolean apply(Class<?> input) { in apply() method in Predicates.AssignableFromPredicate [all …]
|
| D | Functions.java | 60 public String apply(Object o) { in apply() method in Functions.ToStringFunction 83 public Object apply(Object o) { in apply() method in Functions.IdentityFunction 108 public V apply(K key) { in apply() method in Functions.FunctionForMapNoDefault 157 public V apply(K key) { in apply() method in Functions.ForMapWithDefault 204 public C apply(A a) { in apply() method in Functions.FunctionComposition 246 public Boolean apply(T t) { in apply() method in Functions.PredicateFunction 287 public E apply(@Nullable Object from) { in apply() method in Functions.ConstantFunction 330 @Override public T apply(@Nullable Object input) { in apply() method in Functions.SupplierFunction
|
| D | Function.java | 45 T apply(@Nullable F input); in apply() method
|
| D | Predicate.java | 45 boolean apply(@Nullable T input); in apply() method
|
| /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 | 210 @Override public boolean apply(@Nullable Object o) { in apply() method 215 @Override public boolean apply(@Nullable Object o) { in apply() method 220 @Override public boolean apply(@Nullable Object o) { in apply() method 225 @Override public boolean apply(@Nullable Object o) { in apply() method 244 public boolean apply(T t) { in apply() method in Predicates.NotPredicate 273 public boolean apply(T t) { in apply() method in Predicates.AndPredicate 306 public boolean apply(T t) { in apply() method in Predicates.OrPredicate 340 public boolean apply(T t) { in apply() method in Predicates.IsEqualToPredicate 368 public boolean apply(T t) { in apply() method in Predicates.InPredicate 408 public boolean apply(A a) { in apply() method in Predicates.CompositionPredicate
|
| /external/chromium_org/v8/test/webkit/ |
| D | function-apply-aliased.js | 28 var myObject = { apply: function() { return [myObject, "myObject.apply"] } }; method 46 myFunctionWithApply.apply = function (arg1) { return [this, "myFunctionWithApply.apply", arg1] }; function
|
| /external/chromium_org/v8/test/mjsunit/ |
| D | arguments-apply.js | 92 f.apply = function() { return 87; } function 102 var object = { apply: Function.prototype.apply }; property
|
| /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/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/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/skia/tests/ |
| D | RecordTest.cpp | 26 void apply(const SkRecord& record) { in apply() function in AreaSummer 44 void apply(SkRecord* record) { in apply() function
|
| /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/guava/guava/src/com/google/common/util/concurrent/ |
| D | AsyncFunction.java | 40 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
|
| /external/junit/src/org/junit/rules/ |
| D | Verifier.java | 29 public Statement apply(final Statement base, Description description) { in apply() method in Verifier
|
| D | TestWatcher.java | 41 public Statement apply(final Statement base, final Description description) { in apply() method in TestWatcher
|
| D | TestRule.java | 53 Statement apply(Statement base, Description description); in apply() method
|
| D | MethodRule.java | 39 Statement apply(Statement base, FrameworkMethod method, Object target); in apply() method
|
| /external/droiddriver/src/com/google/android/droiddriver/finders/ |
| D | Predicate.java | 37 boolean apply(T input); in apply() method
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| D | regress-1592.js | 31 apply: function(a, b) {} method
|