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

1 2 3 4

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
random_vector.cc 45 void RandomVector::Generate(size_t length, int16_t* output) {
comfort_noise.cc 52 int ComfortNoise::Generate(size_t requested_length,
65 // Generate noise and overlap slightly with old data.
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/chrome/browser/extensions/activity_log/
generate_ad_network_hashes.py 65 def Generate(input_filename, output_root_filename):
66 '''Generate the .h and .cc files for the hashed_ad_network source files.
71 The root name of the output files. This will generate a .h and .cc file,
92 description='Generate hashed_ad_networks.[h,cc] source files')
102 Generate(args.input_file, args.out)
  /external/chromium_org/gpu/command_buffer/common/
mailbox.cc 35 Mailbox Mailbox::Generate() {
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_notice.py 59 def Generate(output_filename, root, files):
85 Generate(options.output, options.root, args)
  /external/chromium_org/net/android/tools/
proxy_test_cases.py 11 To generate C++, run this script without arguments.
12 To generate Java, run this script with -j argument.
284 """Generate C++ test cases"""
286 def Generate(self):
310 """Generate Java test cases"""
312 def Generate(self):
355 generator.Generate()
  /external/chromium_org/rlz/lib/
crc8.cc 51 bool Crc8::Generate(const unsigned char *data, int length,
82 if (!Generate(data, length, &calculated_crc))
  /external/chromium_org/tools/json_schema_compiler/
features_cc_generator.py 12 def Generate(self, feature_defs, source_file, namespace):
13 return _Generator(feature_defs, source_file, namespace).Generate()
26 def Generate(self):
44 # Generate the constructor.
56 # Generate the ToString function.
78 # Generate the FromString function.
features_h_generator.py 12 def Generate(self, features, source_file, namespace):
13 return _Generator(features, source_file, namespace).Generate()
26 def Generate(self):
  /external/chromium_org/v8/test/cctest/compiler/
graph-builder-tester.cc 33 byte* MachineCallHelper::Generate() {
  /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.
cpp_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 70 void EnumGenerator::Generate(io::Printer* printer) {
java_extension.cc 128 void ExtensionGenerator::Generate(io::Printer* printer) {
java_generator.cc 52 bool JavaGenerator::Generate(const FileDescriptor* file,
101 // Generate main java file.
105 file_generator.Generate(&printer);
107 // Generate sibling files.
110 // Generate output list if requested.
112 // Generate output list. This is just a simple text file placed in a
java_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
java_file.cc 169 ": Cannot generate Java output because the file's outer class name, \"");
181 void FileGenerator::Generate(io::Printer* printer) {
227 EnumGenerator(file_->enum_type(i)).Generate(printer);
232 messageGenerator.Generate(printer);
236 ServiceGenerator(file_->service(i)).Generate(printer);
244 ExtensionGenerator(file_->extension(i)).Generate(printer);
286 // byte array causes the Java compiler to generate *instructions* to
357 // generate, when processing the ".proto" files. We call this DescriptorPool
460 &EnumGenerator::Generate);
470 &MessageGenerator::Generate);
    [all...]
java_service.cc 52 void ServiceGenerator::Generate(io::Printer* printer) {
73 // Generate getDescriptor() and getDescriptorForType().
84 // Generate more stuff.
  /external/chromium_org/third_party/webrtc/base/
sslidentity.cc 97 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) {
116 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) {
117 return OpenSSLIdentity::Generate(common_name);
135 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) {
136 return NSSIdentity::Generate(common_name);
  /external/chromium_org/chromecast/media/cma/base/
frame_generator_for_test.cc 42 scoped_refptr<DecoderBufferBase> FrameGeneratorForTest::Generate() {
60 // Generate the frame data.
66 // Generate the decrypt configuration.
  /external/chromium_org/remoting/base/
rsa_key_pair.cc 29 scoped_refptr<RsaKeyPair> RsaKeyPair::Generate() {
32 LOG(ERROR) << "Cannot generate private key.";
  /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/components/autofill/core/browser/
password_generator.cc 83 std::string PasswordGenerator::Generate() const {
86 // Generate passwords that have numbers and upper and lower case letters.
  /external/chromium_org/ppapi/generators/
idl_generator.py 15 Option('release', 'Which release to generate.', default='')
63 def Generate(self, ast, options):
71 # Generate list of files to ignore due to errors
82 self.Error('Failed to generate for %s, incorrect range: "%s"' %
88 # Generate 'start' and 'end' represent first and last found.
97 InfoOut.Log('Generate range %s of %s.' % (rangestr, self.name))
100 self.Error('Failed to generate range %s : %s.' %(vmin, vmax))
120 InfoOut.Log('Generate release %s of %s.' % (releasestr, self.name))
123 self.Error('Failed to generate release %s.' % releasestr)
149 if gen.Generate(ast, options)
    [all...]

Completed in 688 milliseconds

1 2 3 4