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

  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 95 cli.RegisterGenerator("--test_out", &test_generator, "");
99 string test_out = "--test_out=" + TestTempDir(); local
105 test_out.c_str(),
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 100 cli.RegisterGenerator("--test_out", &test_generator, "");
104 string test_out = "--test_out=" + TestTempDir(); local
110 test_out.c_str(),
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 100 cli.RegisterGenerator("--test_out", &test_generator, "");
104 string test_out = "--test_out=" + TestTempDir(); local
110 test_out.c_str(),
  /external/e2fsprogs/lib/ss/
Makefile.in 173 @(LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./test_ss -f $(srcdir)/test_script >& test_out; exit 0)
174 @if ! diff test_out $(srcdir)/test_script_expected > test.diff; then \
179 tst_cmds.c test_ss test_out test.diff *.o *~ \#* *.bak core \

Completed in 64 milliseconds