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

1 2 3 4 5 6 7

  /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);
sslidentity.h 76 static SSLIdentity* Generate(const std::string& common_name);
opensslidentity.h 48 static OpenSSLKeyPair* Generate();
74 static OpenSSLCertificate* Generate(OpenSSLKeyPair* key_pair,
101 // Holds a keypair and certificate together, and a method to generate
105 static OpenSSLIdentity* Generate(const std::string& common_name);
helpers.cc 52 virtual bool Generate(void* buf, size_t len) = 0;
88 virtual bool Generate(void* buf, size_t len) {
118 virtual bool Generate(void* buf, size_t len) {
153 virtual bool Generate(void* buf, size_t len) {
176 virtual bool Generate(void* buf, size_t len) {
230 if (!g_rng->Generate(bytes.get(), len)) {
231 LOG(LS_ERROR) << "Failed to generate random string!";
243 if (!g_rng->Generate(&id, sizeof(id))) {
244 LOG(LS_ERROR) << "Failed to generate random id!";
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.h 58 bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.h 58 bool Generate(const FileDescriptor* file,
java_enum.h 58 void Generate(io::Printer* printer);
java_extension.h 62 void Generate(io::Printer* printer);
java_file.h 67 void Generate(io::Printer* printer);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.h 58 bool Generate(const FileDescriptor* file,
javamicro_enum.h 60 void Generate(io::Printer* printer);
javamicro_file.h 68 void Generate(io::Printer* printer);
javamicro_message.h 68 // Generate the class itself.
69 void Generate(io::Printer* printer);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.h 58 bool Generate(const FileDescriptor* file,
javanano_enum.h 60 void Generate(io::Printer* printer);
javanano_file.h 68 void Generate(io::Printer* printer);
javanano_message.h 68 // Generate the class itself.
69 void Generate(io::Printer* printer);
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 643 --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 data for table C.
    [all...]
  /external/v8/src/
code-stubs.h 121 // Retrieve the code for the stub. Generate the code if needed.
169 // Nonvirtual wrapper around the stub-specific Generate function. Call
170 // this function to set up the macro assembler and generate the code.
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)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
code_generator.h 77 virtual bool Generate(const FileDescriptor* file,
86 // CodeGenerators generate one or more files in a given directory. This
101 // generate the files "foo/bar.pb.h" and "foo/bar.pb.cc"; note that
mock_code_generator.h 46 // 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/regex-re2/re2/testing/
regexp_generator.h 35 void Generate();
  /external/v8/src/arm/
codegen-arm.h 81 static void Generate(MacroAssembler* masm,
  /external/v8/src/ia32/
codegen-ia32.h 80 static void Generate(MacroAssembler* masm,
  /external/v8/src/mips/
codegen-mips.h 83 static void Generate(MacroAssembler* masm,

Completed in 434 milliseconds

1 2 3 4 5 6 7