HomeSort by relevance Sort by last modified time
    Searched refs:Generate (Results 76 - 100 of 403) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 93 << "Generator failed to generate file: " << virtual_filename;
137 ASSERT_TRUE(generator.Generate(proto_file, parameter,
140 ASSERT_TRUE(generator.Generate(plugin_proto_file, parameter,
cpp_generator.cc 54 bool CppGenerator::Generate(const FileDescriptor* file,
100 // Generate header.
108 // Generate cc file.
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 88 Generate(smpBuf, BUF_SZ, amplitude, phi, dPhi); // fill buffer
130 * Generate a mono buffer
134 void AudioTrackTest::Generate(short *buffer, long bufferSz, long amplitude, unsigned long &phi, long dPhi)
149 * Generate a sine
  /external/chromium_org/net/data/ssl/scripts/
generate-client-certificates.sh 39 echo Generate the keys.
45 echo Generate the C CSR
67 echo Generate the intermediates
106 echo Generate the leaf certs
  /external/chromium_org/net/websockets/
websocket_test_util.h 33 uint32 Generate();
  /external/chromium_org/remoting/base/
rsa_key_pair_unittest.cc 57 // we generate the same signature with both keys.
76 // Test that we can generate a valid key.
77 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::Generate();
  /external/chromium_org/rlz/lib/
machine_id.cc 74 rlz_lib::Crc8::Generate(id_binary.c_str(),
crc8.cc 51 bool Crc8::Generate(const unsigned char *data, int length,
82 if (!Generate(data, length, &calculated_crc))
  /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.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_message.h 67 // Generate the class itself.
68 void Generate(io::Printer* printer);
73 // Generate code to register all contained extensions with an
java_service.h 57 void Generate(io::Printer* printer);
61 // Generate the getDescriptorForType() method.
64 // Generate a Java interface for the service.
67 // Generate newReflectiveService() method.
70 // Generate newReflectiveBlockingService() method.
73 // Generate abstract method declarations for all methods.
76 // Generate the implementation of Service.callMethod().
79 // Generate the implementation of BlockingService.callBlockingMethod().
82 // Generate the implementations of Service.get{Request,Response}Prototype().
86 // Generate a stub implementation of the service
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.cc 151 // Generate num_samples of DTMF signal and write to |output|.
152 int DtmfToneGenerator::Generate(int num_samples,
  /external/chromium_org/v8/src/x64/
codegen-x64.h 23 static void Generate(MacroAssembler* masm,
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAranges.h 41 Generate(SymbolFileDWARF* dwarf2Data);
  /external/pdfium/core/src/fxge/ge/
text_int.h 8 void Generate(int count, ...);
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.h 67 // Generate the class itself.
68 void Generate(io::Printer* printer);
70 // Generate code to register all contained extensions with an
java_service.h 57 void Generate(io::Printer* printer);
61 // Generate the getDescriptorForType() method.
64 // Generate a Java interface for the service.
67 // Generate newReflectiveService() method.
70 // Generate newReflectiveBlockingService() method.
73 // Generate abstract method declarations for all methods.
76 // Generate the implementation of Service.callMethod().
79 // Generate the implementation of BlockingService.callBlockingMethod().
82 // Generate the implementations of Service.get{Request,Response}Prototype().
86 // Generate a stub implementation of the service
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
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_message.h 69 // Generate the class itself.
70 void Generate(io::Printer* printer);
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslidentity.cc 65 // Generate a key pair. Caller is responsible for freeing the returned object.
87 // Generate a self-signed certificate, with the public key from the
158 OpenSSLKeyPair* OpenSSLKeyPair::Generate() {
192 OpenSSLCertificate* OpenSSLCertificate::Generate(
317 OpenSSLKeyPair *key_pair = OpenSSLKeyPair::Generate();
319 OpenSSLCertificate *certificate = OpenSSLCertificate::Generate(
329 OpenSSLIdentity* OpenSSLIdentity::Generate(const std::string& common_name) {
sslidentity_unittest.cc 75 identity1_.reset(SSLIdentity::Generate("test1"));
76 identity2_.reset(SSLIdentity::Generate("test2"));
88 // Both NSSIdentity::Generate and OpenSSLIdentity::Generate are
89 // hard-coded to generate RSA-SHA1 certificates.
  /external/chromium_org/third_party/webrtc/base/
opensslidentity.cc 48 // Generate a key pair. Caller is responsible for freeing the returned object.
70 // Generate a self-signed certificate, with the public key from the
141 OpenSSLKeyPair* OpenSSLKeyPair::Generate() {
175 OpenSSLCertificate* OpenSSLCertificate::Generate(
300 OpenSSLKeyPair *key_pair = OpenSSLKeyPair::Generate();
302 OpenSSLCertificate *certificate = OpenSSLCertificate::Generate(
312 OpenSSLIdentity* OpenSSLIdentity::Generate(const std::string& common_name) {
  /external/chromium_org/v8/src/
code-stubs.h 136 // Retrieve the code for the stub. Generate the code if needed.
255 // Retrieve the code for the stub. Generate the code if needed.
262 virtual void Generate(MacroAssembler* masm) = 0;
397 // Retrieve the code for the stub. Generate the code if needed.
680 void Generate(MacroAssembler* masm);
717 void Generate(MacroAssembler* masm);
735 void Generate(MacroAssembler* masm);
751 virtual void Generate(MacroAssembler* masm);
802 virtual void Generate(MacroAssembler* masm);
834 virtual void Generate(MacroAssembler* masm)
    [all...]

Completed in 696 milliseconds

1 2 34 5 6 7 8 91011>>