Home
last modified time | relevance | path

Searched defs:Is (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/framework/common/
DtcuEither.hpp117 struct Is<First, First, Second> struct
119 static bool is (const Either<First, Second>& either) in is()
126 struct Is<Second, First, Second> struct
128 static bool is (const Either<First, Second>& either) in is()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIs.java17 public class Is<T> extends BaseMatcher<T> { class
20 public Is(Matcher<T> matcher) { in Is() method in Is
/external/vixl/src/aarch32/
Dinstructions-aarch32.h131 bool Is(CPURegister ref) const { return GetReg() == ref.GetReg(); } in Is() function
142 bool Is(Register ref) const { return GetCode() == ref.GetCode(); } in Is() function
305 bool Is(DataType type) const { return value_ == type.value_; } in Is() function
306 bool Is(DataTypeValue value) const { return value_ == value; } in Is() function
307 bool Is(DataTypeType type) const { return GetType() == type; } in Is() function
311 bool Is(DataTypeType type, uint32_t size) const { in Is() function
779 bool Is(SpecialRegister value) const { return reg_ == value.reg_; } in Is() function
780 bool Is(uint32_t value) const { return reg_ == value; } in Is() function
887 bool Is(MaskedSpecialRegister value) const { return reg_ == value.reg_; } in Is() function
888 bool Is(uint32_t value) const { return reg_ == value; } in Is() function
[all …]
/external/golang-protobuf/internal/errors/
Dis_go113.go13 func Is(err, target error) bool { return errors.Is(err, target) } func
Dis_go112.go13 func Is(err, target error) bool { func
Derrors.go66 func (e *wrapError) Is(target error) bool { func
/external/skia/src/core/
DSkZip.h114 constexpr ReturnTuple indexDetail(size_t i, std::index_sequence<Is...>) const { in indexDetail()
125 constexpr std::tuple<Ts*...> pointersAtDetail(size_t i, std::index_sequence<Is...>) const { in pointersAtDetail()
DSkRecordPattern.h23 Is() : fPtr(nullptr) {} in Is() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMachineLocation.h48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
/external/golang-protobuf/types/known/timestamppb/
Dtimestamp_test.go104 func (e textError) Is(err error) bool { return err != nil && strings.Contains(err.Error(), e.Error(… func
/external/golang-protobuf/types/known/durationpb/
Dduration_test.go100 func (e textError) Is(err error) bool { return err != nil && strings.Contains(err.Error(), e.Error(… func
/external/protobuf/src/google/protobuf/
Dany.h102 bool Is() const { in Is() function
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs75 public bool Is(MessageDescriptor descriptor) in Is() method in Google.Protobuf.WellKnownTypes.Any
/external/llvm/include/llvm/MC/
DMachineLocation.h56 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
/external/llvm/unittests/ADT/
DPointerUnionTest.cpp57 TEST_F(PointerUnionTest, Is) { in TEST_F() argument
DPointerSumTypeTest.cpp46 TEST_F(PointerSumTypeTest, Is) { in TEST_F() argument
/external/openscreen/third_party/abseil/src/absl/utility/
Dutility_test.cc87 void CountAll(absl::index_sequence<Is...>) { in CountAll()
106 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl()
138 absl::index_sequence<Is...>) { in TupStringVecImpl()
/external/abseil-cpp/absl/utility/
Dutility_test.cc87 void CountAll(absl::index_sequence<Is...>) { in CountAll()
106 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl()
138 absl::index_sequence<Is...>) { in TupStringVecImpl()
/external/webrtc/third_party/abseil-cpp/absl/utility/
Dutility_test.cc87 void CountAll(absl::index_sequence<Is...>) { in CountAll()
106 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl()
138 absl::index_sequence<Is...>) { in TupStringVecImpl()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/utility/
Dutility_test.cc87 void CountAll(absl::index_sequence<Is...>) { in CountAll()
106 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl()
138 absl::index_sequence<Is...>) { in TupStringVecImpl()
/external/libtextclassifier/abseil-cpp/absl/utility/
Dutility_test.cc87 void CountAll(absl::index_sequence<Is...>) { in CountAll()
106 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl()
138 absl::index_sequence<Is...>) { in TupStringVecImpl()
/external/angle/third_party/abseil-cpp/absl/utility/
Dutility_test.cc87 void CountAll(absl::index_sequence<Is...>) { in CountAll()
106 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl()
138 absl::index_sequence<Is...>) { in TupStringVecImpl()
/external/libcxx/benchmarks/
DCartesianBenchmarks.hpp41 void makeBenchmarkFromValuesImpl(const Args& A, std::index_sequence<Is...>) { in makeBenchmarkFromValuesImpl()
/external/webrtc/api/
Dproxy.h136 void Invoke(std::index_sequence<Is...>) { in Invoke()
164 void Invoke(std::index_sequence<Is...>) { in Invoke()
/external/llvm/include/llvm/Support/
DFormat.h84 index_sequence<Is...>) const { in snprint_tuple()

12