/developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/ |
build.gradle | 7 apply plugin: SampleGenPlugin 13 apply from: "../../../../../../build/build.gradle"
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/ |
build.gradle | 7 apply plugin: SampleGenPlugin 13 apply from: "../../../../../../build/build.gradle"
|
/developers/samples/android/ui/views/TextSwitcher/ |
build.gradle | 3 apply plugin: SampleGenPlugin 9 apply from: "../../../../../build/build.gradle"
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/ |
build.gradle | 3 apply plugin: SampleGenPlugin 9 apply from: "../../../../../build/build.gradle"
|
/developers/samples/android/ui/window/BasicImmersiveMode/ |
build.gradle | 3 apply plugin: SampleGenPlugin 9 apply from: "../../../../../build/build.gradle"
|
/developers/samples/android/ui/window/ImmersiveMode/ |
build.gradle | 3 apply plugin: SampleGenPlugin 9 apply from: "../../../../../build/build.gradle"
|
/developers/samples/android/views/TextLinkify/ |
build.gradle | 3 apply plugin: SampleGenPlugin 9 apply from: "../../../../build/build.gradle"
|
/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);
|
/external/clang/test/SemaCXX/ |
attr-declspec-ignored.cpp | 4 __attribute__((visibility("hidden"))) __attribute__((aligned)) class A; // expected-warning{{attribute 'visibility' is ignored, place it after "class" to apply attribute to type declaration}} \ 5 // expected-warning{{attribute 'aligned' is ignored, place it after "class" to apply attribute to type declaration}} 6 __attribute__((visibility("hidden"))) __attribute__((aligned)) struct B; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \ 7 // expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}} 8 __attribute__((visibility("hidden"))) __attribute__((aligned)) union C; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \ 9 // expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}} 10 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum D {D}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \ 11 // expected-warning{{attribute 'aligned' is ignored, place it after "enum" to apply attribute to type declaration}}
|
/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
|
apply_wrap.hpp | 22 : F::template apply< > 28 : F::apply 38 : F::template apply<T1> 48 : F::template apply< T1,T2 > 58 : F::template apply< T1,T2,T3 > 68 : F::template apply< T1,T2,T3,T4 > 79 : F::template apply< T1,T2,T3,T4,T5 >
|
/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...] |
/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/chromium/chrome/browser/policy/ |
configuration_policy_store_interface.cc | 24 void ObservingPolicyStoreInterface::Apply(ConfigurationPolicyType policy, 26 next_->Apply(policy, value); 32 void FilteringPolicyStoreInterface::Apply(ConfigurationPolicyType policy, 34 // Apply() takes ownership of |value|. 36 next_->Apply(policy, value);
|
configuration_policy_store_interface_unittest.cc | 15 EXPECT_CALL(store, Apply(_, _)).Times(3); 19 observer.Apply(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true)); 21 observer.Apply(kPolicyProxyMode, Value::CreateStringValue("direct")); 23 observer.Apply(kPolicyIncognitoEnabled, Value::CreateBooleanValue(true)); 34 EXPECT_CALL(store_pass, Apply(_, _)).Times(1); 38 filter_pass.Apply(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true)); 40 filter_pass.Apply(kPolicyProxyMode, Value::CreateStringValue("direct")); 47 EXPECT_CALL(store_block, Apply(_, _)).Times(0); 51 filter_block.Apply(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true)); 53 filter_block.Apply(kPolicyProxyMode, Value::CreateStringValue("direct")) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/ |
macho-reloc64-err.errwarn | 1 -:20: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 2 -:21: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 3 -:23: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 4 -:24: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 5 -:25: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 6 -:26: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 7 -:27: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers.
|
/external/jmonkeyengine/engine/src/core/checkers/quals/ |
DefaultLocation.java | 10 /** Apply default annotations to all unannotated types. */ 13 /** Apply default annotations to all unannotated types except the raw types 17 /** Apply default annotations to unannotated upper bounds: both
|
/frameworks/base/packages/WAPPushManager/ |
proguard.flags | 2 #apply method is dynamically referenced by the reflection class. 4 void apply(); 7 void apply();
|
/external/chromium_org/v8/test/webkit/fast/js/ |
function-apply.js | 24 description('Tests to ensure that Function.apply works correctly for Arrays, arguments and array-like objects.'); 32 return t.apply(null, arguments); 41 return t.apply(null, arguments); 50 return t.apply(null, arguments); 59 return t.apply(null, arguments); 68 return t.apply(null, arguments, executedAdditionalArgument = true); 84 return t.apply(null, array); 93 return t.apply(null, array); 102 return t.apply(null, array); 111 return t.apply(null, array) [all...] |