/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]
|
/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/python/ |
python_plugin_unittest.cc | 97 string proto_path = "-I" + TestTempDir(); local 103 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/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/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(),
|
/packages/apps/Launcher3/ |
Android.mk | 37 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/protos/ 61 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/protos/
|
/build/core/ |
definitions.mk | 910 $(addprefix --proto_path=, $(PRIVATE_PROTO_INCLUDES)) \ 925 $(addprefix --proto_path=, $(PRIVATE_PROTO_INCLUDES)) \ [all...] |
/external/protobuf/ |
Android.mk | 371 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/src
|