/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | vkextensionstructuretype.py | 21 super().__init__(module, typeInfo) 25 super().onGenGroup(groupinfo, groupName, alias) 41 super().__init__('VK_GOOGLE_gfxstream', module, typeInfo) 46 super().__init__('VK_ANDROID_native_buffer', module, typeInfo)
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.h | 43 using super = hidl_vec<uint8_t>; variable 47 HidlBuf(const super& other) : super(other) {} in HidlBuf() 48 HidlBuf(super&& other) : super(std::move(other)) { other = {}; } in HidlBuf() 49 HidlBuf(const HidlBuf& other) : super(other) {} in HidlBuf() 50 HidlBuf(HidlBuf&& other) : super(std::move(other)) { other = HidlBuf(); } in HidlBuf() 53 HidlBuf& operator=(const super& other) { 54 super::operator=(other); 58 HidlBuf& operator=(super&& other) { 59 super::operator=(std::move(other)); 65 super::operator=(other); [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | jsgenerator.py | 22 super().__init__(*args, **kwargs) 54 super().createInverseMap() 100 super().endFile()
|
D | pygenerator.py | 17 super().__init__(*args, **kwargs) 47 super().createInverseMap() 94 super().endFile()
|
D | rubygenerator.py | 25 super().__init__(*args, **kwargs) 61 super().createInverseMap() 120 super().endFile()
|
D | xml_consistency.py | 151 super().__init__() 168 return super().makeRegistry() 255 super().__init__(entity_db=db, conventions=conventions, 269 super().check() 278 super().check_command(name, info) 334 super().check_param(param) 531 super().check_type(name, info, category) 706 super().check_extension(name, info, supported) 783 super().check_format()
|
D | check_spec_links.py | 71 super().__init__(*args, **kwargs) 103 if super().shouldBeRecognized(macro, entity_name):
|
D | scriptgenerator.py | 37 super().__init__(*args, **kwargs) 137 super().endFile()
|
D | interfacedocgenerator.py | 23 super().__init__(*args, **kwargs)
|
D | comment_convert.py | 25 super().__init__()
|
D | json_h_generator.py | 76 super().__init__(*args, **kwargs)
|
D | spirvcapgenerator.py | 34 super().__init__(*args, **kwargs)
|
D | schema_generator.py | 123 super().__init__(*args, **kwargs)
|
D | formatsgenerator.py | 25 super().__init__(*args, **kwargs)
|
D | generator.py | 121 super().__init__(full_msg) 131 super().__init__(full_msg) 141 super().__init__(full_msg)
|
D | syncgenerator.py | 32 super().__init__(*args, **kwargs)
|
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 78 typedef hidl_vec<uint8_t> super; typedef in android::hardware::keymaster::V4_0::test::HidlBuf 82 HidlBuf(const super& other) : super(other) {} in HidlBuf() 83 HidlBuf(super&& other) : super(std::move(other)) {} in HidlBuf() 86 HidlBuf& operator=(const super& other) { in operator =() 87 super::operator=(other); in operator =() 91 HidlBuf& operator=(super&& other) { in operator =() 92 super::operator=(std::move(other)); in operator =()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_entrypoints.py | 49 super(Entrypoint, self).__init__(name) 70 super(EntrypointAlias, self).__init__(name)
|
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | Keymaster4_1HidlTest.h | 32 using super = V4_0::test::KeymasterHidlTest; 48 super::GenerateKey(keyDescription, &keyData.blob, &keyData.characteristics)); in GenerateKeyData()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | console_printer.py | 148 super().__init__() 273 return super(ConsolePrinter, self).formatMessageTypeBrief(
|
D | html_printer.py | 75 super().__init__() 138 super(HTMLPrinter, self).outputChecker(checker) 183 super(HTMLPrinter, self).outputCheckerFile(fileChecker)
|
/hardware/interfaces/scripts/ |
D | list_hal_vts.py | 37 super(CriticalHandler, self).emit(record)
|
/hardware/google/gfxstream/host/testlibs/osx/ |
D | OSXWindow.mm | 45 [super sendEvent: nsEvent]; 105 self = [super init]; 309 self = [super init]; 323 [super dealloc]; 347 [super updateTrackingAreas];
|
/hardware/interfaces/boot/1.1/ |
D | IBootControl.hal | 58 * bootloader such that the pending merge must be canceled (for example, if the super partition
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | codegen.py | 185 super().__init__(".py", directory, basename, customAbsDir, suppress) 192 super().__init__(".proto", directory, basename, customAbsDir, suppress) 195 super().getMakefileSrcEntry() 204 super().getCMakeSrcEntry()
|