Searched full:chaotic (Results 1 – 25 of 37) sorted by relevance
12
/external/grpc-grpc/src/core/ext/transport/chaotic_good/ |
D | settings_metadata.cc | 36 add("chaotic-good-connection-type", in ToMetadataBatch() 41 add("chaotic-good-connection-id", connection_id.value()); in ToMetadataBatch() 44 add("chaotic-good-alignment", absl::StrCat(alignment.value())); in ToMetadataBatch() 53 auto v = batch.GetStringValue("chaotic-good-connection-type", &buffer); in FromMetadataBatch() 64 v = batch.GetStringValue("chaotic-good-connection-id", &buffer); in FromMetadataBatch() 68 v = batch.GetStringValue("chaotic-good-alignment", &buffer); in FromMetadataBatch()
|
D | settings_metadata.h | 28 // Captures metadata sent in a chaotic good settings frame.
|
D | frame_header.cc | 73 // In chaotic-good transport design, message and message padding are sent in GetFrameLength()
|
D | server_transport.cc | 376 ->CreateMemoryAllocator("chaotic-good")) { in ChaoticGoodServerTransport() 476 "set_accept_stream not supported on chaotic good transports: ", in PerformOp()
|
D | client_transport.cc | 192 ->CreateMemoryAllocator("chaotic-good")), in ChaoticGoodClientTransport()
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/doc/ |
D | tutorial_chaotic_system.qbk | 14 [section Chaotic systems and Lyapunov exponents] 18 In this example we present application of odeint to investigation of the properties of chaotic 19 deterministic systems. In mathematical terms chaotic refers to an exponential 29 trajectories diverge exponentially hence they are chaotic. If the largest
|
D | tutorial_solar_system.qbk | 90 In general a three body-system is chaotic, hence we can not expect that arbitrary initial condition…
|
D | examples_table.qbk | 28 [The chaotic system examples integrates the Lorenz system and calculates the Lyapunov exponents.]]
|
D | odeint.qbk | 96 [link boost_numeric_odeint.tutorial.chaotic_systems_and_lyapunov_exponents Chaotic System]]
|
D | tutorial_thrust_cuda.qbk | 141 …stems. Consider for example the three-dimensional Lorenz system from the chaotic systems example i…
|
/external/grpc-grpc/src/core/lib/event_engine/extensions/ |
D | chaotic_good_extension.h | 38 /// histograms and counters specific to the chaotic good control channel. 40 /// chaotic good data channel.
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_fullstack_unary_ping_pong_chaotic_good.cc | 19 // Benchmark gRPC end2end in various configurations for chaotic good 20 // TODO(ctiller): fold back into bm_fullstack_unary_ping_pong.cc once chaotic
|
/external/grpc-grpc/src/core/lib/event_engine/ |
D | posix.h | 33 /// may implement to support additional chaotic good related functionality.
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chaotic_good/ |
D | frame_header.cc | 70 // In chaotic-good transport design, message and message padding are sent in GetFrameLength()
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | network_input.cc | 170 add_header("chaotic-good-connection-type", in SliceBufferFromSimpleHeaders() 174 add_header("chaotic-good-connection-id", in SliceBufferFromSimpleHeaders() 178 add_header("chaotic-good-alignment", headers.chaotic_good_alignment()); in SliceBufferFromSimpleHeaders()
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/ |
D | chaotic_system.cpp | 5 * exponents of a chaotic system namely the well known Lorenz system. Furthermore,
|
/external/grpc-grpc/src/core/lib/experiments/ |
D | experiments.cc | 93 "If set, enable the chaotic good load transport (this is mostly here for " 288 "If set, enable the chaotic good load transport (this is mostly here for " 483 "If set, enable the chaotic good load transport (this is mostly here for "
|
D | experiments.yaml | 64 If set, enable the chaotic good load transport (this is mostly here for testing)
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/rngs/ |
D | mod.rs | 28 //! long, while others are chaotic and the period depends on the seed.
|
/external/rust/android-crates-io/crates/rand/src/rngs/ |
D | mod.rs | 28 //! long, while others are chaotic and the period depends on the seed.
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/rngs/ |
D | mod.rs | 28 //! long, while others are chaotic and the period depends on the seed.
|
/external/eigen/unsupported/test/ |
D | cxx11_runqueue.cpp | 157 // Stress is a chaotic random test.
|
/external/antlr/runtime/ObjC/Framework/ |
D | LinkedHashMap.h | 15 * chaotic ordering provided by {@link HashMap} (and {@link Hashtable}),
|
/external/zstd/programs/ |
D | zstd.1 | 88 … 8 MiB by default (can be changed manually, see \fBwlog\fR)\. Due to the chaotic nature of dynamic…
|
/external/grpc-grpc/test/core/end2end/ |
D | end2end_tests.h | 878 GTEST_SKIP() << "Disabled for initial chaotic good testing"; \
|
12