/aosp_15_r20/external/vixl/src/aarch32/ |
H A 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 …]
|
/aosp_15_r20/external/deqp/framework/common/ |
H A 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()
|
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/ |
H A D | join.h | 52 bool PendElements(Context& cx, std::index_sequence<Is...>) { in PendElements() 58 Poll<TupleOfOutputRvalues> TakeOutputs(std::index_sequence<Is...>) { in TakeOutputs()
|
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
H A D | Is.java | 17 public class Is<T> extends BaseMatcher<T> { class 20 public Is(Matcher<T> matcher) { in Is() method in Is
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/aoti_runtime/ |
H A D | implementation.cpp | 20 std::index_sequence<Is...>) { in convert_outputs_to_handles_helper() 65 std::index_sequence<Is...>) { in convert_handles_to_inputs_helper()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/Refactoring/ |
D | RefactoringActionRulesInternal.h | 50 std::index_sequence<Is...>) { in invokeRuleAfterValidatingRequirements() 90 std::index_sequence<Is...>) { in visitRefactoringOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/Refactoring/ |
D | RefactoringActionRulesInternal.h | 50 std::index_sequence<Is...>) { in invokeRuleAfterValidatingRequirements() 90 std::index_sequence<Is...>) { in visitRefactoringOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/Refactoring/ |
D | RefactoringActionRulesInternal.h | 50 std::index_sequence<Is...>) { in invokeRuleAfterValidatingRequirements() 90 std::index_sequence<Is...>) { in visitRefactoringOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/Refactoring/ |
D | RefactoringActionRulesInternal.h | 50 std::index_sequence<Is...>) { in invokeRuleAfterValidatingRequirements() 90 std::index_sequence<Is...>) { in visitRefactoringOptions()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/errors/ |
D | wrap_test.go | 80 func (p *poser) Is(err error) bool { return p.f(err) } func 309 func (errorUncomparable) Is(target error) bool { func
|
/aosp_15_r20/external/flatbuffers/tests/KeywordTest/ |
H A 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
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/utility/ |
H A 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()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/utility/ |
H A 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/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()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/utility/ |
H A 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()
|
/aosp_15_r20/external/skia/src/base/ |
H A D | SkZip.h | 109 constexpr ReturnTuple indexDetail(size_t i, std::index_sequence<Is...>) const { in indexDetail() 120 constexpr std::tuple<Ts*...> pointersAtDetail(size_t i, std::index_sequence<Is...>) const { in pointersAtDetail()
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/ |
H A D | StructuralEvaluator.java | 95 static class Is extends StructuralEvaluator { class in StructuralEvaluator 96 public Is(Evaluator evaluator) { in Is() method in StructuralEvaluator.Is
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/ |
D | modfile.go | 149 func (e *excludedError) Is(err error) bool { return err == ErrDisallowed } func 227 func (e *ModuleRetractedError) Is(err error) bool { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/ |
D | codehost.go | 174 func (UnknownRevisionError) Is(err error) bool { func 187 func (noCommitsError) Is(err error) bool { func
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | proxy.h | 141 void Invoke(std::index_sequence<Is...>) { in Invoke() 176 void Invoke(std::index_sequence<Is...>) { in Invoke()
|
/aosp_15_r20/external/golang-protobuf/internal/errors/ |
H A D | is_go113.go | 13 func Is(err, target error) bool { return errors.Is(err, target) } func
|
H A D | is_go112.go | 13 func Is(err, target error) bool { func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MachineLocation.h | 48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MachineLocation.h | 48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MachineLocation.h | 48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
|