/external/chromium_org/build/ |
protoc_java.py | 9 protoc_java.py {protoc} {proto_path} {java_out} {stamp_file} {proto_files} 30 protoc_path, proto_path, java_out, stamp_file = argv[1:5] 42 [protoc_path, '--proto_path', proto_path, '--java_out', java_out]
|
protoc.gypi | 89 # --proto_path is a strict prefix of the path given as an argument.
|
/external/chromium_org/tools/protoc_wrapper/ |
protoc_wrapper.py | 87 proto_path = options.proto_in_dir 89 proto_path = RewriteProtoFilesForSystemProtobuf(proto_path) 93 protoc_args += ['--proto_path=%s' % proto_path, 94 os.path.join(proto_path, options.proto_in_file)] 101 shutil.rmtree(proto_path)
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface_unittest.cc | 435 "--proto_path=$tmpdir foo.proto"); 449 "--proto_path=$tmpdir foo.proto"); 463 "--proto_path=$tmpdir foo.proto"); 481 "--proto_path=$tmpdir foo.proto bar.proto"); 511 "--proto_path=$tmpdir foo.proto bar.proto"); 534 "--proto_path=$tmpdir bar/baz/foo.proto"); 550 "--proto_path=$tmpdir foo.proto"); 574 "--proto_path=$tmpdir foo.proto"); 595 "--proto_path=$tmpdir foo.proto"); 615 "--proto_path=$tmpdir foo.proto") [all...] |
command_line_interface.cc | 753 cerr << input_files_[i] << ": Input is shadowed in the --proto_path " 755 "file as your input or reorder the --proto_path so that the " 768 "specified using --proto_path (or -I). You must specify a " 769 "--proto_path which encompasses this file. Note that the " 770 "proto_path must be an exact prefix of the .proto file " 809 // If no --proto_path was given, use the current working directory. 918 } else if (name == "-I" || name == "--proto_path") { 939 cerr << "--proto_path passed empty directory name. (Use \".\" for " [all...] |
command_line_interface.h | 87 // protoc --cpp_out=outdir --foo_out=outdir --proto_path=src src/foo.proto 168 // using --proto_path or -I flags. Otherwise, input file names will be 171 // a directory given by --proto_path or the compiler will fail. The latter
|
importer.cc | 225 // protoc --proto_path=foo foo/bar/baz.proto 228 // will complain that baz.proto is not inside the --proto_path.
|
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface_unittest.cc | 409 "--proto_path=$tmpdir foo.proto"); 423 "--proto_path=$tmpdir foo.proto"); 437 "--proto_path=$tmpdir foo.proto"); 455 "--proto_path=$tmpdir foo.proto bar.proto"); 472 "--proto_path=$tmpdir bar/baz/foo.proto"); 488 "--proto_path=$tmpdir foo.proto"); 507 "--proto_path=$tmpdir foo.proto"); 527 "--proto_path=$tmpdir foo.proto"); 540 "--proto_path=$tmpdir foo.proto"); 555 "--proto_path=$tmpdir\\ foo.proto") [all...] |
command_line_interface.cc | 711 cerr << input_files_[i] << ": Input is shadowed in the --proto_path " 713 "file as your input or reorder the --proto_path so that the " 726 "specified using --proto_path (or -I). You must specify a " 727 "--proto_path which encompasses this file. Note that the " 728 "proto_path must be an exact prefix of the .proto file " 764 // If no --proto_path was given, use the current working directory. 864 } else if (name == "-I" || name == "--proto_path") { 885 cerr << "--proto_path passed empty directory name. (Use \".\" for " [all...] |
command_line_interface.h | 87 // protoc --cpp_out=outdir --foo_out=outdir --proto_path=src src/foo.proto 155 // using --proto_path or -I flags. Otherwise, input file names will be 158 // a directory given by --proto_path or the compiler will fail. The latter
|
importer.cc | 225 // protoc --proto_path=foo foo/bar/baz.proto 228 // will complain that baz.proto is not inside the --proto_path.
|
/external/protobuf/java/ |
pom.xml | 83 <arg value="--proto_path=../src" /> 103 <arg value="--proto_path=../src" /> 104 <arg value="--proto_path=src/test/java" /> 123 <arg value="--proto_path=../src" /> 124 <arg value="--proto_path=src/test/java" /> 137 <arg value="--proto_path=../src" /> 138 <arg value="--proto_path=src/test/java" /> 150 <arg value="--proto_path=../src" /> 151 <arg value="--proto_path=src/test/java" /> 156 <arg value="--proto_path=../src" / [all...] |
/packages/apps/Launcher3/ |
Android.mk | 33 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/protos/ 57 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/protos/
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_plugin_unittest.cc | 102 string proto_path = "-I" + TestTempDir(); local 108 proto_path.c_str(),
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_plugin_unittest.cc | 103 string proto_path = "-I" + TestTempDir(); local 109 proto_path.c_str(),
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/ |
python_plugin_unittest.cc | 97 string proto_path = "-I" + TestTempDir(); local 103 proto_path.c_str(),
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_plugin_unittest.cc | 102 string proto_path = "-I" + TestTempDir(); local 108 proto_path.c_str(),
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_plugin_unittest.cc | 102 string proto_path = "-I" + TestTempDir(); local 108 proto_path.c_str(),
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_plugin_unittest.cc | 97 string proto_path = "-I" + TestTempDir(); local 103 proto_path.c_str(),
|
/external/chromium_org/third_party/protobuf/java/ |
pom.xml | 83 <arg value="--proto_path=../src" /> 101 <arg value="--proto_path=../src" /> 102 <arg value="--proto_path=src/test/java" />
|
/external/chromium/chrome/browser/sync/protocol/ |
sync_proto.gyp | 45 '--proto_path=.',
|
/external/chromium_org/third_party/protobuf/ |
CONTRIBUTORS.txt | 40 * Small patch to handle trailing slashes in --proto_path flag.
|
protobuf.gyp | 376 # # The protoc compiler requires a proto_path argument with the
|
/external/protobuf/ |
CONTRIBUTORS.txt | 40 * Small patch to handle trailing slashes in --proto_path flag.
|
Android.mk | 371 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/src
|