Home
last modified time | relevance | path

Searched refs:popped (Results 1 – 25 of 155) sorted by relevance

1234567

/third_party/pulseaudio/src/pulsecore/
Dflist.c72 pa_flist_elem *popped; in stack_pop() local
80 popped = &flist->table[idx & flist->index_mask]; in stack_pop()
81 } while (!pa_atomic_cmpxchg(list, idx, pa_atomic_load(&popped->next))); in stack_pop()
83 return popped; in stack_pop()
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dnavigator.dart44 /// Indicates whether the current route should be popped.
72 /// engine after a route is popped.
86 /// "routes" that are pushed on and popped off the navigator. Most routes have
166 /// When this route is popped (see [Navigator.pop]) if the result isn't
170 /// A future that completes when this route is popped off the navigator.
173 Future<T> get popped => _popCompleter.future;
186 /// exit animation (or some other visual effect) after being popped but prior
195 /// The route was popped or is otherwise being removed somewhat gracefully.
199 /// The [popped] future is completed by this method.
206 /// The given route, which was above this one, has been popped off the
[all …]
Droutes.dart79 /// Creates a route that animates itself when it is pushed or popped.
88 /// after [popped], because [popped] typically completes before the animation
89 /// even starts, as soon as the route is popped.
256 /// when [nextRoute] is pushed on top of it or when [nextRoute] is popped
265 /// the [nextRoute] is popped off of this route, the
271 /// [nextRoute] is popped off of it.
282 /// is pushed on top of it or when then this route is popped off of it.
290 /// it. Similarly, if this route is popped off of [previousRoute]
296 /// pushed on top of it or when then this route is popped off of it.
802 /// stack. When the route is popped the SlideTransition translates the
[all …]
/third_party/uboot/u-boot-2020.01/drivers/serial/
Dusbtty.c873 int popnum, popped; in write_buffer() local
891 popped = buf_pop (buf, dest, popnum); in write_buffer()
892 if (popped == 0) in write_buffer()
894 current_urb->actual_length += popped; in write_buffer()
895 total += popped; in write_buffer()
/third_party/python/Doc/library/
Ddis.rst656 instructions, while the added value or key/value pair is popped off, the
691 the local namespace. The module is popped after loading all names. This
703 Removes one block from the block stack. The popped block must be an exception
706 popped values are used to restore the exception state.
924 Imports the module ``co_names[namei]``. TOS and TOS1 are popped and provide
945 If TOS is true, sets the bytecode counter to *target*. TOS is popped.
952 If TOS is false, sets the bytecode counter to *target*. TOS is popped.
967 stack. Otherwise (TOS is false), TOS is popped.
975 stack. Otherwise (TOS is true), TOS is popped.
989 it). If the iterator indicates it is exhausted, TOS is popped, and the byte
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dback_button.dart55 /// popped. If that value is false (e.g., because the current route is the
110 /// navigation tree or where pages can be popped instantaneously with
/third_party/curl/tests/data/
Dtest138159 331 We are happy you popped in!
Dtest138259 331 We are happy you popped in!
Dtest138358 331 We are happy you popped in!
Dtest137958 331 We are happy you popped in!
Dtest138458 331 We are happy you popped in!
Dtest138058 331 We are happy you popped in!
Dtest135463 331 We are happy you popped in!
Dtest135065 331 We are happy you popped in!
Dtest135266 331 We are happy you popped in!
Dtest135365 331 We are happy you popped in!
Dtest135166 331 We are happy you popped in!
Dtest139273 331 We are happy you popped in!
Dtest134965 331 We are happy you popped in!
Dtest138873 331 We are happy you popped in!
Dtest139173 331 We are happy you popped in!
Dtest138974 331 We are happy you popped in!
Dtest138773 331 We are happy you popped in!
Dtest139074 331 We are happy you popped in!
Dtest136281 331 We are happy you popped in!

1234567