Home
last modified time | relevance | path

Searched refs:expected4 (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/function_types/test/synthesis/
Dmem_func_ptr_cv1.cpp23 typedef int (C::* expected4)(int) const volatile; typedef
46 , expected4 >
73 , expected4 >
79 , expected4 >
85 , expected4 >
91 , expected4 >
Dmem_func_ptr_cv2.cpp23 typedef int (C::* expected4)(int) const volatile; typedef
46 , expected4 >
73 , expected4 >
79 , expected4 >
85 , expected4 >
91 , expected4 >
Dmember_function_pointer.cpp23 typedef int (C::* expected4)(int) const volatile; typedef
64 , expected4 >
/third_party/node/test/parallel/
Dtest-util-inspect-proxy.js102 const expected4 = 'Proxy [ Proxy [ {}, {} ], Proxy [ Proxy [ {}, {} ], {} ] ]'; constant
122 assert.strictEqual(util.inspect(proxy4, opts), expected4);
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp623 GLint expected4[] = { 15, 35666, 0, static_cast<GLint>(indicesSSB["Output"]), 0, 1, 0, 0, 1 }; in VerifyCompute() local
624 …tProgramResourceiv(program, GL_BUFFER_VARIABLE, indicesBV["Outputa.data"], 9, props4, 9, expected4, in VerifyCompute()
743 GLint expected4[] = { 2, 35685, 1, 0, 0, 1, 7 }; in Run() local
744 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["d"], 7, props, 7, expected4, error); in Run()
909 GLint expected4[] = { 2, 35685, 1, 0, 0, 1, 7 }; in Run() local
910 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["d"], 7, props, 7, expected4, error); in Run()
1235 …GLint expected4[] = { 2, 35676, 1, -1, -1, -1, -1, 0, -1, 0, 1, 0, glGetUniformLocation(program, "… in Run() local
1236 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["d"], 13, props, 13, expected4, error); in Run()
1409 GLint expected4[] = { 15, 4, 0, 1, 0, size }; in Run() local
1410 …etProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["TrickyBlock[1]"], 6, props, 6, expected4, in Run()
[all …]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
Dmain.c73 expected4[] = { variable
198 expected4, LWS_ARRAY_SIZE(expected4),
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp645 GLint expected4[] = { 5, GL_FLOAT_MAT2x3, 2, 0, 0, 0, 0, 0, 1, 7, 0 }; in Run() local
646 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["d"], 11, props, 11, expected4, erro… in Run()
761 GLint expected4[] = { 5, GL_INT, 2, 0, 1, 0, 0, 0, 0, 5, 0, 0 }; in Run() local
762 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["d"], 12, props, 12, expected4, err… in Run()
1059 GLint expected4[] = { 5, GL_FLOAT_MAT2x3, 2, 0, 0, 0, 0, 0, 1, 7, 0 }; in Run() local
1060 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["d"], 11, props, 11, expected4, erro… in Run()
1171 GLint expected4[] = { 5, GL_INT, 2, 0, 1, 0, 0, 0, 0, 5, 0, 0 }; in Run() local
1172 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["d"], 12, props, 12, expected4, err… in Run()
1493 GLint expected4[] = { in Run() local
1496 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["d"], 16, props, 16, expected4, error); in Run()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DStringTokenizerTest.java208 String expected4[] = {" \ud800\udc00 ", " \ud800\udc00"}; in TestSupplementary() local
211 if (!tokenizer.nextElement().equals(expected4[i ++])) { in TestSupplementary()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java205 String expected4[] = {" \ud800\udc00 ", " \ud800\udc00"}; in TestSupplementary() local
208 if (!tokenizer.nextElement().equals(expected4[i ++])) { in TestSupplementary()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp5414 static const Locale expected4("jbo@x=0"); in TestBug20410() local
5415 assertEquals(locid4, expected4.getName(), result4.getName()); in TestBug20410()