Home
last modified time | relevance | path

Searched refs:python_out (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc105 string python_out = "--python_out=" + TestTempDir(); in TEST() local
111 python_out.c_str(), in TEST()
144 string python_out = "--python_out=" + TestTempDir(); in TEST() local
145 const char* argv[] = {"protoc", proto_path.c_str(), "-I.", python_out.c_str(), in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
DMakefile.am193 …) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_out=. $(conformance_…
194 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --python_out=. $(well_…
204 …$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --objc_out=$$oldpwd --python_out=$$oldpwd $(confo…
205 …cdir)/src --cpp_out=$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --python_out=$$oldpwd $(well_…
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dzip_output_unittest.sh55 --cpp_out=$TEST_TMPDIR/testzip.zip --python_out=$TEST_TMPDIR/testzip.zip \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dprotobuf-module.cmake.in95 …COMMAND ${Protobuf_PROTOC_EXECUTABLE} --python_out ${CMAKE_CURRENT_BINARY_DIR} ${_protobuf_includ…
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dprotobuf.bzl63 args += ["--python_out=" + ctx.var["GENDIR"] + "/" + gen_dir]
DCHANGES.txt953 protoc --java_out=myproto_srcs.jar --python_out=myproto.zip myproto.proto