Searched refs:Generate (Results 101 - 125 of 298) sorted by relevance

1234567891011>>

/external/v8/src/
H A Dcode-stubs.cc58 // Generate the code for the stub.
61 Generate(masm);
114 // Generate the new code.
202 void ICCompareStub::Generate(MacroAssembler* masm) { function in class:v8::internal::ICCompareStub
263 void KeyedLoadElementStub::Generate(MacroAssembler* masm) { function in class:v8::internal::KeyedLoadElementStub
293 void KeyedStoreElementStub::Generate(MacroAssembler* masm) { function in class:v8::internal::KeyedStoreElementStub
432 void ElementsTransitionAndStoreStub::Generate(MacroAssembler* masm) { function in class:v8::internal::ElementsTransitionAndStoreStub
/external/llvm/utils/TableGen/
H A Dtdtags31 -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
197 # Generate tags for the list of files in $TMP:T.
211 # Generate tags for each file.
258 # Generate tags for the current directory.
265 # Generate tags for the current directory, and report an error if there are
276 # Generate tag
[all...]
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h51 void Generate(MacroAssembler* masm);
69 void Generate(MacroAssembler* masm);
115 void Generate(MacroAssembler* masm);
210 void Generate(MacroAssembler* masm);
249 // Generate code for copying characters using a simple loop. This should only
260 // Generate code for copying characters using the rep movs instruction.
287 // Generate string hash.
326 void Generate(MacroAssembler* masm);
348 void Generate(MacroAssembler* masm);
375 virtual void Generate(MacroAssemble
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dnssidentity.cc59 NSSKeyPair *NSSKeyPair::Generate() { function in class:talk_base::NSSKeyPair
205 NSSIdentity *NSSIdentity::Generate(const std::string &common_name) { function in class:talk_base::NSSIdentity
214 NSSKeyPair *keypair = NSSKeyPair::Generate();
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_message.cc150 // Generate static members for all nested types.
160 // Generate static member initializers for all nested types.
172 void MessageGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::javamicro::MessageGenerator
200 EnumGenerator(descriptor_->enum_type(i), params_).Generate(printer);
204 MessageGenerator(descriptor_->nested_type(i), params_).Generate(printer);
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/chromium_org/remoting/base/
H A Drsa_key_pair.cc29 scoped_refptr<RsaKeyPair> RsaKeyPair::Generate() { function in class:remoting::RsaKeyPair
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc140 bool succeeded = generator->Generate(
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h67 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/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc129 bool succeeded = generator->Generate(
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h67 virtual bool Generate(const FileDescriptor* file,
140 // Very coarse-grained lock to ensure that Generate() is reentrant.
143 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
145 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
/external/chromium_org/chrome/browser/ui/views/
H A Dpassword_generation_bubble_view.cc171 textfield_->SetText(ASCIIToUTF16(password_generator_->Generate()));
229 ASCIIToUTF16(password_generator_->Generate()));
/external/chromium_org/ppapi/generators/
H A Didl_generator.py63 def Generate(self, ast, options): member in class:Generator
71 # Generate list of files to ignore due to errors
88 # Generate 'start' and 'end' represent first and last found.
97 InfoOut.Log('Generate range %s of %s.' % (rangestr, self.name))
120 InfoOut.Log('Generate release %s of %s.' % (releasestr, self.name))
149 if gen.Generate(ast, options):
246 print 'Generate release: Failed.\n'
256 print 'Generate range: Failed.\n'
/external/chromium_org/tools/json_schema_compiler/
H A Dpreview.py232 # Generate code
236 .Generate(namespace).Render())
239 .Generate(namespace).Render())
H A Dh_generator.py15 def Generate(self, namespace): member in class:HGenerator
18 self._cpp_namespace).Generate()
32 def Generate(self): member in class:_Generator
140 """Generate the declaration of a C++ enum.
345 """Generate the structures required by a property such as OBJECT classes
H A Dcompiler.py118 code = generator.Generate(namespace).Render()
/external/libvpx/libvpx/examples/
H A Dgen_example_doxy.php38 * Generate XHTML body
95 * Generate Doxygen Body
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh27 --exe Generate a project for building an Application
28 --lib Generate a project for creating a static library
29 --dll Generate a project for creating a dll
H A Dgen_msvs_vcxproj.sh27 --exe Generate a project for building an Application
28 --lib Generate a project for creating a static library
29 --dll Generate a project for creating a dll
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dgmock_class.py17 """Generate Google Mock classes from base classes.
180 entire_ast = filter(None, builder.Generate())
/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
/external/chromium_org/third_party/re2/re2/testing/
H A Dexhaustive_tester.cc162 t.Generate();
H A Dpossible_match_test.cc235 t.Generate();
/external/chromium_org/v8/src/
H A Dcodegen.cc206 void ArgumentsAccessStub::Generate(MacroAssembler* masm) { function in class:v8::internal::ArgumentsAccessStub

Completed in 390 milliseconds

1234567891011>>