Home
last modified time | relevance | path

Searched refs:grist (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/vmd/test/
Dtest_assert_is_identifier.cxx21 #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()
Dtest_is_identifier.cxx21 #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()
Dtest_after_identifier_elem.cxx37 #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()
Dtest_assert_fail_is_number.cxx17 #define A_LIST (eeb,(grist,(152,BOOST_PP_NIL))) in main()
Dtest_assert_is_number.cxx21 #define A_LIST (eeb,(grist,(152,BOOST_PP_NIL))) in main()
Dtest_assert_is_type.cxx21 #define A_LIST (eeb,(grist,(BOOST_VMD_TYPE_EMPTY,BOOST_PP_NIL))) in main()
Dtest_is_number.cxx22 #define A_LIST (eeb,(grist,(152,BOOST_PP_NIL))) in main()
Dtest_assert.cxx34 #define A_LIST (eeb,(grist,(152,BOOST_PP_NIL))) in main()
Dtest_after_number_elem.cxx41 #define A_LIST (17 (5),(grist,(yellow,BOOST_PP_NIL))) in main()
Dtest_after_type_elem.cxx41 #define A_LIST (BOOST_VMD_TYPE_ARRAY (5),(grist,(yellow,BOOST_PP_NIL))) in main()
/third_party/boost/tools/build/src/tools/
Dcommon.py661 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]
Dtesting-aux.jam20 local grist = [ MATCH ^<(.*)> : $(dependency:G) ] ;
21 local marker = $(dependency:G=$(grist)*fail) ;
Dtesting.jam388 local grist = [ MATCH ^<(.*)> : $(dependency:G) ] ;
389 local marker = $(dependency:G=$(grist)*fail) ;
/third_party/boost/tools/build/src/util/
Dutility.py74 grist, split, value = feature.partition('>')
78 value = grist
/third_party/boost/tools/build/test/core-language/
Dtest.jam59 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/
Dvirtual-target.jam160 # 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 …]
Dfeature.jam89 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 …]
Dvirtual_target.py496 self.actual_name_ = '<' + self.grist() + '>' + os.path.normpath(self.name_)
500 def grist (self): member in AbstractFileTarget
Dgenerators.jam272 # If result has grist-only element, that build properties must include some
298 # feature name in requirements (i.e. grist-only element), as matching
Dtargets.jam1274 local grist = $(dependency:G) ;
1279 $(result-var) += $(result[2-]:G=$(grist)) ;
/third_party/boost/tools/build/doc/src/
Dbjam.adoc308 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/
Dmodules.jam164 # Add some grist so that the module will have a unique target name.
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt10168 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,