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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/ia32/
code-stubs-ia32.cc 27 void ArrayNArgumentsConstructorStub::Generate(MacroAssembler* masm) {
60 void StoreBufferOverflowStub::Generate(MacroAssembler* masm) {
121 void DoubleToIStub::Generate(MacroAssembler* masm) {
317 void MathPowStub::Generate(MacroAssembler* masm) {
465 void RegExpExecStub::Generate(MacroAssembler* masm) {
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 31 void ArrayNArgumentsConstructorStub::Generate(MacroAssembler* masm) {
64 void StoreBufferOverflowStub::Generate(MacroAssembler* masm) {
95 void DoubleToIStub::Generate(MacroAssembler* masm) {
209 void MathPowStub::Generate(MacroAssembler* masm) {
353 void RegExpExecStub::Generate(MacroAssembler* masm) {
    [all...]
  /packages/services/Car/car-support-lib/
Android.mk 111 # Generate offline docs
  /prebuilts/go/darwin-x86/src/cmd/link/
linkbig_test.go 34 // Generate the scenario where the total amount of text exceeds the
69 // There are lots of dummy code generated in the .s files just to generate a lot
  /prebuilts/go/linux-x86/src/cmd/link/
linkbig_test.go 34 // Generate the scenario where the total amount of text exceeds the
69 // There are lots of dummy code generated in the .s files just to generate a lot
  /external/v8/src/x87/
code-stubs-x87.cc 27 void ArrayNArgumentsConstructorStub::Generate(MacroAssembler* masm) {
60 void StoreBufferOverflowStub::Generate(MacroAssembler* masm) {
111 void DoubleToIStub::Generate(MacroAssembler* masm) {
261 void MathPowStub::Generate(MacroAssembler* masm) {
284 void RegExpExecStub::Generate(MacroAssembler* masm) {
809 // type conversion, so we generate code to do fast comparison for objects
    [all...]
  /build/kati/cmd/kati/
main.go 84 flag.BoolVar(&generateNinja, "ninja", false, "Generate build.ninja.")
85 flag.BoolVar(&regenNinja, "gen_regen_rule", false, "Generate regenerate build.ninja rule.")
  /external/autotest/frontend/afe/
control_file.py 180 Generate a control file for a sequence of tests.
  /external/libmojo/
Android.mk 23 # TODO(lhchavez): Generate this file instead of hardcoding it.
47 # Generate all JNI header files.
  /external/lzma/CPP/7zip/Crypto/
7zAes.cpp 158 g_RandomGenerator.Generate(_key.Salt, _key.SaltSize);
168 g_RandomGenerator.Generate(_iv, _ivSize);
197 // _key.SaltSize = 4; g_RandomGenerator.Generate(_key.Salt, _key.SaltSize);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 92 public void Generate()
276 rg.Generate();
  /external/protobuf/src/google/protobuf/compiler/cpp/
metadata_test.cc 63 virtual bool Generate(const FileDescriptor* file, const string& parameter,
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 87 void EnumGenerator::Generate(io::Printer* printer) {
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.h 66 // Error if there are two types that would generate the same output file?
98 virtual bool Generate(const FileDescriptor* file,
102 *error = "Unimplemented Generate() method. Call GenerateAll() instead.";
117 // Generate goog.provides() calls.
144 // Generate goog.setTestOnly() if indicated.
148 // Generate goog.requires() calls.
187 // Generate definitions for all message classes and enums in all files,
199 // Generate definitions for all message classes and enums.
204 // Generate definition for one class.
263 // Generate definition for one enum
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 129 bool MockCodeGenerator::Generate(
  /external/regex-re2/re2/testing/
regexp_generator.cc 59 void RegexpGenerator::Generate() {
89 // Each sequence is handed off to RunPostfix to generate a regular expression.
  /external/toolchain-utils/automation/clients/report/
validate_failures.py 192 manifest_strings = [manifest.Generate() for manifest in manifests]
  /external/v8/src/arm64/
codegen-arm64.cc 52 // generated by FullCodeGenerator::Generate.
96 void StringCharLoadGenerator::Generate(MacroAssembler* masm,
  /external/v8/src/compiler/
code-generator-impl.h 200 virtual void Generate() = 0;
  /external/vixl/tools/test_generator/
parser.py 81 # input types can generate different C++ code by overriding the `Load` and
280 "in-it-block": "{cond}", // Generate an extra IT instruction. This string
329 // use when naming the file to generate.
415 objects that can be used to generate C++.
432 # generate a file.
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore.cc 39 // Passed to SSLIdentity::Generate, "WebRTC". Used for the certificates'
53 // This class runs on the worker thread to generate the identity. It's necessary
72 rtc::SSLIdentity::Generate(kIdentityName, key_type_));
128 // Preemptively generate identities unless the worker thread and signaling
228 LOG(LS_WARNING) << "Failed to generate DTLS identity (preemptively).";
235 LOG(LS_WARNING) << "Failed to generate DTLS identity.";
239 // Preemptively generate another identity of the same type?
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/
js_generator.h 66 // Error if there are two types that would generate the same output file?
98 virtual bool Generate(const FileDescriptor* file,
102 *error = "Unimplemented Generate() method. Call GenerateAll() instead.";
117 // Generate goog.provides() calls.
144 // Generate goog.setTestOnly() if indicated.
148 // Generate goog.requires() calls.
187 // Generate definitions for all message classes and enums in all files,
199 // Generate definitions for all message classes and enums.
204 // Generate definition for one class.
263 // Generate definition for one enum
    [all...]
  /external/v8/src/
code-stubs.cc 128 // Generate the new code.
135 // Generate the code for the stub.
140 Generate(&masm);
284 // Generate the uninitialized versions of the stub.
290 // Generate special versions of the stub.
311 // Generate special versions of the stub.
397 void CompareICStub::Generate(MacroAssembler* masm) {
506 assembler.Return(Generate( \
521 compiler::Node* AddWithFeedbackStub::Generate(CodeStubAssembler* assembler,
730 compiler::Node* SubtractWithFeedbackStub::Generate(
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
phi.go 70 // Generate a numbering for these variables.
166 // Generate phi ops for each variable.
515 // Generate a FwdRef for the variable and return that.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
phi.go 70 // Generate a numbering for these variables.
166 // Generate phi ops for each variable.
515 // Generate a FwdRef for the variable and return that.

Completed in 681 milliseconds

1 2 3 4 5 6 7 8 91011>>