/third_party/node/test/parallel/ |
D | test-vm-cached-data.js | 11 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);
|
D | test-stream2-readable-wrap.js | 29 function runTest(highWaterMark, objectMode, produce) { argument 54 const item = produce();
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_frame_extrapolation.txt | 42 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/ |
D | ldml2icu_readme.txt | 31 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/ |
D | FDRRecordProducer.h | 23 virtual Expected<std::unique_ptr<Record>> produce() = 0; 44 Expected<std::unique_ptr<Record>> produce() override;
|
/third_party/elfio/tests/elf_examples/ |
D | asm.s | 1 ; 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
|
D | asm.lst | 1 …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
|
D | asm64.lst | 1 …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/ |
D | README.md | 7 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/ |
D | BadConstInitializers.sksl | 8 // 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/ |
D | functional.shaders.builtin_functions.precision.txt | 25 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/ |
D | IllegalIndexing.rts | 3 // Legal cases that should not produce errors: 24 // Illegal cases that should produce errors:
|
/third_party/flutter/flutter/examples/layers/raw/ |
D | touch_input.dart | 15 // 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.
|
D | hello_world.dart | 44 // 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/ |
D | EXT_texture_filter_minmax.txt | 62 (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/ |
D | EXT_texture_filter_minmax.txt | 62 (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/ |
D | VK_EXT_sampler_filter_minmax.adoc | 27 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
|
D | VK_EXT_sampler_filter_minmax.txt | 27 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/ |
D | GrEllipseEffect.fp | 28 // 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/ |
D | building-node-with-ninja.md | 11 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/ |
D | ARB_texture_filter_minmax.txt | 57 (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/ |
D | ARB_texture_filter_minmax.txt | 67 (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/ |
D | EGL_NV_n_buffer.txt | 47 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/ |
D | README | 11 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/ |
D | semantics_traversal_test.dart | 244 // 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.
|