HomeSort by relevance Sort by last modified time
    Searched refs:explicit (Results 251 - 275 of 3182) sorted by null

<<11121314151617181920>>

  /external/webkit/Tools/DumpRenderTree/qt/
testplugin.h 34 explicit TestPlugin(QObject *parent = 0);
  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.h 33 explicit VertexFrame(int size);
  /frameworks/ex/variablespeed/jni/
no_synchronization.h 42 explicit MutexLock(Mutex* mu) : mu_(mu) {}
  /libcore/include/
ScopedPthreadMutexLock.h 27 explicit ScopedPthreadMutexLock(pthread_mutex_t* mutex) : mMutexPtr(mutex) {
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.h 23 explicit TcpStream(size_t bufsize = 10000);
  /external/clang/lib/Parse/
ParsePragma.h 26 explicit PragmaAlignHandler(Sema &A) : PragmaHandler("align"), Actions(A) {}
35 explicit PragmaGCCVisibilityHandler(Sema &A) : PragmaHandler("visibility"),
45 explicit PragmaOptionsHandler(Sema &A) : PragmaHandler("options"),
55 explicit PragmaPackHandler(Sema &A) : PragmaHandler("pack"),
65 explicit PragmaMSStructHandler(Sema &A) : PragmaHandler("ms_struct"),
86 explicit PragmaWeakHandler(Sema &A)
96 explicit PragmaRedefineExtnameHandler(Sema &A)
  /external/skia/include/pdf/
SkPDFTypes.h 45 * the depenency is explicit and introduced by the class. i.e. an
105 explicit SkPDFObjRef(SkPDFObject* obj);
126 explicit SkPDFInt(int32_t value);
146 explicit SkPDFBool(bool value);
167 explicit SkPDFScalar(SkScalar value);
189 explicit SkPDFString(const char value[]);
190 explicit SkPDFString(const SkString& value);
227 explicit SkPDFName(const char name[]);
228 explicit SkPDFName(const SkString& name);
322 explicit SkPDFDict(const char type[])
    [all...]
  /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);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 63 explicit SVal(const void *d, bool isLoc, unsigned ValKind)
66 explicit SVal(BaseKind k, const void *D = NULL)
70 explicit SVal() : Data(0), Kind(0) {}
184 explicit DefinedOrUnknownSVal(const void *d, bool isLoc, unsigned ValKind)
187 explicit DefinedOrUnknownSVal(BaseKind k, void *D = NULL)
199 explicit UnknownVal() : DefinedOrUnknownSVal(UnknownKind) {}
214 explicit DefinedSVal(const void *d, bool isLoc, unsigned ValKind)
225 explicit NonLoc(unsigned SubKind, const void *d)
239 explicit Loc(unsigned SubKind, const void *D)
293 explicit ConcreteInt(const llvm::APSInt& V) : NonLoc(ConcreteIntKind, &V) {
    [all...]
  /external/stlport/stlport/stl/
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {}
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {}
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {}
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {}
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {}
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {
    [all...]
  /external/astl/include/
sstream 53 explicit basic_stringbuf(ios_base::openmode mode =
59 explicit basic_stringbuf(const string& str,
96 explicit stringstream(ios_base::openmode mode =
99 explicit stringstream(const string& str,
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
DHPublicKey.java 13 public static DHPublicKey getInstance(ASN1TaggedObject obj, boolean explicit)
15 return getInstance(DERInteger.getInstance(obj, explicit));
  /external/chromium/chrome/browser/
browsing_data_appcache_helper.h 22 explicit BrowsingDataAppCacheHelper(Profile* profile);
57 explicit CannedBrowsingDataAppCacheHelper(Profile* profile);
  /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/ui/views/
pinned_contents_info_bubble.h 17 explicit PinnedContentsBorderContents(const gfx::Point& bubble_anchor)
59 explicit PinnedContentsInfoBubble(const gfx::Point& bubble_anchor)
  /external/chromium/chrome/browser/ui/webui/
html_dialog_ui.h 97 explicit HtmlDialogUI(TabContents* tab_contents);
121 explicit ExternalHtmlDialogUI(TabContents* tab_contents);
  /external/chromium/net/proxy/
proxy_config_service_mac.h 23 explicit ProxyConfigServiceMac(MessageLoop* io_loop);
39 explicit Forwarder(ProxyConfigServiceMac* net_config_watcher)
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h 63 explicit FilePath(const char* pathname) : pathname_(pathname) { }
64 explicit FilePath(const String& pathname) : pathname_(pathname) { }
  /external/clang/test/CodeGenCXX/
weak-external.cpp 51 explicit runtime_error(const string&);
52 explicit runtime_error(const char*);
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 40 #define explicit macro
125 explicit

Completed in 1609 milliseconds

<<11121314151617181920>>