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

  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 97 cli.RegisterGenerator("--test_out", &test_generator, "");
101 string test_out = "--test_out=" + TestTempDir(); local
107 test_out.c_str(),
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 102 cli.RegisterGenerator("--test_out", &test_generator, "");
106 string test_out = "--test_out=" + TestTempDir(); local
112 test_out.c_str(),
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 103 cli.RegisterGenerator("--test_out", &test_generator, "");
107 string test_out = "--test_out=" + TestTempDir(); local
113 test_out.c_str(),
  /art/runtime/
utf_test.cc 183 const std::vector<uint8_t>& test_out = test.second; local
191 out.insert(out.end(), test_out.begin(), test_out.end());
  /external/e2fsprogs/lib/ss/
Makefile.in 169 -@(LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./test_ss -f $(srcdir)/test_script > test_out 2>&1; exit 0)
170 $(Q) if diff test_out $(srcdir)/test_script_expected > test.diff; then \
175 tst_cmds.c test_ss test_out test.diff *.o *~ \#* *.bak core \
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
FormatterTest.java 632 public void test_out() { method in class:FormatterTest
    [all...]

Completed in 253 milliseconds