/external/clang/include/clang/Basic/ |
OperatorKinds.def | 101 // ?: can *not* be overloaded, but we need the overload
|
Diagnostic.h | 138 /// Specifies which overload candidates to display when overload resolution 142 Ovl_Best ///< Show just the "best" overload candidates. 156 OverloadsShown ShowOverloads; // Which overload candidates to show. 396 /// \brief Specify which overload candidates to show when overload resolution [all...] |
/external/icu4c/i18n/unicode/ |
locdspnm.h | 41 * Convenience overload of
|
rbtz.h | 134 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload, 155 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
|
/external/libvpx/examples/includes/geshi/geshi/ |
pascal.php | 67 'or','overload','override','private','procedure','program',
|
/external/libxml2/include/libxml/ |
xmlmemory.h | 99 * The way to overload the existing functions.
|
/external/llvm/tools/llvmc/src/ |
Hooks.cpp | 57 // overload.
|
/external/oprofile/libutil++/ |
op_spu_bfd.cpp | 37 * This overload of the op_bfd constructor is patterned after the
|
/external/proguard/src/proguard/obfuscate/ |
MemberNameConflictFixer.java | 112 // Check whether we're allowed to overload aggressively.
|
/external/stlport/etc/ |
ReleaseNote.txt | 78 of allocator has to overload swap method if any specific action has to be made when
|
/external/stlport/test/unit/ |
stack_allocator.h | 189 //with new StackAllocator instanciations associated swap overload should also be
|
/external/webkit/Source/WebKit/qt/docs/ |
qtwebkit-bridge.qdoc | 198 pick the right overload based on the actual types of the QScriptValue arguments 205 You can specify a particular overload by using array-style property access 212 pick the overload with the argument count that best matches the 217 normalized signature of the particular overload you want to connect to.
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebProcessProxy.h | 102 // FIXME: This variant of send is deprecated. All clients should move to an overload that take a message type.
|
/ndk/tests/device/test-gnustl-full/unit/ |
stack_allocator.h | 189 //with new StackAllocator instanciations associated swap overload should also be
|
/ndk/tests/device/test-stlport/unit/ |
stack_allocator.h | 189 //with new StackAllocator instanciations associated swap overload should also be
|
/external/webkit/Source/JavaScriptCore/ |
ChangeLog-2002-12-03 | 409 (ArgumentsImp::ArgumentsImp): Add an overload that takes no arguments. 634 * kjs/nodes2string.cpp: (SourceStream::operator<<): Add overload for Identifier. [all...] |
/external/clang/lib/Sema/ |
CodeCompleteConsumer.cpp | 285 // Code completion overload candidate implementation 375 OS << "OVERLOAD: " << CCS->getAsString() << "\n";
|
/external/clang/test/SemaCXX/ |
conditional-expr.cpp | 101 // should use const overload 106 // should use non-const overload
|
/external/guava/src/com/google/common/collect/ |
Lists.java | 224 * {@code (Foo firstFoo, Foo... moreFoos)}, in order to avoid overload 266 * overload ambiguity or to enforce a minimum argument count.
|
/external/icu4c/i18n/ |
vzone.h | 186 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload, 209 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
|
/external/llvm/include/llvm/ADT/ |
Twine.h | 443 /// Additional overload to guarantee simplified codegen; this is equivalent to 450 /// Additional overload to guarantee simplified codegen; this is equivalent to
|
/external/llvm/include/llvm/Support/ |
CommandLine.h | 679 // getValueName - Overload in subclass to provide a better default value. 765 // getValueName - Overload in subclass to provide a better default value. 787 // getValueName - Overload in subclass to provide a better default value. 808 // getValueName - Overload in subclass to provide a better default value. 829 // getValueName - Overload in subclass to provide a better default value. 853 // getValueName - Overload in subclass to provide a better default value. 877 // getValueName - Overload in subclass to provide a better default value. [all...] |
/external/stlport/stlport/stl/ |
_alloc.h | 206 // to dynamic overload selection in _STLP_alloc_proxy methods 546 //Expose Standard allocate overload (using expression do not work for some compilers (Borland))
|
/external/webkit/Source/WebCore/bindings/js/ |
JSDOMBinding.h | 148 // Overload these functions to provide a fast path for wrapper access. 153 // Overload these functions to provide a custom WeakHandleOwner.
|
/frameworks/base/docs/html/guide/practices/design/ |
seamlessness.jd | 13 <li><a href="#multiple-activities">Don't Overload a Single Activity Screen</a></li> 146 <h2 id="multiple-activities">Don't Overload a Single Activity Screen</h2>
|