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

  /external/fmtlib/test/
gtest-extra.h 120 std::string gtest_output = gtest_redir.restore_and_read(); \
121 if (gtest_output != gtest_expected_output) { \
125 << " Actual: " << gtest_output; \
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
GTestXmlResultParserTest.java 51 InputStream gtest_output = null; local
55 gtest_output = getClass().getResourceAsStream(File.separator +
61 while ((byteRead = gtest_output.read(buffer)) != -1) {
  /test/vts/runners/target/gtest/
gtest_main.cpp 467 // Output xml file when --gtest_output is used, write this function as we can't
981 std::string gtest_output; member in struct:IsolationTestOptions
    [all...]
  /bionic/tests/
gtest_main.cpp 554 // Output xml file when --gtest_output is used, write this function as we can't reuse
1021 std::string gtest_output; member in struct:IsolationTestOptions
    [all...]

Completed in 745 milliseconds