Searched refs:Generate (Results 76 - 100 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
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
62 // MockCodeGenerator_HasSourceCodeInfo: Causes Generate() to abort after
94 virtual bool Generate(const FileDescriptor* file,
/external/chromium_org/third_party/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::__anon14818::TestGenerator
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator.cc151 // Generate num_samples of DTMF signal and write to |output|.
152 int DtmfToneGenerator::Generate(int num_samples, function in class:webrtc::DtmfToneGenerator
/external/chromium_org/v8/test/cctest/compiler/
H A Dgraph-builder-tester.cc33 byte* MachineCallHelper::Generate() { function in class:v8::internal::compiler::MachineCallHelper
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h41 Generate(SymbolFileDWARF* dwarf2Data);
/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::__anon28934::TestGenerator
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.h67 // Generate the class itself.
68 void Generate(io::Printer* printer);
70 // Generate code to register all contained extensions with an
H A Djava_service.h57 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
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc153 void FileGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::javamicro::FileGenerator
175 EnumGenerator(file_->enum_type(i), params_).Generate(printer);
180 MessageGenerator(file_->message_type(i), params_).Generate(printer);
219 GeneratorClass(descriptor, params).Generate(&printer);
H A Djavamicro_message.h68 // Generate the class itself.
69 void Generate(io::Printer* printer);
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.h69 // Generate the class itself.
70 void Generate(io::Printer* printer);
H A Djavanano_generator.cc88 bool JavaNanoGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::javanano::JavaNanoGenerator
185 // Generate main java file.
189 file_generator.Generate(&printer);
192 // Generate sibling files.
195 // Generate output list if requested.
197 // Generate output list. This is just a simple text file placed in a
/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::__anon28965::TestGenerator
/external/chromium_org/third_party/webrtc/base/
H A Dopensslidentity.cc48 // 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() { function in class:rtc::OpenSSLKeyPair
175 OpenSSLCertificate* OpenSSLCertificate::Generate( function in class:rtc::OpenSSLCertificate
296 OpenSSLKeyPair *key_pair = OpenSSLKeyPair::Generate();
298 OpenSSLCertificate *certificate = OpenSSLCertificate::Generate(
308 OpenSSLIdentity* OpenSSLIdentity::Generate(const std::string& common_name) { function in class:rtc::OpenSSLIdentity
H A Dsslidentity_unittest.cc57 identity1_.reset(SSLIdentity::Generate("test1"));
58 identity2_.reset(SSLIdentity::Generate("test2"));
70 // Both NSSIdentity::Generate and OpenSSLIdentity::Generate are
/external/chromium_org/rlz/lib/
H A Dcrc8.cc51 bool Crc8::Generate(const unsigned char *data, int length, function in class:rlz_lib::Crc8
82 if (!Generate(data, length, &calculated_crc))
/external/chromium_org/components/autofill/core/browser/
H A Dpassword_generator.cc83 std::string PasswordGenerator::Generate() const { function in class:autofill::PasswordGenerator
86 // Generate passwords that have numbers and upper and lower case letters.
/external/chromium_org/net/websockets/
H A Dwebsocket_test_util.h37 uint32 Generate();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc57 virtual bool Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::cpp::__anon14796::TestGenerator
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_plugin_unittest.cc57 virtual bool Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::java::__anon14808::TestGenerator
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_bundle_generator.py155 def Generate(self, _): # namespace not relevant, this is a bundle member in class:_APIHGenerator
182 def Generate(self, _): # namespace not relevant, this is a bundle member in class:_APICCGenerator
231 def Generate(self, _): # namespace not relevant, this is a bundle member in class:_SchemasHGenerator
267 def Generate(self, _): # namespace not relevant, this is a bundle member in class:_SchemasCCGenerator
H A Dfeatures_compiler.py30 # Generate a list of the features defined and a list of their models.
44 # Generate and output the code for all features.
47 code = generator.Generate(feature_list, full_path, namespace).Render()
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.h23 static void Generate(MacroAssembler* masm,
/external/pdfium/core/src/fxge/ge/
H A Dtext_int.h8 void Generate(int count, ...);

Completed in 3472 milliseconds

1234567891011>>