Home
last modified time | relevance | path

Searched defs:generate (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/node/test/parallel/
Dtest-readable-from.js16 async function* generate() { generator
32 function* generate() { generator
84 async function* generate() { generator
106 async function* generate() { generator
129 async function* generate() { // eslint-disable-line require-yield generator
144 async function* generate(stream) { generator
170 async function* generate() { generator
195 async function* generate() { generator
Dtest-readable-from-iterator-closing.js80 function* generate() { generator
171 function* generate() { generator
Dtest-stream-readable-next-no-null.js5 async function* generate() { generator
Dtest-webcrypto-wrap-unwrap.js13 generate: { property
22 generate: { length: 128 }, property
27 generate: { length: 128 }, property
32 generate: { length: 128 }, property
41 generate: { length: 128 }, property
/third_party/vk-gl-cts/framework/randomshaders/
DrsgExpressionGenerator.cpp38 Expression* ExpressionGenerator::generate (const ValueRange& valueRange, int initialDepth) in generate() function in rsg::ExpressionGenerator
59 void ExpressionGenerator::generate (Expression* root) in generate() function in rsg::ExpressionGenerator
DrsgFunctionGenerator.cpp42 void FunctionGenerator::generate (void) in generate() function in rsg::FunctionGenerator
/third_party/skia/tools/gpu/gl/interface/
DMakefile1 generate: target
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp217 void TextureFilterMinmaxUtils::Texture1D::generate(const glu::RenderContext& context, tcu::IVec3 si… in generate() function in gl4cts::TextureFilterMinmaxUtils::Texture1D
264 void TextureFilterMinmaxUtils::Texture1DArray::generate(const glu::RenderContext& context, tcu::IVe… in generate() function in gl4cts::TextureFilterMinmaxUtils::Texture1DArray
308 void TextureFilterMinmaxUtils::Texture2D::generate(const glu::RenderContext& context, tcu::IVec3 si… in generate() function in gl4cts::TextureFilterMinmaxUtils::Texture2D
355 void TextureFilterMinmaxUtils::Texture2DArray::generate(const glu::RenderContext& context, tcu::IVe… in generate() function in gl4cts::TextureFilterMinmaxUtils::Texture2DArray
399 void TextureFilterMinmaxUtils::Texture3D::generate(const glu::RenderContext& context, tcu::IVec3 si… in generate() function in gl4cts::TextureFilterMinmaxUtils::Texture3D
438 void TextureFilterMinmaxUtils::TextureCube::generate(const glu::RenderContext& context, tcu::IVec3 … in generate() function in gl4cts::TextureFilterMinmaxUtils::TextureCube
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-app-maker66 generate () function
Dgst-project-maker200 generate() function
Dgst-element-maker86 generate () function
/third_party/rust/crates/clap/clap_complete/src/generator/
Dmod.rs66 fn generate(&self, cmd: &Command, buf: &mut dyn Write); in generate() method
223 pub fn generate<G, S>(gen: G, cmd: &mut clap::Command, bin_name: S, buf: &mut dyn Write) in generate() function
/third_party/python/Lib/test/test_importlib/
Dupdate-zips.py33 def generate(suffix): function
/third_party/rust/crates/syn/codegen/src/
Djson.rs6 pub fn generate(defs: &Definitions) -> Result<()> { in generate() function
/third_party/skia/experimental/tskit/
DMakefile27 generate: target
/third_party/ltp/testcases/network/
DMakefile38 generate: $(DIR) target
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java39 public static PreparedDictionary generate(ByteBuffer src) { in generate() method in PreparedDictionaryGenerator
43 public static PreparedDictionary generate(ByteBuffer src, in generate() method in PreparedDictionaryGenerator
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbernoulli_distribution_test.cc139 auto generate = [&urbg](absl::bernoulli_distribution& dist) { in TEST() local
184 auto generate = [&urbg](absl::bernoulli_distribution& dist) { in TEST() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_arrays.c46 u_generate_func generate, struct pipe_resource **out_buf) in generate_indices()
97 u_generate_func generate, in retrieve_or_generate_indices()
/third_party/python/Tools/i18n/
Dmsgfmt.py58 def generate(): function
/third_party/python/Tools/unicode/
Dgenmap_support.py75 def generate(self, wide=False): member in DecodeMapWriter
114 def generate(self): member in EncodeMapWriter
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dexplicit_seed_seq.h75 void generate(OutIterator begin, OutIterator end) { in generate() function
/third_party/cJSON/tests/unity/auto/
Dgenerate_module.rb189 def generate(module_name, pattern = nil) method
/third_party/unity/auto/
Dgenerate_module.rb191 def generate(module_name, pattern = nil) method
/third_party/rust/crates/clap/clap_complete/src/shells/
Dfish.rs18 fn generate(&self, cmd: &Command, buf: &mut dyn Write) { in generate() method

123456