| /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 781 bool Is(SpecialRegister value) const { return reg_ == value.reg_; } in Is() function 782 bool Is(uint32_t value) const { return reg_ == value; } in Is() function 889 bool Is(MaskedSpecialRegister value) const { return reg_ == value.reg_; } in Is() function 890 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
|
| /external/flatbuffers/tests/KeywordTest/ |
| D | KeywordsInTable.cs | 22 …public KeywordTest.ABC Is { get { int o = __p.__offset(4); return o != 0 ? (KeywordTest.ABC)__p.bb… property 78 public KeywordTest.ABC Is { get; set; } property in KeywordTest.KeywordsInTableT
|
| /external/skia/src/base/ |
| D | SkZip.h | 115 constexpr ReturnTuple indexDetail(size_t i, std::index_sequence<Is...>) const { in indexDetail() 126 constexpr std::tuple<Ts*...> pointersAtDetail(size_t i, std::index_sequence<Is...>) const { in pointersAtDetail()
|
| /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/cronet/buildtools/third_party/libc++/trunk/benchmarks/ |
| D | VariantBenchmarks.h | 31 static auto genVariants(std::index_sequence<Is...>) { in genVariants()
|
| /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/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | AnyPartial.cs | 75 public bool Is(MessageDescriptor descriptor) in Is() method in Google.Protobuf.WellKnownTypes.Any
|
| /external/protobuf/src/google/protobuf/ |
| D | any.h | 110 bool Is() const { in Is() function
|
| /external/cronet/third_party/protobuf/src/google/protobuf/ |
| D | any.h | 110 bool Is() const { in Is() function
|
| /external/skia/src/core/ |
| D | SkRecordPattern.h | 23 Is() : fPtr(nullptr) {} in Is() function
|
| /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
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/utility/ |
| D | utility_test.cc | 89 void CountAll(absl::index_sequence<Is...>) { in CountAll() 108 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl() 140 absl::index_sequence<Is...>) { in TupStringVecImpl()
|
| /external/cronet/third_party/abseil-cpp/absl/utility/ |
| D | utility_test.cc | 89 void CountAll(absl::index_sequence<Is...>) { in CountAll() 108 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl() 140 absl::index_sequence<Is...>) { in TupStringVecImpl()
|
| /external/angle/third_party/abseil-cpp/absl/utility/ |
| D | utility_test.cc | 89 void CountAll(absl::index_sequence<Is...>) { in CountAll() 108 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl() 140 absl::index_sequence<Is...>) { in TupStringVecImpl()
|
| /external/webrtc/third_party/abseil-cpp/absl/utility/ |
| D | utility_test.cc | 89 void CountAll(absl::index_sequence<Is...>) { in CountAll() 108 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl() 140 absl::index_sequence<Is...>) { in TupStringVecImpl()
|
| /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/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()
|