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

12345

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Drandom_vector.cc45 void RandomVector::Generate(size_t length, int16_t* output) { function in class:webrtc::RandomVector
H A Dcomfort_noise.cc54 int ComfortNoise::Generate(size_t requested_length, function in class:webrtc::ComfortNoise
68 // Generate noise and overlap slightly with old data.
/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_enum.cc61 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::csharp::EnumGenerator
H A Dcsharp_generator.cc58 reflectionClassGenerator.Generate(printer);
61 bool Generator::Generate( function in class:google::protobuf::compiler::csharp::Generator
H A Dcsharp_reflection_class.cc65 void ReflectionClassGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::csharp::ReflectionClassGenerator
78 enumGenerator.Generate(printer);
89 messageGenerator.Generate(printer);
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension_lite.cc59 void ImmutableExtensionLiteGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::ImmutableExtensionLiteGenerator
H A Djava_enum.cc87 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::EnumGenerator
H A Djava_enum_lite.cc86 void EnumLiteGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::EnumLiteGenerator
H A Djava_message_builder_lite.cc92 Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::MessageBuilderLiteGenerator
H A Djava_extension.cc112 void ImmutableExtensionGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::ImmutableExtensionGenerator
H A Djava_generator.cc60 bool JavaGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::java::JavaGenerator
144 // Generate main java file.
148 file_generator->Generate(&printer);
150 // Generate sibling files.
159 // Generate output list if requested.
161 // Generate output list. This is just a simple text file placed in a
H A Djava_plugin_unittest.cc63 virtual bool Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::java::__anon18955::TestGenerator
H A Djava_shared_code_generator.cc62 void SharedCodeGenerator::Generate(GeneratorContext* context, function in class:google::protobuf::compiler::java::SharedCodeGenerator
68 // Generate descriptors.
/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.cc75 bool JavaMicroGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::javamicro::JavaMicroGenerator
81 // GOOGLE_LOG(INFO) << "wink: JavaMicroGenerator::Generate INFO";
82 // GOOGLE_LOG(WARNING) << "wink: JavaMicroGenerator::Generate WARNING";
83 // GOOGLE_LOG(ERROR) << "wink: JavaMicroGenerator::Generate ERROR";
84 // GOOGLE_LOG(FATAL) << "wink: JavaMicroGenerator::Generate";
182 // Generate main java file.
186 file_generator.Generate(&printer);
189 // Generate sibling files.
192 // Generate output list if requested.
194 // Generate outpu
[all...]
/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_generator.cc48 bool ObjectiveCGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::objectivec::ObjectiveCGenerator
79 // Generate header.
87 // Generate m file.
/external/toolchain-utils/automation/clients/report/dejagnu/
H A Dmanifest.py88 def Generate(self): member in class:Manifest
H A Dreport.py59 def Generate(test_runs, manifests): function
60 """Generate HTML report from provided test runs.
77 # Generate summary and test list for each result group
/external/lzma/CPP/7zip/Crypto/
H A DRandGen.cpp99 void CRandomGenerator::Generate(Byte *data, unsigned size) function in class:CRandomGenerator
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.cc58 bool CppGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::cpp::CppGenerator
114 // Generate header(s).
154 // Generate cc file.
H A Dcpp_plugin_unittest.cc63 virtual bool Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::cpp::__anon18928::TestGenerator
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_enum.cc70 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::javanano::EnumGenerator
H A Djavanano_extension.cc133 void ExtensionGenerator::Generate(io::Printer* printer) const { function in class:google::protobuf::compiler::javanano::ExtensionGenerator
/external/pdfium/testing/tools/
H A Dtest_runner.py64 raised_exception = self.Generate(source_dir, input_filename, input_root,
99 def Generate(self, source_dir, input_filename, input_root, pdf_path): member in class:TestRunner
/external/perfetto/src/ipc/protoc_plugin/
H A Dipc_generator.cc147 // Generate the host-side declarations.
163 // Generate the client-side declarations.
228 bool IPCGenerator::Generate(const FileDescriptor* file, function in class:perfetto::ipc::IPCGenerator

Completed in 569 milliseconds

12345