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/ |
D | python_plugin_unittest.cc | 104 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/ |
D | ruby_generator_unittest.cc | 81 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/ |
D | compile_testing_protos.sh | 105 --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/ |
D | java_plugin_unittest.cc | 109 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/ |
D | cpp_plugin_unittest.cc | 233 string proto_path = "-I" + TestTempDir(); in TEST() local 239 proto_path.c_str(), in TEST()
|
D | metadata_test.cc | 97 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/ |
D | trace_creator.py | 4 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/ |
D | CONTRIBUTORS.txt | 46 * Small patch to handle trailing slashes in --proto_path flag.
|
D | CHANGES.txt | 1273 * Allow trailing slashes in --proto_path mappings.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 55 - Issue 40: proto_path does not work for command-line file names
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | tests.cmake | 79 --proto_path=${protobuf_source_dir}/src
|