/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_opcache.py | 33 class Class(metaclass=Metaclass): class 60 class Class(metaclass=Metaclass): class 73 class Class(metaclass=Metaclass): class 97 class Class(metaclass=Metaclass): class 112 class Class: class 122 class Class: class 132 class Class: class 146 class Class(metaclass=Metaclass): class 166 class Class(metaclass=OldMetaclass): class 181 class Class: class [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ObjCARCInstKind.cpp | 30 const ARCInstKind Class) { in operator <<() 226 ARCInstKind Class = GetFunctionClass(F); in GetARCInstKind() local 311 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() 345 bool llvm::objcarc::IsRetain(ARCInstKind Class) { in IsRetain() 381 bool llvm::objcarc::IsAutorelease(ARCInstKind Class) { in IsAutorelease() 416 bool llvm::objcarc::IsForwarding(ARCInstKind Class) { in IsForwarding() 451 bool llvm::objcarc::IsNoopOnNull(ARCInstKind Class) { in IsNoopOnNull() 486 bool llvm::objcarc::IsNoopOnGlobal(ARCInstKind Class) { in IsNoopOnGlobal() 521 bool llvm::objcarc::IsAlwaysTail(ARCInstKind Class) { in IsAlwaysTail() 557 bool llvm::objcarc::IsNeverTail(ARCInstKind Class) { in IsNeverTail() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ObjCARCInstKind.cpp | 29 const ARCInstKind Class) { in operator <<() 226 ARCInstKind Class = GetFunctionClass(F); in GetARCInstKind() local 310 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() 344 bool llvm::objcarc::IsRetain(ARCInstKind Class) { in IsRetain() 380 bool llvm::objcarc::IsAutorelease(ARCInstKind Class) { in IsAutorelease() 415 bool llvm::objcarc::IsForwarding(ARCInstKind Class) { in IsForwarding() 450 bool llvm::objcarc::IsNoopOnNull(ARCInstKind Class) { in IsNoopOnNull() 485 bool llvm::objcarc::IsNoopOnGlobal(ARCInstKind Class) { in IsNoopOnGlobal() 520 bool llvm::objcarc::IsAlwaysTail(ARCInstKind Class) { in IsAlwaysTail() 556 bool llvm::objcarc::IsNeverTail(ARCInstKind Class) { in IsNeverTail() [all …]
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ObjCARCInstKind.cpp | 31 const ARCInstKind Class) { in operator <<() 245 ARCInstKind Class = GetFunctionClass(F); in GetARCInstKind() local 330 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() 364 bool llvm::objcarc::IsRetain(ARCInstKind Class) { in IsRetain() 400 bool llvm::objcarc::IsAutorelease(ARCInstKind Class) { in IsAutorelease() 435 bool llvm::objcarc::IsForwarding(ARCInstKind Class) { in IsForwarding() 470 bool llvm::objcarc::IsNoopOnNull(ARCInstKind Class) { in IsNoopOnNull() 505 bool llvm::objcarc::IsAlwaysTail(ARCInstKind Class) { in IsAlwaysTail() 541 bool llvm::objcarc::IsNeverTail(ARCInstKind Class) { in IsNeverTail() 580 bool llvm::objcarc::IsNoThrow(ARCInstKind Class) { in IsNoThrow() [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/ |
H A D | MultiUserAnnotationExecutor.kt | 97 private fun Class<out Annotation>.applyEnsureHasUserAnnotation(annotation: Annotation) { in <lambda>() method 107 private fun Class<out Annotation>.applyRequireRunOnUserAnnotation(annotation: Annotation) { in <lambda>() method 116 private fun Class<out Annotation>.applyRequireRunOnProfileAnnotation(annotation: Annotation) { in <lambda>() method 126 private fun Class<out Annotation>.applyEnsureHasProfileAnnotation(annotation: Annotation) { in <lambda>() method 138 private fun Class<out Annotation>.applyEnsureHasNoProfileAnnotation(annotation: Annotation) { in <lambda>() method 147 private fun Class<out Annotation>.installInstrumentedApp(annotation: Annotation) = in <lambda>() method 150 private fun Class<out Annotation>.installInstrumentedAppInParent(annotation: Annotation) = in <lambda>() method 153 private fun Class<out Annotation>.switchedToParentUser(annotation: Annotation) = in <lambda>() method 156 private fun Class<out Annotation>.switchedToUser(annotation: Annotation) = in <lambda>() method 159 private fun Class<out Annotation>.forUser(annotation: Annotation) = in <lambda>() method [all …]
|
/aosp_15_r20/external/google-fruit/tests/ |
H A D | test_component_and_injector_params.py | 45 def test_duplicate_type(self, XAnnot, MaybeConstXAnnot, Class): argument 64 def test_duplicate_type_different_constness(self, XAnnot, ConstXAnnot, Class): argument 107 def test_duplicate_type_in_required(self, XAnnot, MaybeConstXAnnot, Class): argument 125 …def test_component_duplicate_type_in_required_different_constness(self, Class, XAnnot, ConstXAnnot… argument 145 def test_same_type_in_required_and_provided(self, XAnnot, MaybeConstXAnnot, Class): argument 165 …ired_and_provided_different_constness(self, XAnnot, XAnnotInRequirements, XAnnotInProvides, Class): argument 224 def test_error_non_class_type(self, XVariantAnnot, XVariantRegexp, Class): argument 243 def test_const_provided_type_ok(self, XVariantAnnot, XVariantRegexp, Class): argument 267 def test_error_non_class_type_in_requirements(self, XVariantAnnot, XVariantRegexp, Class): argument 342 def test_two_required_lists_error(self, Class): argument [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | expression-traits.cpp | 180 struct Class : BaseClass struct 186 struct NestedClassTemplate {}; argument 211 Class(); argument 227 ASSERT_LVALUE(::Class::function); // qualified-id: function in expr_prim_4() argument 268 ASSERT_LVALUE(Class::dataMember); in expr_prim_7() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | cod.rs | 3 struct Class { struct 8 impl Class { impl 9 fn new(cod: u32) -> Class { in new()
|
/aosp_15_r20/system/tools/aidl/ |
D | ast_java.h | 314 struct Class : public ClassElement { struct 324 std::vector<std::shared_ptr<ClassElement>> elements; argument 326 Class() = default; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 36 ARCInstKind Class) { in CanAlterRefCount() 70 ARCInstKind Class) { in CanDecrementRefCount() 82 ProvenanceAnalysis &PA, ARCInstKind Class) { in CanUse() 139 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 151 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 164 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 194 ARCInstKind Class = GetBasicARCInstKind(Inst); in Depends() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 37 ARCInstKind Class) { in CanAlterRefCount() 69 ARCInstKind Class) { in CanDecrementRefCount() 81 ProvenanceAnalysis &PA, ARCInstKind Class) { in CanUse() 130 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 142 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 155 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 185 ARCInstKind Class = GetBasicARCInstKind(Inst); in Depends() local
|
/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 37 ARCInstKind Class) { in CanAlterRefCount() 74 ARCInstKind Class) { in CanDecrementRefCount() 86 ProvenanceAnalysis &PA, ARCInstKind Class) { in CanUse() 143 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 155 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 168 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 198 ARCInstKind Class = GetBasicARCInstKind(Inst); in Depends() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/ |
H A D | invoke_test.cc | 71 struct Class { struct 72 int Method(int a, int b) { return a - b; } in Method() 73 int ConstMethod(int a, int b) const { return a - b; } in ConstMethod() 74 int RefMethod(int a, int b) & { return a - b; } in RefMethod() 75 int RefRefMethod(int a, int b) && { return a - b; } in RefRefMethod() 76 int NoExceptMethod(int a, int b) noexcept { return a - b; } in NoExceptMethod() 77 int VolatileMethod(int a, int b) volatile { return a - b; } in VolatileMethod() 79 int member;
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/ |
H A D | invoke_test.cc | 79 struct Class { struct 80 int Method(int a, int b) { return a - b; } in Method() 81 int ConstMethod(int a, int b) const { return a - b; } in ConstMethod() 82 int RefMethod(int a, int b) & { return a - b; } in RefMethod() 83 int RefRefMethod(int a, int b) && { return a - b; } in RefRefMethod() 84 int NoExceptMethod(int a, int b) noexcept { return a - b; } in NoExceptMethod() 85 int VolatileMethod(int a, int b) volatile { return a - b; } in VolatileMethod() 87 int member;
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/ |
H A D | invoke_test.cc | 79 struct Class { struct 80 int Method(int a, int b) { return a - b; } in Method() 81 int ConstMethod(int a, int b) const { return a - b; } in ConstMethod() 82 int RefMethod(int a, int b) & { return a - b; } in RefMethod() 83 int RefRefMethod(int a, int b) && { return a - b; } in RefRefMethod() 84 int NoExceptMethod(int a, int b) noexcept { return a - b; } in NoExceptMethod() 85 int VolatileMethod(int a, int b) volatile { return a - b; } in VolatileMethod() 87 int member;
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/ |
H A D | invoke_test.cc | 79 struct Class { struct 80 int Method(int a, int b) { return a - b; } in Method() 81 int ConstMethod(int a, int b) const { return a - b; } in ConstMethod() 82 int RefMethod(int a, int b) & { return a - b; } in RefMethod() 83 int RefRefMethod(int a, int b) && { return a - b; } in RefRefMethod() 84 int NoExceptMethod(int a, int b) noexcept { return a - b; } in NoExceptMethod() 85 int VolatileMethod(int a, int b) volatile { return a - b; } in VolatileMethod() 87 int member;
|
/aosp_15_r20/external/abseil-cpp/absl/base/ |
H A D | invoke_test.cc | 79 struct Class { struct 80 int Method(int a, int b) { return a - b; } in Method() 81 int ConstMethod(int a, int b) const { return a - b; } in ConstMethod() 82 int RefMethod(int a, int b) & { return a - b; } in RefMethod() 83 int RefRefMethod(int a, int b) && { return a - b; } in RefRefMethod() 84 int NoExceptMethod(int a, int b) noexcept { return a - b; } in NoExceptMethod() 85 int VolatileMethod(int a, int b) volatile { return a - b; } in VolatileMethod() 87 int member;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | invoke_test.cc | 79 struct Class { struct 80 int Method(int a, int b) { return a - b; } in Method() 81 int ConstMethod(int a, int b) const { return a - b; } in ConstMethod() 82 int RefMethod(int a, int b) & { return a - b; } in RefMethod() 83 int RefRefMethod(int a, int b) && { return a - b; } in RefRefMethod() 84 int NoExceptMethod(int a, int b) noexcept { return a - b; } in NoExceptMethod() 85 int VolatileMethod(int a, int b) volatile { return a - b; } in VolatileMethod() 87 int member;
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/ |
H A D | invoke_test.cc | 79 struct Class { struct 80 int Method(int a, int b) { return a - b; } in Method() 81 int ConstMethod(int a, int b) const { return a - b; } in ConstMethod() 82 int RefMethod(int a, int b) & { return a - b; } in RefMethod() 83 int RefRefMethod(int a, int b) && { return a - b; } in RefRefMethod() 84 int NoExceptMethod(int a, int b) noexcept { return a - b; } in NoExceptMethod() 85 int VolatileMethod(int a, int b) volatile { return a - b; } in VolatileMethod() 87 int member;
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | ContextComponentResolver.java | 41 ContextComponentResolver(Map<Class<?>, Provider<Activity>> activityCreators, in ContextComponentResolver() 83 private <T> T resolve(String className, Map<Class<?>, Provider<T>> creators) { in resolve()
|
/aosp_15_r20/tools/dexter/slicer/export/slicer/ |
H A D | dex_ir.h | 322 struct Class : public IndexedNode { struct 325 Type* type; 326 dex::u4 access_flags; 327 Type* super_class; 328 TypeList* interfaces; 329 String* source_file; 330 AnnotationsDirectory* annotations; 331 EncodedArray* static_init; 333 std::vector<EncodedField*> static_fields; 334 std::vector<EncodedField*> instance_fields; [all …]
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Type.cpp | 226 #define ABSTRACT_TYPE(Class, Parent) in getLocallyUnqualifiedSingleStepDesugaredType() argument 227 #define TYPE(Class, Parent) \ in getLocallyUnqualifiedSingleStepDesugaredType() argument 245 #define ABSTRACT_TYPE(Class, Parent) in getSplitDesugaredType() argument 246 #define TYPE(Class, Parent) \ in getSplitDesugaredType() argument 274 #define ABSTRACT_TYPE(Class, Parent) in getSplitUnqualifiedTypeImpl() argument 275 #define TYPE(Class, Parent) \ in getSplitUnqualifiedTypeImpl() argument 313 #define ABSTRACT_TYPE(Class, Parent) in getAsSugar() argument 314 #define TYPE(Class, Parent) \ in getAsSugar() argument 346 #define ABSTRACT_TYPE(Class, Parent) in getUnqualifiedDesugaredType() argument 347 #define TYPE(Class, Parent) \ in getUnqualifiedDesugaredType() argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/text/unicode/bidi/ |
D | core.go | 61 func (c Class) in(set ...Class) bool { 103 func newParagraph(types []Class, pairTypes []bracketType, pairValues []rune, levels level) (*paragr… 665 func setTypes(types []Class, newType Class) { 989 func isWhitespace(c Class) bool { 998 func isRemovedByX9(c Class) bool { 1014 func validateTypes(types []Class) error {
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/tag/ |
D | class.rs | 9 pub enum Class { enum 33 impl Class { impl 41 impl fmt::Display for Class { implementation
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | ThreadLocal.h | 97 #define C10_DECLARE_TLS_class_static(Class, Type, Name) \ argument 100 #define C10_DEFINE_TLS_class_static(Class, Type, Name) \ argument 144 #define C10_DECLARE_TLS_class_static(Class, Type, Name) \ argument 147 #define C10_DEFINE_TLS_class_static(Class, Type, Name) \ argument
|