Home
last modified time | relevance | path

Searched defs:clientVersion (Results 1 – 25 of 47) sorted by relevance

12

/external/google-cloud-java/java-debugger-client/google-cloud-debugger-client/src/test/java/com/google/cloud/debugger/v2/
DDebugger2ClientHttpJsonTest.java89 String clientVersion = "clientVersion771880589"; in setBreakpointTest() local
120 String clientVersion = "clientVersion771880589"; in setBreakpointExceptionTest() local
136 String clientVersion = "clientVersion771880589"; in getBreakpointTest() local
167 String clientVersion = "clientVersion771880589"; in getBreakpointExceptionTest() local
182 String clientVersion = "clientVersion771880589"; in deleteBreakpointTest() local
211 String clientVersion = "clientVersion771880589"; in deleteBreakpointExceptionTest() local
229 String clientVersion = "clientVersion771880589"; in listBreakpointsTest() local
258 String clientVersion = "clientVersion771880589"; in listBreakpointsExceptionTest() local
273 String clientVersion = "clientVersion771880589"; in listDebuggeesTest() local
302 String clientVersion = "clientVersion771880589"; in listDebuggeesExceptionTest() local
DDebugger2ClientTest.java99 String clientVersion = "clientVersion771880589"; in setBreakpointTest() local
126 String clientVersion = "clientVersion771880589"; in setBreakpointExceptionTest() local
142 String clientVersion = "clientVersion771880589"; in getBreakpointTest() local
169 String clientVersion = "clientVersion771880589"; in getBreakpointExceptionTest() local
184 String clientVersion = "clientVersion771880589"; in deleteBreakpointTest() local
209 String clientVersion = "clientVersion771880589"; in deleteBreakpointExceptionTest() local
227 String clientVersion = "clientVersion771880589"; in listBreakpointsTest() local
251 String clientVersion = "clientVersion771880589"; in listBreakpointsExceptionTest() local
266 String clientVersion = "clientVersion771880589"; in listDebuggeesTest() local
290 String clientVersion = "clientVersion771880589"; in listDebuggeesExceptionTest() local
/external/google-cloud-java/java-debugger-client/google-cloud-debugger-client/src/main/java/com/google/cloud/debugger/v2/
DDebugger2Client.java216 String debuggeeId, Breakpoint breakpoint, String clientVersion) { in setBreakpoint()
314 String debuggeeId, String breakpointId, String clientVersion) { in getBreakpoint()
410 public final void deleteBreakpoint(String debuggeeId, String breakpointId, String clientVersion) { in deleteBreakpoint()
503 public final ListBreakpointsResponse listBreakpoints(String debuggeeId, String clientVersion) { in listBreakpoints()
605 public final ListDebuggeesResponse listDebuggees(String project, String clientVersion) { in listDebuggees()
/external/angle/src/libANGLE/
Dformatutils.cpp78 static bool RequireES1(const Version &clientVersion, const Extensions &extensions) in RequireES1()
84 static bool RequireES(const Version &clientVersion, const Extensions &) in RequireES()
98 static bool RequireESOrExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExt()
109 static bool RequireESOrExtAndExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExtAndExt()
120 static bool RequireESOrExtOrExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExtOrExt()
148 static bool SizedRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedRGSupport()
155 static bool SizedHalfFloatOESRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedHalfFloatOESRGSupport()
161 static bool SizedHalfFloatOESRGTextureAttachmentSupport(const Version &clientVersion, in SizedHalfFloatOESRGTextureAttachmentSupport()
169 static bool SizedHalfFloatRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedHalfFloatRGSupport()
183 static bool SizedHalfFloatRGTextureAttachmentSupport(const Version &clientVersion, in SizedHalfFloatRGTextureAttachmentSupport()
[all …]
DCaps.cpp65 const Version &clientVersion, in GenerateMinimumTextureCaps()
126 void InitMinimumTextureCapsMap(const Version &clientVersion, in InitMinimumTextureCapsMap()
1019 Caps GenerateMinimumCaps(const Version &clientVersion, const Extensions &extensions) in GenerateMinimumCaps()
DProgram.cpp610 const Version &clientVersion, in MainLinkTask()
1002 const Version &clientVersion = context->getClientVersion(); in link() local
1033 const Version &clientVersion, in linkJobImpl()
1944 const Version &clientVersion, in linkUniforms()
/external/angle/src/tests/egl_tests/
DEGLBufferAgeTest.cpp49 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local
123 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local
157 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local
567 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in TEST_P() local
635 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in TEST_P() local
DEGLQueryContextTest.cpp18 int clientVersion = GetParam().majorVersion; in testSetUp() local
92 EGLint clientVersion; in TEST_P() local
DEGLLockSurface3Test.cpp192 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in TEST_P() local
236 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in TEST_P() local
358 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in TEST_P() local
439 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in TEST_P() local
DEGLNoConfigContextTest.cpp27 int clientVersion = GetParam().majorVersion; in testSetUp() local
DEGLPresentPathD3D11Test.cpp39 int clientVersion = GetParam().majorVersion; in initializeEGL() local
/external/google-cloud-java/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/deletebreakpoint/
DSyncDeleteBreakpointStringStringString.java38 String clientVersion = "clientVersion771880589"; in syncDeleteBreakpointStringStringString() local
/external/google-cloud-java/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listdebuggees/
DSyncListDebuggeesStringString.java37 String clientVersion = "clientVersion771880589"; in syncListDebuggeesStringString() local
/external/google-cloud-java/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/listbreakpoints/
DSyncListBreakpointsStringString.java37 String clientVersion = "clientVersion771880589"; in syncListBreakpointsStringString() local
/external/google-cloud-java/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/getbreakpoint/
DSyncGetBreakpointStringStringString.java38 String clientVersion = "clientVersion771880589"; in syncGetBreakpointStringStringString() local
/external/google-cloud-java/java-debugger-client/samples/snippets/generated/com/google/cloud/debugger/v2/debugger2/setbreakpoint/
DSyncSetBreakpointStringBreakpointString.java39 String clientVersion = "clientVersion771880589"; in syncSetBreakpointStringBreakpointString() local
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DClientHello.java35 public TlsProtocolVersion clientVersion; field in ClientHello
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DClientHello.java33 public TlsProtocolVersion clientVersion; field in ClientHello
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DRcsFacade.java136 String clientVersion) throws ImsException { in startRCSProvisioning()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp467 LinkTaskD3D(const gl::Version &clientVersion, in LinkTaskD3D()
632 const gl::Version &clientVersion = context->getClientVersion(); in link() local
646 const gl::Version &clientVersion, in linkJobImpl()
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java104 private final String clientVersion; field in SSLEngineVersionCompatibilityTest
107 public SSLEngineVersionCompatibilityTest(String clientVersion, String serverVersion) { in SSLEngineVersionCompatibilityTest()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java111 private final String clientVersion; field in SSLEngineVersionCompatibilityTest
114 public SSLEngineVersionCompatibilityTest(String clientVersion, String serverVersion) { in SSLEngineVersionCompatibilityTest()
/external/deqp/modules/egl/
DteglQueryContextTests.cpp282 … const EGLint clientVersion = getContextAttrib(display, context, EGL_CONTEXT_CLIENT_VERSION); in executeForContext() local
/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTcpServer.c667 int clientVersion; in TpmServer() local
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dclouddebugger.v2.json230 "clientVersion": { object
275 "clientVersion": { object
312 "clientVersion": { object
355 "clientVersion": { object
420 "clientVersion": { object

12