Searched refs:Verify (Results 1 – 3 of 3) sorted by relevance
/bionic/benchmarks/tests/ |
D | interface_test.cpp | 42 void Verify(const std::string& expected_output, int expected_exitcode, 101 void SystemTests::Verify(const std::string& expected_output, in Verify() function in SystemTests 177 Verify(expected, 0, std::vector<const char*>{"--help"}, false); in TEST_F() 204 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_small.xml").c_str(), in TEST_F() 224 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_medium.xml").c_str(), in TEST_F() 239 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_from_each.xml").c_str(), in TEST_F() 247 Verify(expected, 0, in TEST_F() 256 Verify(expected, 0, in TEST_F() 289 Verify(expected, 0, std::vector<const char*>{"--bionic_extra=BM_string_memcpy AT_ALIGNED_TWOBUF", in TEST_F() 410 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_size.xml").c_str()}); in TEST_F() [all …]
|
/bionic/docs/ |
D | libc_assembler.md | 13 * 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/ |
D | bionic_tests_zipalign.cpp | 101 if (!stream->Verify()) { in CreateAlignedZip()
|