Searched
full:construct (Results
976 -
1000 of
2991) sorted by null
<<31323334353637383940>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_string.h | 425 // Construct/copy/destroy: 440 * @brief Construct an empty string using allocator @a a. 447 * @brief Construct string with copy of value of @a str. 452 * @brief Construct string as copy of a substring. 460 * @brief Construct string as copy of a substring. 470 * @brief Construct string initialized by a character %array. 481 * @brief Construct string as copy of a C string. 487 * @brief Construct string as multiple characters. 496 * @brief Move construct string. 513 * @brief Construct string from an initializer %list [all...] |
/development/samples/BrowserPlugin/jni/background/ |
BackgroundPlugin.cpp | 111 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to construct object"); 490 gLogI.log(kError_ANPLogType, " ---- LoadJavaTest: failed to construct object");
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 67 /** Construct a bitset of size one word (64 bits) */ 77 /** Construct a bitset given the size
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SuballocatedIntVector.java | 85 * Construct a IntVector, using the given block size and number 108 /** Construct a IntVector, using the given block size and
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
PredicatedNodeTest.java | 39 * Construct an AxesWalker using a LocPathIterator. 49 * Construct an AxesWalker. The location path iterator will have to be set
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
X509CertificateObject.java | 90 throw new CertificateParsingException("cannot construct BasicConstraints: " + e); 117 throw new CertificateParsingException("cannot construct KeyUsage: " + e);
|
/external/chromium/chrome/browser/ui/ |
browser_window.h | 334 // Construct a BrowserWindow implementation for the specified |browser|. 337 // Construct a FindBar implementation for the specified |browser|.
|
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 225 /// \brief Construct an empty nested-name-specifier. 228 /// \brief Construct a nested-name-specifier with source location information
|
/external/clang/test/CXX/class.access/class.protected/ |
p1.cpp | 470 A(); // expected-note 2 {{protected constructor can only be used to construct a base class subobject}} 471 A(const A &); // expected-note {{protected constructor can only be used to construct a base class subobject}}
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
example-bind.cpp | 66 // Construct tuple from separate arguments. 71 // Construct tuple from another tuple.
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 167 // Construct the invocation. 396 // Construct our diagnostic client.
|
/external/icu4c/common/ |
servloc.h | 431 * Construct an ICULocaleService. 436 * Construct an ICULocaleService with a name (useful for debugging).
|
/external/icu4c/common/unicode/ |
resbund.h | 111 * Construct a resource bundle for the default bundle in the specified package. 125 * Construct a resource bundle for the ICU default bundle.
|
/external/icu4c/i18n/ |
rbt_set.cpp | 161 * Construct a new empty rule set. 273 /* Construct the rule array and index table. We reorder the
|
/external/icu4c/i18n/unicode/ |
dtitvinf.h | 178 * Construct DateIntervalInfo for the given locale, 237 * User could construct DateIntervalInfo by providing a list of skeletons
|
dtptngen.h | 52 * Construct a flexible generator according to default locale. 60 * Construct a flexible generator according to data for a given locale.
|
/external/iproute2/tc/ |
m_pedit.c | 486 fprintf(stderr, "Illegal pedit construct (%s) \n", *argv); 492 fprintf(stderr, "Illegal pedit construct (%s) \n", *argv);
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
VarOptimizer.java | 56 * This avoids having to construct the intermediate result {@code a + b} at runtime and reduces 60 * construct. This is faster because escapers are called with the strings themselves whereas general
|
/external/llvm/bindings/python/llvm/ |
object.py | 101 """Construct an instance from a filename or binary data. 180 """Construct a new section instance.
|
/external/llvm/include/llvm/CodeGen/ |
MachineModuleInfo.h | 110 /// FrameMoves - List of moves done by a function's prolog. Used to construct 235 /// function's prologue. Used to construct frame maps for debug and exception
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Graph.h | 142 /// \brief Construct an empty PBQP graph. 145 /// \brief Copy construct this graph from "other". Note: Does not copy node
|
/external/llvm/utils/TableGen/ |
CodeEmitterGen.cpp | 11 // construct an automated code emitter: a function that, given a MachineInstr, 282 // Construct all cases statement for each opcode
|
/external/oauth/core/src/main/java/net/oauth/client/ |
OAuthClient.java | 203 * Construct a request message, send it to the service provider and get the 240 * Construct a request message, send it to the service provider and get the
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
GeneratedMessageLite.java | 492 // We can't always initialize a GeneratedExtension when we first construct 494 // instances may not have been constructed yet). So, we construct an
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocevents.cpp | 199 g.Construct(TUint32(&g), EFalse); 202 w.Construct(g, TUint32(&w));
|
Completed in 2037 milliseconds
<<31323334353637383940>>