HomeSort by relevance Sort by last modified time
    Searched refs:expected_log (Results 1 - 2 of 2) sorted by null

  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 382 std::string expected_log(DIVIDER);
383 expected_log += android::base::StringPrintf(
385 expected_log += "6 malloc_debug allocation[-32] = 0x00 (expected 0xaa)\n";
386 expected_log += "6 malloc_debug allocation[-15] = 0x02 (expected 0xaa)\n";
387 expected_log += "6 malloc_debug Backtrace at time of failure:\n";
388 expected_log += "6 malloc_debug #00 pc 0x1\n";
389 expected_log += "6 malloc_debug #01 pc 0x2\n";
390 expected_log += "6 malloc_debug #02 pc 0x3\n";
391 expected_log += DIVIDER;
393 ASSERT_STREQ(expected_log.c_str(), getFakeLogPrint().c_str())
584 std::string expected_log = android::base::StringPrintf( local
621 std::string expected_log = android::base::StringPrintf( local
681 std::string expected_log = android::base::StringPrintf( local
1312 std::string expected_log = android::base::StringPrintf( local
    [all...]
  /external/autotest/client/common_lib/
base_job_unittest.py     [all...]

Completed in 188 milliseconds