/third_party/boost/libs/vmd/test/ |
D | test_assert_is_identifier.cxx | 21 #define A_LIST (eeb,(grist,(&,BOOST_PP_NIL))) in main() 31 #define BOOST_VMD_REGISTER_grist (grist) in main() 38 BOOST_VMD_ASSERT_IS_IDENTIFIER(BOOST_PP_LIST_AT(A_LIST,1),grist) in main()
|
D | test_is_identifier.cxx | 21 #define A_LIST (eeb,(grist,(&,BOOST_PP_NIL))) in main() 31 #define BOOST_VMD_REGISTER_grist (grist) in main() 38 BOOST_TEST(BOOST_VMD_IS_IDENTIFIER(BOOST_PP_LIST_AT(A_LIST,1),grist)); in main()
|
D | test_after_identifier_elem.cxx | 37 #define BOOST_VMD_REGISTER_grist (grist) in main() 60 #define A_LIST (eeb (5),(grist,(&,BOOST_PP_NIL))) in main() 107 …BOOST_VMD_ELEM(0,BOOST_PP_LIST_AT(A_LIST,1),grist,BOOST_VMD_RETURN_ONLY_AFTER,BOOST_VMD_TYPE_IDENT… in main()
|
D | test_assert_fail_is_number.cxx | 17 #define A_LIST (eeb,(grist,(152,BOOST_PP_NIL))) in main()
|
D | test_assert_is_number.cxx | 21 #define A_LIST (eeb,(grist,(152,BOOST_PP_NIL))) in main()
|
D | test_assert_is_type.cxx | 21 #define A_LIST (eeb,(grist,(BOOST_VMD_TYPE_EMPTY,BOOST_PP_NIL))) in main()
|
D | test_is_number.cxx | 22 #define A_LIST (eeb,(grist,(152,BOOST_PP_NIL))) in main()
|
D | test_assert.cxx | 34 #define A_LIST (eeb,(grist,(152,BOOST_PP_NIL))) in main()
|
D | test_after_number_elem.cxx | 41 #define A_LIST (17 (5),(grist,(yellow,BOOST_PP_NIL))) in main()
|
D | test_after_type_elem.cxx | 41 #define A_LIST (BOOST_VMD_TYPE_ARRAY (5),(grist,(yellow,BOOST_PP_NIL))) in main()
|
/third_party/boost/tools/build/src/tools/ |
D | common.py | 661 grist = get_grist(f) 662 if grist == '<base>': 664 elif grist == '<toolset>': 667 elif grist == '<threading>': 670 elif grist == '<runtime>': 673 elif grist.startswith('<version:'): 674 key = grist[len('<version:'):-1] 680 elif grist.startswith('<property:'): 681 key = grist[len('<property:'):-1]
|
D | testing-aux.jam | 20 local grist = [ MATCH ^<(.*)> : $(dependency:G) ] ; 21 local marker = $(dependency:G=$(grist)*fail) ;
|
D | testing.jam | 388 local grist = [ MATCH ^<(.*)> : $(dependency:G) ] ; 389 local marker = $(dependency:G=$(grist)*fail) ;
|
/third_party/boost/tools/build/src/util/ |
D | utility.py | 74 grist, split, value = feature.partition('>') 78 value = grist
|
/third_party/boost/tools/build/test/core-language/ |
D | test.jam | 59 local v6 = <grist>generic/path.txt(member.txt) ; 73 check-equal var-set-grist : $(v1:G=grist) : <grist>1 <grist>2 <grist>3 ; 74 check-equal var-set-grist-multi : $(v1:G=$(g)) : <g1>1 <g1>2 <g1>3 <g2>1 <g2>2 <g2>3 ; 80 check-equal var-grist : $(v6:G) : <grist> ; 81 check-equal var-grist-none : $(v1:G) : "" "" "" ; 91 check-equal var-set-grist-join : $(v1:G=grist:J=,) : <grist>1,<grist>2,<grist>3 ; 95 check-equal var-set-grist-multi-join : $(v1:G=$(g):J=,) : <g1>1,<g1>2,<g1>3 <g2>1,<g2>2,<g2>3 ; 96 check-equal var-set-grist-multi-join-multi : $(v1:G=$(g):J=$(j1)) : <g1>1,<g1>2,<g1>3 <g1>1-<g1>2-<… 125 local cyg-grist = <grist>$(cyg1) ; 126 check-equal cygwin-grist : $(cyg-grist:W) : <grist>\\cygdrive\\c\\path1.txt ;
|
/third_party/boost/tools/build/src/build/ |
D | virtual-target.jam | 160 # Add the scanner instance to the grist for name. 252 # The target's grist is a concatenation of its project's location, action 391 local grist = [ grist ] ; 393 self.actual-name = <$(grist)>$(basename) ; 402 rule grist ( ) 419 local location-grist = [ sequence.join [ regex.split 425 local property-grist = [ $(ps).as-path ] ; 426 # 'property-grist' can be empty when 'ps' is an empty property 428 if $(property-grist) 430 location-grist = $(location-grist)/$(property-grist) ; [all …]
|
D | feature.jam | 89 local rule grist ( features * ) 104 name = [ grist $(name) ] ; 165 local f = [ grist $(feature) ] ; 437 feature = [ grist $(feature) ] ; 517 feature = [ grist $(feature) ] ; 551 local f = [ utility.ungrist [ grist $(feature) ] ] ; 601 feature = [ grist $(feature-or-property) ] ; 647 feature = [ grist $(feature) ] ; 650 # Add grist to the subfeature name if a value-string was supplied. 914 # be expressed without feature grist, and sub-property values will be expressed [all …]
|
D | virtual_target.py | 496 self.actual_name_ = '<' + self.grist() + '>' + os.path.normpath(self.name_) 500 def grist (self): member in AbstractFileTarget
|
D | generators.jam | 272 # If result has grist-only element, that build properties must include some 298 # feature name in requirements (i.e. grist-only element), as matching
|
D | targets.jam | 1274 local grist = $(dependency:G) ; 1279 $(result-var) += $(result[2-]:G=$(grist)) ;
|
/third_party/boost/tools/build/doc/src/ |
D | bjam.adoc | 308 grist, a string value used to assure uniqueness. A file target with an 1238 A variable element's string value can be parsed into grist and 1280 Select grist. 1333 `:G=grist`:: 1334 Replace grist with _grist_. 1971 of searching for a file with the same name as the target (sans grist), 2003 has its own unique grist prefix. The Boost build system also takes full 2004 advantage of Jam's ability to divide strings on grist boundaries, 2015 * When grist is extracted from a name with $(var:G), the result includes 2016 the leading and trailing angle brackets. When grist is added to a name [all …]
|
/third_party/boost/tools/build/src/kernel/ |
D | modules.jam | 164 # Add some grist so that the module will have a unique target name.
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 10168 callboy get rich quick? All events brought grist to his mill. Shylock 26744 her own with the object of bringing more grist to her mill. Mr Bloom,
|