HomeSort by relevance Sort by last modified time
    Searched refs:Generate (Results 126 - 150 of 541) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/test/
strength.go 7 // Generate test of strength reduction for multiplications
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 33 To generate text using this table we select an initial prefix ("I am", for
102 // Generate returns a string of at most n words generated from Chain.
103 func (c *Chain) Generate(n int) string {
128 text := c.Generate(*numWords) // Generate text.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11256.go 43 // Generate some garbage.
  /prebuilts/go/linux-x86/test/
init1.go 32 // Generate 1,000 MB of garbage, only retaining 1 MB total.
strength.go 7 // Generate test of strength reduction for multiplications
  /external/lzma/CPP/7zip/Crypto/
RandGen.cpp 99 void CRandomGenerator::Generate(Byte *data, unsigned size)
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_enum.cc 61 void EnumGenerator::Generate(io::Printer* printer) {
csharp_reflection_class.cc 65 void ReflectionClassGenerator::Generate(io::Printer* printer) {
78 enumGenerator.Generate(printer);
89 messageGenerator.Generate(printer);
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 63 virtual bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.cc 70 void EnumGenerator::Generate(io::Printer* printer) {
javamicro_message.cc 150 // Generate static members for all nested types.
160 // Generate static member initializers for all nested types.
172 void MessageGenerator::Generate(io::Printer* printer) {
200 EnumGenerator(descriptor_->enum_type(i), params_).Generate(printer);
204 MessageGenerator(descriptor_->nested_type(i), params_).Generate(printer);
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 63 virtual bool Generate(const FileDescriptor* file,
  /external/toolchain-utils/automation/clients/report/dejagnu/
manifest.py 88 def Generate(self):
  /external/webrtc/webrtc/base/
rtccertificate_unittests.cc 77 // is fast to generate.
86 // Generate a real certificate without specifying the expiration time.
87 // Certificate type doesn't matter, using ECDSA because it's fast to generate.
89 SSLIdentity::Generate(kTestCertCommonName, KeyParams::ECDSA()));
108 // Generate a certificate that expires in 1s.
opensslidentity.cc 45 // Generate a key pair. Caller is responsible for freeing the returned object.
92 // Generate a self-signed certificate, with the public key from the
164 OpenSSLKeyPair* OpenSSLKeyPair::Generate(const KeyParams& key_params) {
207 OpenSSLCertificate* OpenSSLCertificate::Generate(
404 OpenSSLKeyPair* key_pair = OpenSSLKeyPair::Generate(params.key_params);
407 OpenSSLCertificate::Generate(key_pair, params);
416 OpenSSLIdentity* OpenSSLIdentity::Generate(const std::string& common_name,
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.cc 151 // Generate num_samples of DTMF signal and write to |output|.
152 int DtmfToneGenerator::Generate(size_t num_samples,
  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.cpp 21 void Generate(int count, ...);
26 void CPDF_UniqueKeyGen::Generate(int count, ...) {
93 keygen.Generate(
  /external/llvm/utils/TableGen/
tdtags 31 -x <recipe> Generate tags file(s) for a common use case:
40 all - Generate an index in each directory that contains .td files
42 here - Generate an index for all .td files in the current directory.
43 recurse - Generate an index in each directory that contains .td files
46 - Generate a tags file for each specified LLVM code generator
54 $SELF - generate ctags(1)-compatible index files for tblgen .td source
113 # $TMP:W Directories in which to generate tags (Worklist).
197 # Generate tags for the list of files in $TMP:T.
211 # Generate tags for each file.
258 # Generate tags for the current directory
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
main.go 14 Generate a trace file with 'go test':
18 Generate a pprof-like profile from the trace:
52 Generate a pprof-like profile from the trace:
110 dief("failed to generate pprof: %v\n", err)
  /prebuilts/go/linux-x86/src/cmd/trace/
main.go 14 Generate a trace file with 'go test':
18 Generate a pprof-like profile from the trace:
52 Generate a pprof-like profile from the trace:
110 dief("failed to generate pprof: %v\n", err)
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class_test.py 53 ast_list = list(builder.Generate())
207 ast_list = list(builder.Generate())
  /external/pdfium/core/fxge/ge/
fx_ge_text.cpp 117 void _CFX_UniqueKeyGen::Generate(int count, ...) {
  /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 {
javanano_message.cc 90 // Generate static members for all nested types.
101 // Generate static member initializers for all nested types.
110 void MessageGenerator::Generate(io::Printer* printer) {
172 ExtensionGenerator(descriptor_->extension(i), params_).Generate(printer);
176 EnumGenerator(descriptor_->enum_type(i), params_).Generate(printer);
181 MessageGenerator(descriptor_->nested_type(i), params_).Generate(printer);
460 // To make packed = true wire compatible, we generate parsing code from a
587 // Don't override if there are no fields. We could generate an

Completed in 831 milliseconds

1 2 3 4 56 7 8 91011>>