Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 157) sorted by relevance

1234567

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dxml_consistency.py545 def has_suffix(apiname, author): argument
546 return apiname[-len(author):] == author
549 for author in authors:
550 if has_suffix(apiname, author):
554 def check_names(elems, author, alt_authors, name_exceptions): argument
564 suffix = apiname[-len(author):]
566 if (not has_suffix(apiname, author) and
591 author = name.split('_')[1]
608 check_names(req_elem.findall('./command'), author, alt_authors, name_exceptions)
609 check_names(req_elem.findall('./type'), author, alt_authors, name_exceptions)
[all …]
DindexExt.py61 author = elem.get('author') variable
63 tag[vendor] = author
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dextensions.adoc111 * Extensions are named with the syntax `VK_<author>_<name>`.
112 * Layers are named with the syntax `VK_LAYER_<author>_<name>` or
131 [[extensions-naming-author-IDs]]
135 `<author>` above, identifying the author of the extension/layer.
136 This ID is a short, capitalized string identifying an author, such as a
142 can register additional author IDs for that purpose.
144 separate author IDs.
149 <tag name="ANDROID" author="Google LLC" contact="contactperson @githubusername"/>
150 <tag name="CHROMIUM" author="Google LLC" contact="contactperson @githubusername"/>
153 In the above example, `Google LLC` is the author for two author IDs
[all …]
/hardware/libhardware/modules/vr/
Dvr.c41 .author = "The Android Open Source Project",
/hardware/qcom/display/msm8960/libmemtrack/
Dmemtrack_msm.c52 author: "The Android Open Source Project",
/hardware/qcom/sm7250/display/libmemtrack/
Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/hardware/libhardware/modules/power/
Dpower.c60 .author = "The Android Open Source Project",
/hardware/qcom/sm8150/display/libmemtrack/
Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/hardware/qcom/display/msm8909w_3100/libmemtrack/
Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/hardware/qcom/display/msm8998/libmemtrack/
Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/hardware/qcom/display/msm8226/libmemtrack/
Dmemtrack_msm.c56 author: "The Android Open Source Project",
/hardware/qcom/display/msm8909/libmemtrack/
Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/hardware/qcom/display/msm8084/libmemtrack/
Dmemtrack_msm.c56 author: "The Android Open Source Project",
/hardware/google/gfxstream/guest/fuchsia/include/hardware/
Dhardware.h23 const char *author; member
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dgps.c67 .author = "Qualcomm USA, Inc.",
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dgps.c71 .author = "Qualcomm USA, Inc.",
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dgps.c71 .author = "Qualcomm USA, Inc.",
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dgps.c71 .author = "Qualcomm USA, Inc.",
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dgps.c71 .author = "Qualcomm USA, Inc.",
/hardware/qcom/camera/msm8998/QCamera2/
DQCamera2Hal.cpp40 .author = "Qualcomm Innovation Center Inc",
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dgps.c71 .author = "Qualcomm USA, Inc.",
/hardware/libhardware/modules/nfc/
Dnfc_pn544_example.c69 .author = "The Android Open Source Project",
/hardware/google/graphics/common/libmemtrack/
Dmemtrack_exynos.cpp67 .author = "The Android Open Source Project",
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_android.cpp35 .author = "Android Open Source Project",
/hardware/qcom/display/msm8994/libmemtrack/
Dmemtrack_msm.c88 author: "The Android Open Source Project",

1234567