Home
last modified time | relevance | path

Searched defs:p_name (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp117 const char *p_name) try { in GetExtensionFunctionAddressForPlatform()
223 clover::GetExtensionFunctionAddress(const char *p_name) try { in GetExtensionFunctionAddress()
242 clGetExtensionFunctionAddress(const char *p_name) { in clGetExtensionFunctionAddress()
248 const char *p_name) { in clGetExtensionFunctionAddressForPlatform()
/third_party/weston/libweston/backend-drm/
Dstate-propose.c309 const char *p_name = drm_output_get_plane_type_name(plane); in drm_output_prepare_cursor_view() local
415 const char *p_name = drm_output_get_plane_type_name(scanout_plane); in drm_output_prepare_scanout_view() local
517 const char *p_name = drm_output_get_plane_type_name(plane); in drm_output_try_view_on_plane() local
731 const char *p_name = drm_output_get_plane_type_name(plane); in drm_output_prepare_plane_view() local
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.h67 #define ADAPTER_PROPERTY(p_name, p_type, p_default) \ argument
/third_party/boost/boost/test/tree/
Dtest_unit.hpp98 readwrite_property<std::string> p_name; ///< name for this test unit member in boost::unit_test::test_unit
/third_party/musl/ndk_musl_include/
Dnetdb.h86 char *p_name; member
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h86 char *p_name; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h86 char *p_name; member
/third_party/glib/glib/glib-mirroring-tab/
Dpacktab.c395 const char *const *p_name, in pack_table()
/third_party/musl/include/
Dnetdb.h86 char *p_name; member
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h86 char *p_name; member
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h86 char *p_name; member
/third_party/iptables/iptables/
Dxtables-translate.c135 bool xlate_find_match(const struct iptables_command_state *cs, const char *p_name) in xlate_find_match()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h165 void set_refkey_parameter_name(std::string p_name) { refkey_parameter_name_ = std::move(p_name); } in set_refkey_parameter_name()
/third_party/boost/boost/test/utils/runtime/
Dparameter.hpp154 std::string const p_name; member in boost::runtime::basic_param