/third_party/ffmpeg/tests/checkasm/arm/ |
D | checkasm.S | 59 #define ARG_STACK_A (((ARG_STACK + pushed + 7) & ~7) - pushed + 8) 62 .equ pushed, 4*9 define 69 .equ pushed, pushed + 16*4 + 4 define 81 ldr r12, [sp, #ARG_STACK_A + pushed + 8 + pos] 90 ldr r12, [sp, #ARG_STACK_A + pushed + 8 + 4*(MAX_ARGS-4)] 101 ldrd r2, r3, [sp, #ARG_STACK_A + pushed] 106 ldr r12, [sp, #ARG_STACK_A + pushed + 8 + 4*(MAX_ARGS-4)]
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | mir_promote_uniforms.c | 61 BITSET_DECLARE(pushed, MAX_UBO_QWORDS); 122 BITSET_SET(block->pushed, vec4); in mir_pick_ubo() 135 BITSET_WORD *push = res->blocks[i].pushed; 143 bool pushed = BITSET_TEST(push, j); 144 assert(used || !pushed); 146 putchar(pushed ? '*' : used ? '-' : '_'); 305 if (!BITSET_TEST(analysis.blocks[ubo].pushed, qword)) { in midgard_promote_uniforms()
|
/third_party/boost/libs/lockfree/test/ |
D | spsc_queue_stress_test.cpp | 151 size_t pushed = 0; in add() local 154 pushed += sf.push(input_buffer.c_array() + pushed, in add() 155 input_buffer.size() - pushed); in add() 156 } while (pushed != buf_size); in add()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | camerabin2-src.txt | 18 the same buffer is pushed to 2 different pads). 20 'vfsrc' is the pad where the viewfinder buffers should be pushed, it will 22 feeding a video sink. Buffers should be continuously pushed on this pad. 24 'imgsrc' is the pad where image capture buffers are pushed. Timestamps aren't 27 be pushed on this pad. 29 'vidsrc' is the pad where video capture buffers are pushed. Once capture is 30 started, buffers should start being pushed on this pad until the capture is
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_push_ubo.c | 53 BITSET_DECLARE(pushed, MAX_UBO_WORDS); 123 BITSET_SET(block->pushed, r); in bi_pick_ubo() 158 if (!BITSET_TEST(analysis.blocks[ubo].pushed, offset / 4)) { in bi_opt_push_ubo()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstiterator.c | 117 it->pushed = NULL; in gst_iterator_init() 289 if (it->pushed) { in gst_iterator_pop() 290 gst_iterator_free (it->pushed); in gst_iterator_pop() 291 it->pushed = NULL; in gst_iterator_pop() 335 if (it->pushed) { in gst_iterator_next() 336 result = gst_iterator_next (it->pushed, elem); in gst_iterator_next() 451 it->pushed = other; in gst_iterator_push()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | navigator_replacement_test.dart | 62 log.add('${route.settings.name} pushed, previous route: ${previousRoute.settings.name}'); 84 '/a pushed, previous route: /', 85 '/b pushed, previous route: /a', 107 '/ pushed, previous route: /b', 108 '/a pushed, previous route: /', 113 testWidgets('triggers page transition animation for pushed route', (WidgetTester tester) async {
|
D | navigator_test.dart | 223 // Dialog is pushed to the whole page and is at the top of the screen, not 619 …log.add('pushed ${route.settings.name} (previous is ${previousRoute == null ? "<none>" : previousR… 669 expect(log, <String>['pushed / (previous is <none>)']); 673 expect(log, <String>['pushed / (previous is <none>)', 'pushed B (previous is /)']); 677 …expect(log, <String>['pushed / (previous is <none>)', 'pushed B (previous is /)', 'pushed C (previ… 681 …expect(log, <String>['pushed / (previous is <none>)', 'pushed B (previous is /)', 'pushed C (previ…
|
/third_party/boost/libs/thread/test/ |
D | test_scheduled_tp.cpp | 34 void func(steady_clock::time_point pushed, steady_clock::duration dur) in func() argument 36 BOOST_TEST(pushed + dur < steady_clock::now()); in func()
|
/third_party/flutter/skia/infra/wasm-common/docker/ |
D | README.md | 15 It gets manually pushed anytime there's an update to the Dockerfile or relevant 37 It gets manually pushed anytime there's an update to the Dockerfile or relevant 63 It gets manually pushed anytime there's an update to the Dockerfile or the parent 92 It gets manually pushed anytime there's an update to the Dockerfile or the parent
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | annotated_region.dart | 15 /// * [AnnotatedRegionLayer], the layer pushed into the layer tree. 35 /// If false, the layer pushed into the tree will not be provided with a size.
|
D | navigator.dart | 76 /// engine after a route is pushed. 86 /// "routes" that are pushed on and popped off the navigator. Most routes have 129 /// Called after [install] when the route is pushed onto the navigator. 331 /// Whether this route is the very first route being pushed onto this [Navigator]. 351 /// The [Navigator] pushed `route`. 463 /// contexts depending on when it's pushed and popped. 511 /// When a route is pushed to ask the user for a value, the value can be 553 /// functions return their pushed route's Future as described above. 817 /// callback. The returned route will be pushed into the navigator. 825 /// pushed. [all …]
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_pq/ |
D | tq_single_thread_pass.cpp | 98 void func(steady_clock::time_point pushed, steady_clock::duration dur) in func() argument 100 BOOST_TEST(pushed + dur <= steady_clock::now()); in func()
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_calligraphic_fragment.txt | 85 the calligraphic interface enable is pushed. When an attribute set 87 calligraphic interface is restored to the pushed value.
|
D | SGIX_fog_blend.txt | 81 fog color and alpha blend is pushed. When an attribute set 83 color and alpha blend is restored to the pushed value.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_fog_blend.txt | 81 fog color and alpha blend is pushed. When an attribute set 83 color and alpha blend is restored to the pushed value.
|
D | SGIX_calligraphic_fragment.txt | 85 the calligraphic interface enable is pushed. When an attribute set 87 calligraphic interface is restored to the pushed value.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_vertex_array_setXXX.txt | 126 the array pointers, types, size and stride are pushed, as well as 129 popped, the binding is first restored to its pushed value and then 131 are restored to their pushed values.
|
D | EXT_vertex_array_set.txt | 139 the array pointers, types, size and stride are pushed, as well as 142 popped, the binding is first restored to its pushed value and then 144 are restored to their pushed values.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_vertex_array_setXXX.txt | 126 the array pointers, types, size and stride are pushed, as well as 129 popped, the binding is first restored to its pushed value and then 131 are restored to their pushed values.
|
D | EXT_vertex_array_set.txt | 139 the array pointers, types, size and stride are pushed, as well as 142 popped, the binding is first restored to its pushed value and then 144 are restored to their pushed values.
|
/third_party/skia/infra/wasm-common/docker/ |
D | README.md | 34 It gets manually pushed anytime there's an update to the Dockerfile or relevant 60 It gets manually pushed anytime there's an update to the Dockerfile or the parent 89 It gets manually pushed anytime there's an update to the Dockerfile or the parent
|
/third_party/ffmpeg/doc/ |
D | patchwork | 4 Accepted: The patch was pushed to the main master repository
|
/third_party/libunwind/tests/ |
D | x64-test-dwarf-expressions.S | 14 # always start with the current CFA pushed onto the stack. This file contains a 38 # which uses implicit CFA pushed onto stack. #
|
/third_party/openGLES/extensions/3DFX/ |
D | 3DFX_tbuffer.txt | 101 the multisample group of state variables is pushed onto the 103 restored to their previous values if they were pushed. This
|