Home
last modified time | relevance | path

Searched defs:ObjectType (Results 1 – 25 of 128) sorted by relevance

123456

/aosp_15_r20/external/pytorch/c10/util/
H A DRegistry.h211 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 Dgenerics.m42 + (instancetype)arrayWithObjects:(const ObjectType [])objects count:(NSUInteger)count;
45 - (BOOL)contains:(ObjectType)obj; argument
52 - (void)addObject:(ObjectType)anObject; argument
H A DDynamicTypePropagation.m24 - (BOOL)contains:(ObjectType)obj; argument
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp387 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 DParseExprCXX.cpp80 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 DObjectType.java29 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 Didl_namer.h52 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 Dkindof.m388 - (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/
Dadoctint.h504 #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 Dunique_ptr.h37 using ObjectType = typename std::remove_extent<ObjectOrArrayType>::type; variable
/aosp_15_r20/system/chre/util/include/chre/util/
H A Dunique_ptr.h37 using ObjectType = typename std::remove_extent<ObjectOrArrayType>::type; variable
/aosp_15_r20/external/pigweed/ts/device/
H A Dobject_set.ts15 type ObjectType = { alias
/aosp_15_r20/external/ComputeLibrary/src/common/utils/
H A DObject.h37 enum class ObjectType : uint32_t enum
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/default/
H A DA2dpOffloadCodecAac.h24 enum class ObjectType { MPEG2_AAC_LC, MPEG4_AAC_LC }; enum
/aosp_15_r20/external/perfetto/ui/src/components/details/
H A Dslice_args_parser.ts89 type ObjectType<T> = T | ObjectType<T>[] | {[key: string]: ObjectType<T>}; alias
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_event_memory_overhead.h28 enum ObjectType : uint32_t { enum
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event_memory_overhead.h27 enum ObjectType : uint32_t { enum
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_cross_ref_table.h20 enum class ObjectType : uint8_t { enum
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeature_extensions.rs118 impl ObjectType { impl
371 impl ObjectType { implementation
/aosp_15_r20/external/angle/src/common/
H A Dpacked_egl_enums.json7 "ObjectType": { object
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DRingBuffer_test.cpp74 TEST(RingBufferTest, ObjectType) { in TEST() argument
/aosp_15_r20/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp76 typedef ObjectType (TestType::*MemPtr); in doTest() typedef
/aosp_15_r20/external/python/cpython2/Lib/
Dtypes.py14 ObjectType = object variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp79 typedef ObjectType (TestType::*MemPtr); in doTest() typedef
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.h134 static VkDebugReportObjectTypeEXT GetObjectType(ObjectType) { in GetObjectType() argument

123456