HomeSort by relevance Sort by last modified time
    Searched defs:proto_path (Results 1 - 9 of 9) sorted by null

  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator_unittest.cc 95 string proto_path = "--proto_path=" + TestTempDir(); local
99 proto_path.c_str(),
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 233 string proto_path = "-I" + TestTempDir(); local
239 proto_path.c_str(),
metadata_test.cc 97 string proto_path = "-I" + TestTempDir(); local
105 const char* argv[] = {"protoc", proto_path.c_str(), cpp_out.c_str(),
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 109 string proto_path = "-I" + TestTempDir(); local
115 proto_path.c_str(),
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 103 string proto_path = "-I" + TestTempDir(); local
109 proto_path.c_str(),
  /external/tensorflow/tensorflow/contrib/tpu/profiler/
dump_tpu_profile.cc 66 string proto_path = JoinPath(run_dir, kProtoTraceFileName); local
68 WriteStringToFile(Env::Default(), proto_path, encoded_trace));
69 LOG(INFO) << "Dumped raw-proto trace data to " << proto_path;
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions.cc 102 const string proto_path = string(argv[i]).substr(src_relative_path.size()); local
105 importer.Import(proto_path);
107 const int index = proto_path.find_last_of(".");
108 string proto_path_no_suffix = proto_path.substr(0, index);
  /frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
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"])
  /system/core/storaged/include/
storaged.h 95 string proto_path(userid_t user_id) { function in class:storaged_t

Completed in 608 milliseconds