/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/ |
H A D | encoder.py | 121 def emit_custom_pre_validate(typeInfo, api, cgen): argument 138 def emit_custom_resource_preprocess(typeInfo, api, cgen): argument 147 def emit_custom_resource_postprocess(typeInfo, api, cgen): argument 156 def emit_count_marshal(typeInfo, param, cgen): argument 166 def emit_marshal(typeInfo, param, cgen): argument 185 def emit_unmarshal(typeInfo, param, cgen): argument 192 def emit_deepcopy(typeInfo, param, cgen): argument 199 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 206 def emit_handlemap_create(typeInfo, param, cgen): argument 218 def emit_handlemap_destroy(typeInfo, param, cgen): argument [all …]
|
H A D | decoder.py | 150 def emit_unmarshal(typeInfo, param, cgen, output = False, destroy = False, noUnbox = False): argument 218 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 225 def emit_marshal(typeInfo, param, cgen, handleMapOverwrites=False): argument 368 def emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=True): argument 462 def emit_snapshot(typeInfo, api, cgen): argument 498 def emit_decoding(typeInfo, api, cgen, globalWrapped=False, context=False): argument 520 def emit_default_decoding(typeInfo, api, cgen): argument 523 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument 526 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): argument 576 def decode_vkInvalidateMappedMemoryRanges(typeInfo, api, cgen): argument [all …]
|
H A D | subdecode.py | 53 def emit_unmarshal(typeInfo, param, cgen, output=False, destroy=False, noUnbox=False): argument 108 def emit_dispatch_unmarshal(typeInfo, param, cgen, globalWrapped): argument 146 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 202 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument 280 def emit_default_decoding(typeInfo, api, cgen): argument 285 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument 289 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): argument 323 def __init__(self, module, typeInfo): argument
|
H A D | vkextensionstructuretype.py | 8 def __init__(self, extensionName: str, module, typeInfo): argument 28 def __init__(self, module, typeInfo): argument 33 def __init__(self, module, typeInfo): argument
|
H A D | decodersnapshot.py | 317 def emit_impl(typeInfo, api, cgen): argument 424 def emit_passthrough_to_impl(typeInfo, api, cgen): argument 428 def __init__(self, module, typeInfo): argument
|
H A D | dispatch.py | 124 def __init__(self, module, typeInfo): argument 380 def __init__(self, module, typeInfo): argument
|
H A D | frontend.py | 26 def __init__(self, module, typeInfo): argument
|
H A D | unbox.py | 13 def __init__(self, module, typeInfo): argument
|
H A D | extensionstructs.py | 17 def __init__(self, module, typeInfo, variant="host"): argument
|
H A D | api_log_decoder.py | 94 def __init__(self, module, typeInfo): argument
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_xml.go | 66 type typeInfo struct { struct 67 Name string `xml:"name,attr"` 68 Category string `xml:"category,attr"` 69 Requires string `xml:"requires,attr"` 70 Alias string `xml:"alias,attr"` 71 Members []structuralMemberInfo `xml:"member"` 72 StructExtends string `xml:"structextends,attr"` 73 RawXML string `xml:",innerxml"` 74 Comment string `xml:"comment,attr"` 75 Api string `xml:"api,attr"` [all …]
|
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/ |
H A D | codegen.py | 672 def validPrimitive(self, typeInfo, typeName): argument 676 def makePrimitiveStreamMethod(self, typeInfo, typeName, direction="write"): argument 697 def makePrimitiveStreamMethodInPlace(self, typeInfo, typeName, direction="write"): argument 718 def streamPrimitive(self, typeInfo, streamVar, accessExpr, accessType, direction="write"): argument 765 …def memcpyPrimitive(self, typeInfo, streamVar, accessExpr, accessType, variant, direction="write"): argument 829 def countPrimitive(self, typeInfo, accessType): argument 868 def makeApiFunc(self, typeInfo, apiName): argument 889 def makeDecl(self, typeInfo, apiName): argument 893 def makeDefinition(self, typeInfo, apiName, isStatic=False): argument 936 def onGenType(self, typeInfo, name, alias): argument [all …]
|
H A D | vulkantypes.py | 452 def isEnum(self, typeInfo): argument 455 def isBitmask(self, typeInfo): argument 499 def isSimpleValueType(self, typeInfo): argument 671 def makeVulkanTypeFromXMLTag(typeInfo, parentName: str, tag: Element) -> VulkanType: argument 1196 def registerTypeInfo(self, typeInfo): argument 1240 def __init__(self, typeInfo, structInfo, vulkanType): argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/ |
D | typeinfo.go | 15 type typeInfo struct { struct 16 xmlname *fieldInfo 17 fields []fieldInfo 261 func addFieldInfo(typ reflect.Type, tinfo *typeInfo, newf *fieldInfo) error {
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/logd/ |
D | LogEvent.cpp | 46 uint8_t getTypeId(uint8_t typeInfo) { in getTypeId() 50 uint8_t getNumAnnotations(uint8_t typeInfo) { in getNumAnnotations() 161 uint8_t typeInfo = readNextValue<uint8_t>(); in parseKeyValuePairs() local 229 const uint8_t typeInfo = readNextValue<uint8_t>(); in parseArray() local 495 uint8_t typeInfo = readNextValue<uint8_t>(); in parseHeader() local 554 uint8_t typeInfo = readNextValue<uint8_t>(); in parseBody() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/ |
D | support.go | 148 type typeInfo struct { struct 149 idx pkgbits.Index 150 derived bool
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
D | support.go | 165 type typeInfo struct { struct 166 idx pkgbits.Index 167 derived bool
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/ |
D | type.go | 686 type typeInfo struct { struct 687 id typeId 688 encInit sync.Mutex // protects creation of encoder 689 encoder atomic.Pointer[encEngine] 690 wire wireType
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 12144 class typeInfo<glw::GLboolean> class 12151 class typeInfo<glw::GLdouble> class 12158 class typeInfo<tcu::UVec2> class 12165 class typeInfo<tcu::UVec3> class 12172 class typeInfo<tcu::UVec4> class 12179 class typeInfo<tcu::DVec2> class 12186 class typeInfo<tcu::DVec3> class 12193 class typeInfo<tcu::DVec4> class 12200 class typeInfo<tcu::Matrix<glw::GLdouble, 2, 2>> class 12207 class typeInfo<tcu::Matrix<glw::GLdouble, 3, 2>> class [all …]
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | StackMap.java | 207 public void typeInfo(int pos, byte tag) {} in typeInfo() method in StackMap.Walker 254 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.Copier 331 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.SimpleCopy
|
/aosp_15_r20/external/doclava/src/com/google/doclava/apicheck/ |
H A D | ApiFile.java | 172 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname); in parseClass() local 568 TypeInfo typeInfo = Converter.obtainTypeFromString(type); in parseParameterList() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/ |
D | writer.go | 247 type typeInfo struct { struct 248 idx pkgbits.Index 249 derived bool
|
/aosp_15_r20/tools/tradefederation/core/global_configuration/com/android/tradefed/config/ |
D | GlobalConfiguration.java | 498 ObjTypeInfo typeInfo = getObjTypeMap().get(typeName); in getConfigurationObject() local 749 ObjTypeInfo typeInfo = getObjTypeMap().get(typeName); in addObject() local
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/ |
H A D | ResourceIdGenerator.java | 9 private final Map<String, TypeTracker> typeInfo = new HashMap<>(); field in ResourceIdGenerator
|
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
H A D | InstrumentingClassWriter.java | 113 private ClassNode typeInfo(final String type) throws ClassNotFoundException { in typeInfo() method in InstrumentingClassWriter
|