HomeSort by relevance Sort by last modified time
    Searched refs:Generate (Results 101 - 125 of 403) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/base/
sslidentity_unittest.cc 57 identity1_.reset(SSLIdentity::Generate("test1"));
58 identity2_.reset(SSLIdentity::Generate("test2"));
70 // Both NSSIdentity::Generate and OpenSSLIdentity::Generate are
71 // hard-coded to generate RSA-SHA1 certificates.
sslidentity.h 139 static SSLIdentity* Generate(const std::string& common_name);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 88 bool JavaNanoGenerator::Generate(const FileDescriptor* file,
185 // Generate main java file.
189 file_generator.Generate(&printer);
192 // Generate sibling files.
195 // Generate output list if requested.
197 // Generate output list. This is just a simple text file placed in a
javanano_enum.cc 70 void EnumGenerator::Generate(io::Printer* printer) {
javanano_message.cc 90 // Generate static members for all nested types.
100 // Generate static member initializers for all nested types.
108 void MessageGenerator::Generate(io::Printer* printer) {
154 ExtensionGenerator(descriptor_->extension(i), params_).Generate(printer);
158 EnumGenerator(descriptor_->enum_type(i), params_).Generate(printer);
162 MessageGenerator(descriptor_->nested_type(i), params_).Generate(printer);
390 // To make packed = true wire compatible, we generate parsing code from a
475 // Don't override if there are no fields. We could generate an
  /system/core/rootdir/
Android.mk 40 @echo "Generate: $< -> $@"
  /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/third_party/libjingle/source/talk/base/
sslidentity.h 156 static SSLIdentity* Generate(const std::string& common_name);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/chromium_org/tools/json_schema_compiler/
features_compiler.py 30 # Generate a list of the features defined and a list of their models.
44 # Generate and output the code for all features.
47 code = generator.Generate(feature_list, full_path, namespace).Render()
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 57 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/strace/xlat/
gen.sh 7 Generate xlat header files from <input> (a file or dir of files) and write
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 25 void Generate(MacroAssembler* masm);
40 // Generate code for copying characters using the rep movs instruction.
50 // Generate string hash.
76 void Generate(MacroAssembler* masm);
103 virtual void Generate(MacroAssembler* masm);
128 void Generate(MacroAssembler* masm);
400 void Generate(MacroAssembler* masm);
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 21 void Generate(MacroAssembler* masm);
36 // Generate code for copying characters using the rep movs instruction.
46 // Generate string hash.
72 void Generate(MacroAssembler* masm);
100 virtual void Generate(MacroAssembler* masm);
128 void Generate(MacroAssembler* masm);
382 void Generate(MacroAssembler* masm);
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 25 void Generate(MacroAssembler* masm);
38 // Generate code for copying characters using the rep movs instruction.
48 // Generate string hash.
74 void Generate(MacroAssembler* masm);
101 virtual void Generate(MacroAssembler* masm);
126 void Generate(MacroAssembler* masm);
377 void Generate(MacroAssembler* masm);
  /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...]
  /development/build/
Android.mk 28 @echo Generate $@
39 @echo Generate $@
48 @echo Generate $@
  /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/
plugin.cc 126 cerr << argv[0] << ": protoc asked plugin to generate a file but "
140 bool succeeded = generator->Generate(
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.h 67 virtual bool Generate(const FileDescriptor* file,
146 // Very coarse-grained lock to ensure that Generate() is reentrant.
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filters_neon.S 39 @ Generate the first coefficient r0.
80 @ Generate rest of the coefficients

Completed in 625 milliseconds

1 2 3 45 6 7 8 91011>>