Home
last modified time | relevance | path

Searched defs:tbf (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libnl/lib/route/qdisc/
H A Dtbf.c48 struct rtnl_tbf *tbf = data; in tbf_msg_parser() local
87 struct rtnl_tbf *tbf = data; in tbf_dump_line() local
103 struct rtnl_tbf *tbf = data; in tbf_dump_details() local
141 struct rtnl_tbf *tbf = data; in tbf_msg_fill() local
186 struct rtnl_tbf *tbf; in rtnl_qdisc_tbf_set_limit() local
226 struct rtnl_tbf *tbf; in rtnl_qdisc_tbf_set_limit_by_latency() local
257 struct rtnl_tbf *tbf; in rtnl_qdisc_tbf_get_limit() local
285 struct rtnl_tbf *tbf; in rtnl_qdisc_tbf_set_rate() local
310 struct rtnl_tbf *tbf; in rtnl_qdisc_tbf_get_rate() local
328 struct rtnl_tbf *tbf; in rtnl_qdisc_tbf_get_rate_bucket() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dmock_function.rs455 let tbf = tg.as_turbofish(); in call() localVariable
647 let tbf = tg.as_turbofish(); in expect() localVariable
1466 let tbf = tg.as_turbofish(); in to_tokens() localVariable
2457 let tbf = tg.as_turbofish(); in to_tokens() localVariable
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/util/
DFunctionUtilsTest.java153 ThrowingBiFunction<Boolean, Boolean, Integer> tbf = (Boolean error1, Boolean error2) -> { in testThrowingBiFunction() local