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

  /external/mesa3d/src/util/
format_srgb.py 3 CopyRight = '''
6 * Copyright 2010 VMware, Inc.
17 * The above copyright notice and this permission notice (including the
146 # This will print the copyright message on the top of this file
147 print CopyRight.strip()
  /external/mesa3d/src/amd/vulkan/
vk_format_table.py 3 CopyRight = '''
6 * Copyright 2010 VMware, Inc.
17 * The above copyright notice and this permission notice (including the
92 # This will print the copyright message on the top of this file
93 print CopyRight.strip()
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 3 CopyRight = '''
6 * Copyright 2010 VMware, Inc.
17 * The above copyright notice and this permission notice (including the
85 # This will print the copyright message on the top of this file
86 print CopyRight.strip()
  /external/mesa3d/src/amd/common/
sid_tables.py 3 CopyRight = '''
5 * Copyright 2015 Advanced Micro Devices, Inc.
14 * The above copyright notice and this permission notice (including the next
208 print CopyRight.strip()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MigrationUtilities.py 4 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
112 XmlTag = XmlParent + "/" + "Copyright"
113 CommonHeader.Copyright = XmlElement(XmlCommonHeader, XmlTag)
414 # Write standard file header to a text file. The content includes copyright,
421 CopyRight = CommonHeader.Copyright
429 Header += "# " + CopyRight + "\n#\n"
526 Copyright = "Copyright (c) 2007, Intel Corporation. All rights reserved."
528 Parser = OptionParser(description=Copyright, version=Version, usage=UsageString)
    [all...]

Completed in 208 milliseconds