Home
last modified time | relevance | path

Searched defs:expected (Results 151 - 175 of 1415) sorted by relevance

12345678910>>...57

/third_party/musl/libc-test/src/functional/
H A Dfnmatch.c55 int expected; member
H A Dstrftime.c9 checkStrftime(const char* format, const struct tm* tm, const char* expected) checkStrftime() argument
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen.c87 uint32_t expected = __atomic_load_n(&vws->mksstat_tls[i].pid, __ATOMIC_ACQUIRE); in vmw_winsys_screen_deinit_mksstat() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dradeon_compiler_util_tests.c39 test_rc_inst_can_use_presub( struct test_result * result, int expected, const char * add_str, const char * replace_str) test_rc_inst_can_use_presub() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DTrailingPathOptimizerTest.java116 assertEquivalent(ValueGraph<Node, SimpleEdge> actual, NfaBuilder expected) assertEquivalent() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_unittest.cpp97 std::string expected = "/this/is/path1/this/is/path2"; in TEST() local
98 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST() local
105 std::string expected = "this/is/path2"; in TEST() local
106 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST() local
113 std::string expected = "/this/is/path1"; in TEST() local
114 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST() local
121 std::string expected = "/this/is/path2"; in TEST() local
122 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST() local
129 std::string expected = "/this/is/path1/this/is/path2"; in TEST() local
130 EXPECT_EQ(ConcatenatePath(path1, path2), expected); in TEST() local
145 std::string expected = "C:\\\\this\\\\is\\\\path1\\\\this\\\\is\\\\path2"; TEST() local
146 EXPECT_EQ(ConcatenatePath(path1, path2), expected); TEST() local
153 std::string expected = "this\\\\is\\\\path2"; TEST() local
154 EXPECT_EQ(ConcatenatePath(path1, path2), expected); TEST() local
161 std::string expected = "C:\\\\this\\\\is\\\\path1"; TEST() local
162 EXPECT_EQ(ConcatenatePath(path1, path2), expected); TEST() local
169 std::string expected = "C:\\\\this\\\\is\\\\path2"; TEST() local
170 EXPECT_EQ(ConcatenatePath(path1, path2), expected); TEST() local
177 std::string expected = "C:\\\\this\\\\is\\\\path1\\\\this\\\\is\\\\path2"; TEST() local
178 EXPECT_EQ(ConcatenatePath(path1, path2), expected); TEST() local
185 std::string expected = "C:\\\\this\\\\is\\\\path1\\\\this\\\\is\\\\path2"; TEST() local
186 EXPECT_EQ(ConcatenatePath(path1, path2), expected); TEST() local
193 std::string expected = "C:\\\\this\\\\is\\\\path1\\\\this\\\\is\\\\path2"; TEST() local
194 EXPECT_EQ(ConcatenatePath(path1, path2), expected); TEST() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_copy_memory_test.cpp250 std::string expected = R"( in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dname_mapper_test.cpp210 NameIdCase BuiltInCase(std::string assembly_name, std::string expected) { in BuiltInCase() argument
H A Dpreserve_numeric_ids_test.cpp80 const std::string expected = in TEST() local
129 const std::string expected = in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfreeze_spec_const_test.cpp42 std::vector<const char*> expected = { in TEST_P() local
H A Dset_spec_const_default_value_test.cpp139 const char* expected; member
600 const char* expected; global() member
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dloop_fission.cpp122 const std::string expected = R"(OpCapability Shader in TEST_F() local
493 const std::string expected = R"(OpCapability Shader in TEST_F() local
795 const std::string expected = R"(OpCapability Shader in TEST_F() local
978 const std::string expected = R"(OpCapability Shader in TEST_F() local
1176 const std::string expected = R"(OpCapability Shader in TEST_F() local
1499 const std::string expected = R"(OpCapability Shader TEST_F() local
1729 const std::string expected = R"(OpCapability Shader TEST_F() local
2162 const std::string expected = R"(OpCapability Shader TEST_F() local
2344 const std::string expected = R"(OpCapability Shader TEST_F() local
2776 const std::string expected = R"(OpCapability Shader TEST_F() local
3049 const std::string expected = R"(OpCapability Shader TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Doperand_to_constant_test.cpp92 std::string expected = prologue + R"( in TEST() local
H A Dstructured_loop_to_selection_test.cpp2018 std::string expected = R"( in TEST() local
2166 std::string expected = R"( in TEST() local
2324 std::string expected = R"( in TEST() local
2432 std::string expected = R"( in TEST() local
2606 std::string expected = R"( in TEST() local
2681 std::string expected = R"( TEST() local
2744 std::string expected = R"( TEST() local
2801 std::string expected = R"( TEST() local
2885 std::string expected = R"( TEST() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DFloatLex_test.cpp51 static bool ParsedMatches(std::string str, float expected) in ParsedMatches() argument
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dextension_test.cpp19 const char *expected = "\n"; in TEST_F() local
45 const char *expected = "\n"; in TEST_F() local
58 const char *expected = ""; in TEST_F() local
74 const char *expected = "int baz = 1;\n\n"; in TEST_F() local
93 const char *expected = "\nint baz = 1;\n\n"; in TEST_F() local
117 const char *expected = "\\n"; TEST_P() local
[all...]
H A DPreprocessorTest.cpp46 void SimplePreprocessorTest::preprocess(const char *input, const char *expected) in preprocess() argument
51 void SimplePreprocessorTest::preprocess(const char *input, const char *expected, ShShaderSpec spec) in preprocess() argument
H A Dversion_test.cpp19 const char *expected = "\n"; in TEST_F() local
33 const char *expected = "\n"; in TEST_F() local
56 const char *expected = "\n"; in TEST_F() local
69 const char *expected = ""; in TEST_F() local
86 const char *expected = "\n\n\n"; in TEST_F() local
103 const char *expected = "\\n\\n\\n"; TEST_F() local
197 const char *expected = "\\n"; TEST_P() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/conversion/eot/
H A DBitIOWriterTest.java26 private void assertEqualsByteArray(byte[] expected, byte[] actual) { in assertEqualsByteArray() argument
[all...]
H A DMagnitudeDependentWriterTest.java26 private void assertEqualsByteArray(byte[] expected, byte[] actual) { in assertEqualsByteArray() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_copy_memory_test.cpp250 std::string expected = R"( in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dname_mapper_test.cpp210 NameIdCase BuiltInCase(std::string assembly_name, std::string expected) { in BuiltInCase() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfreeze_spec_const_test.cpp42 std::vector<const char*> expected = { in TEST_P() local
H A Dset_spec_const_default_value_test.cpp139 const char* expected; member
600 const char* expected; global() member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dloop_fission.cpp122 const std::string expected = R"(OpCapability Shader in TEST_F() local
493 const std::string expected = R"(OpCapability Shader in TEST_F() local
795 const std::string expected = R"(OpCapability Shader in TEST_F() local
978 const std::string expected = R"(OpCapability Shader in TEST_F() local
1176 const std::string expected = R"(OpCapability Shader in TEST_F() local
1499 const std::string expected = R"(OpCapability Shader TEST_F() local
1729 const std::string expected = R"(OpCapability Shader TEST_F() local
2162 const std::string expected = R"(OpCapability Shader TEST_F() local
2344 const std::string expected = R"(OpCapability Shader TEST_F() local
2776 const std::string expected = R"(OpCapability Shader TEST_F() local
3049 const std::string expected = R"(OpCapability Shader TEST_F() local
[all...]

Completed in 15 milliseconds

12345678910>>...57