Home
last modified time | relevance | path

Searched defs:sometimes (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/tools/run_tests/performance/
DREADME.md316 ### Prerequisites for running benchmarks manually:
322 ### To run benchmarks locally:
327 ### On remote machines, to start the driver and workers manually:
419 ### Example profiling commands
440 ### Configuration environment variables:
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/
DREADME.md314 ### Prerequisites for running benchmarks manually:
320 ### To run benchmarks locally:
325 ### On remote machines, to start the driver and workers manually:
417 ### Example profiling commands
438 ### Configuration environment variables:
/external/cronet/stable/third_party/libc++/src/test/support/
Datomic_helpers.h58 enum class LockFreeStatus : int { unknown = -1, never = 0, sometimes = 1, always = 2 }; enumerator
/external/cronet/tot/third_party/libc++/src/test/support/
Datomic_helpers.h58 enum class LockFreeStatus : int { unknown = -1, never = 0, sometimes = 1, always = 2 }; enumerator
/external/rust/android-crates-io/crates/tracing-core/src/
Dsubscriber.rs620 pub fn sometimes() -> Self { in sometimes() method