/external/boringssl/src/ssl/test/runner/ |
D | recordingconn.go | 49 flows []flow member 58 …if l := len(r.flows); flowType == specialFlow || r.isDatagram || l == 0 || r.flows[l-1].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 { 124 func parseTestData(r io.Reader) (flows [][]byte, err error) { 133 if len(currentFlow) > 0 || len(flows) > 0 { 134 flows = append(flows, currentFlow) 167 flows = append(flows, currentFlow) [all …]
|
/external/adhd/cras/src/tests/ |
D | dsp_ini_unittest.cc | 42 EXPECT_EQ(0, ARRAY_COUNT(&ini->flows)); in TEST_F() 64 EXPECT_EQ(0, ARRAY_COUNT(&ini->flows)); in TEST_F() 89 EXPECT_EQ(0, ARRAY_COUNT(&ini->flows)); in TEST_F() 104 EXPECT_EQ(0, ARRAY_COUNT(&ini->flows)); in TEST_F() 154 EXPECT_EQ(2, ARRAY_COUNT(&ini->flows)); in TEST_F() 155 struct flow* flow0 = ARRAY_ELEMENT(&ini->flows, 0); in TEST_F() 156 struct flow* flow1 = ARRAY_ELEMENT(&ini->flows, 1); in TEST_F() 263 struct flow* flow_a0 = ARRAY_ELEMENT(&ini->flows, 0); in TEST_F() 264 struct flow* flow_a1 = ARRAY_ELEMENT(&ini->flows, 1); in TEST_F() 265 struct flow* flow_b0 = ARRAY_ELEMENT(&ini->flows, 2); in TEST_F() [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
D | Zip.kt | 248 vararg flows: Flow<T>, in combine() 251 combineInternal(flows, { arrayOfNulls(flows.size) }, { emit(transform(it)) }) in combine() 262 vararg flows: Flow<T>, in combineTransform() 265 combineInternal(flows, { arrayOfNulls(flows.size) }, { transform(it) }) in combineTransform() 274 flows: Iterable<Flow<T>>, in combine() 277 val flowArray = flows.toList().toTypedArray() in combine() 294 flows: Iterable<Flow<T>>, in combineTransform() 297 val flowArray = flows.toList().toTypedArray() in combineTransform()
|
/external/iproute2/tc/ |
D | q_fq_codel.c | 63 unsigned int flows = 0; in fq_codel_parse_opt() local 81 if (get_unsigned(&flows, *argv, 0)) { in fq_codel_parse_opt() 134 if (flows) in fq_codel_parse_opt() 135 addattr_l(n, 1024, TCA_FQ_CODEL_FLOWS, &flows, sizeof(flows)); in fq_codel_parse_opt() 159 unsigned int flows; in fq_codel_print_opt() local 181 flows = rta_getattr_u32(tb[TCA_FQ_CODEL_FLOWS]); in fq_codel_print_opt() 182 fprintf(f, "flows %u ", flows); in fq_codel_print_opt()
|
D | q_sfq.c | 82 if (get_u32(&opt.v0.flows, *argv, 0)) { in sfq_parse_opt() 228 fprintf(f, "flows %u/%u ", qopt->flows, qopt->divisor); in sfq_print_opt()
|
D | q_fq.c | 322 st->flows, st->inactive_flows, st->throttled_flows); in fq_print_xstats()
|
/external/adhd/cras/src/server/ |
D | cras_dsp_ini.c | 76 ARRAY_ELEMENT_FOREACH (&ini->flows, i, flow) { in lookup_flow() 90 i = ARRAY_COUNT(&ini->flows); in lookup_or_add_flow() 91 flow = ARRAY_APPEND_ZERO(&ini->flows); in lookup_or_add_flow() 183 flow = ARRAY_ELEMENT(&ini->flows, flow_id); in fill_flow_info() 236 i = ARRAY_COUNT(&ini->flows); in add_new_flow() 237 flow = ARRAY_APPEND_ZERO(&ini->flows); in add_new_flow() 416 ARRAY_FREE(&ini->flows); in cras_dsp_ini_free() 483 dumpf(d, "number of flows = %d\n", ARRAY_COUNT(&ini->flows)); in cras_dsp_ini_dump() 484 ARRAY_ELEMENT_FOREACH (&ini->flows, i, flow) { in cras_dsp_ini_dump()
|
D | cras_dsp_ini.h | 70 flow_array flows; member
|
/external/libnl/lib/cli/qdisc/ |
D | fq_codel.c | 37 int limit, flows; in fq_codel_parse_argv() local 79 flows = nl_cli_parse_u32(optarg); in fq_codel_parse_argv() 80 rtnl_qdisc_fq_codel_set_flows(qdisc, flows); in fq_codel_parse_argv()
|
/external/kotlinx.coroutines/ |
D | coroutines-guide.md | 48 * <a name='flows'></a>[Flows](docs/flow.md#flows) 49 * <a name='flows-are-cold'></a>[Flows are cold](docs/flow.md#flows-are-cold) 56 * <a name='flows-are-sequential'></a>[Flows are sequential](docs/flow.md#flows-are-sequential) 63 …* <a name='composing-multiple-flows'></a>[Composing multiple flows](docs/flow.md#composing-multipl… 66 * <a name='flattening-flows'></a>[Flattening flows](docs/flow.md#flattening-flows)
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/ |
D | Combine.kt | 49 flows: Array<out Flow<T>>, in combineInternal() 54 val size = flows.size in combineInternal() 56 Array(size) { asFairChannel(flows[it]) } in combineInternal()
|
/external/iptables/extensions/ |
D | libxt_connbytes.man | 2 flows constituting the connection) has transferred so far, or by 16 flows will not be gaining/losing a/the accounting structure when be sysctl flag
|
D | libip6t_DNPT.man | 30 target to disable connection tracking for translated flows.
|
D | libip6t_SNPT.man | 30 target to disable connection tracking for translated flows.
|
/external/ukey2/src/main/proto/ |
D | device_to_device_messages.proto | 73 // Some (but not all) SPAKE flows send a point on an elliptic curve 76 // Some (but not all) SPAKE flows send a hash value
|
/external/arm-trusted-firmware/docs/design/ |
D | index.rst | 9 alt-boot-flows
|
/external/libnl/lib/route/qdisc/ |
D | fq_codel.c | 290 int rtnl_qdisc_fq_codel_set_flows(struct rtnl_qdisc *qdisc, int flows) in rtnl_qdisc_fq_codel_set_flows() argument 297 fq_codel->fq_flows = flows; in rtnl_qdisc_fq_codel_set_flows()
|
D | sfq.c | 59 sfq->qs_flows = opts->flows; in sfq_msg_parser()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CFIVerify.rst | 39 implemented around all indirect control flows by analysing the output machine 45 review. These unexpected control flows may simply have not been accounted for in
|
/external/iproute2/include/uapi/linux/ |
D | pkt_sched.h | 201 unsigned flows; /* Maximal number of flows */ member 820 __u32 flows; member
|
/external/u-boot/arch/arm/dts/ |
D | keystone-k2g-netcp.dtsi | 86 <0x4013000 0x400>; /* 32 Rx flows */
|
/external/bcc/tools/ |
D | tcpretrans_example.txt | 47 To spot heavily retransmitting flows quickly one can use the -c flag. It will
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_sched.h | 218 unsigned flows; /* Maximal number of flows */ member 911 __u32 flows; member
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | steps_db.proto | 88 // The result for send and recv flows.
|
/external/python/google-api-python-client/docs/ |
D | django.md | 3 …](https://developers.google.com/api-client-library/python/guide/aaa_oauth#flows), [Credentials](ht…
|