Home
last modified time | relevance | path

Searched refs:STRING_CLASS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/include/CL/
Dcl.hpp412 typedef std::string STRING_CLASS; typedef
414 typedef cl::string STRING_CLASS; typedef
739 struct GetInfoHelper<Func, STRING_CLASS>
741 static cl_int get(Func f, cl_uint name, STRING_CLASS* param) in get()
779 F(cl_platform_info, CL_PLATFORM_PROFILE, STRING_CLASS) \
780 F(cl_platform_info, CL_PLATFORM_VERSION, STRING_CLASS) \
781 F(cl_platform_info, CL_PLATFORM_NAME, STRING_CLASS) \
782 F(cl_platform_info, CL_PLATFORM_VENDOR, STRING_CLASS) \
783 F(cl_platform_info, CL_PLATFORM_EXTENSIONS, STRING_CLASS) \
829 F(cl_device_info, CL_DEVICE_NAME, STRING_CLASS) \
[all …]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DDM.java75 cm.addMapping(cm.xsd, "string", PropertyInfo.STRING_CLASS, this); in register()
DPropertyInfo.java39 public static final Class STRING_CLASS = "".getClass(); field in PropertyInfo
DSppPropertyInfo.java39 public static final Class STRING_CLASS = "".getClass(); field in SppPropertyInfo