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

1 2 3 4 5

  /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/third_party/libjingle/source/talk/base/
sslidentity.cc 114 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) {
133 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) {
134 return OpenSSLIdentity::Generate(common_name);
152 SSLIdentity* SSLIdentity::Generate(const std::string& common_name) {
153 return NSSIdentity::Generate(common_name);
  /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_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
  /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/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 54 bool CppGenerator::Generate(const FileDescriptor* file,
100 // Generate header.
108 // Generate cc file.
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 69 void EnumGenerator::Generate(io::Printer* printer) {
java_extension.cc 89 void ExtensionGenerator::Generate(io::Printer* printer) {
java_generator.cc 52 bool JavaGenerator::Generate(const FileDescriptor* file,
95 // Generate main java file.
99 file_generator.Generate(&printer);
101 // Generate sibling files.
104 // Generate output list if requested.
106 // Generate output list. This is just a simple text file placed in a
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.cc 70 void EnumGenerator::Generate(io::Printer* printer) {
javamicro_generator.cc 75 bool JavaMicroGenerator::Generate(const FileDescriptor* file,
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 output list. This is just a simple text file placed in
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum.cc 70 void EnumGenerator::Generate(io::Printer* printer) {
javanano_extension.cc 133 void ExtensionGenerator::Generate(io::Printer* printer) const {
  /external/chromium_org/remoting/base/
rsa_key_pair.cc 29 scoped_refptr<RsaKeyPair> RsaKeyPair::Generate() {
32 LOG(ERROR) << "Cannot generate private key.";

Completed in 455 milliseconds

1 2 3 4 5