HomeSort by relevance Sort by last modified time
    Searched refs:flow (Results 176 - 200 of 299) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 65 // TODO(holmer): Further optimize this by looking for consecutive flow ids
217 ss << "Throughput flow " << kv.first;
224 ss << "Delay flow " << kv.first;
315 for (int flow : media_flow_ids) {
317 new RateCounterFilter(&uplink_, flow, "Receiver", bwe_names[bwe_type]));
319 for (int flow : tcp_flow_ids) {
320 rate_counters.push_back(new RateCounterFilter(&uplink_, flow, "Receiver",
328 // Delays is being plotted only for the first flow.
383 // Pointless to show delay histogram for TCP flow.
502 // Delays is being plotted only for the first flow
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
OSUInfo.java 1 package com.android.hotspot2.flow;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 18 import com.android.hotspot2.flow.OSUInfo;
IconCache.java 8 import com.android.hotspot2.flow.OSUInfo;
OSUSocketFactory.java 8 import com.android.hotspot2.flow.PlatformAdapter;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
writebarrier.go 131 // set up control flow for end block
139 // set up control flow for write barrier test
block.go 9 // Block represents a basic block in the control flow graph of a function.
dom.go 18 // of a control-flow graph.
sparsetree.go 74 // tree and flow structure of block b and all blocks that it
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
writebarrier.go 131 // set up control flow for end block
139 // set up control flow for write barrier test
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 506 // appearance of statements that affect the flow of control.
509 // Find first statement that affects flow of control (break, continue, if, etc.).
579 // Control flow statements are easy.
635 // If not a control flow statement, it is a declaration, expression, call, etc. and it may have a function literal.
646 // endsBasicSourceBlock reports whether s changes the flow of control: break, if, etc.,
671 // Calls to panic change the flow.
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 506 // appearance of statements that affect the flow of control.
509 // Find first statement that affects flow of control (break, continue, if, etc.).
579 // Control flow statements are easy.
635 // If not a control flow statement, it is a declaration, expression, call, etc. and it may have a function literal.
646 // endsBasicSourceBlock reports whether s changes the flow of control: break, if, etc.,
671 // Calls to panic change the flow.
  /external/opencv/cv/src/
cvstereogc.cpp 140 int64 flow = 0; local
245 flow += min_weight;
364 return flow;
  /external/fio/
fio.h 41 #include "flow.h"
336 struct fio_flow *flow; member in struct:thread_data
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 12 package org.jacoco.core.internal.flow;
MethodProbesAdapterTest.java 12 package org.jacoco.core.internal.flow;
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 10 // A power series is a channel, along which flow rational
309 // series flow. They start an encapsulated generator that
powser2.go 14 // A power series is a channel, along which flow rational
323 // series flow. They start an encapsulated generator that
  /prebuilts/go/linux-x86/test/chan/
powser1.go 10 // A power series is a channel, along which flow rational
309 // series flow. They start an encapsulated generator that
powser2.go 14 // A power series is a channel, along which flow rational
323 // series flow. They start an encapsulated generator that
  /system/bt/stack/rfcomm/
port_utils.cc 384 * Description Check the current user flow control and if necessary return
386 * flow control type.
394 /* Flow control to the user can be caused by flow controlling by the peer */
395 /* (FlowInd, or flow control by the peer RFCOMM (Fcon) or internally if */
455 * Description Send flow control messages to the peer for both enabling
456 * and disabling flow control, for both credit-based and
457 * TS 07.10 flow control mechanisms.
465 /* If using credit based flow control */
466 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitter.java 111 // Flow level.
133 // pretty print flow by adding extra line breaks
167 // Flow level.
261 private void increaseIndent(boolean flow, boolean indentless) {
264 if (flow) {
429 // Flow sequence handlers.
483 // Flow mapping handlers.
    [all...]
  /frameworks/rs/script_api/
rs_allocation_create.spec 23 function. If some control-flow path can result in a call to these functions
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
gen.go 5 // Portable half of code generator; mainly statements and control flow.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gen.go 5 // Portable half of code generator; mainly statements and control flow.

Completed in 772 milliseconds

1 2 3 4 5 6 78 91011>>