HomeSort by relevance Sort by last modified time
    Searched defs:Generate (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/chromium/third_party/libjingle/source/talk/base/
sslidentity.cc 62 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) {
63 return OpenSSLIdentity::Generate(common_name);
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_notice.py 59 def Generate(output_filename, root, files):
85 Generate(options.output, options.root, args)
  /external/chromium_org/net/android/tools/
proxy_test_cases.py 11 To generate C++, run this script without arguments.
12 To generate Java, run this script with -j argument.
284 """Generate C++ test cases"""
286 def Generate(self):
310 """Generate Java test cases"""
312 def Generate(self):
355 generator.Generate()
  /external/chromium_org/rlz/lib/
crc8.cc 51 bool Crc8::Generate(const unsigned char *data, int length,
82 if (!Generate(data, length, &calculated_crc))
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslidentity.cc 114 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) {
129 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) {
130 return OpenSSLIdentity::Generate(common_name);
144 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) {
145 return NSSIdentity::Generate(common_name);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 54 bool CppGenerator::Generate(const FileDescriptor* file,
102 // Generate header.
110 // Generate cc file.
cpp_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 70 void EnumGenerator::Generate(io::Printer* printer) {
java_extension.cc 128 void ExtensionGenerator::Generate(io::Printer* printer) {
java_generator.cc 52 bool JavaGenerator::Generate(const FileDescriptor* file,
101 // Generate main java file.
105 file_generator.Generate(&printer);
107 // Generate sibling files.
110 // Generate output list if requested.
112 // Generate output list. This is just a simple text file placed in a
java_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 54 bool CppGenerator::Generate(const FileDescriptor* file,
100 // Generate header.
108 // Generate cc file.
cpp_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 69 void EnumGenerator::Generate(io::Printer* printer) {
java_extension.cc 89 void ExtensionGenerator::Generate(io::Printer* printer) {
java_generator.cc 52 bool JavaGenerator::Generate(const FileDescriptor* file,
95 // Generate main java file.
99 file_generator.Generate(&printer);
101 // Generate sibling files.
104 // Generate output list if requested.
106 // Generate output list. This is just a simple text file placed in a
java_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.cc 70 void EnumGenerator::Generate(io::Printer* printer) {
javamicro_generator.cc 75 bool JavaMicroGenerator::Generate(const FileDescriptor* file,
81 // GOOGLE_LOG(INFO) << "wink: JavaMicroGenerator::Generate INFO";
82 // GOOGLE_LOG(WARNING) << "wink: JavaMicroGenerator::Generate WARNING";
83 // GOOGLE_LOG(ERROR) << "wink: JavaMicroGenerator::Generate ERROR";
84 // GOOGLE_LOG(FATAL) << "wink: JavaMicroGenerator::Generate";
182 // Generate main java file.
186 file_generator.Generate(&printer);
189 // Generate sibling files.
192 // Generate output list if requested.
194 // Generate output list. This is just a simple text file placed in
    [all...]
javamicro_file.cc 142 ": Cannot generate Java output because the file's outer class name, \"");
153 void FileGenerator::Generate(io::Printer* printer) {
175 EnumGenerator(file_->enum_type(i), params_).Generate(printer);
180 MessageGenerator(file_->message_type(i), params_).Generate(printer);
219 GeneratorClass(descriptor, params).Generate(&printer);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum.cc 70 void EnumGenerator::Generate(io::Printer* printer) {
javanano_extension.cc 77 void ExtensionGenerator::Generate(io::Printer* printer) const {
javanano_generator.cc 75 bool JavaNanoGenerator::Generate(const FileDescriptor* file,
147 // Generate main java file.
151 file_generator.Generate(&printer);
154 // Generate sibling files.
157 // Generate output list if requested.
159 // Generate output list. This is just a simple text file placed in a
  /external/chromium_org/remoting/base/
rsa_key_pair.cc 29 scoped_refptr<RsaKeyPair> RsaKeyPair::Generate() {
32 LOG(ERROR) << "Cannot generate private key.";
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,

Completed in 271 milliseconds

1 2 3 4 5