OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:footer_txt
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/
vk_helper.py
436
def __init__(self, filename=None, copyright_txt="", header_txt="", body_txt="",
footer_txt
=""):
438
self.contents = {'copyright': copyright_txt, 'header': header_txt, 'body': body_txt, 'footer':
footer_txt
}
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk_helper.py
436
def __init__(self, filename=None, copyright_txt="", header_txt="", body_txt="",
footer_txt
=""):
438
self.contents = {'copyright': copyright_txt, 'header': header_txt, 'body': body_txt, 'footer':
footer_txt
}
[
all
...]
Completed in 74 milliseconds