/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | MAKECMDGOALS | 6 We construct a makefile with various targets, all of which print out
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _construct.h | 274 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.h | 158 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.h | 331 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/ |
D | conditionals | 112 # Test some random "else if..." construct nesting
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function
|
D | mvctor_declaration_test.cpp | 108 void construct(pointer, const_reference) {} in construct() function in std::allocator
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function
|
D | mvctor_declaration_test.cpp | 108 void construct(pointer, const_reference) {} in construct() function in std::allocator
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 288 % 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/ |
D | texinfo.tex | 672 % 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/ |
D | ChangeLog | 2008 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/ |
D | make.info-1 | 1322 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
|
D | make.texi | 1538 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
|
D | make.info-2 | 708 This construct is available only in targets and prerequisites, not in
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed-in.texi | 2517 you can feed or construct lines as long as you like. 3473 It is possible to construct infinite loops by following a
|
D | sed.texi | 2684 you can feed or construct lines as long as you like. 3640 It is possible to construct infinite loops by following a
|
D | sed.info | 2012 construct lines as long as you like.
|