/third_party/boost/boost/iterator/ |
D | function_input_iterator.hpp | 156 struct infinite { struct 157 infinite & operator++() { return *this; } in operator ++() argument 158 infinite & operator++(int) { return *this; } in operator ++() argument 159 bool operator==(infinite &) const { return false; }; in operator ==() argument 160 bool operator==(infinite const &) const { return false; }; in operator ==() argument 167 using iterators::infinite;
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-dead-code-unreachable-merge/ |
D | 0-opt.wgsl.expected.hlsl | 87 C:\src\tint\test\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop … 89 C:\src\tint\test\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop … 91 C:\src\tint\test\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop … 93 C:\src\tint\test\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop … 95 C:\src\tint\test\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop … 97 C:\src\tint\test\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop … 98 C:\src\tint\test\Shader@0x0000012C749BFE70(24,25-28): error X3696: infinite loop detected - loop ne…
|
D | 0-opt.spvasm.expected.hlsl | 87 C:\src\tint\test\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop … 89 C:\src\tint\test\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop … 91 C:\src\tint\test\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop … 93 C:\src\tint\test\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop … 95 C:\src\tint\test\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop … 97 C:\src\tint\test\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop … 98 C:\src\tint\test\Shader@0x000001BF7F9DDFF0(24,25-28): error X3696: infinite loop detected - loop ne…
|
/third_party/boost/libs/iterator/doc/ |
D | function_input_iterator.rst | 69 struct infinite; 114 it with the ``boost::infinite`` helper class. 119 make_function_input_iterator(f,infinite()), 120 make_function_input_iterator(f,infinite()), 126 as it increments the iterator. The special property of ``boost::infinite`` 128 an instance of ``boost::infinite`` doesn't do anything. This is an efficient 130 encapsulated infinite state will definitely be infinite.
|
/third_party/boost/boost/thread/win32/ |
D | once.hpp | 268 ctx.event_handle,::boost::detail::win32::infinite, 0)); in call_once() 312 ctx.event_handle,::boost::detail::win32::infinite,0)); in call_once() 359 ctx.event_handle,::boost::detail::win32::infinite,0)); in call_once() 404 ctx.event_handle,::boost::detail::win32::infinite,0)); in call_once() 447 ctx.event_handle,::boost::detail::win32::infinite,0)); in call_once() 490 ctx.event_handle,::boost::detail::win32::infinite,0)); in call_once() 533 ctx.event_handle,::boost::detail::win32::infinite,0)); in call_once() 578 ctx.event_handle,::boost::detail::win32::infinite,0)); in call_once() 621 ctx.event_handle,::boost::detail::win32::infinite,0)); in call_once() 664 ctx.event_handle,::boost::detail::win32::infinite,0)); in call_once() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | asrc_anoisesrc.c | 39 int infinite; member 187 s->infinite = 1; in config_props() 213 if (!s->infinite && s->duration <= 0) { in activate() 216 } else if (!s->infinite && s->duration < s->nb_samples) { in activate() 232 if (!s->infinite) in activate()
|
/third_party/typescript/tests/baselines/reference/ |
D | recursivelyExpandingUnionNoStackoverflow.errors.txt | 1 …Stackoverflow.ts(3,10): error TS2589: Type instantiation is excessively deep and possibly infinite. 10 !!! error TS2589: Type instantiation is excessively deep and possibly infinite.
|
D | excessivelyLargeTupleSpread.errors.txt | 1 …geTupleSpread.ts(6,10): error TS2589: Type instantiation is excessively deep and possibly infinite. 15 !!! error TS2589: Type instantiation is excessively deep and possibly infinite.
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/loops-ifs-continues-call/ |
D | 0.wgsl.expected.hlsl | 86 C:\src\tint\test\Shader@0x0000022E4AE186A0(47,14-25): warning X3551: infinite loop detected - loop … 88 C:\src\tint\test\Shader@0x0000022E4AE186A0(47,14-25): warning X3551: infinite loop detected - loop … 90 C:\src\tint\test\Shader@0x0000022E4AE186A0(47,14-25): warning X3551: infinite loop detected - loop …
|
D | 0.spvasm.expected.hlsl | 86 C:\src\tint\test\Shader@0x0000016C5E617FA0(47,14-25): warning X3551: infinite loop detected - loop … 88 C:\src\tint\test\Shader@0x0000016C5E617FA0(47,14-25): warning X3551: infinite loop detected - loop … 90 C:\src\tint\test\Shader@0x0000016C5E617FA0(47,14-25): warning X3551: infinite loop detected - loop …
|
/third_party/openGLES/extensions/NV/ |
D | NV_conservative_raster_pre_snap_triangles.txt | 45 to the primitive at infinite precision before vertex snapping. 57 snapping may cause a primitive that would cover a pixel at infinite 99 triangle at infinite precision. Since non-degenerate triangles may become 103 are within half a sub-pixel distance away from a triangle's infinite 139 triangle at infinite precision i.e. before snapping to the sub-pixel grid.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_conservative_raster_pre_snap_triangles.txt | 45 to the primitive at infinite precision before vertex snapping. 57 snapping may cause a primitive that would cover a pixel at infinite 99 triangle at infinite precision. Since non-degenerate triangles may become 103 are within half a sub-pixel distance away from a triangle's infinite 139 triangle at infinite precision i.e. before snapping to the sub-pixel grid.
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/ |
D | graphicsfuzz.txt | 9 dEQP-VK.graphicsfuzz.conditional-return-in-infinite-while 54 dEQP-VK.graphicsfuzz.struct-and-unreachable-infinite-loop 68 dEQP-VK.graphicsfuzz.two-nested-infinite-loops-discard 72 dEQP-VK.graphicsfuzz.undefined-assign-in-infinite-loop
|
/third_party/node/deps/npm/node_modules/signal-exit/ |
D | index.js | 26 if (!emitter.infinite) { 28 emitter.infinite = true
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/similar-nested-ifs/ |
D | 0-opt.wgsl.expected.hlsl | 80 C:\src\tint\test\Shader@0x0000023F9486F180(27,18-29): warning X3551: infinite loop detected - loop … 81 C:\src\tint\test\Shader@0x0000023F9486F180(27,25-28): error X3696: infinite loop detected - loop ne…
|
D | 0-opt.spvasm.expected.hlsl | 80 C:\src\tint\test\Shader@0x000001DCBE0206C0(27,18-29): warning X3551: infinite loop detected - loop … 81 C:\src\tint\test\Shader@0x000001DCBE0206C0(27,25-28): error X3696: infinite loop detected - loop ne…
|
/third_party/boost/boost/process/detail/windows/ |
D | wait_group.hpp | 51 if (wait_time != static_cast<int>(::boost::winapi::infinite)) in wait_impl() 73 wait_impl(p, ec, ::boost::winapi::infinite); in wait()
|
/third_party/e2fsprogs/tests/f_boundscheck/ |
D | name | 1 infinite loop when finding table free space
|
/third_party/e2fsprogs/tests/f_emptydir/ |
D | name | 1 always iterate dir block 0 or e2fsck goes into infinite loop
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | plugin_guidelines | 84 - infinite loop 107 it's not an infinite loop anymore). beware that the next time the loop 250 - you cannot call break to avoid infinite loops and there are loops that 273 The infinite loops are only problematic if the scheduler chooses to select
|
/third_party/boost/libs/log/src/windows/ |
D | ipc_sync_wrappers.hpp | 93 …winapi::DWORD_ retval = boost::winapi::WaitForSingleObject(m_event.get(), boost::winapi::infinite); in wait() 104 …DWORD_ retval = boost::winapi::WaitForMultipleObjects(2u, handles, false, boost::winapi::infinite); in wait() 168 …::winapi::DWORD_ retval = boost::winapi::WaitForSingleObject(m_sem.get(), boost::winapi::infinite); in wait() 179 …DWORD_ retval = boost::winapi::WaitForMultipleObjects(2u, handles, false, boost::winapi::infinite); in wait()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | constrained_box_test.dart | 91 …testWidgets('ConstrainedBox intrinsics - minHeight - with infinite width', (WidgetTester tester) a… 107 …testWidgets('ConstrainedBox intrinsics - minWidth - with infinite height', (WidgetTester tester) a… 123 testWidgets('ConstrainedBox intrinsics - infinite', (WidgetTester tester) async {
|
/third_party/boost/libs/math/doc/interpolators/ |
D | whittaker_shannon.qbk | 39 In addition, we cannot pass an infinite amount of data into the class, 40 and must truncate the (perhaps) infinite sinc series to a finite number of terms.
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/unittest/ |
D | testquit.parameters | 3 --hang, boolean, [], false, [] # Runs the SUT in the infinite loop and ignores all events
|
/third_party/glib/glib/gnulib/gl_cv_func_frexp_works/ |
D | meson.build | 36 /* NeXTstep 3.3 frexp() runs into an endless loop when called on an infinite 53 /* Test on infinite numbers. */
|