Home
last modified time | relevance | path

Searched defs:proto_path (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.cc104 string proto_path = "-I" + TestTempDir(); in TEST() local
143 string proto_path = "-I" + TestTempDir(); in TEST() local
/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
/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
Dmetadata_test.cc97 string proto_path = "-I" + TestTempDir(); in CaptureMetadata() local
/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
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py4 proto_path = os.environ['ANDROID_BUILD_TOP'] + "/frameworks/native/cmds/surfacereplayer/proto/src/" variable