Home
last modified time | relevance | path

Searched refs:unconstrained (Results 1 – 25 of 28) sorted by relevance

12

/external/rust/android-crates-io/crates/tokio/src/task/
Dmod.rs349 mod unconstrained;
350 pub use unconstrained::{unconstrained, Unconstrained};
Djoin_set.rs14 use crate::task::{unconstrained, AbortHandle, JoinError, JoinHandle, LocalSet};
317 Pin::new(&mut unconstrained(jh)).poll(ctx) in try_join_next()
346 Pin::new(&mut unconstrained(jh)).poll(ctx) in try_join_next_with_id()
Dunconstrained.rs43 pub fn unconstrained<F>(inner: F) -> Unconstrained<F> { in unconstrained() function
/external/rust/android-crates-io/crates/tokio/src/runtime/
Dcoop.rs60 pub(super) const fn unconstrained() -> Budget { in unconstrained() method
80 with_budget(Budget::unconstrained(), f) in with_unconstrained()
131 cell.set(Budget::unconstrained());
133 }).unwrap_or(Budget::unconstrained())
149 self.0.set(Budget::unconstrained());
199 }).unwrap_or(Poll::Ready(RestoreOnPending(Cell::new(Budget::unconstrained()))))
294 context::budget(|cell| cell.get()).unwrap_or(Budget::unconstrained()) in get()
Dcontext.rs106 budget: Cell::new(coop::Budget::unconstrained()),
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
DREADME.md52 ports: unconstrained ports, which can always accept packets, and constrained
57 unconstrained port (*RX port*), and always writes packets to a constrained port
65 of bandwidth) and outputs them into an unconstrained port. Two endpoints
92 * `Queue` allows to convert a constrained port into an unconstrained one by
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
DREADME.md52 ports: unconstrained ports, which can always accept packets, and constrained
57 unconstrained port (*RX port*), and always writes packets to a constrained port
65 of bandwidth) and outputs them into an unconstrained port. Two endpoints
92 * `Queue` allows to convert a constrained port into an unconstrained one by
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Placeholder.pbtxt19 shape is unconstrained.
Dapi_def_PlaceholderV2.pbtxt19 shape. To be unconstrained, pass in a shape with unknown rank.
/external/libopus/
DREADME.draft42 -cvbr : enable constrained variable bitrate; default: unconstrained
DREADME122 unconstrained
/external/bazelbuild-rules_python/python/private/
Dpython_register_multi_toolchains.bzl54 # Bazel will match the unconstrained toolchain if we register it before the constrained
/external/sdv/vsomeip/third_party/boost/iterator/doc/
Dinteroperability-revisited.rst94 an unconstrained argument T. This is necessary so that further types can be made interoperable with
/external/rust/android-crates-io/crates/tokio/tests/
Dasync_send_sync.rs542 async_assert_fn!(tokio::task::unconstrained(BoxFuture<()>): !Send & !Sync & Unpin);
543 async_assert_fn!(tokio::task::unconstrained(BoxFutureSend<()>): Send & !Sync & Unpin);
544 async_assert_fn!(tokio::task::unconstrained(BoxFutureSync<()>): Send & Sync & Unpin);
Drt_common.rs1249 tokio::task::unconstrained(poll_fn(|cx| {
/external/google-cloud-java/java-optimization/proto-google-cloud-optimization-v1/src/main/proto/google/cloud/optimization/v1/
Dfleet_routing.proto1909 // Exception: we omit loads for quantity types unconstrained by intervals
2147 // loads for quantity types unconstrained by intervals and that don't have any
/external/googleapis/google/cloud/optimization/v1/
Dfleet_routing.proto1959 // Exception: we omit loads for quantity types unconstrained by intervals
2197 // loads for quantity types unconstrained by intervals and that don't have any
/external/python/cpython3/Doc/library/
Dtyping.rst847 Special type indicating an unconstrained type.
/external/rust/android-crates-io/crates/tokio/
DCHANGELOG.md2376 - coop: expose an `unconstrained()` opt-out ([#3547])
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dwords.shakespeare.txt.gz1a 2A 3Aaron 4AARON 5abaissiez 6abandon 7abandoned 8abase 9Abase 10 ...
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h58376 struct event_constraint unconstrained; member
/external/bcc/libbpf-tools/x86/
Dvmlinux.h15825 struct event_constraint unconstrained; member
Dvmlinux_518.h15825 struct event_constraint unconstrained; member
/external/one-true-awk/testdir/
Dfunstack.in10955 …; function minimization; minimisation; Rosenbrock; subroutine; subroutines; unconstrained problem",

12