Home
last modified time | relevance | path

Searched defs:expected (Results 26 - 50 of 1113) sorted by relevance

12345678910>>...45

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dremove_unused_interface_variables_test.cpp26 static const std::string expected = R"(OpCapability Shader member
/third_party/skia/experimental/skrive/tests/
H A DDomTypes.cpp12 void check_type(skiatest::Reporter* reporter, const sk_sp<U>& node, bool expected) { in check_type() argument
/third_party/spirv-tools/test/opt/
H A Dassembly_builder_test.cpp28 std::vector<const char*> expected = { in TEST_F() local
92 std::vector<const char*> expected = { in TEST_F() local
187 std::vector<const char*> expected = { in TEST_F() local
255 std::vector<const char*> expected = { in TEST_F() local
H A Dremove_unused_interface_variables_test.cpp25 static const std::string expected = R"(OpCapability Shader member
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dconst_array_resolver_test.cpp46 auto expected = CreateEmptyGraph(); in TEST_F() local
189 auto expected = CreateEmptyGraph(); in TEST_F() local
249 auto expected = CreateEmptyGraph(); in TEST_F() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dreg_encoder_test.cpp83 auto expected = CreateEmptyGraph(); in TEST_F() local
166 auto expected = CreateEmptyGraph(); in TEST_F() local
293 auto expected = CreateEmptyGraph(); in TEST_F() local
/test/xts/acts/kernel_lite/math_posix/src/
H A DMathApiTest.cpp37 double expected[] = {-5, 0, 124}; in HWTEST_F() local
53 float expected[] = {-5, 0, 124}; in HWTEST_F() local
71 double expected[] = {1, 0, 0, 1, 0, 0, 0}; in HWTEST_F() local
89 float expected[] = {1, 1, 1, 0, 0, 0}; in HWTEST_F() local
150 float expected[] = {1, 12.915494918823242, 0.077426381409168243}; in HWTEST_F() local
166 long double expected[] = {1, 12.91549665014884, 0.077426368268112708}; HWTEST_F() local
182 float expected[] = {0, 1, 0}; HWTEST_F() local
198 double expected[] = {1.5000000499999999, -1.5000000499999999, 0.0000000, 1.9999978434325483}; HWTEST_F() local
214 float expected[] = {1.5000004768371582, -1.5000004768371582, 0.000000, 1.9999978542327881}; HWTEST_F() local
[all...]
/third_party/elfutils/tests/
H A Dmsg_tst.c29 const char *expected; member
H A Dhash.c27 check (const char *name, unsigned long int expected) in check() argument
/third_party/gn/src/gn/
H A Dninja_binary_target_writer_unittest.cc35 const char expected[] = in TEST_F() local
72 const char expected[] = in TEST_F() local
100 const char expected[] = in TEST_F() local
136 const char expected[] = in TEST_F() local
172 const char expected[] in TEST_F() local
[all...]
H A Dninja_bundle_data_target_writer_unittest.cc48 const char expected[] = in TEST() local
H A Dninja_rust_binary_target_writer_unittest.cc55 const char expected[] = in TEST_F() local
110 const char expected[] = in TEST_F() local
152 const char expected[] = in TEST_F() local
194 const char expected[] in TEST_F() local
250 const char expected[] = TEST_F() local
303 const char expected[] = TEST_F() local
344 const char expected[] = TEST_F() local
388 const char expected[] = TEST_F() local
461 const char expected[] = TEST_F() local
513 const char expected[] = TEST_F() local
573 const char expected[] = TEST_F() local
616 const char expected[] = TEST_F() local
708 const char expected[] = TEST_F() local
811 const char expected[] = TEST_F() local
859 const char expected[] = TEST_F() local
901 const char expected[] = TEST_F() local
1073 const char expected[] = TEST_F() local
1141 const char expected[] = TEST_F() local
1208 const char expected[] = TEST_F() local
1308 const char expected[] = TEST_F() local
1392 const char expected[] = TEST_F() local
1439 const char expected[] = TEST_F() local
1485 const char expected[] = TEST_F() local
1534 const char expected[] = TEST_F() local
1589 const char expected[] = TEST_F() local
1638 const char expected[] = TEST_F() local
1685 const char expected[] = TEST_F() local
1726 const char expected[] = TEST_F() local
1804 const char expected[] = TEST_F() local
1889 const char expected[] = TEST_F() local
1943 const char expected[] = TEST_F() local
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-spread.js64 var expected = [0, 1, 2, 3 ,4, 5]; variable
H A Dset-iterators.js111 var expected = [0, 1, 2, 4, 5, 6, 3]; variable
H A Dstring-iterator.js47 var expected = ['E', 'x', 'a', 'm', 'p', 'l', 'e', ' ', 's', 't', 'r', 'i', 'n', 'g', '.']; variable
62 var expected = ['^', 'o', '?', 'һ', 'R', '?', ']', 'ŭ', '媖', '?', '᯾', '豼', 'ע', 'W', '?']; variable
/third_party/jerryscript/tests/jerry/
H A Darray-prototype-sort.js52 var expected = [1,2,3,4,5,undefined,,,,]; variable
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_fdtrack.c13 bool fdtrack_cas_hook(fdtrack_hook* expected, fdtrack_hook value) in fdtrack_cas_hook() argument
/third_party/node/deps/npm/node_modules/retry/test/integration/
H A Dtest-timeouts.js62 var expected = [250, 500, 1000]; variable
/third_party/node/deps/v8/src/base/
H A Donce.cc31 uint8_t expected = ONCE_STATE_UNINITIALIZED; in CallOnceImpl() local
/third_party/mesa3d/src/util/tests/
H A Droundeven_test.cpp37 float input, expected; in TEST() member
73 double input, expected; in TEST() member
[all...]
/third_party/openssl/test/
H A Dsm4_internal_test.c38 static const uint8_t expected[SM4_BLOCK_SIZE] = { in test_sm4_ecb() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DConstantFoldingOverflow_test.cpp30 float expected = positive ? std::numeric_limits<float>::infinity() in evaluateFloatOverflow() local
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dpragma_test.cpp19 const char *expected = "\n"; in TEST_F() local
33 const char *expected = "\n"; in TEST_F() local
46 const char *expected = "\n"; in TEST_F() local
59 const char *expected = "\n"; in TEST_F() local
72 const char *expected = "\n"; in TEST_F() local
101 const char *expected = "\\n"; TEST_F() local
114 const char *expected = ""; TEST_F() local
131 const char *expected = "\\n"; TEST_P() local
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-disasm-sve-aarch64.cc3700 const char* expected[] = {" pldl1keep", in TEST() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeRandom.cpp54 static const bool expected[] = { true, false, false, false, true, true, false, false, false, false, false, false, true, false, true, false, false, false, false, true }; in Random_selfTest() local
63 static const int expected[] = { -6628, -6483, 802, -7758, -8463, 3165, 9216, 3107, 1851, 8707 }; in Random_selfTest() local
72 static const deUint32 expected[] = { 3694588092u, 3135240271u, 882874943u, 2108407657u, 376640368u, 1395362929u, 2611849801u, 3151830690u, 901476922u, 989608184u }; in Random_selfTest() local
81 static const deUint64 expected[] in Random_selfTest() local
90 static const float expected[] = { 0.763413f, 0.679680f, 0.288965f, 0.854431f, 0.403095f, 0.198132f, 0.729899f, 0.741484f, 0.358263f, 0.686578f }; Random_selfTest() local
[all...]

Completed in 18 milliseconds

12345678910>>...45