/third_party/skia/modules/particles/include/ |
D | SkParticleEffect.h | 133 void start(double now, bool looping, SkPoint position, SkVector heading, float scale, 137 void start(double now, bool looping) { in start() argument 138 this->start(now, looping, in start()
|
/third_party/skia/resources/sksl/shared/ |
D | StaticSwitchWithContinue.sksl | 10 // A looping construct is required for continue.
|
/third_party/node/deps/npm/node_modules/fs.realpath/ |
D | README.md | 8 symlink-looping paths.
|
/third_party/flutter/skia/modules/particles/include/ |
D | SkParticleEffect.h | 133 void start(double now, bool looping = false);
|
/third_party/skia/third_party/externals/oboe/samples/iolib/ |
D | README.md | 24 … data that plays through it's `SampleBuffer` and then provides silence, (i.e. a non-looping sample)
|
/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/ |
D | gif-multiple-loop-counts.gif.make-artificial.txt | 7 # http://www.vurdalakov.net/misc/gif/netscape-looping-application-extension)
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | picker.dart | 57 /// The [looping] argument decides whether the child list loops and can be 73 bool looping = false, 82 childDelegate = looping
|
D | date_picker.dart | 591 looping: true, 619 looping: true, 815 looping: true, 842 looping: true,
|
/third_party/skia/modules/particles/src/ |
D | SkParticleEffect.cpp | 265 void SkParticleEffect::start(double now, bool looping, SkPoint position, SkVector heading, in start() argument 271 fLooping = looping; in start()
|
/third_party/flutter/skia/modules/particles/src/ |
D | SkParticleEffect.cpp | 409 void SkParticleEffect::start(double now, bool looping) { in start() argument 413 fLooping = looping; in start()
|
/third_party/mesa3d/docs/relnotes/ |
D | 6.5.3.rst | 78 branching/looping, etc.
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrdiff/ |
D | wg_comparisons_diff.amber | 113 # 2048 bytes from looping
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrequal/ |
D | wg_comparisons_equal.amber | 115 # 2048 bytes from looping
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrnotequal/ |
D | wg_comparisons_not_equal.amber | 117 # 2048 bytes from looping
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | gdbhelpers | 37 # Ptr list looping skeleton
|
/third_party/ffmpeg/libavcodec/arm/ |
D | startcode_armv6.S | 148 60: @ Small buffer - simply check by looping over bytes
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | errors.md | 108 **When looping through arrays, indicate the array name and index.**
|
/third_party/python/Doc/library/ |
D | xml.dom.pulldom.rst | 18 responsible for explicitly pulling events from the stream, looping over those
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | list_wheel_scroll_view.dart | 37 /// children by looping an explicit list. 50 /// this value is the index of the true element that the delegate is looping to. 53 /// Example: [ListWheelChildLoopingListDelegate] is built by looping a list of 106 /// looping an explicit list.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | WGL_NV_gpu_affinity.txt | 150 By looping over wglEnumGpusNV and incrementing <iGpuIndex>, 173 By looping over the function wglEnumGpuDevicesNV and incrementing 342 By looping over wglEnumGpusFromAffinityDCNV and incrementing
|
/third_party/openGLES/extensions/NV/ |
D | WGL_NV_gpu_affinity.txt | 150 By looping over wglEnumGpusNV and incrementing <iGpuIndex>, 173 By looping over the function wglEnumGpuDevicesNV and incrementing 342 By looping over wglEnumGpusFromAffinityDCNV and incrementing
|
/third_party/gstreamer/gstreamer/docs/random/company/ |
D | clocks | 45 Example: Playback of a song with duration 1000 that is looping. Clock and
|
/third_party/python/Doc/tutorial/ |
D | datastructures.rst | 569 When looping through dictionaries, the key and corresponding value can be 579 When looping through a sequence, the position index and corresponding value can 640 It is sometimes tempting to change a list while you are looping over it;
|
/third_party/ffmpeg/doc/ |
D | demuxers.texi | 292 from the input will be ignored and looping will not occur. If set to 0, 293 then looping will occur and will cycle the number of times according to 297 For example, with the overlay filter, place an infinitely looping GIF
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.4rc1.rst | 36 Fix the interactive interpreter looping endlessly when no memory. 362 Fixed the looping of asyncio in the case of reconnection the socket during
|