Home
last modified time | relevance | path

Searched refs:Verify (Results 1 – 3 of 3) sorted by relevance

/bionic/benchmarks/tests/
Dinterface_test.cpp42 void Verify(const std::string& expected_output, int expected_exitcode,
104 void SystemTests::Verify(const std::string& expected_output, in Verify() function in SystemTests
176 Verify(expected, 0, std::vector<const char*>{"--help"}, false); in TEST_F()
201 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_small.xml").c_str(), in TEST_F()
219 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_medium.xml").c_str(), in TEST_F()
234 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_from_each.xml").c_str(), in TEST_F()
242 Verify(expected, 0, std::vector<const char*>{"--bionic_extra=BM_string_memcpy 8 8 8", in TEST_F()
251 Verify(expected, 0, std::vector<const char*>{"--bionic_extra=BM_string_memcpy 8 8 8", in TEST_F()
279 Verify(expected, 0, std::vector<const char*>{"--bionic_extra=BM_string_memcpy AT_ALIGNED_TWOBUF", in TEST_F()
398 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_size.xml").c_str()}); in TEST_F()
[all …]
/bionic/docs/
Dlibc_assembler.md13 * Verify that unwind information for new routine looks correct. See
133 * Verify the routine does not read past the end of the buffers. Many
137 * Verify the routine handles unaligned buffers properly. Usually, a failure
139 * Verify the routine handles different sized buffers.
150 * Verify that all labels are of the format .LXXX, where XXX is any valid string
154 * Verify that all places where pop/pushes or instructions that modify the
158 * Verify that only cfi directives are being used. This only matters for
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp101 if (!stream->Verify()) { in CreateAlignedZip()