Home
last modified time | relevance | path

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

12345678910>>...202

/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DStandardSubjectBuilder.java72 public final <ComparableT extends Comparable<?>> ComparableSubject<ComparableT> that( in that() method in StandardSubjectBuilder
77 public final BigDecimalSubject that(@Nullable BigDecimal actual) { in that() method in StandardSubjectBuilder
81 public final Subject that(@Nullable Object actual) { in that() method in StandardSubjectBuilder
87 public final ClassSubject that(@Nullable Class<?> actual) { in that() method in StandardSubjectBuilder
91 public final ThrowableSubject that(@Nullable Throwable actual) { in that() method in StandardSubjectBuilder
95 public final LongSubject that(@Nullable Long actual) { in that() method in StandardSubjectBuilder
99 public final DoubleSubject that(@Nullable Double actual) { in that() method in StandardSubjectBuilder
103 public final FloatSubject that(@Nullable Float actual) { in that() method in StandardSubjectBuilder
107 public final IntegerSubject that(@Nullable Integer actual) { in that() method in StandardSubjectBuilder
111 public final BooleanSubject that(@Nullable Boolean actual) { in that() method in StandardSubjectBuilder
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/preprocessed/
Dexpr.hpp102 > that = {*this, a}; in operator =() local
122 > that = {*this, proto::as_child(a)}; in operator =() local
140 > that = {*this, proto::as_child(a)}; in operator =() local
158 > that = {*this, proto::as_child(a)}; in operator =() local
176 > that = {*this, proto::as_child(a)}; in operator =() local
196 > that = {*this, proto::as_child(a)}; in operator []() local
214 > that = {*this, proto::as_child(a)}; in operator []() local
232 > that = {*this, proto::as_child(a)}; in operator []() local
250 > that = {*this, proto::as_child(a)}; in operator []() local
267 proto::expr<proto::tag::function, list1<expr const &>, 1> that = {*this}; in operator ()() local
[all …]
Dexpr_variadic.hpp102 > that = {*this, a}; in operator =() local
122 > that = {*this, proto::as_child(a)}; in operator =() local
140 > that = {*this, proto::as_child(a)}; in operator =() local
158 > that = {*this, proto::as_child(a)}; in operator =() local
176 > that = {*this, proto::as_child(a)}; in operator =() local
196 > that = {*this, proto::as_child(a)}; in operator []() local
214 > that = {*this, proto::as_child(a)}; in operator []() local
232 > that = {*this, proto::as_child(a)}; in operator []() local
250 > that = {*this, proto::as_child(a)}; in operator []() local
359 expr that = {a0}; in make() local
[all …]
Dgenerate_by_value.hpp26 type that = { in call() local
50 type that = { in call() local
74 type that = { in call() local
98 type that = { in call() local
122 type that = { in call() local
146 type that = { in call() local
170 type that = { in call() local
194 type that = { in call() local
218 type that = { in call() local
242 type that = { in call() local
[all …]
Dfunop.hpp27 type that = { in call() local
63 type that = { in call() local
99 type that = { in call() local
135 type that = { in call() local
171 type that = { in call() local
207 type that = { in call() local
243 type that = { in call() local
279 type that = { in call() local
315 type that = { in call() local
351 type that = { in call() local
Ddeep_copy.hpp25 expr_type const that = { in operator ()() local
48 expr_type const that = { in operator ()() local
71 expr_type const that = { in operator ()() local
94 expr_type const that = { in operator ()() local
117 expr_type const that = { in operator ()() local
140 expr_type const that = { in operator ()() local
163 expr_type const that = { in operator ()() local
186 expr_type const that = { in operator ()() local
209 expr_type const that = { in operator ()() local
232 expr_type const that = { in operator ()() local
Dmake_expr_.hpp47 expr_type const that = { in operator ()() local
77 expr_type const that = { in operator ()() local
107 expr_type const that = { in operator ()() local
137 expr_type const that = { in operator ()() local
167 expr_type const that = { in operator ()() local
197 expr_type const that = { in operator ()() local
227 expr_type const that = { in operator ()() local
257 expr_type const that = { in operator ()() local
287 expr_type const that = { in operator ()() local
317 expr_type const that = { in operator ()() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Dexpr.hpp184 expr that = {BOOST_PP_ENUM_PARAMS(ARG_COUNT, a)}; in make() local
229 > that = {*this, a}; in operator =() local
250 > that = {*this, proto::as_child(a)}; in operator =() local
269 > that = {*this, proto::as_child(a)}; in operator =() local
289 > that = {*this, proto::as_child(a)}; in operator =() local
308 > that = {*this, proto::as_child(a)}; in operator =() local
330 > that = {*this, proto::as_child(a)}; in operator []() local
349 > that = {*this, proto::as_child(a)}; in operator []() local
369 > that = {*this, proto::as_child(a)}; in operator []() local
388 > that = {*this, proto::as_child(a)}; in operator []() local
[all …]
/aosp_15_r20/external/pdfium/testing/resources/javascript/
H A 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
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DMatrix.java60 public Matrix(Matrix that) { in Matrix() method in Matrix
102 public Matrix plus(Matrix that) { in plus()
115 public Matrix plus(Matrix that, Matrix result) { in plus()
132 public Matrix minus(Matrix that) { in minus()
144 public Matrix minus(Matrix that, Matrix result) { in minus()
189 public Matrix dot(Matrix that) { in dot()
203 public Matrix dot(Matrix that, Matrix result) { in dot()
329 public Matrix dotTranspose(Matrix that) { in dotTranspose()
343 public Matrix dotTranspose(Matrix that, Matrix result) { in dotTranspose()
363 public boolean equals(Object that) { in equals()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/detail/preprocessed/
Dconstruct_pod_funop.hpp12 Type that = {a0}; in operator ()() local
19 Type that = {a0 , a1}; in operator ()() local
26 Type that = {a0 , a1 , a2}; in operator ()() local
33 Type that = {a0 , a1 , a2 , a3}; in operator ()() local
40 Type that = {a0 , a1 , a2 , a3 , a4}; in operator ()() local
47 Type that = {a0 , a1 , a2 , a3 , a4 , a5}; in operator ()() local
54 Type that = {a0 , a1 , a2 , a3 , a4 , a5 , a6}; in operator ()() local
61 Type that = {a0 , a1 , a2 , a3 , a4 , a5 , a6 , a7}; in operator ()() local
68 Type that = {a0 , a1 , a2 , a3 , a4 , a5 , a6 , a7 , a8}; in operator ()() local
75 Type that = {a0 , a1 , a2 , a3 , a4 , a5 , a6 , a7 , a8 , a9}; in operator ()() local
Dpass_through_impl.hpp41 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() local
82 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() local
123 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() local
164 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() local
205 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() local
246 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() local
287 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() local
328 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() local
369 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() local
410 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() local
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DMotionEventUtils.java57 public void verifyMatches(MotionEvent that, int pointerIndex) { in verifyMatches()
64 public void verifyMatchesPointerProperties(PointerProperties that) { in verifyMatchesPointerProperties()
70 final PointerProperties that = new PointerProperties(); in verifyMatchesPointerProperties() local
136 public void verifyMatches(MotionEvent that) { in verifyMatches()
182 public void verifyMatches(MotionEvent that, int pointerIndex) { in verifyMatches()
239 public void verifyMatchesHistorical(MotionEvent that, int position) { in verifyMatchesHistorical()
296 public void verifyMatchesHistorical(MotionEvent that, int pointerIndex, int position) { in verifyMatchesHistorical()
361 public void verifyMatchesPointerCoords(PointerCoords that) { in verifyMatchesPointerCoords()
404 final PointerCoords that = new PointerCoords(); in verifyMatchesPointerCoords() local
412 final PointerCoords that = new PointerCoords(); in verifyMatchesHistoricalPointerCoords() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dtypes.cpp286 bool Integer::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
302 bool Float::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
322 bool Vector::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
348 bool Matrix::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
382 bool Image::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
406 bool SampledImage::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
432 bool Array::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
471 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
510 bool Struct::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
552 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.cpp282 bool Integer::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
298 bool Float::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
318 bool Vector::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
344 bool Matrix::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
378 bool Image::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
402 bool SampledImage::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
428 bool Array::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
467 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
506 bool Struct::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
548 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dtypes.cpp282 bool Integer::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
298 bool Float::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
318 bool Vector::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
344 bool Matrix::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
378 bool Image::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
402 bool SampledImage::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
428 bool Array::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
467 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
506 bool Struct::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument
548 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument
[all …]
/aosp_15_r20/external/cronet/base/apple/
H A Dscoped_typeref.h78 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) : object_(that.get()) { in ScopedTypeRef()
85 ScopedTypeRef(const ScopedTypeRef<R, RTraits>& that) : object_(that.get()) { in ScopedTypeRef()
106 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.release()) {} in ScopedTypeRef()
109 ScopedTypeRef(ScopedTypeRef<R, RTraits>&& that) : object_(that.release()) {} in ScopedTypeRef()
127 void reset(const ScopedTypeRef<R, RTraits>& that) { in reset()
172 void swap(ScopedTypeRef& that) { in swap()
/aosp_15_r20/external/skia/src/core/
H A DSkTHash.h38 THashTable(const THashTable& that) { *this = that; } in THashTable()
39 THashTable( THashTable&& that) { *this = std::move(that); } in THashTable() function
78 void swap(THashTable& that) { in swap()
84 void swap(THashTable&& that) { in swap()
377 Slot(const Slot& that) { *this = that; } in Slot()
400 Slot(Slot&& that) { *this = std::move(that); } in Slot() function
507 void swap(THashMap& that) { fTable.swap(that.fTable); } in swap()
508 void swap(THashMap&& that) { fTable.swap(std::move(that.fTable)); } in swap()
620 void swap(THashSet& that) { fTable.swap(that.fTable); } in swap()
621 void swap(THashSet&& that) { fTable.swap(std::move(that.fTable)); } in swap()
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/
H A DClassSanityTesterTest.java605 HasAnInterface that = (HasAnInterface) obj; in equals() local
662 Wrapper that = (Wrapper) obj; in equals() local
745 GoodEquals that = (GoodEquals) obj; in equals() local
793 SameIntegerInstance that = (SameIntegerInstance) obj; in equals() local
816 SameLongInstance that = (SameLongInstance) obj; in equals() local
839 SameFloatInstance that = (SameFloatInstance) obj; in equals() local
862 SameDoubleInstance that = (SameDoubleInstance) obj; in equals() local
885 SameShortInstance that = (SameShortInstance) obj; in equals() local
908 SameByteInstance that = (SameByteInstance) obj; in equals() local
931 SameCharacterInstance that = (SameCharacterInstance) obj; in equals() local
[all …]
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dretain_ptr.h44 RetainPtr(const RetainPtr& that) noexcept : RetainPtr(that.Get()) {} in RetainPtr()
48 RetainPtr(RetainPtr&& that) noexcept { Unleak(that.Leak()); } in RetainPtr() function
54 RetainPtr(const RetainPtr<U>& that) : RetainPtr(that.Get()) {} in RetainPtr()
60 RetainPtr(RetainPtr<U>&& that) noexcept { in RetainPtr() function
126 void Swap(RetainPtr& that) { m_pObj.swap(that.m_pObj); } in Swap()
216 RetainPtr<T> WrapRetain(T* that) { in WrapRetain()
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A 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()
/aosp_15_r20/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
H A DProtoSubjectBuilder.java53 public LiteProtoSubject that(@Nullable MessageLite messageLite) { in that() method in ProtoSubjectBuilder
57 public ProtoSubject that(@Nullable Message message) { in that() method in ProtoSubjectBuilder
61 public <M extends Message> IterableOfProtosSubject<M> that(@Nullable Iterable<M> messages) { in that() method in ProtoSubjectBuilder
65 public <M extends Message> MapWithProtoValuesSubject<M> that(@Nullable Map<?, M> map) { in that() method in ProtoSubjectBuilder
69 public <M extends Message> MultimapWithProtoValuesSubject<M> that(@Nullable Multimap<?, M> map) { in that() method in ProtoSubjectBuilder
/aosp_15_r20/external/libpng/contrib/libtests/
H A Dpngvalid.c6409 transform_display *that) in image_transform_ini_end()
6417 transform_display *that, png_structp pp, png_infop pi) in image_transform_set_end()
6443 image_transform_mod_end(const image_transform *this, image_pixel *that, in image_transform_mod_end()
7050 transform_display *that) in image_transform_default_ini()
7058 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_default_add()
7074 transform_display *that, png_structp pp, png_infop pi) in image_transform_png_set_palette_to_rgb_set()
7082 image_pixel *that, png_const_structp pp, in image_transform_png_set_palette_to_rgb_mod()
7093 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_palette_to_rgb_add()
7112 transform_display *that, png_structp pp, png_infop pi) in image_transform_png_set_tRNS_to_alpha_set()
7127 image_pixel *that, png_const_structp pp, in image_transform_png_set_tRNS_to_alpha_mod()
[all …]
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DPredicates.java336 NotPredicate<?> that = (NotPredicate<?>) obj; in equals() local
379 AndPredicate<?> that = (AndPredicate<?>) obj; in equals() local
422 OrPredicate<?> that = (OrPredicate<?>) obj; in equals() local
470 IsEqualToPredicate that = (IsEqualToPredicate) obj; in equals() local
514 InstanceOfPredicate<?> that = (InstanceOfPredicate<?>) obj; in equals() local
553 SubtypeOfPredicate that = (SubtypeOfPredicate) obj; in equals() local
588 InPredicate<?> that = (InPredicate<?>) obj; in equals() local
626 CompositionPredicate<?, ?> that = (CompositionPredicate<?, ?>) obj; in equals() local
673 ContainsPatternPredicate that = (ContainsPatternPredicate) obj; in equals() local

12345678910>>...202