Home
last modified time | relevance | path

Searched defs:that (Results 1 – 25 of 866) sorted by relevance

12345678910>>...35

/external/pdfium/testing/resources/javascript/
Dproperty_test_helpers.js21 function testReadProperty(that, prop, expected) { argument
34 function testUnreadableProperty(that, prop) { argument
43 function testWriteProperty(that, prop, newValue) { argument
57 function testWriteIgnoredProperty(that, prop, expected, newValue) { argument
71 function testUnwritableProperty(that, prop, newValue) { argument
80 function testRWProperty(that, prop, expected, newValue) { argument
85 function testRIProperty(that, prop, expected, newValue) { argument
90 function testROProperty(that, prop, expected) { argument
95 function testXXProperty(that, prop) { argument
/external/llvm-project/flang/include/flang/Common/
Dinterval.h62 constexpr bool Contains(const Interval &that) const { in Contains()
65 constexpr bool IsDisjointWith(const Interval &that) const { in IsDisjointWith()
68 constexpr bool ImmediatelyPrecedes(const Interval &that) const { in ImmediatelyPrecedes()
71 void Annex(const Interval &that) { in Annex()
74 bool AnnexIfPredecessor(const Interval &that) { in AnnexIfPredecessor()
81 void ExtendToCover(const Interval &that) { in ExtendToCover()
110 constexpr Interval Intersection(const Interval &that) const { in Intersection()
Dindirection.h40 Indirection(Indirection &&that) : p_{that.p_} { in Indirection() function
83 Indirection(const Indirection &that) { in Indirection()
87 Indirection(Indirection &&that) : p_{that.p_} { in Indirection() function
131 ForwardOwningPointer(ForwardOwningPointer &&that) in ForwardOwningPointer() function
Dreference.h22 Reference(const Reference &that) : p_{that.p_} {} in Reference()
23 Reference(Reference &&that) : p_{that.p_} {} in Reference() function
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS1Angle.java64 public boolean equals(Object that) { in equals()
77 public boolean lessThan(S1Angle that) { in lessThan()
81 public boolean greaterThan(S1Angle that) { in greaterThan()
85 public boolean lessOrEquals(S1Angle that) { in lessOrEquals()
89 public boolean greaterOrEquals(S1Angle that) { in greaterOrEquals()
134 public int compareTo(S1Angle that) { in compareTo()
/external/pdfium/core/fxcrt/
Dretain_ptr.h33 RetainPtr(const RetainPtr& that) : RetainPtr(that.Get()) {} in RetainPtr()
36 RetainPtr(RetainPtr&& that) noexcept { Swap(that); } in RetainPtr() function
43 RetainPtr(const RetainPtr<U>& that) : RetainPtr(that.Get()) {} in RetainPtr()
58 void Swap(RetainPtr& that) { m_pObj.swap(that.m_pObj); } in Swap()
163 RetainPtr<T> WrapRetain(T* that) { in WrapRetain()
Dweak_ptr.h23 WeakPtr(const WeakPtr& that) : m_pHandle(that.m_pHandle) {} in WeakPtr()
24 WeakPtr(WeakPtr&& that) noexcept { Swap(that); } in WeakPtr() function
56 void Swap(WeakPtr& that) { m_pHandle.Swap(that.m_pHandle); } in Swap()
/external/llvm-project/flang/include/flang/Evaluate/
Dlogical.h74 constexpr Logical AND(const Logical &that) const { in AND()
78 constexpr Logical OR(const Logical &that) const { in OR()
82 constexpr Logical EQV(const Logical &that) const { return NEQV(that).NOT(); } in EQV()
84 constexpr Logical NEQV(const Logical &that) const { in NEQV()
/external/skia/src/gpu/
DGrRefCnt.h42 gr_sp(const gr_sp<T, Ref, Unref>& that) : fPtr(SafeRef(that.get())) {} in gr_sp()
45 gr_sp(const gr_sp<U, Ref, Unref>& that) : fPtr(SafeRef(that.get())) {} in gr_sp()
47 gr_sp(const sk_sp<T>& that) : fPtr(SafeRef(that.get())) {} in gr_sp()
55 gr_sp(gr_sp<T, Ref, Unref>&& that) : fPtr(that.release()) {} in gr_sp()
61 gr_sp(sk_sp<T>&& that) : fPtr(SafeRef(that.get())) {} in gr_sp()
DGrBackendSurfaceMutableState.cpp12 GrBackendSurfaceMutableState::GrBackendSurfaceMutableState(const GrBackendSurfaceMutableState& that) in GrBackendSurfaceMutableState()
31 const GrBackendSurfaceMutableState& that) { in operator =()
DGrBackendSemaphore.cpp38 GrBackendSemaphore::GrBackendSemaphore(const GrBackendSemaphore& that) { in GrBackendSemaphore()
43 GrBackendSemaphore& GrBackendSemaphore::operator=(const GrBackendSemaphore& that) { in operator =()
/external/llvm-project/flang/include/flang/Parser/
Dchar-block.h50 bool Contains(const CharBlock &that) const { in Contains()
54 void ExtendToCover(const CharBlock &that) { in ExtendToCover()
101 int Compare(const CharBlock &that) const { in Compare()
111 int Compare(const char *that) const { in Compare()
/external/doclava/src/com/google/doclava/
DSourcePositionInfo.java28 public SourcePositionInfo(SourcePositionInfo that) { in SourcePositionInfo() method in SourcePositionInfo
40 public static SourcePositionInfo add(SourcePositionInfo that, String str, int index) { in add()
56 public static SourcePositionInfo findBeginning(SourcePositionInfo that, String str) { in findBeginning()
78 SourcePositionInfo that = (SourcePositionInfo) o; in compareTo() local
/external/skqp/include/core/
DSkTLazy.h24 SkTLazy(const SkTLazy& that) { *this = that; } in SkTLazy()
25 SkTLazy(SkTLazy&& that) { *this = std::move(that); } in SkTLazy() function
151 SkTCopyOnFirstWrite(const SkTCopyOnFirstWrite& that) { *this = that; } in SkTCopyOnFirstWrite()
152 SkTCopyOnFirstWrite( SkTCopyOnFirstWrite&& that) { *this = std::move(that); } in SkTCopyOnFirstWrite() function
DSkRefCnt.h215 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp()
218 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp()
225 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
228 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
314 void swap(sk_sp<T>& that) /*noexcept*/ { in swap()
/external/skia/src/core/
DSkTLazy.h24 SkTLazy(const SkTLazy& that) : fPtr(that.fPtr ? new (&fStorage) T(*that.fPtr) : nullptr) {} in SkTLazy()
25 SkTLazy(SkTLazy&& that) : fPtr(that.fPtr ? new (&fStorage) T(std::move(*that.fPtr)) : nullptr){} in SkTLazy() function
151 SkTCopyOnFirstWrite(const SkTCopyOnFirstWrite& that) { *this = that; } in SkTCopyOnFirstWrite()
152 SkTCopyOnFirstWrite( SkTCopyOnFirstWrite&& that) { *this = std::move(that); } in SkTCopyOnFirstWrite() function
/external/webrtc/modules/desktop_capture/linux/
Dbase_capturer_pipewire.cc58 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data); in OnStateChanged() local
83 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data); in OnStreamStateChanged() local
105 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data); in OnStreamFormatChanged() local
164 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(data); in OnStreamProcess() local
441 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(user_data); in OnProxyRequested() local
509 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(user_data); in OnSessionRequested() local
553 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(user_data); in OnSessionRequestResponseSignal() local
608 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(user_data); in OnSourcesRequested() local
652 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(user_data); in OnSourcesRequestResponseSignal() local
698 BaseCapturerPipeWire* that = static_cast<BaseCapturerPipeWire*>(user_data); in OnStartRequested() local
[all …]
/external/skia/modules/skplaintexteditor/src/
Dstringslice.cpp15 StringSlice::StringSlice(StringSlice&& that) in StringSlice() function in StringSlice
24 StringSlice& StringSlice::operator=(StringSlice&& that) { in operator =()
32 StringSlice& StringSlice::operator=(const StringSlice& that) { in operator =()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dgeom.h69 inline float DistanceSquared(const Point2f& that) { in DistanceSquared()
73 inline float Distance(const Point2f& that) { in Distance()
156 inline BoundingBox Intersect(const BoundingBox& that) const { in Intersect()
175 inline BoundingBox Union(const BoundingBox& that) const { in Union()
182 inline float PascalScore(const BoundingBox& that) const { in PascalScore()
198 inline bool Intersects(const BoundingBox& that) const { in Intersects()
207 inline bool Contains(const BoundingBox& that) const { in Contains()
/external/skia/include/core/
DSkRefCnt.h226 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp()
229 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp()
236 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
239 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
325 void swap(sk_sp<T>& that) /*noexcept*/ { in swap()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.cpp249 bool Integer::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
267 bool Float::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
288 bool Vector::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
313 bool Matrix::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
347 bool Image::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
377 bool SampledImage::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
404 bool Array::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
440 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
480 bool Struct::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
527 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dtypes.cpp249 bool Integer::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
267 bool Float::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
288 bool Vector::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
313 bool Matrix::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
347 bool Image::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
377 bool SampledImage::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
404 bool Array::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
440 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
480 bool Struct::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
527 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtypes.cpp249 bool Integer::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
267 bool Float::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
288 bool Vector::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
313 bool Matrix::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
347 bool Image::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
377 bool SampledImage::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
404 bool Array::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
440 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
480 bool Struct::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
527 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
[all …]
/external/llvm-project/flang/lib/Evaluate/
Dcomplex.cpp16 const Complex &that, Rounding rounding) const { in Add() argument
25 const Complex &that, Rounding rounding) const { in Subtract() argument
34 const Complex &that, Rounding rounding) const { in Multiply() argument
48 const Complex &that, Rounding rounding) const { in Divide() argument
/external/apache-http/src/org/apache/http/
DProtocolVersion.java185 ProtocolVersion that = (ProtocolVersion) obj; in equals() local
203 public boolean isComparable(ProtocolVersion that) { in isComparable()
224 public int compareToVersion(ProtocolVersion that) { in compareToVersion()

12345678910>>...35