/external/chromium_org/v8/test/webkit/ |
function-apply-aliased-expected.txt | 24 This tests that we can correctly call Function.prototype.apply 29 PASS myObject.apply() is [myObject, "myObject.apply"] 30 PASS forwarder(myObject) is [myObject, "myObject.apply"] 33 PASS myFunction.apply(myObject, ['arg1']) is [myObject, "myFunction", "arg1"] 34 PASS myFunction.apply(myObject, arg1Array) is [myObject, "myFunction", "arg1"] 36 PASS myFunction.apply() is [this, "myFunction", undefined] 37 PASS myFunction.apply(null) is [this, "myFunction", undefined] 38 PASS myFunction.apply(undefined) is [this, "myFunction", undefined] 43 PASS myFunctionWithApply.apply(myObject, ['arg1']) is [myFunctionWithApply, "myFunctionWithApply.apply", myObject [all...] |
/developers/samples/android/connectivity/nfc/BeamLargeFiles/ |
build.gradle | 3 apply from: "../../../../../build/build.gradle"
|
/developers/samples/android/connectivity/nfc/CardEmulation/ |
build.gradle | 3 apply from: "../../../../../build/build.gradle"
|
/development/samples/browseable/BorderlessButtons/ |
_index.jd | 8 <p>This sample demonstrates how to apply borderless buttons, bottom button bars
|
/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...] |
/external/clang/test/Sema/Inputs/ |
format-unused-system-args.h | 1 // "System header" for testing that -Wformat-extra-args does not apply to
|
/external/jsilver/ |
build.gradle | 0 apply plugin: 'java'
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
Switchable.java | 7 void apply(Switch sw); method in interface:Switchable
|
/sdk/templates/ |
build_gradle.template | 9 apply plugin: 'PLUGIN'
|
/cts/tests/res/anim/ |
lineartest.xml | 26 <apply scope="addPaint"> 30 </apply> 33 <apply scope="addPaint"> 35 </apply> 38 <apply scope="addPaint"> 41 </apply> 44 <apply scope="addPaint"> 46 </apply>
|
/external/iptables/iptables/ |
iptables-apply.8 | 1 .\" Title: iptables-apply 5 .TH iptables\-apply 8 2006-06-04 9 iptables-apply \- a safer way to update iptables remotely 11 \fBiptables\-apply\fP [\-\fBhV\fP] [\fB-t\fP \fItimeout\fP] \fIruleset\-file\fP 14 iptables\-apply will try to apply a new ruleset (as output by 21 When called as ip6tables\-apply, the script will use 39 iptables\-apply is copyright by Martin F. Krafft.
|
/external/clang/test/SemaTemplate/ |
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}}
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
advance_backward.hpp | 18 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_backward 28 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_backward 39 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_backward 51 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_backward 64 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_backward 78 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_backward
|
advance_forward.hpp | 18 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_forward 28 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_forward 39 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_forward 51 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_forward 64 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_forward 78 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_forward
|
minus.hpp | 33 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::minus_impl 35 typedef apply type; 42 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::minus_impl 44 typedef apply type; 51 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::minus_impl 53 typedef apply type; 113 >::template apply< N1,N2 >::type 131 template< typename N1, typename N2 > struct apply struct in struct:boost::mpl::minus_impl
|
plus.hpp | 33 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::plus_impl 35 typedef apply type; 42 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::plus_impl 44 typedef apply type; 51 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::plus_impl 53 typedef apply type; 113 >::template apply< N1,N2 >::type 131 template< typename N1, typename N2 > struct apply struct in struct:boost::mpl::plus_impl
|
times.hpp | 33 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::times_impl 35 typedef apply type; 42 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::times_impl 44 typedef apply type; 51 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::times_impl 53 typedef apply type; 113 >::template apply< N1,N2 >::type 131 template< typename N1, typename N2 > struct apply struct in struct:boost::mpl::times_impl
|
/external/chromium_org/v8/test/mjsunit/ |
arguments-apply.js | 38 return ReturnArguments.apply(this, arguments); 51 return object.f.apply(this, arguments); 64 return ReturnArguments.apply(this, arguments); 73 return ReturnReceiver.apply(receiver, arguments); 84 return ReturnReceiver.apply(Object, arguments); 92 f.apply = function() { return 87; } 93 return f.apply(this, arguments); 102 var object = { apply: Function.prototype.apply }; 103 return object.apply(this, arguments) [all...] |
/external/v8/test/mjsunit/ |
arguments-apply.js | 38 return ReturnArguments.apply(this, arguments); 51 return object.f.apply(this, arguments); 64 return ReturnArguments.apply(this, arguments); 73 return ReturnReceiver.apply(receiver, arguments); 84 return ReturnReceiver.apply(Object, arguments); 92 f.apply = function() { return 87; } 93 return f.apply(this, arguments); 102 var object = { apply: Function.prototype.apply }; 103 return object.apply(this, arguments) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
apply.hpp | 17 // $Id: apply.hpp 49267 2008-10-11 06:19:02Z agurtovoy $ 35 # define BOOST_MPL_PREPROCESSED_HEADER apply.hpp 95 (3,(0, BOOST_MPL_LIMIT_METAFUNCTION_ARITY, <boost/mpl/apply.hpp>)) 104 #define AUX778076_COUNT_ARGS_PREFIX apply 114 struct apply struct in namespace:boost::mpl 148 struct BOOST_PP_CAT(apply,i_) 164 , BOOST_PP_CAT(apply,i_) 173 struct BOOST_PP_CAT(apply,i_)<AUX778076_APPLY_N_SPEC_PARAMS(i_, int)> 187 struct apply 188 : BOOST_PP_CAT(apply,i_)< F AUX778076_APPLY_N_COMMA_PARAMS(i_, T) [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
FunctionsTest.java | 43 assertNull(identity.apply(null)); 44 assertSame("foo", identity.apply("foo")); 49 assertNotSame(new Long(135135L), identity.apply(new Long(135135L))); 58 assertEquals("3", Functions.toStringFunction().apply(3)); 59 assertEquals("hiya", Functions.toStringFunction().apply("hiya")); 61 Functions.toStringFunction().apply( 68 Functions.toStringFunction().apply(null); 93 assertEquals(1, function.apply("One").intValue()); 94 assertEquals(3, function.apply("Three").intValue()); 95 assertNull(function.apply("Null")) 288 public Integer apply(Object o) { method in class:FunctionsTest.HashCodeFunction [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcinfcallRU.stdinB.gdb | 12 thread apply all bt full 13 # Would like to call this for all threads with 'thread apply all', but due to unfair scheduling, 16 # thread apply all
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
AssignableFromTest.java | 33 assertTrue(assignableFrom.apply(testMethodFor(Animal.class))); 37 assertTrue(assignableFrom.apply(testMethodFor(Mammal.class))); 38 assertTrue(assignableFrom.apply(testMethodFor(Human.class))); 42 assertFalse(assignableFrom.apply(testMethodFor(Pencil.class))); 48 assertTrue(assignableFrom.apply(testMethodFor(Pencil.class))); 49 assertTrue(assignableFrom.apply(testMethodFor(Pen.class)));
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t053heteroTP13.g | 9 V.superclass.constructor.apply(this, arguments); 18 W.superclass.constructor.apply(this, arguments);
|
t053heteroTP14.g | 9 V.superclass.constructor.apply(this, arguments); 18 W.superclass.constructor.apply(this, arguments);
|