Home
last modified time | relevance | path

Searched refs:stringParam (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DMethodVariableTestDebuggee.java65 public static void static_StringParam(String stringParam) { in static_StringParam() argument
124 public void instance_StringParam(String stringParam) { in instance_StringParam() argument
/external/angle/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp2217 ParamCapture stringParam("string", ParamType::TGLcharConstPointerPointer); in CaptureShaderSource() local
2218 InitParamValue(ParamType::TGLcharConstPointerPointer, string, &stringParam.value); in CaptureShaderSource()
2220 &stringParam); in CaptureShaderSource()
2221 paramBuffer.addParam(std::move(stringParam)); in CaptureShaderSource()
2225 ParamCapture stringParam("string", ParamType::TGLcharConstPointerPointer); in CaptureShaderSource() local
2227 static_cast<const GLchar *const *>(nullptr), &stringParam.value); in CaptureShaderSource()
2228 paramBuffer.addParam(std::move(stringParam)); in CaptureShaderSource()