Searched refs:explicit (Results 1 - 25 of 524) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDirectory.h27 explicit MCLDDirectory(const char* pName);
28 explicit MCLDDirectory(const std::string& pName);
29 explicit MCLDDirectory(llvm::StringRef pName);
H A DCommandAction.h74 explicit StartGroupAction(unsigned int pPosition);
82 explicit EndGroupAction(unsigned int pPosition);
90 explicit WholeArchiveAction(unsigned int pPosition);
98 explicit NoWholeArchiveAction(unsigned int pPosition);
106 explicit AsNeededAction(unsigned int pPosition);
114 explicit NoAsNeededAction(unsigned int pPosition);
122 explicit AddNeededAction(unsigned int pPosition);
130 explicit NoAddNeededAction(unsigned int pPosition);
138 explicit BDynamicAction(unsigned int pPosition);
146 explicit BStaticActio
[all...]
H A DContextFactory.h33 explicit ContextFactory(size_t pNum);
/frameworks/base/libs/hwui/
H A DCanvasProperty.h31 explicit CanvasPropertyPrimitive(float initialValue) : value(initialValue) {}
39 explicit CanvasPropertyPaint(const SkPaint& initialValue) : value(initialValue) {}
H A DInterpolator.h47 explicit AccelerateInterpolator(float factor) : mFactor(factor), mDoubleFactor(factor*2) {}
56 explicit AnticipateInterpolator(float tension) : mTension(tension) {}
64 explicit AnticipateOvershootInterpolator(float tension) : mTension(tension) {}
77 explicit CycleInterpolator(float cycles) : mCycles(cycles) {}
85 explicit DecelerateInterpolator(float factor) : mFactor(factor) {}
98 explicit OvershootInterpolator(float tension) : mTension(tension) {}
106 explicit PathInterpolator(std::vector<float>&& x, std::vector<float>&& y)
/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.h34 explicit NamedStopWatch(const string& name);
57 explicit ScopedTimer(const string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch)
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h30 explicit RealPath(const ValueType* s);
31 explicit RealPath(const StringType& s);
32 explicit RealPath(const Path& pPath);
H A DMemoryArea.h30 explicit MemoryArea(llvm::StringRef pFilename);
32 explicit MemoryArea(const char* pMemBuffer, size_t pSize);
/frameworks/av/media/mtp/
H A DMtpStringBuffer.h41 explicit MtpStringBuffer(const char* src);
42 explicit MtpStringBuffer(const uint16_t* src);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GNUInfo.h19 explicit X86_32GNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) {}
32 explicit X86_64GNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) {}
H A DX86GOTPLT.h28 explicit X86_32GOTPLT(LDSection& pSection);
45 explicit X86_64GOTPLT(LDSection& pSection);
H A DX86GOT.h34 explicit X86_32GOT(LDSection& pSection);
56 explicit X86_64GOT(LDSection& pSection);
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
H A Dfile_wrapper_output.h30 explicit FileWrapperOutput(const char* name);
/frameworks/compile/libbcc/lib/
H A DBCCContextImpl.h39 explicit BCCContextImpl(BCCContext &pContext) { }
H A DFileMutex.h30 explicit FileMutex(const std::string &pFileToLock)
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DNullFragment.h24 explicit NullFragment(SectionData* pSD = NULL);
/frameworks/compile/mclinker/include/mcld/Script/
H A DExprToken.h23 explicit ExprToken(Kind pKind) : m_Kind(pKind) {}
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GNUInfo.h19 explicit AArch64GNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) {}
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.h28 explicit HexagonGOTPLT(LDSection& pSection);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.h27 explicit MipsPLT(LDSection& pSection);
/frameworks/native/services/sensorservice/
H A DSensorEventAckReceiver.h30 explicit SensorEventAckReceiver(const sp<SensorService>& service)
/frameworks/rs/
H A DrsProgramBase.h29 explicit ProgramBase(Context *rsc) : ObjectBase(rsc) {
/frameworks/base/tools/aapt2/compile/
H A DImage.h34 explicit Image() = default;
74 explicit Range() = default;
75 inline explicit Range(int32_t s, int32_t e) : start(s), end(e) {}
94 explicit Bounds() = default;
95 inline explicit Bounds(int32_t l, int32_t t, int32_t r, int32_t b)
198 explicit NinePatch() = default;
/frameworks/base/core/jni/android/graphics/
H A DUtils.h31 explicit AssetStreamAdaptor(Asset*);
56 explicit AutoFDSeek(int fd) : fFD(fd) {
/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.h41 explicit StartReorderBarrierDrawable(SkiaDisplayList* data);
67 explicit EndReorderBarrierDrawable(StartReorderBarrierDrawable* startBarrier);

Completed in 448 milliseconds

1234567891011>>