HomeSort by relevance Sort by last modified time
    Searched refs:EnumInfo (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/libvehiclenetwork/tool/
vehiclehal_code_gen.py 80 class EnumInfo(object):
237 info = EnumInfo(name)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpsapi.h 183 DWORD WINAPI DhcpEnumSubnets(DHCP_CONST WCHAR *ServerIpAddress,DHCP_RESUME_HANDLE *ResumeHandle,DWORD PreferredMaximum,LPDHCP_IP_ARRAY *EnumInfo,DWORD *ElementsRead,DWORD *ElementsTotal);
438 LPDHCPV6_IP_ARRAY *EnumInfo,
  /external/vulkan-validation-layers/
reg.py 107 # EnumInfo - registry information about an enum
110 class EnumInfo(BaseInfo):
160 # enumdict - dictionary of EnumInfo objects keyed by enum name
290 enumInfo = EnumInfo(enum)
291 enumInfo.required = required
292 self.addElementInfo(enum, enumInfo, 'enum', self.enumdict)
331 # add an EnumInfo record to the dictionary. That works because
361 enumInfo = EnumInfo(enum
    [all...]
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 123 # EnumInfo - registry information about an enum
126 class EnumInfo(BaseInfo):
344 # genEnum(enuminfo, name) - generate interface for an enum
345 # enuminfo - EnumInfo for an enum
423 def genEnum(self, enuminfo, name):
450 # genEnum(enuminfo, name)
621 def genEnum(self, enuminfo, name):
622 OutputGenerator.genEnum(self, enuminfo, name)
624 # EnumInfo.type is a C value suffix (e.g. u, ull
    [all...]

Completed in 546 milliseconds