HomeSort by relevance Sort by last modified time
    Searched refs:apply (Results 1 - 25 of 1472) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Filter.java 48 public boolean apply( T input ); method in interface:Filter
  /external/clang/test/SemaTemplate/
dependent-type-identity.cpp 13 struct apply { struct in struct:N::X2
47 void f4(typename T::template apply<U>*); // expected-note{{previous}}
48 void f4(typename U::template apply<U>*);
49 void f4(typename type::template apply<T>*);
50 void f4(typename type::template apply<U_type>*); // expected-error{{redeclar}}
52 void f5(typename T::template apply<U>::type*); // expected-note{{previous}}
53 void f5(typename U::template apply<U>::type*);
54 void f5(typename U::template apply<T>::type*);
55 void f5(typename type::template apply<T>::type*);
56 void f5(typename type::template apply<U_type>::type*); // expected-error{{redeclar}
    [all...]
metafun-apply.cpp 5 struct apply { struct in struct:add_pointer
12 struct apply { struct in struct:add_reference
18 struct apply { struct in struct:bogus
25 typedef typename MetaFun::template apply<T>::type type; // expected-note{{in instantiation of template class 'add_reference::apply<void>' requested here}} \
26 // expected-error{{'apply' following the 'template' keyword does not refer to a template}}
  /external/chromium_org/third_party/WebKit/public/platform/
WebGestureCurve.h 41 virtual bool apply(double time, WebGestureCurveTarget*) = 0;
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Switchable.java 7 void apply(Switch sw); method in interface:Switchable
  /frameworks/base/core/java/com/android/internal/util/
Predicate.java 31 boolean apply(T t); method in interface:Predicate
  /frameworks/base/core/java/com/google/android/util/
Procedure.java 27 void apply(T t); method in interface:Procedure
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
PredicatesTest.java 27 public boolean apply(Object o) {
33 public boolean apply(Object o) {
39 assertTrue(Predicates.and(newArrayList(TRUE)).apply(null));
40 assertTrue(Predicates.and(newArrayList(TRUE, TRUE)).apply(null));
44 assertFalse(Predicates.and(newArrayList(FALSE, TRUE, TRUE)).apply(null));
45 assertFalse(Predicates.and(newArrayList(TRUE, FALSE, TRUE)).apply(null));
46 assertFalse(Predicates.and(newArrayList(TRUE, TRUE, FALSE)).apply(null));
50 assertTrue(Predicates.or(newArrayList(TRUE, TRUE, TRUE)).apply(null));
54 assertFalse(Predicates.or(newArrayList(FALSE, FALSE, FALSE)).apply(null));
58 assertTrue(Predicates.or(newArrayList(TRUE, FALSE, FALSE)).apply(null))
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p6.cpp 4 template<class T> void apply(T x, void (*f)(T)) { f(x); } // expected-note 2 {{candidate template ignored: deduced conflicting types for parameter 'T'}}\ function in namespace:test0
10 apply(0, &temp);
11 apply(0, &temp<>);
14 apply(0, &temp<int>);
17 apply(0, &temp<long>); // expected-error {{no matching function for call to 'apply'}}
25 apply(0, &over);
28 apply(0L, &over); // expected-error {{no matching function for call to 'apply'}}
35 // pick correct overload of 'over' during overload resolution for 'apply'
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Predicate.java 44 boolean apply(T input); method in interface:Predicate
51 * implies that either {@code predicate1.apply(input)} and
52 * {@code predicate2.apply(input)} are both {@code true} or both
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Predicate.java 44 boolean apply(T input); method in interface:Predicate
51 * implies that either {@code predicate1.apply(input)} and
52 * {@code predicate2.apply(input)} are both {@code true} or both
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IPredicate.java 20 boolean apply(Object value); method in interface:IPredicate
  /development/samples/devbytes/ui/ImmersiveMode/
build.gradle 25 apply plugin: 'android'
  /external/clang/test/CXX/temp/temp.names/
p4.cpp 6 struct apply { struct in struct:meta
12 void f(typename T::template apply<U>::type);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
equal_to.hpp 33 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::equal_to_impl
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::equal_to_impl
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::equal_to_impl
53 typedef apply type;
72 >::template apply< N1,N2 >::type
87 template< typename N1, typename N2 > struct apply struct in struct:boost::mpl::equal_to_impl
greater.hpp 33 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::greater_impl
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::greater_impl
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::greater_impl
53 typedef apply type;
72 >::template apply< N1,N2 >::type
87 template< typename N1, typename N2 > struct apply struct in struct:boost::mpl::greater_impl
greater_equal.hpp 33 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::greater_equal_impl
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::greater_equal_impl
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::greater_equal_impl
53 typedef apply type;
72 >::template apply< N1,N2 >::type
87 template< typename N1, typename N2 > struct apply struct in struct:boost::mpl::greater_equal_impl
less.hpp 33 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::less_impl
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::less_impl
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::less_impl
53 typedef apply type;
72 >::template apply< N1,N2 >::type
87 template< typename N1, typename N2 > struct apply struct in struct:boost::mpl::less_impl
less_equal.hpp 33 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::less_equal_impl
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::less_equal_impl
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::less_equal_impl
53 typedef apply type;
72 >::template apply< N1,N2 >::type
87 template< typename N1, typename N2 > struct apply
not_equal_to.hpp 33 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::not_equal_to_impl
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::not_equal_to_impl
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::not_equal_to_impl
53 typedef apply type;
72 >::template apply< N1,N2 >::type
87 template< typename N1, typename N2 > struct apply struct in struct:boost::mpl::not_equal_to_impl
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DepthFirstAdapter.java 34 node.getPCommand().apply(this);
35 node.getEOF().apply(this);
57 e.apply(this);
79 node.getPosition().apply(this);
83 node.getComment().apply(this);
104 node.getData().apply(this);
125 node.getPosition().apply(this);
129 node.getExpression().apply(this);
150 node.getPosition().apply(this);
154 node.getExpression().apply(this)
    [all...]
ReversedDepthFirstAdapter.java 34 node.getEOF().apply(this);
35 node.getPCommand().apply(this);
58 e.apply(this);
80 node.getComment().apply(this);
84 node.getPosition().apply(this);
105 node.getData().apply(this);
126 node.getExpression().apply(this);
130 node.getPosition().apply(this);
151 node.getExpression().apply(this);
155 node.getPosition().apply(this)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
apply.js 36 assertSame(this, f0.apply(), "1-0");
38 assertSame(this, f0.apply(this), "2a");
39 assertSame(this, f0.apply(this, new Array(1)), "2b");
40 assertSame(this, f0.apply(this, new Array(2)), "2c");
41 assertSame(this, f0.apply(this, new Array(4242)), "2d");
43 assertSame(this, f0.apply(null), "3a");
44 assertSame(this, f0.apply(null, new Array(1)), "3b");
45 assertSame(this, f0.apply(null, new Array(2)), "3c");
46 assertSame(this, f0.apply(this, new Array(4242)), "3d");
48 assertSame(this, f0.apply(void 0), "4a")
    [all...]
  /external/v8/test/mjsunit/
apply.js 36 assertSame(this, f0.apply(), "1-0");
38 assertSame(this, f0.apply(this), "2a");
39 assertSame(this, f0.apply(this, new Array(1)), "2b");
40 assertSame(this, f0.apply(this, new Array(2)), "2c");
41 assertSame(this, f0.apply(this, new Array(4242)), "2d");
43 assertSame(this, f0.apply(null), "3a");
44 assertSame(this, f0.apply(null, new Array(1)), "3b");
45 assertSame(this, f0.apply(null, new Array(2)), "3c");
46 assertSame(this, f0.apply(this, new Array(4242)), "3d");
48 assertSame(this, f0.apply(void 0), "4a")
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
EnumsTest.java 45 assertEquals(TestEnum.CHEETO, function.apply("CHEETO"));
46 assertEquals(TestEnum.HONDA, function.apply("HONDA"));
47 assertEquals(TestEnum.POODLE, function.apply("POODLE"));
52 assertNull(function.apply("cHEETO"));
53 assertNull(function.apply("Honda"));
54 assertNull(function.apply("poodlE"));
59 assertNull(function.apply("WOMBAT"));

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 91011>>