/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/ |
command_line_interface_unittest.cc | 266 cli_.RegisterGenerator("--test_out", "--test_opt", generator, "Test output."); 507 Run("protocol_compiler --test_out=$tmpdir " 535 Run("protocol_compiler --test_out=$tmpdir --plug_out=$tmpdir " 553 Run("protocol_compiler --test_out=$tmpdir --plug_out=$tmpdir " 583 Run("protocol_compiler --test_out=$tmpdir --plug_out=$tmpdir " 606 Run("protocol_compiler --test_out=$tmpdir/out --plug_out=$tmpdir/plugout " 621 Run("protocol_compiler --test_out=TestParameter:$tmpdir " 643 "--test_out=bar:$tmpdir/a " 645 "--test_out=baz:$tmpdir/b " 664 "--test_out=TestParameter:$tmpdir [all...] |
/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(),
|
/test/vts/compilation_tools/vtsc/test/ |
Android.mk | 27 $(LOCAL_BUILT_MODULE): PRIVATE_OUT_DIR := $(intermediates)/vts/test_out
|
/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(),
|
/system/libufdt/tests/ |
run_stress_test.sh | 20 OUT_DATA_DIR="test_out"
|
run_performance_test.sh | 20 OUT_DATA_DIR="test_out"
|
/art/libdexfile/dex/ |
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 | 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 \
|
/external/tensorflow/tensorflow/tools/compatibility/ |
tf_upgrade_test.py | 42 "test_out.py", out_file))
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
FormatterTest.java | 633 public void test_out() { method in class:FormatterTest [all...] |