/external/chromium/base/win/ |
scoped_variant.h | 38 explicit ScopedVariant(const wchar_t* str); 41 explicit ScopedVariant(const wchar_t* str, UINT length); 45 explicit ScopedVariant(int value, VARTYPE vt = VT_I4); 49 explicit ScopedVariant(double value, VARTYPE vt = VT_R8); 52 explicit ScopedVariant(IDispatch* dispatch); 55 explicit ScopedVariant(IUnknown* unknown); 58 explicit ScopedVariant(SAFEARRAY* safearray); 61 explicit ScopedVariant(const VARIANT& var);
|
/external/chromium/chrome/browser/chromeos/login/ |
ownership_status_checker.h | 29 explicit OwnershipStatusChecker(Callback* callback); 36 explicit Core(Callback* callback);
|
/external/chromium/chrome/browser/download/ |
download_item_model.h | 21 explicit BaseDownloadItemModel(DownloadItem* download) 42 explicit DownloadItemModel(DownloadItem* download);
|
/external/chromium/chrome/browser/notifications/ |
notification_options_menu_model.h | 16 explicit CornerSelectionMenuModel(Balloon* balloon); 37 explicit NotificationOptionsMenuModel(Balloon* balloon);
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser_filebase.h | 22 explicit FileMetadataParser(const FilePath& path); 42 explicit FileMetadataPropertyIterator(PropertyMap& properties);
|
/external/chromium/chrome/browser/sessions/ |
session_service_test_helper.h | 26 explicit SessionServiceTestHelper(); 27 explicit SessionServiceTestHelper(SessionService* service);
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
xmlelement.h | 86 explicit XmlText(const std::string & text) : 90 explicit XmlText(const XmlText & t) : 94 explicit XmlText(const char * cstr, size_t len) : 123 explicit XmlAttr(const QName & name, const std::string & value) : 128 explicit XmlAttr(const XmlAttr & att) : 141 explicit XmlElement(const QName & name); 142 explicit XmlElement(const QName & name, bool useDefaultNs); 143 explicit XmlElement(const XmlElement & elt);
|
qname.h | 39 explicit QName(); 41 explicit QName(bool add, const std::string & ns, const char * local); 42 explicit QName(bool add, const std::string & ns, const std::string & local); 43 explicit QName(const std::string & ns, const char * local); 44 explicit QName(const std::string & mergedOrLocal);
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p2.cpp | 34 struct X1 { // expected-note{{explicit instantiation refers here}} 38 void f1(T) {} // expected-note{{explicit instantiation refers here}}
|
p3-0x.cpp | 3 // If the name declared in the explicit instantiation is an 4 // unqualified name, the explicit instantiation shall appear in the
|
/external/clang/test/FixIt/ |
fixit-cxx0x.cpp | 9 explicit operator int(); // expected-note{{conversion to integral type}} 13 switch(A()) { // expected-error{{explicit conversion to}}
|
/external/clang/test/SemaCXX/ |
copy-initialization.cpp | 4 explicit X(const X&); // expected-note {{candidate constructor}} 6 explicit X(float*); // expected-note {{candidate constructor}}
|
direct-initializer.cpp | 13 public: explicit Y(float); 18 explicit X(int); // expected-note{{candidate constructor}}
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCAsmInfo.h | 22 explicit ARMMCAsmInfoDarwin(); 26 explicit ARMELFMCAsmInfo();
|
/external/webkit/Source/JavaScriptCore/runtime/ |
ErrorInstance.h | 48 explicit ErrorInstance(JSGlobalData*, Structure*); 49 explicit ErrorInstance(JSGlobalData*, Structure*, const UString&);
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabaseLockedException.java | 22 * or occurs outside of an explicit transaction, then you can retry the 24 * explicit transaction then you should rollback the transaction before
|
/external/stlport/test/unit/cppunit/ |
file_reporter.h | 34 explicit FileReporter(bool doMonitor = false): 40 explicit FileReporter(const char* file, bool doMonitor = false): 52 explicit FileReporter(FILE* stream, bool doMonitor = false): 89 ignoredReason = " EXPLICIT"; 123 fprintf(_file, " (%d explicit)", m_numExplicit);
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Renderbuffer.h | 104 explicit Colorbuffer(IDirect3DSurface9 *renderTarget); 105 explicit Colorbuffer(const Texture* texture); 129 explicit DepthStencilbuffer(IDirect3DSurface9 *depthStencil); 150 explicit Depthbuffer(IDirect3DSurface9 *depthStencil); 165 explicit Stencilbuffer(IDirect3DSurface9 *depthStencil);
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
file_reporter.h | 34 explicit FileReporter(bool doMonitor = false): 40 explicit FileReporter(const char* file, bool doMonitor = false): 52 explicit FileReporter(FILE* stream, bool doMonitor = false): 89 ignoredReason = " EXPLICIT"; 123 fprintf(_file, " (%d explicit)", m_numExplicit);
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
file_reporter.h | 34 explicit FileReporter(bool doMonitor = false): 40 explicit FileReporter(const char* file, bool doMonitor = false): 52 explicit FileReporter(FILE* stream, bool doMonitor = false): 89 ignoredReason = " EXPLICIT"; 123 fprintf(_file, " (%d explicit)", m_numExplicit);
|
/external/v8/src/arm/ |
lithium-arm.h | 329 explicit LGap(HBasicBlock* block) 410 explicit LLabel(HBasicBlock* block) 513 explicit LArgumentsLength(LOperand* elements) { 660 explicit LIsNull(LOperand* value) { 672 explicit LIsNullAndBranch(LOperand* value) { 687 explicit LIsObject(LOperand* value) { 710 explicit LIsSmi(LOperand* value) { 721 explicit LIsSmiAndBranch(LOperand* value) { 733 explicit LHasInstanceType(LOperand* value) { 744 explicit LHasInstanceTypeAndBranch(LOperand* value) [all...] |
/external/v8/src/ia32/ |
lithium-ia32.h | 330 explicit LGap(HBasicBlock* block) 411 explicit LLabel(HBasicBlock* block) 439 explicit LCallStub(LOperand* context) { 522 explicit LArgumentsLength(LOperand* elements) { 615 explicit LUnaryMathOperation(LOperand* value) { 652 explicit LIsNull(LOperand* value) { 706 explicit LIsSmi(LOperand* value) { 717 explicit LIsSmiAndBranch(LOperand* value) { 729 explicit LHasInstanceType(LOperand* value) { 755 explicit LGetCachedArrayIndex(LOperand* value) [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
AbstractMacroAssembler.h | 73 explicit Address(RegisterID base, int32_t offset = 0) 84 explicit ExtendedAddress(RegisterID base, intptr_t offset = 0) 96 // This class is used for explicit 'load' and 'store' operations 106 // Are equivalent, and the explicit wrapping of the Address in the former 148 explicit AbsoluteAddress(const void* ptr) 159 // in a class requiring explicit construction in order to differentiate 162 explicit TrustedImmPtr(const void* value) 176 explicit ImmPtr(const void* value) 185 // class requiring explicit construction in order to prevent RegisterIDs 189 explicit TrustedImm32(int32_t value [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 66 explicit SVal(const void* d, bool isLoc, unsigned ValKind) 69 explicit SVal(BaseKind k, const void* D = NULL) 73 explicit SVal() : Data(0), Kind(0) {} 198 explicit DefinedOrUnknownSVal(const void* d, bool isLoc, unsigned ValKind) 201 explicit DefinedOrUnknownSVal(BaseKind k, void *D = NULL) 213 explicit UnknownVal() : DefinedOrUnknownSVal(UnknownKind) {} 228 explicit DefinedSVal(const void* d, bool isLoc, unsigned ValKind) 239 explicit NonLoc(unsigned SubKind, const void* d) 253 explicit Loc(unsigned SubKind, const void* D) 301 explicit SymExprVal(const SymExpr *SE [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
BrowserTest.java | 128 * This method returns a List of explicit Intents for all programs 153 /* convert our implicit Intent into multiple explicit Intents */ 158 Intent explicit = new Intent(Intent.ACTION_VIEW); local 159 explicit.setClassName(i.activityInfo.packageName, i.activityInfo.name); 160 explicit.setData(uri); 161 explicit.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); 162 retval.add(explicit);
|