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

  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 107 cli.RegisterGenerator("--test_out", &test_generator, "");
111 string test_out = "--test_out=" + TestTempDir(); local
117 test_out.c_str(),
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 101 cli.RegisterGenerator("--test_out", &test_generator, "");
105 string test_out = "--test_out=" + TestTempDir(); local
111 test_out.c_str(),
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 231 cli.RegisterGenerator("--test_out", &test_generator, "");
235 string test_out = "--test_out=" + TestTempDir(); local
241 test_out.c_str(),
  /art/libdexfile/dex/
utf_test.cc 185 const std::vector<uint8_t>& test_out = test.second; local
193 out.insert(out.end(), test_out.begin(), test_out.end());
  /external/e2fsprogs/lib/ss/
Makefile.in 168 -@($(TESTENV) ./test_ss -f $(srcdir)/test_script > test_out 2>&1; exit 0)
169 $(Q) if diff test_out $(srcdir)/test_script_expected > test.diff; then \
174 tst_cmds.c test_ss test_out test.diff *.o *~ \#* *.bak core \

Completed in 590 milliseconds