/external/deqp/framework/common/ |
D | tcuEither.hpp | 117 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/ |
D | Is.java | 17 public class Is<T> extends BaseMatcher<T> { class 20 public Is(Matcher<T> matcher) { in Is() method in Is
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.h | 131 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/ |
D | is_go113.go | 13 func Is(err, target error) bool { return errors.Is(err, target) } func
|
D | is_go112.go | 13 func Is(err, target error) bool { func
|
D | errors.go | 66 func (e *wrapError) Is(target error) bool { func
|
/external/skia/src/core/ |
D | SkZip.h | 114 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()
|
D | SkRecordPattern.h | 23 Is() : fPtr(nullptr) {} in Is() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MachineLocation.h | 48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
|
/external/golang-protobuf/types/known/timestamppb/ |
D | timestamp_test.go | 104 func (e textError) Is(err error) bool { return err != nil && strings.Contains(err.Error(), e.Error(… func
|
/external/golang-protobuf/types/known/durationpb/ |
D | duration_test.go | 100 func (e textError) Is(err error) bool { return err != nil && strings.Contains(err.Error(), e.Error(… func
|
/external/protobuf/src/google/protobuf/ |
D | any.h | 102 bool Is() const { in Is() function
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | AnyPartial.cs | 75 public bool Is(MessageDescriptor descriptor) in Is() method in Google.Protobuf.WellKnownTypes.Any
|
/external/llvm/include/llvm/MC/ |
D | MachineLocation.h | 56 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
|
/external/llvm/unittests/ADT/ |
D | PointerUnionTest.cpp | 57 TEST_F(PointerUnionTest, Is) { in TEST_F() argument
|
D | PointerSumTypeTest.cpp | 46 TEST_F(PointerSumTypeTest, Is) { in TEST_F() argument
|
/external/openscreen/third_party/abseil/src/absl/utility/ |
D | utility_test.cc | 87 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/ |
D | utility_test.cc | 87 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/ |
D | utility_test.cc | 87 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/ |
D | utility_test.cc | 87 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/ |
D | utility_test.cc | 87 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/ |
D | utility_test.cc | 87 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/ |
D | CartesianBenchmarks.hpp | 41 void makeBenchmarkFromValuesImpl(const Args& A, std::index_sequence<Is...>) { in makeBenchmarkFromValuesImpl()
|
/external/webrtc/api/ |
D | proxy.h | 136 void Invoke(std::index_sequence<Is...>) { in Invoke() 164 void Invoke(std::index_sequence<Is...>) { in Invoke()
|
/external/llvm/include/llvm/Support/ |
D | Format.h | 84 index_sequence<Is...>) const { in snprint_tuple()
|