Searched defs:Generate (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsslidentity.cc62 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) { function in class:talk_base::SSLIdentity
63 return OpenSSLIdentity::Generate(common_name);
H A Dhelpers.cc52 virtual bool Generate(void* buf, size_t len) = 0;
88 virtual bool Generate(void* buf, size_t len) { function in class:talk_base::SecureRandomGenerator
118 virtual bool Generate(void* buf, size_t len) { function in class:talk_base::SecureRandomGenerator
153 virtual bool Generate(void* buf, size_t len) { function in class:talk_base::SecureRandomGenerator
176 virtual bool Generate(void* buf, size_t len) { function in class:talk_base::TestRandomGenerator
230 if (!g_rng->Generate(bytes.get(), len)) {
243 if (!g_rng->Generate(&id, sizeof(id))) {
H A Dopensslidentity.cc55 // Generate a key pair. Caller is responsible for freeing the returned object.
87 // Generate a self-signed certificate, with the public key from the
156 OpenSSLKeyPair* OpenSSLKeyPair::Generate() { function in class:talk_base::OpenSSLKeyPair
190 OpenSSLCertificate* OpenSSLCertificate::Generate( function in class:talk_base::OpenSSLCertificate
251 OpenSSLIdentity* OpenSSLIdentity::Generate(const std::string& common_name) { function in class:talk_base::OpenSSLIdentity
252 OpenSSLKeyPair *key_pair = OpenSSLKeyPair::Generate();
255 OpenSSLCertificate::Generate(key_pair, common_name);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.cc54 bool CppGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::cpp::CppGenerator
100 // Generate header.
108 // Generate cc file.
H A Dcpp_plugin_unittest.cc57 virtual bool Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::cpp::__anon8711::TestGenerator
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.cc69 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::EnumGenerator
H A Djava_extension.cc89 void ExtensionGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::ExtensionGenerator
H A Djava_generator.cc52 bool JavaGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::java::JavaGenerator
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
H A Djava_plugin_unittest.cc57 virtual bool Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::java::__anon8721::TestGenerator
H A Djava_service.cc51 void ServiceGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::ServiceGenerator
71 // Generate getDescriptor() and getDescriptorForType().
82 // Generate more stuff.
H A Djava_file.cc133 void FileGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::FileGenerator
179 EnumGenerator(file_->enum_type(i)).Generate(printer);
182 MessageGenerator(file_->message_type(i)).Generate(printer);
186 ServiceGenerator(file_->service(i)).Generate(printer);
194 ExtensionGenerator(file_->extension(i)).Generate(printer);
394 GeneratorClass(descriptor).Generate(&printer);
H A Djava_message.cc193 // Generate static members for all nested types.
242 // Generate static member initializers for all nested types.
256 void MessageGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::MessageGenerator
331 EnumGenerator(descriptor_->enum_type(i)).Generate(printer);
335 MessageGenerator(descriptor_->nested_type(i)).Generate(printer);
339 ExtensionGenerator(descriptor_->extension(i)).Generate(printer);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_enum.cc70 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::javamicro::EnumGenerator
H A Djavamicro_generator.cc71 bool JavaMicroGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::javamicro::JavaMicroGenerator
77 // GOOGLE_LOG(INFO) << "wink: JavaMicroGenerator::Generate INFO";
78 // GOOGLE_LOG(WARNING) << "wink: JavaMicroGenerator::Generate WARNING";
79 // GOOGLE_LOG(ERROR) << "wink: JavaMicroGenerator::Generate ERROR";
80 // GOOGLE_LOG(FATAL) << "wink: JavaMicroGenerator::Generate";
182 // Generate main java file.
186 file_generator.Generate(&printer);
188 // Generate sibling files.
191 // Generate output list if requested.
193 // Generate outpu
[all...]
H A Djavamicro_file.cc159 void FileGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::javamicro::FileGenerator
184 EnumGenerator(file_->enum_type(i), params_).Generate(printer);
187 MessageGenerator(file_->message_type(i), params_).Generate(printer);
228 GeneratorClass(descriptor, params).Generate(&printer);
H A Djavamicro_message.cc150 // Generate static members for all nested types.
160 // Generate static member initializers for all nested types.
172 void MessageGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::javamicro::MessageGenerator
202 EnumGenerator(descriptor_->enum_type(i), params_).Generate(printer);
206 MessageGenerator(descriptor_->nested_type(i), params_).Generate(printer);
/external/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc105 bool MockCodeGenerator::Generate( function in class:google::protobuf::compiler::MockCodeGenerator
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc57 virtual bool Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::python::__anon8734::TestGenerator
/external/v8/src/arm/
H A Dcodegen-arm.cc348 void StringCharLoadGenerator::Generate(MacroAssembler* masm, function in class:v8::internal::StringCharLoadGenerator
/external/v8/src/
H A Dcodegen.cc78 PrintF("*** Generate code for %s function: ", ftype);
182 void ArgumentsAccessStub::Generate(MacroAssembler* masm) { function in class:v8::internal::ArgumentsAccessStub
H A Dcode-stubs.cc58 // Generate the code for the stub.
61 Generate(masm);
114 // Generate the new code.
202 void ICCompareStub::Generate(MacroAssembler* masm) { function in class:v8::internal::ICCompareStub
263 void KeyedLoadElementStub::Generate(MacroAssembler* masm) { function in class:v8::internal::KeyedLoadElementStub
293 void KeyedStoreElementStub::Generate(MacroAssembler* masm) { function in class:v8::internal::KeyedStoreElementStub
432 void ElementsTransitionAndStoreStub::Generate(MacroAssembler* masm) { function in class:v8::internal::ElementsTransitionAndStoreStub
/external/v8/src/mips/
H A Dcodegen-mips.cc358 void StringCharLoadGenerator::Generate(MacroAssembler* masm, function in class:v8::internal::StringCharLoadGenerator
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorGObject.pm1012 # Generate an attribute getter. For an attribute "foo", this is a function named
1023 # Generate an attribute setter. For an attribute, "foo", this is a function named
1232 sub Generate { subroutine
1350 $object->Generate($dataNode);
/external/v8/src/ia32/
H A Dcodegen-ia32.cc639 void StringCharLoadGenerator::Generate(MacroAssembler* masm, function in class:v8::internal::StringCharLoadGenerator
/external/v8/src/x64/
H A Dcodegen-x64.cc476 void StringCharLoadGenerator::Generate(MacroAssembler* masm, function in class:v8::internal::StringCharLoadGenerator

Completed in 1690 milliseconds

12