Home
last modified time | relevance | path

Searched refs:test_suffix (Results 1 – 4 of 4) sorted by relevance

/third_party/libnl/lib/route/qdisc/
Dnetem.c918 char *test_suffix; in rtnl_netem_set_delay_distribution() local
930 test_suffix = strstr(dist_type, dist_suffix); in rtnl_netem_set_delay_distribution()
931 if (test_suffix != NULL && strlen(test_suffix) == 5) in rtnl_netem_set_delay_distribution()
/third_party/flatbuffers/tests/
DBUILD.bazel52 ":prototest/test_suffix.golden",
/third_party/json/third_party/cpplint/
Dcpplint.py4692 ('%s.%s' % (test_suffix.lstrip('_'), ext)
4693 for test_suffix, ext in itertools.product(_test_suffixes, GetNonHeaderExtensions())),
/third_party/python/Lib/test/
Dtest_pathlib.py1002 def test_suffix(self): member in PureWindowsPathTest