/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
bitmap_allocator.h | 1057 construct(pointer __p, const_reference __data) function in class:bitmap_allocator 1063 construct(pointer __p, _Args&&... __args) function in class:bitmap_allocator
|
slist | 330 get_allocator().construct(&__node->_M_data, __x); 347 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
bitmap_allocator.h | 1057 construct(pointer __p, const_reference __data) function in class:bitmap_allocator 1063 construct(pointer __p, _Args&&... __args) function in class:bitmap_allocator
|
slist | 330 get_allocator().construct(&__node->_M_data, __x); 347 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 328 get_allocator().construct(&__node->_M_data, __x); 345 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 328 get_allocator().construct(&__node->_M_data, __x); 345 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 328 get_allocator().construct(&__node->_M_data, __x); 345 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
slist | 328 get_allocator().construct(&__node->_M_data, __x); 345 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
bitmap_allocator.h | 1057 construct(pointer __p, const_reference __data) function in class:bitmap_allocator 1063 construct(pointer __p, _Args&&... __args) function in class:bitmap_allocator
|
slist | 330 get_allocator().construct(&__node->_M_data, __x); 347 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
bitmap_allocator.h | 1056 construct(_Up* __p, _Args&&... __args) function in class:bitmap_allocator 1065 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
|
slist | 330 get_allocator().construct(&__node->_M_data, __x); 347 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
bitmap_allocator.h | 1057 construct(pointer __p, const_reference __data) function in class:bitmap_allocator 1063 construct(pointer __p, _Args&&... __args) function in class:bitmap_allocator
|
slist | 330 get_allocator().construct(&__node->_M_data, __x); 347 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
bitmap_allocator.h | 1056 construct(_Up* __p, _Args&&... __args) function in class:bitmap_allocator 1065 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
|
slist | 330 get_allocator().construct(&__node->_M_data, __x); 347 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
slist | 329 get_allocator().construct(&__node->_M_data, __x); 346 get_allocator().construct(&__node->_M_data, value_type());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sets.py | 386 """Construct an immutable set from an optional iterable.""" 411 """Construct a set from an optional iterable."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sets.py | 386 """Construct an immutable set from an optional iterable.""" 411 """Construct a set from an optional iterable."""
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Channel.java | 71 * Construct message from an array. 84 * Construct message from a ByteBuffer.
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | 56 * Construct an instance of XSLTAttributeDef. 78 * Construct an instance of XSLTAttributeDef. 103 * Construct an instance of XSLTAttributeDef that uses two 134 * Construct an instance of XSLTAttributeDef that uses three 168 * Construct an instance of XSLTAttributeDef that uses three [all...] |
/external/tinyxml/ |
tinyxml.h | 699 /// Construct an empty attribute. 717 /// Construct an attribute with a name and value. 847 /// Construct an element. [all...] |
/external/bison/doc/ |
bison.info | [all...] |
bison.texi | 619 A formal grammar is a mathematical construct. To define the language 712 of the whole construct from the semantic values of its parts. For example, [all...] |
/external/bison/ |
maint.mk | 202 # This macro searches for a given construct in the selected files and 209 # Regular expression (ERE) denoting either a forbidden construct 210 # or a required construct. Those arguments are exclusive. 215 # a prohibit construct. For example, this can be used to exclude 217 # construct instead of the simpler prohibited construct. 311 : Check for the construct; \ [all...] |