Home
last modified time | relevance | path

Searched defs:basetype (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py338 basetype = "CFTypeRef_Type" variable in CFArrayRefObjectDefinition
350 basetype = "CFArrayRef_Type" variable in CFMutableArrayRefObjectDefinition
362 basetype = "CFTypeRef_Type" variable in CFDictionaryRefObjectDefinition
374 basetype = "CFDictionaryRef_Type" variable in CFMutableDictionaryRefObjectDefinition
386 basetype = "CFTypeRef_Type" variable in CFDataRefObjectDefinition
410 basetype = "CFDataRef_Type" variable in CFMutableDataRefObjectDefinition
422 basetype = "CFTypeRef_Type" variable in CFStringRefObjectDefinition
456 basetype = "CFStringRef_Type" variable in CFMutableStringRefObjectDefinition
472 basetype = "CFTypeRef_Type" variable in CFURLRefObjectDefinition
/aosp_15_r20/frameworks/rs/cpp/util/
H A DRefBase.h122 typedef RefBase basetype; typedef
182 typedef LightRefBase<T> basetype; typedef
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_bytes.py2044 basetype = bytearray variable in ByteArraySubclassTest
2058 basetype = bytearray variable in ByteArraySubclassWithSlotsTest
2062 basetype = bytes variable in BytesSubclassTest
Dtest_set.py360 basetype = set variable in TestSet
648 basetype = set variable in TestSetSubclass
684 basetype = frozenset variable in TestFrozenSet
760 basetype = frozenset variable in TestFrozenSetSubclass
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dfilepath.c367 apr_status_t basetype = 0; /* from parsing the basepath's baseroot */ local
/aosp_15_r20/external/tcpdump/
H A Dprint-snmp.c889 SmiBasetype basetype; member
946 static int smi_check_type(SmiBasetype basetype, int be) in smi_check_type()
/aosp_15_r20/external/python/cpython2/Tools/bgen/bgen/
DbgenObjectDefinition.py8 basetype = None variable in ObjectDefinition
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_ordered_set.py58 basetype = OrderedSet variable in TestJointOps
434 basetype = OrderedSet variable in TestSet
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/unittest/
Dcase.py187 def _is_subtype(expected, basetype): argument
/aosp_15_r20/external/python/cpython3/Lib/unittest/
Dcase.py187 def _is_subtype(expected, basetype): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/
H A Dcase.py187 def _is_subtype(expected, basetype): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/unittest/
Dcase.py187 def _is_subtype(expected, basetype): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/unittest/
Dcase.py187 def _is_subtype(expected, basetype): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/unittest/
Dcase.py187 def _is_subtype(expected, basetype): argument
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go1185 basetype Type member
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_cpp.cpp3292 const auto basetype = GenTypeBasic( in GenCreateParam() local
H A Didl_parser.cpp2530 BaseType basetype) { in CheckClash()
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_codegen.cpp1970 llvm::Type* basetype, in getSimdFunction()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp1482 ParsedType basetype, SourceLocation BaseLoc, in ActOnBaseSpecifier()