Home
last modified time | relevance | path

Searched refs:looping (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/skia/modules/particles/include/
DSkParticleEffect.h133 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/
DStaticSwitchWithContinue.sksl10 // A looping construct is required for continue.
/third_party/node/deps/npm/node_modules/fs.realpath/
DREADME.md8 symlink-looping paths.
/third_party/flutter/skia/modules/particles/include/
DSkParticleEffect.h133 void start(double now, bool looping = false);
/third_party/skia/third_party/externals/oboe/samples/iolib/
DREADME.md24 … 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/
Dgif-multiple-loop-counts.gif.make-artificial.txt7 # http://www.vurdalakov.net/misc/gif/netscape-looping-application-extension)
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dpicker.dart57 /// The [looping] argument decides whether the child list loops and can be
73 bool looping = false,
82 childDelegate = looping
Ddate_picker.dart591 looping: true,
619 looping: true,
815 looping: true,
842 looping: true,
/third_party/skia/modules/particles/src/
DSkParticleEffect.cpp265 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/
DSkParticleEffect.cpp409 void SkParticleEffect::start(double now, bool looping) { in start() argument
413 fLooping = looping; in start()
/third_party/mesa3d/docs/relnotes/
D6.5.3.rst78 branching/looping, etc.
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrdiff/
Dwg_comparisons_diff.amber113 # 2048 bytes from looping
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrequal/
Dwg_comparisons_equal.amber115 # 2048 bytes from looping
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrnotequal/
Dwg_comparisons_not_equal.amber117 # 2048 bytes from looping
/third_party/ltp/tools/sparse/sparse-src/
Dgdbhelpers37 # Ptr list looping skeleton
/third_party/ffmpeg/libavcodec/arm/
Dstartcode_armv6.S148 60: @ Small buffer - simply check by looping over bytes
/third_party/skia/third_party/externals/dawn/docs/
Derrors.md108 **When looping through arrays, indicate the array name and index.**
/third_party/python/Doc/library/
Dxml.dom.pulldom.rst18 responsible for explicitly pulling events from the stream, looping over those
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dlist_wheel_scroll_view.dart37 /// 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/
DWGL_NV_gpu_affinity.txt150 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/
DWGL_NV_gpu_affinity.txt150 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/
Dclocks45 Example: Playback of a song with duration 1000 that is looping. Clock and
/third_party/python/Doc/tutorial/
Ddatastructures.rst569 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/
Ddemuxers.texi292 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/
D3.6.4rc1.rst36 Fix the interactive interpreter looping endlessly when no memory.
362 Fixed the looping of asyncio in the case of reconnection the socket during

12345