Searched refs:expected10 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-util-inspect-proxy.js | 178 const expected10 = '[Function (anonymous)]'; 180 assert.strictEqual(util.inspect(proxy10), expected10);
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
H A D | main.c | 134 expected10[] = { variable 225 expected10, LWS_ARRAY_SIZE(expected10),
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cProgramInterfaceQueryTests.cpp | 1251 GLint expected10[] = { 4, 35666, 1, -1, -1, -1, -1, 0, -1, 0, 1, 0, glGetUniformLocation(program, "j.b") }; in Run() local 1252 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["j.b"], 13, props, 13, expected10, error); in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 1516 GLint expected10[] = { in Run() local 1519 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["j.b"], 16, props, 16, expected10, error); in Run()
|
Completed in 16 milliseconds