HomeSort by relevance Sort by last modified time
    Searched refs:tc (Results 226 - 250 of 886) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/tc/
Android.mk 4 LOCAL_SRC_FILES := tc.c tc_exec.c tc_qdisc.c q_cbq.c tc_util.c tc_class.c tc_core.c m_action.c \
8 LOCAL_MODULE := tc
  /external/libnl/include/netlink/cli/
tc.h 2 * netlink/cli/tc.h CLI Traffic Control Helpers
15 #include <netlink/route/tc.h>
  /external/libnl/include/netlink/route/qdisc/
tbf.h 16 #include <netlink/route/tc.h>
  /external/ltp/testcases/kernel/syscalls/getxattr/
getxattr02.c 72 static char *tc[] = { variable
79 int TST_TOTAL = sizeof(tc) / sizeof(tc[0]);
106 TEST(getxattr(tc[0], XATTR_TEST_KEY, buf, BUFSIZ));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
power4.s 10 .tc ignored0[TC],dsym0
11 .tc ignored1[TC],dsym1
13 .tc ignored2[TC],usym0
14 .tc ignored3[TC],usym1
xcoff-toc-1.s 17 .tc data[TC],data
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
aix-toc-1a.s 3 .tc sym\@[TC], \@
7 lwz 1,sym\@[TC](2)
9 ld 1,sym\@[TC](2)
aix-toc-1b.s 3 .tc asym\@[TC], \@ | 0x10000
7 lwz 1,asym\@[TC](2)
9 ld 1,asym\@[TC](2)
  /art/test/530-checker-loops2/src/
Main.java 53 private static int periodicIdiom(int tc) {
58 for (int i = 0; i < tc; i++) {
71 private static int periodicSequence2(int tc) {
77 for (int i = 0; i < tc; i++) {
95 private static int periodicSequence4(int tc) {
103 for (int i = 0; i < tc; i++) {
120 private static int periodicXorSequence(int tc) {
125 for (int i = 0; i < tc; i++) {
934 for (int tc = 0; tc < 32; tc++)
    [all...]
  /external/libnl/lib/cli/cls/
basic.c 13 #include <netlink/cli/tc.h>
33 static void parse_argv(struct rtnl_tc *tc, int argc, char **argv)
35 struct rtnl_cls *cls = (struct rtnl_cls *) tc;
  /external/libnl/lib/cli/qdisc/
fq_codel.c 13 #include <netlink/cli/tc.h>
34 static void fq_codel_parse_argv(struct rtnl_tc *tc, int argc, char **argv)
36 struct rtnl_qdisc *qdisc = (struct rtnl_qdisc *) tc;
  /external/libnl/lib/route/qdisc/
plug.c 64 #include <netlink-private/tc.h>
67 #include <netlink-private/route/tc-api.h>
70 static int plug_msg_fill(struct rtnl_tc *tc, void *data, struct nl_msg *msg)
  /external/lisa/tests/stune/
smoke_test_ramp.py 67 for tc in self.confs:
68 conf_id = tc["tag"]
90 boost = tc["cgroups"]["conf"]["schedtune"]["/stune"]["boost"]
  /external/ltp/testcases/kernel/syscalls/flistxattr/
flistxattr02.c 53 } tc[] = { variable in typeref:struct:test_case
60 struct test_case *t = tc + n;
98 .tcnt = ARRAY_SIZE(tc),
  /external/ltp/testcases/kernel/syscalls/kcmp/
kcmp03.c 87 struct tcase *tc = &tcases[n]; local
91 res = ltp_clone(tc->clone_type | SIGCHLD, do_child, &tc->kcmp_type,
  /external/ltp/testcases/kernel/syscalls/listxattr/
listxattr02.c 59 } tc[] = { variable in typeref:struct:test_case
68 struct test_case *t = tc + n;
102 .tcnt = ARRAY_SIZE(tc),
  /external/ltp/testcases/kernel/syscalls/llistxattr/
llistxattr02.c 58 } tc[] = { variable in typeref:struct:test_case
67 struct test_case *t = tc + n;
103 .tcnt = ARRAY_SIZE(tc),
  /external/ltp/testcases/kernel/syscalls/open/
open11.c 103 struct test_case tc[] = { variable in typeref:struct:test_case
328 int TST_TOTAL = sizeof(tc) / sizeof(tc[0]);
343 TEST(open(tc[i].path, tc[i].flags, tc[i].mode));
346 if (tc[i].err == -1 || TEST_ERRNO == tc[i].err) {
347 tst_resm(TPASS, "%s", tc[i].desc);
351 tc[i].desc, tc[i].err)
    [all...]
  /external/ltp/testcases/network/dctcp/
dctcp01.sh 42 tc qdisc del dev $(tst_iface) root netem loss 0.03% ecn
52 tst_check_cmds ip sysctl tc
55 tc qdisc add dev $(tst_iface) root netem loss 0.03% ecn > /dev/null 2>&1
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
retval_op.cc 57 XlaContext& tc = XlaContext::Get(ctx); variable
61 OP_REQUIRES_OK(ctx, tc.AddConstRetval(index_, dtype_, literal));
69 tc.AddRetval(index_, dtype_, tuple_elem);
  /external/tensorflow/tensorflow/contrib/py2tf/impl/
api_test.py 54 tc = TestClass()
56 x = tc.test_method(
74 tc = TestClass()
76 x = tc.test_method(
95 tc = TestClass()
97 x = tc.test_method(
118 tc = TestClass()
120 x = tc.test_method(
140 tc = TestClass()
142 x = tc.test_method
    [all...]
  /external/tensorflow/tensorflow/python/framework/
random_seed_test.py 50 for tc in test_cases:
51 tinput, toutput = tc[0], tc[1]
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
cshared_test.go 41 for _, tc := range cases {
42 tc := tc
43 name := strings.TrimSuffix(tc.src, ".go")
46 config := configure(tc.sanitizer)
53 mustRun(t, config.goCmd("build", "-buildmode=c-shared", "-o", lib, srcPath(tc.src)))
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
profile_test.go 69 for _, tc := range tests {
70 _, err := parseContention([]byte(tc.in))
71 if tc.wantErr && err == nil {
72 t.Errorf("parseContention(%q) succeeded unexpectedly", tc.name)
74 if !tc.wantErr && err != nil {
75 t.Errorf("parseContention(%q) failed unexpectedly: %v", tc.name, err)
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
cshared_test.go 41 for _, tc := range cases {
42 tc := tc
43 name := strings.TrimSuffix(tc.src, ".go")
46 config := configure(tc.sanitizer)
53 mustRun(t, config.goCmd("build", "-buildmode=c-shared", "-o", lib, srcPath(tc.src)))

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011>>