Home
last modified time | relevance | path

Searched refs:produce (Results 1 – 25 of 1361) sorted by relevance

12345678910>>...55

/third_party/node/test/parallel/
Dtest-vm-cached-data.js11 function produce(source, count) { function
42 const data = produce(source);
58 produce(source, 3);
65 const data = produce(source);
79 const data = produce(source).slice(4);
Dtest-stream2-readable-wrap.js29 function runTest(highWaterMark, objectMode, produce) { argument
54 const item = produce();
/third_party/openGLES/extensions/QCOM/
DQCOM_frame_extrapolation.txt42 used to produce high frame rate display updates without incurring the
66 is used to produce an extrapolated frame based on the contents of
79 For example, a value of 1.0 for <scaleFactor> will produce an
90 Negative <scaleFactor> values produce frames targeting times before
124 produce the highest quality extrapolation but since the results are
/third_party/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_readme.txt31 If a single CLDR value should produce more than one resource bundle path/value, then
148 was not matched. Fallbacks are useful when several different rules produce values for the
159 These rules, if both matched, will produce two values for the same resource bundle path.
219 both rules, the conversion logic can deduplicate these to produce only one result.
224 3) Rules which share the same base xpath must always produce the same values.
228 of values. Thus this mechanism should only be used for rules which produce "single"
249 However it is also possible for several rules to produce values for a single output path
257 If several rules produce results for the same resource bundle path, the values produced
272 The first two rules produce one value each, and the last two produce two values each. This
282 Sometimes rules should produce separate "sub-arrays" of values, rather than having all the
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecordProducer.h23 virtual Expected<std::unique_ptr<Record>> produce() = 0;
44 Expected<std::unique_ptr<Record>> produce() override;
/third_party/elfio/tests/elf_examples/
Dasm.s1 ; nasm -f elf hello.asm # this will produce hello.o ELF object file
2 ; ld -s -o hello hello.o # this will produce hello executable
Dasm.lst1 …1 ; nasm -f elf hello.asm # this will produce hello.o ELF object…
2 … 2 ; ld -s -o hello hello.o # this will produce hello executable
Dasm64.lst1 …1 ; nasm -f elf hello.asm # this will produce hello.o ELF object…
2 … 2 ; ld -s -o hello hello.o # this will produce hello executable
/third_party/ninja/doc/
DREADME.md7 Docbook XSL tweaks to produce HTML from that.
9 In theory using AsciiDoc and DocBook allows us to produce nice PDF
/third_party/skia/resources/sksl/errors/
DBadConstInitializers.sksl8 // Valid constant-expression initializers. Should not produce errors:
15 // Invalid constant-expression initializers. Should all produce errors:
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.shaders.builtin_functions.precision.txt25 These tests check that the GLSL built-in numerical functions produce
43 lowp operations are expected to produce either an infinity or the
52 that they are required to produce only results that their expansions
53 could produce, given the precision requirements for the constituent
146 The operations that don't do any arithmetic are required to produce
/third_party/skia/resources/sksl/runtime_errors/
DIllegalIndexing.rts3 // Legal cases that should not produce errors:
24 // Illegal cases that should produce errors:
/third_party/flutter/flutter/examples/layers/raw/
Dtouch_input.dart15 // feed in the canvas. The PictureRecorder will eventually produce a Picture,
88 // time to produce the frame.
106 // The engine calls onBeginFrame whenever it wants us to produce a frame.
113 // to actually produce the frame.
Dhello_world.dart44 // The engine calls onBeginFrame whenever it wants us to produce a frame.
48 // to actually produce the frame.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_filter_minmax.txt62 (TEXTURE_REDUCTION_MODE_EXT) which allows applications to produce a
67 used to produce a final filtered value; the reduction mode identifies how
150 normally be combined using a weighted average to produce a filtered
155 are combined to produce a filtered texture value. When set to its default
159 When TEXTURE_REDUCTION_MODE_EXT is MIN or MAX, the equations to produce a
202 WEIGHTED_AVERAGE_EXT will produce a filtered texel value by computing a
322 of integer values with non-integer weights, which will produce an
324 reduction modes don't do any arithmetic and won't produce non-integer
/third_party/openGLES/extensions/EXT/
DEXT_texture_filter_minmax.txt62 (TEXTURE_REDUCTION_MODE_EXT) which allows applications to produce a
67 used to produce a final filtered value; the reduction mode identifies how
150 normally be combined using a weighted average to produce a filtered
155 are combined to produce a filtered texture value. When set to its default
159 When TEXTURE_REDUCTION_MODE_EXT is MIN or MAX, the equations to produce a
202 WEIGHTED_AVERAGE_EXT will produce a filtered texel value by computing a
322 of integer values with non-integer weights, which will produce an
324 reduction modes don't do any arithmetic and won't produce non-integer
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_sampler_filter_minmax.adoc27 produce a filtered texel value by computing a component-wise minimum (MIN)
31 The filter parameters are used to identify the set of texels used to produce
DVK_EXT_sampler_filter_minmax.txt27 produce a filtered texel value by computing a component-wise minimum (MIN)
31 The filter parameters are used to identify the set of texels used to produce
/third_party/flutter/skia/src/gpu/effects/
DGrEllipseEffect.fp28 // Small radii produce bad results on devices without full float.
32 // Very narrow ellipses produce bad results on devices without full float
36 // Very large ellipses produce bad results on devices without full float
/third_party/node/doc/guides/
Dbuilding-node-with-ninja.md11 to produce a compiled release binary, It will also execute
25 produce and is one of the benefits of using Ninja. Also, Ninja will likely
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_filter_minmax.txt57 (TEXTURE_REDUCTION_MODE_ARB) which allows applications to produce a
62 used to produce a final filtered value; the reduction mode identifies how
175 normally be combined using a weighted average to produce a filtered
180 are combined to produce a filtered texture value. When set to its default
184 When TEXTURE_REDUCTION_MODE_ARB is MIN or MAX, the equations to produce a
227 WEIGHTED_AVERAGE_ARB will produce a filtered texel value by computing a
297 of integer values with non-integer weights, which will produce an
299 reduction modes don't do any arithmetic and won't produce non-integer
/third_party/openGLES/extensions/ARB/
DARB_texture_filter_minmax.txt67 (TEXTURE_REDUCTION_MODE_ARB) which allows applications to produce a
72 used to produce a final filtered value; the reduction mode identifies how
185 normally be combined using a weighted average to produce a filtered
190 are combined to produce a filtered texture value. When set to its default
194 When TEXTURE_REDUCTION_MODE_ARB is MIN or MAX, the equations to produce a
237 WEIGHTED_AVERAGE_ARB will produce a filtered texel value by computing a
307 of integer values with non-integer weights, which will produce an
309 reduction modes don't do any arithmetic and won't produce non-integer
/third_party/EGL/extensions/NV/
DEGL_NV_n_buffer.txt47 request additional back buffers, in order to produce greater and
129 produce frames as fast as the processor(s) and swap interval
137 media can produce visible artifacts. Additional buffers smooth
/third_party/lwip/test/fuzz/
DREADME11 Just running make will produce the test program.
13 Running make with parameter 'D=-DLWIP_FUZZ_MULTI_PACKET' will produce a binary
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsemantics_traversal_test.dart244 // For LTR, angles falling into octants 3, 4, 5, and 6, produce A -> B, all
245 // others produce B -> A.
247 // For RTL, angles falling into octants 5, 6, 7, and 0, produce A -> B, all
248 // others produce B -> A.

12345678910>>...55