HomeSort by relevance Sort by last modified time
    Searched full:generate (Results 151 - 175 of 11781) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
zgoos_netbsd.go 1 // generated by gengoos.go using 'go generate'
zgoos_openbsd.go 1 // generated by gengoos.go using 'go generate'
zgoos_plan9.go 1 // generated by gengoos.go using 'go generate'
zgoos_solaris.go 1 // generated by gengoos.go using 'go generate'
zgoos_windows.go 1 // generated by gengoos.go using 'go generate'
  /prebuilts/go/linux-x86/test/
index0.go 7 // Generate test of index and slice bounds checks.
index1.go 7 // Generate test of index and slice bounds checks.
index2.go 7 // Generate test of index and slice bounds checks.
rotate0.go 7 // Generate test of bit rotations.
rotate1.go 7 // Generate test of bit rotations.
rotate2.go 7 // Generate test of bit rotations.
rotate3.go 7 // Generate test of bit rotations.
  /sdk/apps/DeviceConfig/res/values/
strings.xml 6 <string name="generate_config">Generate Config</string>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-auto-2.s 8 bgt 2b @ This should not generate a new IT block
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-group3.s 1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs,
farcall-group4.s 1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs,
rodata-merge-map1.s 4 @ generate a $d symbol at its beginning.
rodata-merge-map3.s 3 @ rodata-merge-map1.s), and generate a (redundant, but harmless)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers.h 7 /* Generate a .symver reference with symbol prefixes.
  /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/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
generate_unittest.py 8 from py_vulcanize import generate
38 generate.GenerateJS(load_sequence)
44 result = generate.GenerateStandaloneHTMLAsString(load_sequence)
52 class ExtraScript(generate.ExtraScript):
57 result = generate.GenerateStandaloneHTMLAsString(
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h 67 // Generate foward declarations for this class and all its nested types.
70 // Generate definitions of all nested enums (must come before class
74 // Generate specializations of GetEnumDescriptor<MyEnum>().
78 // Generate definitions for this class and all its nested types.
81 // Generate definitions of inline methods (placed at the end of the header
87 // Generate code which declares all the global descriptor pointers which
91 // Generate code that initializes the global variable storing the message's
95 // Generate code that calls MessageFactory::InternalRegisterGeneratedMessage()
111 // Generate all non-inline methods for this class.
115 // 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.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V1CertificateGenerator.java 177 * generate an X509 certificate, based on the current issuer and subject
179 * @deprecated use generate(key, "BC")
196 * generate an X509 certificate, based on the current issuer and subject
198 * @deprecated use generate(key, random, "BC")
216 * generate an X509 certificate, based on the current issuer and subject,
219 * @deprecated use generate()
230 * generate an X509 certificate, based on the current issuer and subject,
233 * @deprecated use generate()
243 return generate(key, provider, random);
264 * generate an X509 certificate, based on the current issuer and subjec
271 public X509Certificate generate( method in class:X509V1CertificateGenerator
286 public X509Certificate generate( method in class:X509V1CertificateGenerator
311 public X509Certificate generate( method in class:X509V1CertificateGenerator
324 public X509Certificate generate( method in class:X509V1CertificateGenerator
    [all...]
  /external/llvm/docs/CommandGuide/
tblgen.rst 70 Generate machine code emitter.
74 Generate registers and register classes info.
78 Generate instruction descriptions.
82 Generate the assembly writer.
86 Generate disassembler.
90 Generate pseudo instruction lowering.
94 Generate a DAG (Directed Acycle Graph) instruction selector.
98 Generate assembly instruction matcher.
102 Generate DFA Packetizer for VLIW targets.
106 Generate a "fast" instruction selector
    [all...]

Completed in 1238 milliseconds

1 2 3 4 5 67 8 91011>>