Searched refs:Generate (Results 1 - 25 of 124) sorted by relevance

12345

/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 Dsslidentity.h76 static SSLIdentity* Generate(const std::string& 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.h48 static OpenSSLKeyPair* Generate();
74 static OpenSSLCertificate* Generate(OpenSSLKeyPair* key_pair,
105 static OpenSSLIdentity* Generate(const std::string& common_name);
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.h58 bool Generate(const FileDescriptor* file,
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator.h58 bool Generate(const FileDescriptor* file,
H A Djava_enum.h58 void Generate(io::Printer* printer);
H A Djava_extension.h62 void Generate(io::Printer* printer);
H A Djava_file.h67 void Generate(io::Printer* printer);
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_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);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_generator.h58 bool Generate(const FileDescriptor* file,
H A Djavamicro_enum.h60 void Generate(io::Printer* printer);
H A Djavamicro_file.h68 void Generate(io::Printer* printer);
/external/icu4c/tools/gensprep/
H A DfilterRFC3454.pl643 --A1 Generate data for table A.1
644 --B1 Generate data for table B.1
645 --B2 Generate data for table B.2
646 --B3 Generate data for table B.3
647 --C11 Generate data for table C.1.1
648 --C12 Generate data for table C.1.2
649 --C21 Generate data for table C.2.1
650 --C22 Generate data for table C.2.2
651 --C3 Generate data for table C.3
652 --C4 Generate dat
[all...]
/external/v8/src/
H A Dcode-stubs.h121 // Retrieve the code for the stub. Generate the code if needed.
169 // Nonvirtual wrapper around the stub-specific Generate function. Call
174 virtual void Generate(MacroAssembler* masm) = 0;
293 void Generate(MacroAssembler* masm);
305 void Generate(MacroAssembler* masm);
317 void Generate(MacroAssembler* masm);
330 void Generate(MacroAssembler* masm);
349 void Generate(MacroAssembler* masm);
367 void Generate(MacroAssembler* masm);
396 void Generate(MacroAssemble
664 void Generate(MacroAssembler* masm) { GenerateBody(masm, false); } function in class:v8::internal::JSEntryStub
683 void Generate(MacroAssembler* masm) { GenerateBody(masm, true); } function in class:v8::internal::JSConstructEntryStub
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h77 virtual bool Generate(const FileDescriptor* file,
H A Dmock_code_generator.h46 // Generate() produces some output which can be checked by ExpectCalled(). The
56 // MockCodeGenerator_Error: Causes Generate() to return false and set the
58 // MockCodeGenerator_Exit: Generate() prints "Saw message type
60 // MockCodeGenerator_Abort: Generate() prints "Saw message type
87 virtual bool Generate(const FileDescriptor* file,
/external/v8/src/arm/
H A Dcodegen-arm.h81 static void Generate(MacroAssembler* masm,
/external/v8/src/ia32/
H A Dcodegen-ia32.h80 static void Generate(MacroAssembler* masm,
/external/v8/src/mips/
H A Dcodegen-mips.h83 static void Generate(MacroAssembler* masm,
/external/v8/src/x64/
H A Dcodegen-x64.h77 static void Generate(MacroAssembler* masm,
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
162 ast_list = list(builder.Generate())
/external/grub/util/
H A Dgrub-terminfo2 # Generate a terminfo command from a terminfo name.
25 Generate a terminfo command from a terminfo name.

Completed in 1757 milliseconds

12345