Home
last modified time | relevance | path

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

12345678910>>...19

/aosp_15_r20/external/vixl/src/aarch32/
H A 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
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 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()
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Djoin.h52 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 DIs.java17 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 Dimplementation.cpp20 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/
DRefactoringActionRulesInternal.h50 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/
DRefactoringActionRulesInternal.h50 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/
DRefactoringActionRulesInternal.h50 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/
DRefactoringActionRulesInternal.h50 std::index_sequence<Is...>) { in invokeRuleAfterValidatingRequirements()
90 std::index_sequence<Is...>) { in visitRefactoringOptions()
/aosp_15_r20/prebuilts/go/linux-x86/src/errors/
Dwrap_test.go80 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 DKeywordsInTable.cs22 …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 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()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/utility/
H A Dutility_test.cc89 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/
Dutility_test.cc89 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 Dutility_test.cc89 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 DSkZip.h109 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 DStructuralEvaluator.java95 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/
Dmodfile.go149 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/
Dcodehost.go174 func (UnknownRevisionError) Is(err error) bool { func
187 func (noCommitsError) Is(err error) bool { func
/aosp_15_r20/external/webrtc/pc/
H A Dproxy.h141 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 Dis_go113.go13 func Is(err, target error) bool { return errors.Is(err, target) } func
H A Dis_go112.go13 func Is(err, target error) bool { func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMachineLocation.h48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMachineLocation.h48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMachineLocation.h48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()

12345678910>>...19