Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 127) sorted by relevance

123456

/frameworks/compile/mclinker/include/mcld/MC/
DCommandAction.h30 explicit InputFileAction(unsigned int pPosition, const sys::fs::Path &pPath);
75 explicit StartGroupAction(unsigned int pPosition);
84 explicit EndGroupAction(unsigned int pPosition);
93 explicit WholeArchiveAction(unsigned int pPosition);
102 explicit NoWholeArchiveAction(unsigned int pPosition);
111 explicit AsNeededAction(unsigned int pPosition);
120 explicit NoAsNeededAction(unsigned int pPosition);
129 explicit AddNeededAction(unsigned int pPosition);
138 explicit NoAddNeededAction(unsigned int pPosition);
147 explicit BDynamicAction(unsigned int pPosition);
[all …]
DContextFactory.h35 explicit ContextFactory(size_t pNum);
DInputAction.h26 explicit InputAction(unsigned int pPosition);
DFileAction.h24 explicit ContextAction(unsigned int pPosition);
/frameworks/base/media/mca/filterfw/native/core/
Dtime_util.h34 explicit NamedStopWatch(const string& name);
57 explicit ScopedTimer(const string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer()
Dvertex_frame.h33 explicit VertexFrame(int size);
/frameworks/compile/mclinker/include/mcld/Support/
DRealPath.h30 explicit RealPath(const ValueType* s );
31 explicit RealPath(const StringType &s );
32 explicit RealPath(const Path& pPath);
DMemoryArea.h30 explicit MemoryArea(llvm::StringRef pFilename);
32 explicit MemoryArea(const char* pMemBuffer, size_t pSize);
DDirectory.h47 explicit Directory(const Path& pPath,
121 explicit DirIterator(Directory* pParent,
/frameworks/base/media/mca/filterpacks/native/base/
Dtime_util.h34 explicit NamedStopWatch(const std::string& name);
57 explicit ScopedTimer(const std::string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer()
/frameworks/native/include/gui/
DBitTube.h40 explicit BitTube(size_t bufsize);
42 explicit BitTube(const Parcel& data);
/frameworks/base/libs/hwui/
DTreeInfo.h58 explicit TreeInfo(TraversalMode mode, RenderState& renderState) in TreeInfo()
69 explicit TreeInfo(TraversalMode mode, const TreeInfo& clone) in TreeInfo()
/frameworks/native/include/ui/
Dvec2.h63 explicit tvec2(no_init) { } in tvec2()
76 explicit tvec2(const tvec2<A>& v) : x(v.x), y(v.y) { } in tvec2()
Dvec3.h64 explicit tvec3(no_init) { } in tvec3()
80 explicit tvec3(const tvec3<A>& v) : x(v.x), y(v.y), z(v.z) { } in tvec3()
Dvec4.h68 explicit tvec4(no_init) { } in tvec4()
87 explicit tvec4(const tvec4<A>& v) : x(v.x), y(v.y), z(v.z), w(v.w) { } in tvec4()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowToken.java42 final boolean explicit; field in WindowToken
78 explicit = _explicit; in WindowToken()
/frameworks/base/include/androidfw/
DBackupHelpers.h86 explicit BackupDataWriter();
118 explicit BackupDataReader();
/frameworks/compile/slang/
Dslang_rs_object_ref_count.h53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope()
103 explicit RSObjectRefCount(clang::ASTContext &C) in RSObjectRefCount()
Dslang_pragma_recorder.h46 explicit PragmaRecorder(PragmaList *Pragmas);
/frameworks/ex/variablespeed/jni/
Dno_synchronization.h42 explicit MutexLock(Mutex* mu) : mu_(mu) {} in MutexLock()
/frameworks/minikin/sample/
DMinikinSkia.h5 explicit MinikinFontSkia(SkTypeface *typeface);
/frameworks/native/opengl/libs/EGL/
Degl_object.h68 explicit LocalRef(egl_object_t* rhs);
69 explicit LocalRef(egl_display_t const* display, T o) : ref(0) { in LocalRef()
/frameworks/base/media/java/android/media/
DIMediaRouterService.aidl32 void setSelectedRoute(IMediaRouterClient client, String routeId, boolean explicit); in setSelectedRoute() argument
/frameworks/base/core/jni/android/graphics/
DPicture.h38 explicit Picture(const Picture* src = NULL);
/frameworks/compile/mclinker/include/mcld/LD/
DRelocationFactory.h34 explicit RelocationFactory();

123456