Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 101) sorted by relevance

12345

/device/generic/vulkan-cereal/fake-android-guest/utils/
DStrongPointer.h115 sp<T>::sp(T* other) in sp()
122 sp<T>::sp(const sp<T>& other) in sp()
129 sp<T>::sp(sp<T>&& other) in sp() function
135 sp<T>::sp(U* other) in sp()
142 sp<T>::sp(const sp<U>& other) in sp()
149 sp<T>::sp(sp<U>&& other) in sp() function
224 void sp<T>::force_set(T* other) { in force_set()
DRefBase.h450 wp<T>::wp(T* other) in wp()
457 wp<T>::wp(const wp<T>& other) in wp()
464 wp<T>::wp(const sp<T>& other) in wp()
473 wp<T>::wp(U* other) in wp()
480 wp<T>::wp(const wp<U>& other) in wp()
490 wp<T>::wp(const sp<U>& other) in wp()
575 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
DString8.h297 inline bool String8::contains(const char* other) const in contains()
340 inline int String8::compare(const String8& other) const in compare()
/device/generic/vulkan-cereal/third-party/perfetto/src/protozero/
Dmessage_handle.cc42 MessageHandleBase::MessageHandleBase(MessageHandleBase&& other) noexcept { in MessageHandleBase() function in protozero::MessageHandleBase
46 MessageHandleBase& MessageHandleBase::operator=(MessageHandleBase&& other) { in operator =()
56 void MessageHandleBase::Move(MessageHandleBase&& other) { in Move()
/device/generic/vulkan-cereal/third-party/angle/src/common/
DMemoryBuffer.cpp67 MemoryBuffer::MemoryBuffer(MemoryBuffer &&other) : MemoryBuffer() in MemoryBuffer() function in angle::MemoryBuffer
72 MemoryBuffer &MemoryBuffer::operator=(MemoryBuffer &&other) in operator =()
92 ScratchBuffer::ScratchBuffer(ScratchBuffer &&other) in ScratchBuffer() function in angle::ScratchBuffer
97 ScratchBuffer &ScratchBuffer::operator=(ScratchBuffer &&other) in operator =()
DFastVector.h137 FastVector<T, N, Storage>::FastVector(const FastVector<T, N, Storage> &other) in FastVector()
145 FastVector<T, N, Storage>::FastVector(FastVector<T, N, Storage> &&other) : FastVector() in FastVector()
334 void FastVector<T, N, Storage>::swap(FastVector<T, N, Storage> &other) in swap()
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DString8.cpp178 void String8::setTo(const String8& other) in setTo()
184 status_t String8::setTo(const char* other) in setTo()
193 status_t String8::setTo(const char* other, size_t len) in setTo()
202 status_t String8::setTo(const char16_t* other, size_t len) in setTo()
211 status_t String8::setTo(const char32_t* other, size_t len) in setTo()
220 status_t String8::append(const String8& other) in append()
231 status_t String8::append(const char* other) in append()
235 status_t String8::append(const char* other, size_t otherLen) in append()
274 status_t String8::real_append(const char* other, size_t otherLen) in real_append()
318 ssize_t String8::find(const char* other, size_t start) const in find() argument
[all …]
DString16.cpp115 void String16::setTo(const String16& other) in setTo()
121 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo()
139 status_t String16::setTo(const char16_t* other) in setTo()
143 status_t String16::setTo(const char16_t* other, size_t len) in setTo()
160 status_t String16::append(const String16& other) in append()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DShaderVars.cpp62 ShaderVariable::ShaderVariable(const ShaderVariable &other) in ShaderVariable()
85 ShaderVariable &ShaderVariable::operator=(const ShaderVariable &other) in operator =()
328 bool ShaderVariable::isSameVariableAtLinkTime(const ShaderVariable &other, in isSameVariableAtLinkTime()
398 bool ShaderVariable::isSameVaryingAtLinkTime(const ShaderVariable &other, int shaderVersion) const in isSameVaryingAtLinkTime() argument
419 InterfaceBlock::InterfaceBlock(const InterfaceBlock &other) in InterfaceBlock()
433 InterfaceBlock &InterfaceBlock::operator=(const InterfaceBlock &other) in operator =()
/device/generic/vulkan-cereal/base/
DOptional.h195 Optional(const Optional& other) : base_flag(other.constructed()) { in Optional()
200 Optional(Optional&& other) : base_flag(other.constructed()) { in Optional() function
210 Optional(const Optional<U>& other) : base_flag(other.constructed()) { in Optional()
220 Optional(Optional<U>&& other) : base_flag(other.constructed()) { in Optional() function
DCpuTime.cpp19 CpuTime operator-(const CpuTime& a, const CpuTime& other) { in operator -()
25 CpuTime& CpuTime::operator-=(const CpuTime& other) { in operator -=()
DScopedFd.h41 ScopedFd(ScopedFd&& other) : fd_(other.fd_) { in ScopedFd() function
77 void swap(ScopedFd* other) { in swap()
DStdioStream.cpp26 StdioStream::StdioStream(StdioStream&& other) in StdioStream() function in android::base::StdioStream
31 StdioStream& StdioStream::operator=(StdioStream&& other) { in operator =()
DAlignedBuf.h42 AlignedBuf(const AlignedBuf& other) : AlignedBuf(other.mSize) { in AlignedBuf()
56 AlignedBuf(AlignedBuf&& other) { *this = std::move(other); } in AlignedBuf() function
/device/generic/goldfish-opengl/android-emu/android/base/
DOptional.h195 Optional(const Optional& other) : base_flag(other.constructed()) { in Optional()
200 Optional(Optional&& other) : base_flag(other.constructed()) { in Optional() function
210 Optional(const Optional<U>& other) : base_flag(other.constructed()) { in Optional()
220 Optional(Optional<U>&& other) : base_flag(other.constructed()) { in Optional() function
DAlignedBuf.h44 AlignedBuf(const AlignedBuf& other) : AlignedBuf(other.mSize) { in AlignedBuf()
58 AlignedBuf(AlignedBuf&& other) { *this = std::move(other); } in AlignedBuf() function
/device/generic/vulkan-cereal/third-party/astc-codec/src/base/
Doptional.h193 Optional(const Optional& other) : base_flag(other.constructed()) { in Optional()
198 Optional(Optional&& other) : base_flag(other.constructed()) { in Optional() function
207 Optional(const Optional<U>& other) : base_flag(other.constructed()) { in Optional()
216 Optional(Optional<U>&& other) : base_flag(other.constructed()) { in Optional() function
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/
Dcopyable_ptr.h45 CopyablePtr(const CopyablePtr& other) : ptr_(new T(*other.ptr_)) {} in CopyablePtr()
52 CopyablePtr(CopyablePtr&& other) noexcept : ptr_(std::move(other.ptr_)) { in CopyablePtr() function
/device/generic/goldfish/network/wifi_forwarder/
Dnetlink_message.cpp25 NetlinkMessage::NetlinkMessage(NetlinkMessage&& other) { in NetlinkMessage() function in NetlinkMessage
36 NetlinkMessage& NetlinkMessage::operator=(NetlinkMessage&& other) { in operator =()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DANGLEShaderParser.cpp34 ShaderLinkInfo::ShaderLinkInfo(const ShaderLinkInfo& other) { in ShaderLinkInfo()
39 ShaderLinkInfo& ShaderLinkInfo::operator=(const ShaderLinkInfo& other) { in operator =()
47 ShaderLinkInfo::ShaderLinkInfo(ShaderLinkInfo&& other) { in ShaderLinkInfo() function in ANGLEShaderParser::ShaderLinkInfo
51 ShaderLinkInfo& ShaderLinkInfo::operator=(ShaderLinkInfo&& other) { in operator =()
67 void ShaderLinkInfo::copyFromOther(const ShaderLinkInfo& other) { in copyFromOther()
/device/generic/goldfish-opengl/android-emu/android/base/fit/
DFunction.h244 FunctionImpl(FunctionImpl&& other) : Base(static_cast<Base&&>(other)) {} in FunctionImpl() function
295 void swap(FunctionImpl& other) { Base::swap(other); } in swap()
404 CallbackImpl(CallbackImpl&& other) : Base(static_cast<Base&&>(other)) {} in CallbackImpl() function
441 void swap(CallbackImpl& other) { Base::swap(other); } in swap()
/device/generic/vulkan-cereal/third-party/perfetto/src/base/
Dthread_checker.cc44 ThreadChecker::ThreadChecker(const ThreadChecker& other) { in ThreadChecker()
48 ThreadChecker& ThreadChecker::operator=(const ThreadChecker& other) { in operator =()
Dthread_task_runner.cc39 ThreadTaskRunner::ThreadTaskRunner(ThreadTaskRunner&& other) noexcept in ThreadTaskRunner() function in perfetto::base::ThreadTaskRunner
44 ThreadTaskRunner& ThreadTaskRunner::operator=(ThreadTaskRunner&& other) { in operator =()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFramebufferAttachment.cpp37 FramebufferAttachment::Target::Target(const Target &other) in Target()
41 FramebufferAttachment::Target &FramebufferAttachment::Target::operator=(const Target &other) in operator =()
70 FramebufferAttachment::FramebufferAttachment(FramebufferAttachment &&other) in FramebufferAttachment() function in gl::FramebufferAttachment
76 FramebufferAttachment &FramebufferAttachment::operator=(FramebufferAttachment &&other) in operator =()
/device/generic/vulkan-cereal/fake-android-guest/pdx/
Dchannel_handle.h38 ChannelHandle(ChannelHandle&& other) noexcept : ChannelHandleBase{other.value_} { in ChannelHandle() function
57 ChannelHandle(ChannelHandle&& other) noexcept in ChannelHandle() function

12345