/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/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/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/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/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/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/ffmpeg/doc/ |
D | patchwork | 4 Accepted: The patch was pushed to the main master repository
|
/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/nghttp2/src/ |
D | asio_server_response_impl.h | 67 void pushed(bool f);
|
/third_party/skia/third_party/externals/opengl-registry/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
|
/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
|
/third_party/flutter/skia/infra/lottiecap/docker/ |
D | README.md | 16 It gets manually pushed anytime there's an update to the Dockerfile or relevant 46 It gets manually pushed anytime there's an update to the Dockerfile or relevant
|