/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/ |
vector.tcc | 95 this->_M_impl.construct(this->_M_impl._M_finish, 113 this->_M_impl.construct(this->_M_impl._M_finish, __x); 278 this->_M_impl.construct(this->_M_impl._M_finish, 301 this->_M_impl.construct(this->_M_impl._M_finish, 330 this->_M_impl.construct(__new_start + __elems_before,
|
/external/chromium/chrome/browser/prefs/ |
pref_service.h | 45 // dictionary (a branch), or list. You shouldn't need to construct this on 254 // Construct a new pref service, specifying the pref sources as explicit 295 // Construct an incognito version of the pref service. Use
|
/external/chromium/net/base/ |
sdch_manager.h | 171 friend class SdchManager; // Only manager can construct an instance. 174 // Construct a vc-diff usable dictionary from the dictionary_text starting 321 // Construct the pair of hashes for client and server to identify an SDCH
|
/external/clang/include/clang/Sema/ |
Template.h | 51 /// \brief Construct an empty set of template argument lists. 54 /// \brief Construct a single-level template argument list. 153 /// \brief Construct an integral non-type template argument that
|
/external/icu4c/i18n/ |
transreg.h | 44 * Construct a simple alias (type == SIMPLE) 50 * Construct a compound RBT alias (type == COMPOUND) 57 * Construct a rules alias (type = RULES)
|
/external/icu4c/i18n/unicode/ |
smpdtfmt.h | 58 * the default patterns in the locales, he can construct a SimpleDateFormat directly 219 * Construct a SimpleDateFormat using the default pattern for the default 230 * Construct a SimpleDateFormat using the given pattern and the default locale. 244 * Construct a SimpleDateFormat using the given pattern, numbering system override, and the default locale. 269 * Construct a SimpleDateFormat using the given pattern and locale. 285 * Construct a SimpleDateFormat using the given pattern, numbering system override, and locale. 311 * Construct a SimpleDateFormat using the given pattern and locale-specific 324 * Construct a SimpleDateFormat using the given pattern and locale-specific [all...] |
dtitvfmt.h | 222 * Construct a DateIntervalFormat from skeleton and the default locale. 239 * Construct a DateIntervalFormat from skeleton and a given locale. 273 * Construct a DateIntervalFormat from skeleton 293 * Construct a DateIntervalFormat from skeleton 597 * Construct a DateIntervalFormat from DateFormat, 620 * Construct a DateIntervalFormat from DateFormat [all...] |
/external/icu4c/test/intltest/ |
thcoll.cpp | 77 errln("Error: could not construct Thai collator"); 124 errln("Error: could not construct Thai collator"); 245 errln("Error: could not construct Thai collator");
|
/external/llvm/docs/tutorial/ |
LangImpl1.html | 99 easy and trivial it is to construct SSA form in LLVM: no, LLVM does <em>not</em> 100 require your front-end to construct SSA form!</li> 136 Kaleidoscope to support the if/then/else construct, a for loop, user defined
|
/external/llvm/include/llvm/ADT/ |
StringMap.h | 137 /// construct the value. 155 // Default construct the value. 348 /// exists, return it. Otherwise, default construct a value, insert it, and
|
/external/llvm/lib/CodeGen/ |
MachineSSAUpdater.cpp | 72 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is 121 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that 356 /// for the specified BB and if so, return it. If not, construct SSA form by
|
/external/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 203 // false if they completely fail to parse the construct. In this case,
|
/external/protobuf/src/google/protobuf/ |
service.h | 76 // How to construct a channel depends, again, on your RPC implementation. 175 // You can then call Message::New() on these instances to construct mutable 263 // should not call an RpcChannel directly, but instead construct a stub Service
|
/external/webkit/Source/WebCore/bridge/ |
NP_jsobject.cpp | 518 JSValue resultV = JSC::construct(exec, constructor, constructType, constructData, argList); 527 if (NP_CLASS_STRUCT_VERSION_HAS_CTOR(o->_class) && o->_class->construct) 528 return o->_class->construct(o, args, argCount, result);
|
/frameworks/wilhelm/src/ |
sles.c | 485 /** \brief Construct a new instance of the specified class, exposing selected interfaces */ 487 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) function 493 SL_LOGV("construct %s at %p", clazz->mName, thiz);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/decimal/ |
decimal | 232 // 3.2.2.2 Construct/copy/destroy. 315 // 3.2.3.2 Construct/copy/destroy. 398 // 3.2.4.2 Construct/copy/destroy.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/decimal/ |
decimal | 232 // 3.2.2.2 Construct/copy/destroy. 315 // 3.2.3.2 Construct/copy/destroy. 398 // 3.2.4.2 Construct/copy/destroy.
|
/external/clang/lib/AST/ |
DeclPrinter.cpp | 521 } else if (CXXConstructExpr *Construct 523 Args = Construct->getArgs(); 524 NumArgs = Construct->getNumArgs(); 623 if (CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) 625 Construct->getNumArgs() == 0 && !Construct->isListInitialization(); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
deque.tcc | 122 this->_M_impl.construct(this->_M_impl._M_start._M_cur - 1, 139 this->_M_impl.construct(this->_M_impl._M_finish._M_cur, 431 this->_M_impl.construct(this->_M_impl._M_finish._M_cur, 434 this->_M_impl.construct(this->_M_impl._M_finish._M_cur, __t); 468 this->_M_impl.construct(this->_M_impl._M_start._M_cur, 471 this->_M_impl.construct(this->_M_impl._M_start._M_cur, __t);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
deque.tcc | 122 this->_M_impl.construct(this->_M_impl._M_start._M_cur - 1, 139 this->_M_impl.construct(this->_M_impl._M_finish._M_cur, 431 this->_M_impl.construct(this->_M_impl._M_finish._M_cur, 434 this->_M_impl.construct(this->_M_impl._M_finish._M_cur, __t); 468 this->_M_impl.construct(this->_M_impl._M_start._M_cur, 471 this->_M_impl.construct(this->_M_impl._M_start._M_cur, __t);
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChat.java | 266 // construct a string from the buffer 272 // construct a string from the valid bytes in the buffer
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 65 /** <summary>Construct a bitset of size one word (64 bits)</summary> */ 82 /** <summary>Construct a bitset given the size</summary>
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 67 /** <summary>Construct a bitset of size one word (64 bits)</summary> */ 88 /** <summary>Construct a bitset given the size</summary>
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BitSet.java | 50 /** Construct a bitset of size one word (64 bits) */ 69 /** Construct a bitset given the size
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BitSet.pm | 48 # Construct a bitset of size one word (64 bits) 75 # Construct a bitset given the size
|