HomeSort by relevance Sort by last modified time
    Searched refs:Generate (Results 251 - 275 of 611) sorted by null

<<11121314151617181920>>

  /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
  /prebuilts/go/linux-x86/src/sync/
map_test.go 63 func (mapCall) Generate(r *rand.Rand, size int) reflect.Value {
  /external/deqp/external/openglcts/modules/gl/
gl4cBufferStorageTests.cpp 140 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
198 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
316 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
365 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
510 Generate(gl, m_id);
531 Generate(gl, m_id);
691 /** Generate buffer
696 void Buffer::Generate(const glw::Functions& gl, glw::GLuint& out_id)
931 /** Generate framebuffer
934 void Framebuffer::Generate(const glw::Functions& gl, glw::GLuint& out_id
    [all...]
  /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/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/perfetto/src/ipc/protoc_plugin/
ipc_generator.cc 147 // Generate the host-side declarations.
163 // Generate the client-side declarations.
228 bool IPCGenerator::Generate(const FileDescriptor* file,
  /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/skia/infra/bots/recipes/
bookmaker.py 140 api.run(api.step, 'Generate and Upload Markdown files', cmd=cmd)
329 api.step_data('Generate and Upload Markdown files', retcode=1)
  /external/tensorflow/tensorflow/contrib/layers/kernels/
sparse_feature_cross_kernel.cc 16 // Contains OP to generate sparse crosses.
175 string Generate(const int64 batch_index,
200 int64 Generate(const int64 batch_index,
235 int64 Generate(const int64 batch_index,
379 updater.Update(b, cross_count, crosser.Generate(b, permutation));
487 // Generate the columns given the sparse and dense inputs.
  /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/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/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver.go 113 // Generate the report.
115 if err := report.Generate(dst, rpt, o.Obj); err != nil {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver.go 113 // Generate the report.
115 if err := report.Generate(dst, rpt, o.Obj); err != nil {
  /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...]
  /external/cblas/testing/
c_cblat2.f 572 * Generate the matrix A.
601 * Generate the vector X.
621 * Generate the vector Y.
    [all...]
c_dblat2.f 563 * Generate the matrix A.
592 * Generate the vector X.
612 * Generate the vector Y.
    [all...]

Completed in 1380 milliseconds

<<11121314151617181920>>