Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DMAKECMDGOALS6 We construct a makefile with various targets, all of which print out
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_construct.h274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } in construct() function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } in construct() function
D_pthread_alloc.h158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
D_alloc.h331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } in construct() function
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dconditionals112 # Test some random "else if..." construct nesting
/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function
Dmvctor_declaration_test.cpp108 void construct(pointer, const_reference) {} in construct() function in std::allocator
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function
Dmvctor_declaration_test.cpp108 void construct(pointer, const_reference) {} in construct() function in std::allocator
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex288 % A mark contains a subexpression of the \ifcase ... \fi construct.
732 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
839 % good page breaking, for example.) However, I could not construct an
4982 % construct for the sake of pdftex, which needs the actual
7787 % node and anchor labels. And \xrdef uses it to construct the
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex672 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
779 % good page breaking, for example.) However, I could not construct an
3988 % construct for the sake of pdftex, which needs the actual
6612 % node and anchor labels. And \xrdef uses it to construct the
/ndk/sources/host-tools/make-3.81/
DChangeLog2008 walk through the hash of defined variables and construct a value
2013 and construct a list of the names of all the ones marked as
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-11322 any variables or functions in that section of a construct as the
1324 is not performed immediately. Expansion of deferred construct is not
1325 performed until either the construct appears later in an immediate
1370 immediately, and the commands used to construct the target are always
2652 construct the prerequisite names for each target based on the target
Dmake.texi1538 construct as the makefile is parsed. We say that expansion is
1540 deferred construct is not performed until either the construct appears
1601 and the commands used to construct the target are always deferred. This
3148 construct the prerequisite names for each target based on the target name.
9742 This construct is available only in targets and prerequisites, not in
Dmake.info-2708 This construct is available only in targets and prerequisites, not in
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed-in.texi2517 you can feed or construct lines as long as you like.
3473 It is possible to construct infinite loops by following a
Dsed.texi2684 you can feed or construct lines as long as you like.
3640 It is possible to construct infinite loops by following a
Dsed.info2012 construct lines as long as you like.