Searched refs:TC (Results 1 - 25 of 44) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-limit.cpp3 // Check that this pointer type is TC<int>
5 // CHECK-NEXT: !10 ={{.*}}"TC<int>"
8 class TC { class
10 TC(const TC &) {} function in class:TC
11 TC() {} function in class:TC
14 TC<int> tci;
H A Ddebug-info-template.cpp3 //CHECK: TC<int>
7 class TC { class
9 TC(const TC &) {} function in class:TC
10 TC() {} function in class:TC
13 TC<int> tci;
/external/iproute2/examples/diffserv/
H A Defcbq3 $TC = "/root/DS-6-beta/iproute2-990530-dsing/tc/tc";
5 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
6 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ".
8 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth ".
13 print "$TC class add $DEV parent 2:0 classid 2:1 cbq bandwidth ".
17 print "$TC qdisc add $DEV parent 2:1 pfifo limit 5\n";
18 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ".
24 print "$TC class add $DEV parent 2:0 classid 2:2 cbq bandwidth ".
27 print "$TC qdisc add $DEV parent 2:2 red limit 60KB ".
30 print "$TC filte
[all...]
H A Def-prio2 $TC = "/root/DS-6-beta/iproute2-990530-dsing/tc/tc";
6 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
7 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ".
9 print "$TC qdisc add $DEV parent 1:0 handle 2:0 prio\n";
13 print "$TC qdisc add $DEV parent 2:1 tbf rate $efrate burst $MTU limit 1.6kB\n";
14 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ".
20 print "$TC qdisc add $DEV parent 2:2 red limit 60KB ".
24 print "$TC filter add $DEV parent 2:0 protocol ip prio 2 ".
H A Dafcbq30 $TC = "/usr/src/iproute2-current/tc/tc";
53 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
54 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex mask 0xfc " .
57 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth $linerate ".
59 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 tcindex ".
64 print "$TC class add $DEV parent 2:0 classid 2:$class cbq ".
67 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 handle $class ".
69 print "$TC qdisc add $DEV parent 2:$class gred setup DPs 3 default 2 ".
78 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 ".
83 print "$TC qdis
[all...]
H A DEdge112 TC=$IPROUTE/tc/tc
33 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64 set_tc_index
38 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
41 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
44 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
57 $TC qdisc ls dev $INDEV
59 $TC clas
[all...]
H A DEdge31-cb-chains14 TC=$IPROUTE/tc/tc
40 $TC qdisc add dev $INDEV handle ffff: ingress
52 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
59 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
73 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 2 fw \
83 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
90 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
93 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
96 $TC clas
[all...]
H A DEdge31-ca-u3215 TC=$IPROUTE/tc/tc
29 $TC qdisc add dev $INDEV handle ffff: ingress
33 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
113 $TC filte
[all...]
H A DEdge32-cb-chains14 TC=$IPROUTE/tc/tc
43 $TC qdisc add dev $INDEV handle ffff: ingress
55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \
65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \
68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
85 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 handle 2 fw \
95 $TC qdis
[all...]
H A DEdge32-cb-u3214 TC=$IPROUTE/tc/tc
44 $TC qdisc add dev $INDEV handle ffff: ingress
55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
69 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
76 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
79 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
87 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
97 $TC qdis
[all...]
H A DEdge32-ca-u3215 TC=$IPROUTE/tc/tc
46 $TC qdisc add dev $INDEV handle ffff: ingress
57 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
86 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
97 $TC filter add dev $INDEV parent ffff: protocol ip prio 8 u32 \
101 $TC filte
[all...]
H A DEdge213 TC=$IPROUTE/tc/tc
31 $TC qdisc add dev $INDEV handle ffff: ingress
43 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 3 fw \
52 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
56 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
58 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
60 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
66 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
67 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
68 $TC filte
[all...]
/external/clang/lib/Driver/
H A DTool.cpp15 const ToolChain &TC) : Name(_Name), ShortName(_ShortName),
16 TheToolChain(TC)
14 Tool(const char *_Name, const char *_ShortName, const ToolChain &TC) argument
H A DTools.h47 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {} argument
64 ClangAs(const ToolChain &TC) : Tool("clang::as", argument
65 "clang integrated assembler", TC) {}
83 const ToolChain &TC) : Tool(Name, ShortName, TC) {}
100 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", argument
101 "gcc preprocessor", TC) {}
112 Precompile(const ToolChain &TC) : Common("gcc::Precompile", argument
113 "gcc precompile", TC) {}
82 Common(const char *Name, const char *ShortName, const ToolChain &TC) argument
124 Compile(const ToolChain &TC) argument
136 Assemble(const ToolChain &TC) argument
147 Link(const ToolChain &TC) argument
163 Assemble(const ToolChain &TC) argument
179 Link(const ToolChain &TC) argument
207 DarwinTool(const char *Name, const char *ShortName, const ToolChain &TC) argument
238 CC1(const char *Name, const char *ShortName, const ToolChain &TC) argument
247 Preprocess(const ToolChain &TC) argument
259 Compile(const ToolChain &TC) argument
270 Assemble(const ToolChain &TC) argument
287 Link(const ToolChain &TC) argument
301 Lipo(const ToolChain &TC) argument
314 Dsymutil(const ToolChain &TC) argument
328 VerifyDebug(const ToolChain &TC) argument
346 Assemble(const ToolChain &TC) argument
359 Link(const ToolChain &TC) argument
376 Assemble(const ToolChain &TC) argument
389 Link(const ToolChain &TC) argument
407 Assemble(const ToolChain &TC) argument
421 Link(const ToolChain &TC) argument
439 Assemble(const ToolChain &TC) argument
452 Link(const ToolChain &TC) argument
468 Assemble(const ToolChain &TC) argument
481 Link(const ToolChain &TC) argument
498 Assemble(const ToolChain &TC) argument
511 Link(const ToolChain &TC) argument
528 Assemble(const ToolChain &TC) argument
541 Link(const ToolChain &TC) argument
558 Assemble(const ToolChain &TC) argument
571 Link(const ToolChain &TC) argument
588 Link(const ToolChain &TC) argument
[all...]
H A DDriver.cpp336 const ToolChain &TC = getToolChain(*Args); local
339 Compilation *C = new Compilation(*this, TC, Args, TranslatedArgs);
356 if (TC.getTriple().isOSDarwin())
454 const ToolChain &TC = C.getDefaultToolChain(); local
455 if (TC.getTriple().isOSDarwin())
456 BuildUniversalActions(TC, C.getArgs(), Inputs, C.getActions());
458 BuildActions(TC, C.getArgs(), Inputs, C.getActions());
590 const ToolChain &TC = C.getDefaultToolChain(); local
591 OS << "Target: " << TC.getTripleString() << '\n';
651 const ToolChain &TC local
793 BuildUniversalActions(const ToolChain &TC, const DerivedArgList &Args, const InputList &BAInputs, ActionList &Actions) const argument
901 BuildInputs(const ToolChain &TC, const DerivedArgList &Args, InputList &Inputs) const argument
1025 BuildActions(const ToolChain &TC, const DerivedArgList &Args, const InputList &Inputs, ActionList &Actions) const argument
1272 SelectToolForJob(Compilation &C, const ToolChain *TC, const JobAction *JA, const ActionList *&Inputs) argument
1312 BuildJobsForAction(Compilation &C, const Action *A, const ToolChain *TC, const char *BoundArch, bool AtTopLevel, const char *LinkingOutput, InputInfo &Result) const argument
1335 const ToolChain *TC = &C.getDefaultToolChain(); local
1527 GetProgramPath(const char *Name, const ToolChain &TC, bool WantFile) const argument
1654 ToolChain *&TC = ToolChains[Target.str()]; local
[all...]
/external/iproute2/testsuite/tests/
H A Dcbq.t2 $TC qdisc del dev $DEV root >/dev/null 2>&1
3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
5 $TC qdisc list dev $DEV
6 $TC qdisc del dev $DEV root
7 $TC qdisc list dev $DEV
8 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
10 $TC qdisc del dev $DEV root
H A Dpolicer2 $TC qdisc del dev $DEV root >/dev/null 2>&1
3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
6 $TC qdisc list dev $DEV
7 $TC filter list dev $DEV parent 10:0
8 $TC qdisc del dev $DEV root
9 $TC qdisc list dev $DEV
10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
11 $TC clas
[all...]
H A Ddsmark.t8 ts_log "dsmark: Unsupported by $TC, skipping"
H A Dcls-testbed.t26 ts_log "cls-testbed: HTB is unsupported by $TC, skipping"
38 ts_log "cls-testbed: dsmark is unsupported by $TC, skipping"
/external/iproute2/examples/
H A DSYN-DoS.rate.limit13 TC=$IPROUTE/tc/tc
25 $TC qdisc add dev $INDEV handle ffff: ingress
35 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
42 $TC qdisc ls dev $INDEV
44 $TC class ls dev $INDEV
46 $TC filter ls dev $INDEV parent ffff:
49 #$TC qdisc del $INDEV ingress
H A Dcbqinit.eth13 TC=/home/root/tc
13 $TC qdisc add dev $DEVICE root handle 1: cbq \
25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \
35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \
43 $TC qdisc add dev $DEVICE parent 1:2 sfq quantum 1514b perturb 15
47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cbq \
51 $TC qdisc add dev $DEVICE parent 1:3 sfq quantum 1514b perturb 15
55 $TC class add dev $DEVICE parent 1:1 classid :4 est 1sec 8sec cbq \
59 $TC qdisc add dev $DEVICE parent 1:4 sfq quantum 1514b perturb 15
63 $TC clas
[all...]
/external/iproute2/testsuite/lib/
H A Dgeneric.sh31 $TC $@ 2> $TMP_ERR > $TMP_OUT
35 ts_err "command: $TC $@"
82 HELPOUT=`$TC qdisc add $1 help 2>&1`
/external/clang/test/CXX/special/class.dtor/
H A Dp3-0x.cpp71 struct TC { struct
73 ~TC() {}
89 TC<int> c;
/external/clang/test/SemaTemplate/
H A Dmember-function-template.cpp93 template <template <typename> class TC> void foo(const TC<T1>& arg);
96 template <typename T1> template <template <typename> class TC>
97 void S<T1>::foo(const TC<T1>& arg) {}
/external/clang/include/clang/Driver/
H A DTool.h39 const ToolChain &TC);

Completed in 322 milliseconds

12