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

12345

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dgenerate_ad_network_hashes.py65 def Generate(input_filename, output_root_filename): function
66 '''Generate the .h and .cc files for the hashed_ad_network source files.
92 description='Generate hashed_ad_networks.[h,cc] source files')
102 Generate(args.input_file, args.out)
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dgenerate_notice.py59 def Generate(output_filename, root, files): function
85 Generate(options.output, options.root, args)
/external/chromium_org/net/android/tools/
H A Dproxy_test_cases.py284 """Generate C++ test cases"""
286 def Generate(self): member in class:GenerateCPlusPlus
310 """Generate Java test cases"""
312 def Generate(self): member in class:GenerateJava
355 generator.Generate()
/external/chromium_org/third_party/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.cc52 int ComfortNoise::Generate(size_t requested_length, function in class:webrtc::ComfortNoise
65 // Generate noise and overlap slightly with old data.
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/tools/json_schema_compiler/
H A Dfeatures_cc_generator.py12 def Generate(self, feature_defs, source_file, namespace): member in class:CCGenerator
13 return _Generator(feature_defs, source_file, namespace).Generate()
26 def Generate(self): member in class:_Generator
44 # Generate the constructor.
56 # Generate the ToString function.
78 # Generate the FromString function.
H A Dfeatures_h_generator.py12 def Generate(self, features, source_file, namespace): member in class:HGenerator
13 return _Generator(features, source_file, namespace).Generate()
26 def Generate(self): member in class:_Generator
/external/chromium_org/gpu/command_buffer/common/
H A Dmailbox.cc35 Mailbox Mailbox::Generate() { function in class:gpu::Mailbox
/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/third_party/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
102 // Generate header.
110 // Generate cc file.
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.cc70 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::EnumGenerator
H A Djava_extension.cc128 void ExtensionGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::ExtensionGenerator
H A Djava_generator.cc52 bool JavaGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::java::JavaGenerator
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/v8/test/cctest/compiler/
H A Dgraph-builder-tester.cc33 byte* MachineCallHelper::Generate() { function in class:v8::internal::compiler::MachineCallHelper
/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.
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.cc69 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::EnumGenerator
H A Djava_extension.cc89 void ExtensionGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::ExtensionGenerator
H A Djava_generator.cc52 bool JavaGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::java::JavaGenerator
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/
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/javanano/
H A Djavanano_enum.cc70 void EnumGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::javanano::EnumGenerator
/external/chromium_org/remoting/base/
H A Drsa_key_pair.cc29 scoped_refptr<RsaKeyPair> RsaKeyPair::Generate() { function in class:remoting::RsaKeyPair
/external/chromium_org/chromecast/media/cma/base/
H A Dframe_generator_for_test.cc42 scoped_refptr<DecoderBufferBase> FrameGeneratorForTest::Generate() { function in class:chromecast::media::FrameGeneratorForTest
60 // Generate the frame data.
66 // Generate the decrypt configuration.
/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.

Completed in 673 milliseconds

12345