/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
valarray | 129 // _lib.valarray.cons_ construct/destroy: 130 /// Construct an empty array. 133 /// Construct an array with @a n elements. 136 /// Construct an array with @a n elements initialized to @a t. 139 /// Construct an array initialized to the first @a n elements of @a t. 150 /// Construct an array with the same size and values in @a sa. 153 /// Construct an array with the same size and values in @a ga. 156 /// Construct an array with the same size and values in @a ma. 159 /// Construct an array with the same size and values in @a ia. 163 /// Construct an array with an initializer_list of values [all...] |
future | 297 __traits::construct(__a2, __p, __a); 785 /// Construct from a future rvalue 790 /// Construct from a shared_future rvalue 829 /// Construct from a future rvalue 834 /// Construct from a shared_future rvalue 868 /// Construct from a future rvalue 873 /// Construct from a shared_future rvalue [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
valarray | 129 // _lib.valarray.cons_ construct/destroy: 130 /// Construct an empty array. 133 /// Construct an array with @a n elements. 136 /// Construct an array with @a n elements initialized to @a t. 139 /// Construct an array initialized to the first @a n elements of @a t. 150 /// Construct an array with the same size and values in @a sa. 153 /// Construct an array with the same size and values in @a ga. 156 /// Construct an array with the same size and values in @a ma. 159 /// Construct an array with the same size and values in @a ia. 163 /// Construct an array with an initializer_list of values [all...] |
future | 297 __traits::construct(__a2, __p, __a); 785 /// Construct from a future rvalue 790 /// Construct from a shared_future rvalue 829 /// Construct from a future rvalue 834 /// Construct from a shared_future rvalue 868 /// Construct from a future rvalue 873 /// Construct from a shared_future rvalue [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
valarray | 127 // _lib.valarray.cons_ construct/destroy: 128 /// Construct an empty array. 131 /// Construct an array with @a n elements. 134 /// Construct an array with @a n elements initialized to @a t. 137 /// Construct an array initialized to the first @a n elements of @a t. 148 /// Construct an array with the same size and values in @a sa. 151 /// Construct an array with the same size and values in @a ga. 154 /// Construct an array with the same size and values in @a ma. 157 /// Construct an array with the same size and values in @a ia. 161 /// Construct an array with an initializer_list of values [all...] |
future | 287 __traits::construct(__a2, __p, __a); 779 /// Construct from a future rvalue 784 /// Construct from a shared_future rvalue 818 /// Construct from a future rvalue 823 /// Construct from a shared_future rvalue 857 /// Construct from a future rvalue 862 /// Construct from a shared_future rvalue [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
map | 56 // construct/copy/destroy: 231 // construct/copy/destroy: [all...] |
memory | 88 static void construct(allocator_type& a, T* p, Args&&... args); 134 void construct(U* p, Args&&... args); [all...] |
/external/clang/lib/AST/ |
DeclPrinter.cpp | 527 } else if (CXXConstructExpr *Construct 529 Args = Construct->getArgs(); 530 NumArgs = Construct->getNumArgs(); 677 if (CXXConstructExpr *Construct = 680 !Construct->isListInitialization()) { 681 ImplicitInit = Construct->getNumArgs() == 0 || 682 Construct->getArg(0)->isDefaultArgument(); [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
dictbuilder.cpp | 529 if (!spl_trie.construct(spl_buf, spl_item_size, spl_num, 536 printf("spelling tree construct successfully.\n"); 565 // Construct the dict list 571 // Construct the NGram information 846 // 3. Now begin to construct the son one by one 866 // Construct a node 935 // 4. The last one to construct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
future | 273 __a2.construct(__p, __a); 726 /// Construct from a future rvalue 731 /// Construct from a shared_future rvalue 770 /// Construct from a future rvalue 775 /// Construct from a shared_future rvalue 809 /// Construct from a future rvalue 814 /// Construct from a shared_future rvalue [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
future | 273 __a2.construct(__p, __a); 726 /// Construct from a future rvalue 731 /// Construct from a shared_future rvalue 770 /// Construct from a future rvalue 775 /// Construct from a shared_future rvalue 809 /// Construct from a future rvalue 814 /// Construct from a shared_future rvalue [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
future | 273 __a2.construct(__p, __a); 726 /// Construct from a future rvalue 731 /// Construct from a shared_future rvalue 770 /// Construct from a future rvalue 775 /// Construct from a shared_future rvalue 809 /// Construct from a future rvalue 814 /// Construct from a shared_future rvalue [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
future | 273 __a2.construct(__p, __a); 726 /// Construct from a future rvalue 731 /// Construct from a shared_future rvalue 770 /// Construct from a future rvalue 775 /// Construct from a shared_future rvalue 809 /// Construct from a future rvalue 814 /// Construct from a shared_future rvalue [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
URI.java | 150 * Construct a new and uninitialized URI. 155 * Construct a new URI from another URI. All fields for this URI are 166 * Construct a new URI from a URI specification string. If the 186 * Construct a new URI from a base URI and a URI specification string. 203 * Construct a new URI that does not follow the generic URI syntax. 221 "Cannot construct URI with null/empty scheme!"); 228 "Cannot construct URI with null/empty scheme-specific part!"); 236 * Construct a new URI that follows the generic URI syntax from its 263 * Construct a new URI that follows the generic URI syntax from its [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
URI.java | 147 * Construct a new and uninitialized URI. 152 * Construct a new URI from another URI. All fields for this URI are 163 * Construct a new URI from a URI specification string. If the 183 * Construct a new URI from a base URI and a URI specification string. 200 * Construct a new URI that does not follow the generic URI syntax. 218 "Cannot construct URI with null/empty scheme!"); 225 "Cannot construct URI with null/empty scheme-specific part!"); 233 * Construct a new URI that follows the generic URI syntax from its 260 * Construct a new URI that follows the generic URI syntax from its [all...] |
/external/llvm/include/llvm/IR/ |
InstrTypes.h | 156 /// Create() - Construct a binary instruction, given the opcode and the two 165 /// Create() - Construct a binary instruction, given the opcode and the two 281 /// Helper functions to construct and inspect unary operations (NEG and NOT) 403 /// Provides a way to construct any of the CastInst subclasses using an 408 /// @brief Construct any of the CastInst subclasses 416 /// Provides a way to construct any of the CastInst subclasses using an 421 /// @brief Construct any of the CastInst subclasses 691 /// Construct a compare instruction, given the opcode, the predicate and 701 /// Construct a compare instruction, given the opcode, the predicate and the [all...] |
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_manager_unittest.cc | 113 // Construct a BrowserAccessibilityManager with this 131 // Construct a manager again, and this time save references to two of 222 // Construct a BrowserAccessibilityManager with tree1. 396 // Construct a BrowserAccessibilityManager with tree1. 528 // Construct a BrowserAccessibilityManager with tree1.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.h | 64 // many other kinds of validation needed to construct a complete 71 // Parse the entire input and construct a FileDescriptorProto representing 211 // Construct the file's "root" location. 214 // Construct a location that represents a declaration nested within the 272 // false if they completely fail to parse the construct. In this case,
|
/external/chromium_org/v8/src/ |
frames.h | 163 V(CONSTRUCT, ConstructFrame) \ 240 bool is_construct() const { return type() == CONSTRUCT; } 503 // construct frame. 773 // Construct frames are special trampoline frames introduced to handle 777 virtual Type type() const { return CONSTRUCT; }
|
/external/clang/include/clang/AST/ |
DeclarationName.h | 135 // Construct a declaration name from the name of a C++ constructor, 143 // Construct a declaration name from the name of a C++ overloaded 157 /// Construct a declaration name from a raw pointer. 171 // Construct a declaration name from an IdentifierInfo *. 177 // Construct a declaration name from an Objective-C selector.
|
/external/llvm/include/llvm/ADT/ |
StringRef.h | 72 /// Construct an empty string ref. 75 /// Construct a string ref from a cstring. 82 /// Construct a string ref from a pointer and length. 89 /// Construct a string ref from an std::string. 551 /// Construct a string ref from a boolean.
|
/external/opencv/cxcore/include/ |
cvwimage.h | 234 // Construct a view into a region of this image 270 // Construct a view into a region of this image 424 // Construct a subimage. No checks are done that the subimage lies 465 // Construct a subimage. No checks are done that the subimage lies 606 // Construct a view into a region of an image
|
/external/v8/src/ |
frames.h | 138 V(CONSTRUCT, ConstructFrame) \ 194 bool is_construct() const { return type() == CONSTRUCT; } 438 // construct frame. 631 // Construct frames are special trampoline frames introduced to handle 635 virtual Type type() const { return CONSTRUCT; }
|
/external/zlib/src/contrib/blast/ |
blast.c | 175 * Huffman code for n symbols, construct the tables required to decode those 187 local int construct(struct huffman *h, const unsigned char *rep, int n) function 313 construct(&litcode, litlen, sizeof(litlen)); 314 construct(&lencode, lenlen, sizeof(lenlen)); 315 construct(&distcode, distlen, sizeof(distlen));
|