Home
last modified time | relevance | path

Searched defs:ext_name (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/python/cpython2/Lib/distutils/command/
Dbuild_ext.py625 def get_ext_fullpath(self, ext_name): argument
657 def get_ext_fullname(self, ext_name): argument
666 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_ext.py666 def get_ext_fullpath(self, ext_name): argument
693 def get_ext_fullname(self, ext_name): argument
702 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/command/
Dbuild_ext.py640 def get_ext_fullpath(self, ext_name): argument
667 def get_ext_fullname(self, ext_name): argument
676 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_ext.py666 def get_ext_fullpath(self, ext_name): argument
693 def get_ext_fullname(self, ext_name): argument
702 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/command/
Dbuild_ext.py639 def get_ext_fullpath(self, ext_name): argument
666 def get_ext_fullname(self, ext_name): argument
675 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_ext.py666 def get_ext_fullpath(self, ext_name): argument
693 def get_ext_fullname(self, ext_name): argument
702 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/command/
Dbuild_ext.py640 def get_ext_fullpath(self, ext_name): argument
667 def get_ext_fullname(self, ext_name): argument
676 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/external/python/cpython3/Lib/distutils/command/
Dbuild_ext.py640 def get_ext_fullpath(self, ext_name): argument
667 def get_ext_fullname(self, ext_name): argument
676 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/command/
Dbuild_ext.py640 def get_ext_fullpath(self, ext_name): argument
667 def get_ext_fullname(self, ext_name): argument
676 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_ext.py666 def get_ext_fullpath(self, ext_name): argument
693 def get_ext_fullname(self, ext_name): argument
702 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/command/
Dbuild_ext.py640 def get_ext_fullpath(self, ext_name): argument
667 def get_ext_fullname(self, ext_name): argument
676 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/command/
H A Dbuild_ext.py640 def get_ext_fullpath(self, ext_name): argument
667 def get_ext_fullname(self, ext_name): argument
676 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/external/angle/src/libANGLE/
H A Dgen_extensions.py326 def format_helper_function(ext_name, vendors): argument
348 def get_ext_support(ext_name, gpu_data): argument
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp112 bool VkRenderFramework::InstanceExtensionSupported(const char *ext_name, uint32_t spec) { in InstanceExtensionSupported()
132 bool VkRenderFramework::InstanceExtensionEnabled(const char *ext_name) { in InstanceExtensionEnabled()
146 …DeviceExtensionSupported(VkPhysicalDevice dev, const char *layer, const char *ext_name, uint32_t s… in DeviceExtensionSupported()
170 bool VkRenderFramework::DeviceExtensionEnabled(const char *ext_name) { in DeviceExtensionEnabled()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrip_nonsemantic_info_pass.cpp69 const std::string ext_name = inst.GetInOperand(0).AsString(); in Process() local
Dstrip_debug_info_pass.cpp25 const std::string ext_name = inst.GetInOperand(0).AsString(); in Process() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dstrip_nonsemantic_info_pass.cpp69 const std::string ext_name = inst.GetInOperand(0).AsString(); in Process() local
H A Dstrip_debug_info_pass.cpp25 const std::string ext_name = inst.GetInOperand(0).AsString(); in Process() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dstrip_nonsemantic_info_pass.cpp69 const std::string ext_name = inst.GetInOperand(0).AsString(); in Process() local
H A Dstrip_debug_info_pass.cpp25 const std::string ext_name = inst.GetInOperand(0).AsString(); in Process() local
/aosp_15_r20/external/mesa3d/src/intel/common/i915/
H A Dintel_gem.h129 intel_i915_gem_add_ext(__u64 *ptr, uint32_t ext_name, in intel_i915_gem_add_ext()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_observability/
H A Dsetup.py124 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/
Dsetup.py112 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/grpcio_tools/
H A Dsetup.py115 def get_ext_filename(self, ext_name): argument
/aosp_15_r20/external/libwebsockets/lib/roles/ws/
H A Dclient-ws.c247 char ext_name[128]; in lws_client_ws_upgrade() local

123