/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
scoped_allocator | 207 _O_traits::construct(__outermost(*this), __p, 219 _O_traits::construct(__outermost(*this), __p, 229 _O_traits::construct(__outermost(*this), __p, 338 void construct(_Tp* __p, _Args&&... __args) 349 construct(pair<_T1, _T2>* __p, piecewise_construct_t, 360 _O_traits::construct(__outermost(*this), __p, piecewise_construct, 367 construct(pair<_T1, _T2>* __p) 368 { construct(__p, piecewise_construct, tuple<>(), tuple<>()); } 372 construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) 374 construct(__p, piecewise_construct [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
scoped_allocator | 207 _O_traits::construct(__outermost(*this), __p, 219 _O_traits::construct(__outermost(*this), __p, 229 _O_traits::construct(__outermost(*this), __p, 338 void construct(_Tp* __p, _Args&&... __args) 349 construct(pair<_T1, _T2>* __p, piecewise_construct_t, 360 _O_traits::construct(__outermost(*this), __p, piecewise_construct, 367 construct(pair<_T1, _T2>* __p) 368 { construct(__p, piecewise_construct, tuple<>(), tuple<>()); } 372 construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) 374 construct(__p, piecewise_construct [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
scoped_allocator | 207 _O_traits::construct(__outermost(*this), __p, 219 _O_traits::construct(__outermost(*this), __p, 229 _O_traits::construct(__outermost(*this), __p, 338 void construct(_Tp* __p, _Args&&... __args) 349 construct(pair<_T1, _T2>* __p, piecewise_construct_t, 360 _O_traits::construct(__outermost(*this), __p, piecewise_construct, 367 construct(pair<_T1, _T2>* __p) 368 { construct(__p, piecewise_construct, tuple<>(), tuple<>()); } 372 construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) 374 construct(__p, piecewise_construct [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.h | 65 /// \brief Construct a DIE for the given DbgVariable without initializing the 131 /// \brief A helper function to construct a RangeSpanList for a given 139 /// \brief This scope represents inlined body of a function. Construct 143 /// \brief Construct new DW_TAG_lexical_block for this scope and 147 /// constructVariableDIE - Construct a DIE for the given DbgVariable. 158 /// \brief Construct a DIE for this subprogram scope. 165 /// \brief Construct import_module DIE.
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/ |
CompactConstructor.java | 27 import org.yaml.snakeyaml.constructor.Construct; 38 * Construct a custom Java instance out of a compact object notation format. 46 private Construct compactConstruct; 123 private Construct getCompactConstruct() { 130 protected Construct createCompactConstruct() { 135 protected Construct getConstructor(Node node) { 181 public Object construct(Node node) { method in class:CompactConstructor.ConstructCompactObject
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
finder.hpp | 41 Construct the \c first_finder. The finder searches for the first 82 Construct the \c last_finder. The finder searches for the last 121 Construct the \c nth_finder. The finder searches for the n-th (zero-indexed) 166 Construct the \c head_finder. The finder returns a head of a given 183 Construct the \c tail_finder. The finder returns a tail of a given 200 Construct the \c token_finder. The finder searches for a token 227 Construct the \c range_finder. The finder does not perform
|
/external/llvm/include/llvm/ADT/ |
Twine.h | 48 /// concatenation method to construct interior nodes; the result must be 164 /// Construct a nullary twine; the kind must be NullKind or EmptyKind. 170 /// Construct a binary twine. 178 /// Construct a twine from explicit values. 256 /// Construct from an empty string. 263 /// Construct from a C string. 279 /// Construct from an std::string. 286 /// Construct from a StringRef. 293 /// Construct from a SmallString. 300 /// Construct from a char [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_eu.h | 175 * Construct a brw_reg. 229 /** Construct float[16] register */ 245 /** Construct float[8] register */ 261 /** Construct float[4] register */ 277 /** Construct float[2] register */ 293 /** Construct float[1] register */ 351 /** Construct unsigned word[16] register */ 359 /** Construct unsigned word[8] register */ 367 /** Construct unsigned word[1] register */ 388 /** Construct float immediate register * [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
BCRSAPrivateCrtKey.java | 34 * construct a private key from it's org.bouncycastle.crypto equivalent. 52 * construct a private key from an RSAPrivateCrtKeySpec 70 * construct a private key from another RSAPrivateCrtKey. 88 * construct an RSA key from a private key info object. 98 * construct an RSA key from a ASN.1 RSA private key object.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCERSAPrivateCrtKey.java | 34 * construct a private key from it's org.bouncycastle.crypto equivalent. 52 * construct a private key from an RSAPrivateCrtKeySpec 70 * construct a private key from another RSAPrivateCrtKey. 88 * construct an RSA key from a private key info object. 98 * construct an RSA key from a ASN.1 RSA private key object.
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
SafeConstructor.java | 45 * Construct standard Java classes 129 // we need to construct keys to avoid duplications 157 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlNull 174 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlBool 181 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlInt 237 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlFloat 269 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlBinary 280 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlNumber 293 return (Number) yamlConstructors.get(Tag.FLOAT).construct(node); 314 public Object construct(Node node) method in class:SafeConstructor.ConstructYamlTimestamp 374 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlOmap 408 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlPairs 440 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlSet 459 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlStr 465 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlSeq 485 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlMap 504 public Object construct(Node node) { method in class:SafeConstructor.ConstructUndefined [all...] |
/external/snakeyaml/src/test/java/examples/jodatime/ |
JodaTimeFlowStylesTest.java | 28 import org.yaml.snakeyaml.constructor.Construct; 142 public Object construct(Node nnode) { method in class:JodaTimeFlowStylesTest.JodaPropertyConstructor.TimeStampConstruct 144 Construct dateConstructor = yamlConstructors.get(Tag.TIMESTAMP); 145 Date date = (Date) dateConstructor.construct(nnode); 148 return super.construct(nnode);
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
ShapeImmutableTest.java | 53 "Can't construct a java object for tag:yaml.org,2002:org.yaml.snakeyaml.immutable.SuperColor; exception=Unsupported class: class org.yaml.snakeyaml.immutable.Color")); 72 "Can't construct a java object for tag:yaml.org,2002:org.yaml.snakeyaml.immutable.Code3; exception=No single argument constructor found for class org.yaml.snakeyaml.immutable.Code3")); 83 "Can't construct a java object for tag:yaml.org,2002:org.yaml.snakeyaml.immutable.Code4; exception=Can't construct a java object for scalar tag:yaml.org,2002:org.yaml.snakeyaml.immutable.Code4; No String constructor found. Exception=org.yaml.snakeyaml.immutable.Code4.<init>(java.lang.String)\n" 111 "Can't construct a java object for tag:yaml.org,2002:org.yaml.snakeyaml.immutable.Point; exception=No suitable constructor with 1 arguments found for class org.yaml.snakeyaml.immutable.Point\n"
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
CertificateVersion.java | 74 // Construct the class from the passed DerValue 75 private void construct(DerValue derVal) throws IOException { method in class:CertificateVersion 120 construct(derVal); 133 construct(derVal); 145 construct(val);
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
dynamic_message.h | 55 // know about at compile time. It would be nice to be able to construct 59 // As it turns out, a DynamicMessage needs to construct extra 70 // Construct a DynamicMessageFactory that will search for extensions in 74 // Construct a DynamicMessageFactory that will search for extensions in 98 // type. You can then call that message's New() method to construct a
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
dynamic_message.h | 55 // know about at compile time. It would be nice to be able to construct 59 // As it turns out, a DynamicMessage needs to construct extra 70 // Construct a DynamicMessageFactory that will search for extensions in 74 // Construct a DynamicMessageFactory that will search for extensions in 98 // type. You can then call that message's New() method to construct a
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
dynamic_message.h | 55 // know about at compile time. It would be nice to be able to construct 59 // As it turns out, a DynamicMessage needs to construct extra 70 // Construct a DynamicMessageFactory that will search for extensions in 74 // Construct a DynamicMessageFactory that will search for extensions in 98 // type. You can then call that message's New() method to construct a
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
dynamic_message.h | 55 // know about at compile time. It would be nice to be able to construct 59 // As it turns out, a DynamicMessage needs to construct extra 70 // Construct a DynamicMessageFactory that will search for extensions in 74 // Construct a DynamicMessageFactory that will search for extensions in 98 // type. You can then call that message's New() method to construct a
|
/art/compiler/optimizing/ |
reference_type_propagation_test.cc | 53 // Helper method to construct an invalid type. 58 // Helper method to construct the Object type. 63 // Helper method to construct the String type.
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/ |
X509CertificateHolderSelector.java | 25 * Construct a selector with the value of a public key's subjectKeyId. 35 * Construct a signer ID based on the issuer and serial number of the signer's associated 47 * Construct a signer ID based on the issuer and serial number of the signer's associated
|
/external/dng_sdk/source/ |
dng_gain_map.h | 53 /// Construct a gain map with the specified memory allocator, number of 167 /// Construct a GainMap opcode for the specified image area and the specified 173 /// Construct a GainMap opcode from the specified stream.
|
/external/google-breakpad/src/processor/ |
stackwalker_x86.h | 81 // to construct the frame that called frames.back(). The caller 88 // Use cfi_frame_info (derived from STACK CFI records) to construct 96 // %ebp points to the saved %ebp --- construct the frame that called
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
NetObjectList.java | 59 * Construct a NetObject List given a list name. 67 * Construct a NetObject List given a list name and a class for 79 * Construct an empty NetObjectList.
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
tcp.hpp | 48 /// Construct to represent the IPv4 TCP protocol. 54 /// Construct to represent the IPv6 TCP protocol. 130 // Construct with a specific family.
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
PrefixConstructorTest.java | 81 public Object construct(Node node) { method in class:PrefixConstructorTest.PrefixConstruct 97 public Object construct(Node node) { method in class:PrefixConstructorTest.ExactConstruct 113 public Object construct(Node node) { method in class:PrefixConstructorTest.ConstructUnknown
|