/aosp_15_r20/external/pytorch/c10/util/ |
H A D | Registry.h | 211 RegistryName, SrcType, ObjectType, PtrType, ...) \ argument 218 RegistryName, SrcType, ObjectType, PtrType, ...) \ argument 225 RegistryName, SrcType, ObjectType, PtrType, ...) \ argument 235 RegistryName, SrcType, ObjectType, PtrType, ...) \ argument 274 #define C10_DECLARE_REGISTRY(RegistryName, ObjectType, ...) \ argument 278 #define TORCH_DECLARE_REGISTRY(RegistryName, ObjectType, ...) \ argument 282 #define C10_DEFINE_REGISTRY(RegistryName, ObjectType, ...) \ argument 286 #define C10_DEFINE_REGISTRY_WITHOUT_WARNING(RegistryName, ObjectType, ...) \ argument 290 #define C10_DECLARE_SHARED_REGISTRY(RegistryName, ObjectType, ...) \ argument 294 #define TORCH_DECLARE_SHARED_REGISTRY(RegistryName, ObjectType, ...) \ argument [all …]
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | generics.m | 42 + (instancetype)arrayWithObjects:(const ObjectType [])objects count:(NSUInteger)count; 45 - (BOOL)contains:(ObjectType)obj; argument 52 - (void)addObject:(ObjectType)anObject; argument
|
H A D | DynamicTypePropagation.m | 24 - (BOOL)contains:(ObjectType)obj; argument
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 387 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); in isNonTypeNestedNameSpecifier() local 485 QualType ObjectType, in BuildCXXNestedNameSpecifier() 829 ParsedType ObjectType, in ActOnCXXNestedNameSpecifier() 877 ParsedType ObjectType, in IsInvalidUnlessNestedName()
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, in CheckForTemplateAndDigraph() 188 ParsedType ObjectType, in ParseOptionalCXXScopeSpecifier() 1528 ParsedType ObjectType) { in ParseCXXPseudoDestructor() 2030 ParsedType ObjectType, in ParseUnqualifiedIdTemplateId() 2233 ParsedType ObjectType, in ParseUnqualifiedIdOperator() 2464 ParsedType ObjectType, in ParseUnqualifiedId()
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
H A D | ObjectType.java | 29 public class ObjectType extends ReferenceType { class 43 public ObjectType(final String class_name) { in ObjectType() method in ObjectType
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_namer.h | 52 std::string ObjectType(const StructDef &d) const { in ObjectType() function 55 std::string ObjectType(const EnumDef &d) const { return ObjectType(d.name); } in ObjectType() function
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | kindof.m | 388 - (void)test:(__kindof ObjectType)T; 389 - (void)mapUsingBlock:(id (^)(__kindof ObjectType))block;
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | adoctint.h | 504 #define _Catalog_GetObjectOwner(This, ObjectName, ObjectType, ObjectTypeId, OwnerName) ((This)->lpV… argument 505 #define _Catalog_SetObjectOwner(This, ObjectName, ObjectType, UserName, ObjectTypeId) ((This)->lpVt… argument 632 #define _Group25_GetPermissions(This, Name, ObjectType, ObjectTypeId, Rights) ((This)->lpVtbl ->Get… argument 633 #define _Group25_SetPermissions(This, Name, ObjectType, Action, Rights, Inherit, ObjectTypeId) ((Th… argument 688 #define _Group_GetPermissions(This, Name, ObjectType, ObjectTypeId, Rights) ((This)->lpVtbl ->GetPe… argument 689 #define _Group_SetPermissions(This, Name, ObjectType, Action, Rights, Inherit, ObjectTypeId) ((This… argument 748 #define _User25_GetPermissions(This, Name, ObjectType, ObjectTypeId, Rights) ((This)->lpVtbl ->GetP… argument 749 #define _User25_SetPermissions(This, Name, ObjectType, Action, Rights, Inherit, ObjectTypeId) ((Thi… argument 807 #define _User_GetPermissions(This, Name, ObjectType, ObjectTypeId, Rights) ((This)->lpVtbl ->GetPer… argument 808 #define _User_SetPermissions(This, Name, ObjectType, Action, Rights, Inherit, ObjectTypeId) ((This)… argument
|
/aosp_15_r20/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/ |
H A D | unique_ptr.h | 37 using ObjectType = typename std::remove_extent<ObjectOrArrayType>::type; variable
|
/aosp_15_r20/system/chre/util/include/chre/util/ |
H A D | unique_ptr.h | 37 using ObjectType = typename std::remove_extent<ObjectOrArrayType>::type; variable
|
/aosp_15_r20/external/pigweed/ts/device/ |
H A D | object_set.ts | 15 type ObjectType = { alias
|
/aosp_15_r20/external/ComputeLibrary/src/common/utils/ |
H A D | Object.h | 37 enum class ObjectType : uint32_t enum
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/default/ |
H A D | A2dpOffloadCodecAac.h | 24 enum class ObjectType { MPEG2_AAC_LC, MPEG4_AAC_LC }; enum
|
/aosp_15_r20/external/perfetto/ui/src/components/details/ |
H A D | slice_args_parser.ts | 89 type ObjectType<T> = T | ObjectType<T>[] | {[key: string]: ObjectType<T>}; alias
|
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | trace_event_memory_overhead.h | 28 enum ObjectType : uint32_t { enum
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | trace_event_memory_overhead.h | 27 enum ObjectType : uint32_t { enum
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | cpdf_cross_ref_table.h | 20 enum class ObjectType : uint8_t { enum
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | feature_extensions.rs | 118 impl ObjectType { impl 371 impl ObjectType { implementation
|
/aosp_15_r20/external/angle/src/common/ |
H A D | packed_egl_enums.json | 7 "ObjectType": { object
|
/aosp_15_r20/frameworks/native/libs/input/tests/ |
H A D | RingBuffer_test.cpp | 74 TEST(RingBufferTest, ObjectType) { in TEST() argument
|
/aosp_15_r20/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 76 typedef ObjectType (TestType::*MemPtr); in doTest() typedef
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | types.py | 14 ObjectType = object variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 79 typedef ObjectType (TestType::*MemPtr); in doTest() typedef
|
/aosp_15_r20/frameworks/native/vulkan/libvulkan/ |
H A D | debug_report.h | 134 static VkDebugReportObjectTypeEXT GetObjectType(ObjectType) { in GetObjectType() argument
|