Home
last modified time | relevance | path

Searched refs:tnl (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/src/modules/raop/
H A Dmodule-raop-discover.c166 struct tunnel *tnl; in resolver_cb() local
179 tnl = tunnel_new(interface, protocol, name, type, domain); in resolver_cb()
356 tnl->module_index = m->index; in resolver_cb()
357 pa_hashmap_put(u->tunnels, tnl, tnl); in resolver_cb()
358 tnl = NULL; in resolver_cb()
367 if (tnl) in resolver_cb()
368 tunnel_free(tnl); in resolver_cb()
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-discover.c137 struct tunnel *tnl; in resolver_cb() local
141 tnl = tunnel_new(interface, protocol, name, type, domain); in resolver_cb()
244 tnl->module_index = m->index; in resolver_cb()
245 pa_hashmap_put(u->tunnels, tnl, tnl); in resolver_cb()
246 tnl = NULL; in resolver_cb()
261 if (tnl) in resolver_cb()
262 tunnel_free(tnl); in resolver_cb()
/third_party/ltp/testcases/network/virt/
H A Dvirt_lib.sh91 local tnl=sit
94 [ -n "$TST_IPV6" ] && tnl="ip6tnl"
96 [ -n "$TST_IPV6" ] && tnl="ip6gre" || tnl="gre"
98 echo "$tnl"
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleMatcherTest.java787 long tnl = timeLocaleMatcher(desired, matcherLong, BENCHMARK_ITERATIONS); in testPerf()
788 System.out.format("New Duration (med. supported):\t%s\t%d\tnanos\n", desired, tnl); in testPerf()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java829 long tnl = timeLocaleMatcher(desired, matcherLong, BENCHMARK_ITERATIONS); in testPerf()
830 System.out.format("New Duration (med. supported):\t%s\t%d\tnanos\n", desired, tnl); in testPerf()

Completed in 8 milliseconds