Home
last modified time | relevance | path

Searched refs:proto_path (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc104 string proto_path = "-I" + TestTempDir(); in TEST() local
110 proto_path.c_str(), in TEST()
143 string proto_path = "-I" + 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/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc81 string proto_path = "--proto_path=" + TestTempDir(); in TEST() local
85 proto_path.c_str(), in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/
Dcompile_testing_protos.sh105 --proto_path=src/google/protobuf/ \
106 --proto_path=src \
123 compile_proto --proto_path="objectivec/Tests" "${a_proto}"
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc109 string proto_path = "-I" + TestTempDir(); in TEST() local
115 proto_path.c_str(), in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc233 string proto_path = "-I" + TestTempDir(); in TEST() local
239 proto_path.c_str(), in TEST()
Dmetadata_test.cc97 string proto_path = "-I" + TestTempDir(); in CaptureMetadata() local
105 const char* argv[] = {"protoc", proto_path.c_str(), cpp_out.c_str(), in CaptureMetadata()
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py4 proto_path = os.environ['ANDROID_BUILD_TOP'] + "/frameworks/native/cmds/surfacereplayer/proto/src/" variable
5 call(["aprotoc", "-I=" + proto_path, "--python_out=.", proto_path + "trace.proto"])
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCONTRIBUTORS.txt46 * Small patch to handle trailing slashes in --proto_path flag.
DCHANGES.txt1273 * Allow trailing slashes in --proto_path mappings.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt55 - Issue 40: proto_path does not work for command-line file names
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dtests.cmake79 --proto_path=${protobuf_source_dir}/src