/external/webrtc/webrtc/modules/audio_coding/neteq/ |
H A D | random_vector.cc | 45 void RandomVector::Generate(size_t length, int16_t* output) { function in class:webrtc::RandomVector
|
H A D | comfort_noise.cc | 54 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 D | csharp_enum.cc | 61 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::csharp::EnumGenerator
|
H A D | csharp_generator.cc | 58 reflectionClassGenerator.Generate(printer); 61 bool Generator::Generate( function in class:google::protobuf::compiler::csharp::Generator
|
H A D | csharp_reflection_class.cc | 65 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 D | java_extension_lite.cc | 59 void ImmutableExtensionLiteGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::ImmutableExtensionLiteGenerator
|
H A D | java_enum.cc | 87 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::EnumGenerator
|
H A D | java_enum_lite.cc | 86 void EnumLiteGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::EnumLiteGenerator
|
H A D | java_message_builder_lite.cc | 92 Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::MessageBuilderLiteGenerator
|
H A D | java_extension.cc | 112 void ImmutableExtensionGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::ImmutableExtensionGenerator
|
H A D | java_generator.cc | 60 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 D | java_plugin_unittest.cc | 63 virtual bool Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::java::__anon17104::TestGenerator
|
H A D | java_shared_code_generator.cc | 62 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 D | javamicro_enum.cc | 70 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::javamicro::EnumGenerator
|
H A D | javamicro_generator.cc | 75 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 D | objectivec_generator.cc | 48 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 D | manifest.py | 88 def Generate(self): member in class:Manifest
|
H A D | report.py | 59 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 D | RandGen.cpp | 99 void CRandomGenerator::Generate(Byte *data, unsigned size)
function in class:CRandomGenerator
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_generator.cc | 58 bool CppGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::cpp::CppGenerator 114 // Generate header(s). 154 // Generate cc file.
|
H A D | cpp_plugin_unittest.cc | 63 virtual bool Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::cpp::__anon17077::TestGenerator
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
H A D | javanano_enum.cc | 70 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::javanano::EnumGenerator
|
H A D | javanano_extension.cc | 133 void ExtensionGenerator::Generate(io::Printer* printer) const { function in class:google::protobuf::compiler::javanano::ExtensionGenerator
|
H A D | javanano_generator.cc | 93 bool JavaNanoGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::javanano::JavaNanoGenerator 212 // Generate main java file. 216 file_generator.Generate(&printer); 219 // Generate sibling files. 222 // Generate output list if requested. 224 // Generate output list. This is just a simple text file placed in a
|
/external/pdfium/testing/tools/ |
H A D | test_runner.py | 62 raised_exception = self.Generate(source_dir, input_filename, input_root, 85 def Generate(self, source_dir, input_filename, input_root, pdf_path): member in class:TestRunner
|