Home
last modified time | relevance | path

Searched defs:apply (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/external/clang/test/SemaTemplate/
Dmetafun-apply.cpp5 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
Dtypename-specifier-4.cpp22 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;
Dtypename-specifier-2.cpp10 struct apply { struct
11 typedef T* type;
/external/guava/guava/src/com/google/common/base/
DPredicates.java278 @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 …]
DFunctions.java64 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/
DPredicates.java215 @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/
Dp4.cpp6 struct apply { struct
7 typedef U* type;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
DFilters.java122 public boolean apply( T input ) in apply() method in Filters.EqualToFilter
137 public boolean apply( T input ) in apply() method in Filters.InFilter
152 public boolean apply( T input ) in apply() method in Filters.NotFilter
DFilter.java48 public boolean apply( T input ); in apply() method
/external/v8/test/webkit/
Dfunction-apply-aliased.js28 var myObject = { apply: function() { return [myObject, "myObject.apply"] } }; method
46 myFunctionWithApply.apply = function (arg1) { return [this, "myFunctionWithApply.apply", arg1] }; function
/external/llvm/lib/TableGen/
DSetTheory.cpp30 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/
Darguments-apply.js92 f.apply = function() { return 87; } function
102 var object = { apply: Function.prototype.apply }; property
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlPolicyBuilderTest.java285 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/
DAttributePolicy.java57 public @Nullable String apply( in apply() method
118 public @Nullable String apply( in apply() method in JoinedAttributePolicy
DElementPolicy.java56 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/
DMaps.java87 public Object apply(Entry<?, ?> entry) { in apply() method
94 public Object apply(Entry<?, ?> entry) { in apply() method
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMaps.java84 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/
Dmetafunctions.cpp211 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/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py339 def apply(self, a, b): member in ArithmeticCase
396 def apply(self, a, b): member in ComparisonsCase
436 def apply(self, a): member in ParenthesizedCase
494 def apply(self, a): member in FunctionsCase
528 def apply(self, a): member in ArrayCase
571 def apply(self, a): member in ArrayUnpackCase
648 def apply(self, a): member in StructCase
694 def apply(self, a, b): member in InvalidCase
/external/skia/src/utils/
DSkTFitsIn.h29 static bool apply(S s) { in apply() function
40 static bool apply(S s) { in apply() function
52 static bool apply(S s) { in apply() function
63 static bool apply(S s) { in apply() function
77 static bool apply(source_type s) { in apply() function
/external/guava/guava/src/com/google/common/util/concurrent/
DAsyncFunction.java37 ListenableFuture<O> apply(I input) throws Exception; in apply() method
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DSwitchable.java7 void apply(Switch sw); in apply() method
/external/skia/tests/
DRecordTest.cpp29 void apply(const SkRecord& record) { in apply() function in AreaSummer
47 void apply(SkRecord* record) { in apply() function
/external/junit/src/org/junit/rules/
DTestRule.java53 Statement apply(Statement base, Description description); in apply() method
DTestWatcher.java41 public Statement apply(final Statement base, final Description description) { in apply() method in TestWatcher

12345678910>>...13