HomeSort by relevance Sort by last modified time
    Searched refs:flows (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/boringssl/src/ssl/test/runner/
recordingconn.go 49 flows []flow
58 if l := len(r.flows); flowType == specialFlow || r.isDatagram || l == 0 || r.flows[l-1].flowType != flowType {
61 r.flows = append(r.flows, flow{flowType, message, buf})
63 r.flows[l-1].data = append(r.flows[l-1].data, data...)
91 for i, flow := range r.flows {
111 for _, flow := range r.flows {
120 func parseTestData(r io.Reader) (flows [][]byte, err error)
    [all...]
  /external/libnl/lib/cli/qdisc/
fq_codel.c 25 " --flows=N Number of flows.\n"
37 int limit, flows; local
53 { "flows", 1, 0, ARG_FLOWS},
79 flows = nl_cli_parse_u32(optarg);
80 rtnl_qdisc_fq_codel_set_flows(qdisc, flows);
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_test.go 93 flows [][]byte
106 if l := len(r.flows); l == 0 || !r.reading {
109 r.flows = append(r.flows, buf)
111 r.flows[l-1] = append(r.flows[l-1], b[:n]...)
126 if l := len(r.flows); l == 0 || r.reading {
129 r.flows = append(r.flows, buf)
131 r.flows[l-1] = append(r.flows[l-1], b[:n]...
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_test.go 93 flows [][]byte
106 if l := len(r.flows); l == 0 || !r.reading {
109 r.flows = append(r.flows, buf)
111 r.flows[l-1] = append(r.flows[l-1], b[:n]...)
126 if l := len(r.flows); l == 0 || r.reading {
129 r.flows = append(r.flows, buf)
131 r.flows[l-1] = append(r.flows[l-1], b[:n]...
    [all...]
  /external/iproute2/tc/
q_fq_codel.c 53 fprintf(stderr, "Usage: ... fq_codel [ limit PACKETS ] [ flows NUMBER ]\n");
63 unsigned flows = 0; local
78 } else if (strcmp(*argv, "flows") == 0) {
80 if (get_unsigned(&flows, *argv, 0)) {
81 fprintf(stderr, "Illegal \"flows\"\n");
127 if (flows)
128 addattr_l(n, 1024, TCA_FQ_CODEL_FLOWS, &flows, sizeof(flows));
148 unsigned flows; local
168 flows = rta_getattr_u32(tb[TCA_FQ_CODEL_FLOWS])
    [all...]
q_sfq.c 31 fprintf(stderr, " [ divisor NUMBER ] [ flows NUMBER] [ depth NUMBER ]\n");
82 } else if (strcmp(*argv, "flows") == 0) {
84 if (get_u32(&opt.v0.flows, *argv, 0)) {
85 fprintf(stderr, "Illegal \"flows\"\n");
92 fprintf(stderr, "Illegal \"flows\"\n");
229 fprintf(f, "flows %u/%u ", qopt->flows, qopt->divisor);
  /device/google/dragon/audio/hal/
cras_dsp_ini.h 69 flow_array flows; member in struct:ini
cras_dsp_ini.c 24 or "sink". It defines where the audio data flows into and flows out
73 FOR_ARRAY_ELEMENT(&ini->flows, i, flow) {
87 i = ARRAY_COUNT(&ini->flows);
88 flow = ARRAY_APPEND_ZERO(&ini->flows);
180 flow = ARRAY_ELEMENT(&ini->flows, flow_id);
246 ARRAY_FREE(&ini->flows);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUFlowManager.java 343 // Kill any outstanding provisioning flows.
344 Iterator<OSUFlow> flows = mQueue.iterator(); local
345 while (flows.hasNext()) {
346 if (flows.next().getFlowType() == FlowType.Provisioning) {
347 flows.remove();
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 210 Generator which yields all information flows in/out of a
217 out If true, information flows out of the type will
218 be returned. If false, information flows in to the
232 self.log.info("Generating all information flows {0} {1}".
236 flows = self.subG.out_edges_iter(s)
238 flows = self.subG.in_edges_iter(s)
241 for source, target in flows:
286 # rule and then expands the rule. All information flows are
291 # types (nodes) and edges (information flows) which are below the
310 # only add flows if they actually flo
    [all...]
  /external/libnl/lib/route/qdisc/
fq_codel.c 106 nl_dump(p, " flows %u", fq_codel->fq_flows);
285 * Set flows of fq_codel qdisc.
287 * @arg flows New flows value.
290 int rtnl_qdisc_fq_codel_set_flows(struct rtnl_qdisc *qdisc, int flows)
297 fq_codel->fq_flows = flows;
304 * Get flows of a fq_codel qdisc.
306 * @return Numeric flows or a negative error code.
sfq.c 59 sfq->qs_flows = opts->flows;
  /prebuilts/go/darwin-x86/test/
escape_calls.go 10 // where input directly flows to output.
  /prebuilts/go/linux-x86/test/
escape_calls.go 10 // where input directly flows to output.
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 132 unsigned flows; member in struct:tc_sfq_qopt
606 __u32 flows; member in struct:tc_fq_qd_stats
  /development/ndk/platforms/android-21/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /external/iproute2/include/linux/
pkt_sched.h 60 classes (or flows) have major equal to parent qdisc major, and
199 unsigned flows; /* Maximal number of flows */ member in struct:tc_sfq_qopt
646 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
739 __u32 new_flows_len; /* count of flows in new list */
740 __u32 old_flows_len; /* count of flows in old list */
802 __u32 flows; member in struct:tc_fq_qd_stats
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 60 classes (or flows) have major equal to parent qdisc major, and
200 unsigned flows; /* Maximal number of flows */ member in struct:tc_sfq_qopt
649 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
744 __u32 new_flows_len; /* count of flows in new list */
745 __u32 old_flows_len; /* count of flows in old list */
811 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats

Completed in 1622 milliseconds

1 2 3 4 5 6 7