HomeSort by relevance Sort by last modified time
    Searched full:generate (Results 26 - 50 of 5499) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
virt-dtor-gen.cpp 4 // Make sure we generate all three forms of the destructor when it is virtual.
  /external/valgrind/main/drd/scripts/
run-splash2-water-input 3 ## Generate input for water-n2 and water-sp. Argument $1 is the number of
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
builds.html 47 <h2>Generate</h2>
49 From this view, it is also possible to generate HTML pages using the generate
51 <p><img src="images/builds-generate-menu.png" alt="Generate results: menu item"/></p>
55 <p><img src="images/builds-generate-baseline.png" alt="Generate results: baseline selection"/></p>
57 And also whether you only want to generate the fingerprints or all the data:
58 <p><img src="images/builds-generate-fingerprints.png" alt="Generate results: fingerprints"/></p
    [all...]
  /external/llvm/utils/TableGen/
TableGen.cpp 67 "Generate machine code emitter"),
69 "Generate registers and register classes info"),
71 "Generate instruction descriptions"),
73 "Generate calling convention descriptions"),
75 "Generate assembly writer"),
77 "Generate disassembler"),
79 "Generate pseudo instruction lowering"),
81 "Generate assembly instruction matcher"),
83 "Generate a DAG instruction selector"),
85 "Generate DFA Packetizer for VLIW targets")
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h 65 // Generate foward declarations for this class and all its nested types.
68 // Generate definitions of all nested enums (must come before class
72 // Generate specializations of GetEnumDescriptor<MyEnum>().
76 // Generate definitions for this class and all its nested types.
79 // Generate definitions of inline methods (placed at the end of the header
85 // Generate code which declares all the global descriptor pointers which
89 // Generate code that initializes the global variable storing the message's
93 // Generate code that calls MessageFactory::InternalRegisterGeneratedMessage()
109 // Generate all non-inline methods for this class.
113 // Generate declarations and definitions of accessors for fields
    [all...]
cpp_service.h 63 // Generate the class definitions for the service's interface and the
69 // Generate code that initializes the global variable storing the service's
73 // Generate implementations of everything declared by GenerateDeclarations().
82 // Generate the service abstract interface.
85 // Generate the stub class definition.
94 // Generate the default implementations of the service methods, which
98 // Generate the CallMethod() method of the service.
101 // Generate the Get{Request,Response}Prototype() methods.
104 // Generate the stub's implementations of the service methods.
cpp_field.h 67 // Generate lines of code declaring members fields of the message class
72 // Generate prototypes for all of the accessor functions related to this
76 // Generate inline definitions of accessor functions for this field.
81 // Generate definitions of accessors that aren't inlined. These are
87 // Generate lines of code (statements, not declarations) which clear the
92 // Generate lines of code (statements, not declarations) which merges the
100 // Generate lines of code (statements, not declarations) which swaps
107 // Generate initialization code for private members declared by
112 // Generate any code that needs to go in the class's SharedDtor() method,
117 // Generate lines to decode this field, which will be placed inside th
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509V1CertificateGenerator.java 181 * generate an X509 certificate, based on the current issuer and subject
183 * @deprecated use generate(key, "BC")
200 * generate an X509 certificate, based on the current issuer and subject
202 * @deprecated use generate(key, random, "BC")
220 * generate an X509 certificate, based on the current issuer and subject,
223 * @deprecated use generate()
234 * generate an X509 certificate, based on the current issuer and subject,
237 * @deprecated use generate()
247 return generate(key, provider, random);
268 * generate an X509 certificate, based on the current issuer and subjec
275 public X509Certificate generate( method in class:X509V1CertificateGenerator
290 public X509Certificate generate( method in class:X509V1CertificateGenerator
315 public X509Certificate generate( method in class:X509V1CertificateGenerator
328 public X509Certificate generate( method in class:X509V1CertificateGenerator
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-6-n.js 39 3. If Type(Result(2)) is not Object, generate a runtime error.
41 generate a runtime error.
44 6. If Type(Result(5)) is not Object, generate a runtime error.
53 4. If Type(Result(2)) is not Object, generate a runtime error.
55 generate a runtime error.
58 7. If Type(Result(6)) is not Object, generate a runtime error.
  /frameworks/compile/slang/
RSSpec.mk 19 define generate-rs-spec-inc
32 $(call generate-rs-spec-inc,clang-builtin-enums)
38 $(call generate-rs-spec-inc,rs-data-type-enums)
44 $(call generate-rs-spec-inc,rs-matrix-type-enums)
50 $(call generate-rs-spec-inc,rs-object-type-enums)
56 $(call generate-rs-spec-inc,rs-data-element-enums)
  /external/clang/test/Rewriter/
finally.m 31 return; // The rewriter knows how to generate code for implicit finally
37 return; // The rewriter knows how to generate code for implicit finally
  /external/grub/docs/
grub-terminfo.8 4 grub-terminfo \- Generate a terminfo command from a terminfo name
9 Generate a terminfo command from a terminfo name.
  /external/llvm/docs/CommandGuide/
llvm-stress.pod 5 llvm-stress - generate random .ll files
13 The B<llvm-stress> tool is used to generate random .ll files that can be used to
  /external/valgrind/main/VEX/
TODO.txt 17 Improved isel for memcheck artefacts on x86 (generate neg ; sbbl)
27 x86 iselIntExpr_RMI: actually generate the M case if possible
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/apicheck/
ApiTargetTest.java.txt 12 // No annotation: should generate warning if manifest SDK < 8
35 // Overriding class min sdk: this should generate
  /external/antlr/antlr-3.4/runtime/Python/tests/
t045dfabug.g 8 // this rule used to generate an infinite loop in DFA.predict
  /external/chromium/chrome/browser/ui/cocoa/
nsview_additions.h 13 // Returns the line width that will generate a 1 pixel wide line.
  /external/chromium/third_party/libjingle/source/talk/site_scons/site_tools/
talk_noops.py 11 def generate(env): function
  /external/clang/test/CodeGen/
2002-03-12-ArrayInitialization.c 3 /* GCC would generate bad code if not enough initializers are
  /external/e2fsprogs/misc/
uuidgen.1.in 31 can generate: time-based UUID's and random-based UUID's. By
34 will generate a random-based UUID if a high-quality random number
45 Generate a random-based UUID. This method creates a UUID consisting mostly
51 Generate a time-based UUID. This method creates a UUID based on the system
  /external/kernel-headers/original/
README.TXT 1 This directory contains the original kernel headers that are used to generate Bionic's "cleaned-up" user-land headers.
  /external/llvm/test/Archive/
toc_GNU.ll 2 ;This test just makes sure that llvm-ar can generate a table of contents for
toc_MacOSX.ll 2 ;This test just makes sure that llvm-ar can generate a table of contents for
toc_SVR4.ll 2 ;This test just makes sure that llvm-ar can generate a table of contents for
toc_xpg4.ll 2 ;This test just makes sure that llvm-ar can generate a table of contents for

Completed in 521 milliseconds

12 3 4 5 6 7 8 91011>>