Home
last modified time | relevance | path

Searched defs:expected_result (Results 1 – 25 of 60) sorted by relevance

123

/third_party/node/test/js-native-api/test_promise/
Dtest.js12 const expected_result = 42; constant
24 const expected_result = 'It\'s not you, it\'s me.'; constant
36 const expected_result = 'chained answer'; constant
/third_party/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp199 bool expected_result; in TEST_P() member
286 bool expected_result; in TEST_P() member
394 bool expected_result; in TEST_P() member
475 bool expected_result; in TEST_P() member
567 bool expected_result; member
835 bool expected_result; in TEST_P() member
1165 bool expected_result; in TEST_P() member
1253 bool expected_result; in TEST_P() member
1255 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() argument
1318 #define INST_C(dst_type, src_type, dst_stride, dst_subnr, expected_result) \ in TEST_P() argument
[all …]
Dtest_fs_copy_propagation.cpp164 bool expected_result; in TEST_F() member
/third_party/jerryscript/tests/unit-ext/module/
Djerry-module-test.c175 assert_number (jerry_value_t js_value, double expected_result) in assert_number()
182 eval_one (const char *the_string, double expected_result) in eval_one()
/third_party/openssl/test/ssl-tests/
Dprotocol_version.pm342 sub expected_result { subroutine
/third_party/python/Lib/distutils/tests/
Dtest_text_file.py50 def test_input(count, description, file, expected_result): argument
/third_party/spirv-tools/test/opt/
Dcfg_test.cpp68 std::vector<uint32_t> expected_result = {10, 9, 8}; in TEST_F() local
154 std::vector<uint32_t> expected_result = {8, 9, 10}; in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcfg_test.cpp68 std::vector<uint32_t> expected_result = {10, 9, 8}; in TEST_F() local
154 std::vector<uint32_t> expected_result = {8, 9, 10}; in TEST_F() local
Ddataflow.cpp214 std::map<uint32_t, std::set<uint32_t>> expected_result; in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dcfg_test.cpp68 std::vector<uint32_t> expected_result = {10, 9, 8}; in TEST_F() local
154 std::vector<uint32_t> expected_result = {8, 9, 10}; in TEST_F() local
Ddataflow.cpp214 std::map<uint32_t, std::set<uint32_t>> expected_result; in TEST_F() local
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl28.c106 int lc, expected_result = -1; in main() local
Dfcntl27.c109 int lc, expected_result = -1; in main() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5SSBOArrayIndexing.cpp186 glw::GLuint expected_result[m_n_arrays] = { 0, 36, 0, 36 }; in iterate() local
DesextcGPUShader5FmaAccuracy.cpp355 …PUShader5FmaAccuracyTest::calculateRelativeError(glw::GLfloat result, glw::GLfloat expected_result, in calculateRelativeError()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cIncompleteTextureAccessTests.hpp121 glw::GLfloat expected_result[4]; member
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dopus.c341 GstCaps * expected_result) in run_getcaps_check()
376 const gchar * downstream_caps, const gchar * expected_result) in run_getcaps_check_from_strings()
/third_party/openssl/test/
Decstresstest.c71 BIGNUM *result = NULL, *expected_result = NULL; in test_curve() local
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_stdlib.c266 int expected_result; in stdlib_sscanf() local
/third_party/openssl/demos/keyexch/
Dx25519.c43 static const unsigned char expected_result[32] = { variable
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetActiveUniformTests.cpp559 bool expected_result[SHADER_UNIFORM_COUNT] = { 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 }; in iterate() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideobox.c42 gboolean expected_result; member
/third_party/cef/tests/ceftests/
Dparser_unittest.cc382 CefString expected_result = data; in TEST() local
428 CefString expected_result = data; in TEST() local
461 CefString expected_result = "[\"value1\",123,{\"key3\":[1,2,3]}]"; in TEST() local
/third_party/spirv-tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp179 bool expected_result = (boolean_constant->opcode() == SpvOpConstantTrue); in IsApplicable() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp179 bool expected_result = (boolean_constant->opcode() == SpvOpConstantTrue); in IsApplicable() local

123