Home
last modified time | relevance | path

Searched defs:flow (Results 1 – 25 of 46) sorted by relevance

12

/external/syzkaller/vendor/golang.org/x/net/http2/
Dflow.go10 type flow struct { struct
13 n int32
18 conn *flow
21 func (f *flow) setConnFlow(cf *flow) { f.conn = cf }
23 func (f *flow) available() int32 {
31 func (f *flow) take(n int32) {
43 func (f *flow) add(n int32) bool {
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DCompactConstructorTest.java23 CompactConstructor flow = new CompactConstructor(); in testNoCompactData() local
37 CompactConstructor flow = new CompactConstructor(); in testGetCompactData1() local
46 CompactConstructor flow = new CompactConstructor(); in testGetCompactData2() local
58 CompactConstructor flow = new CompactConstructor(); in testGetCompactData3() local
70 CompactConstructor flow = new CompactConstructor(); in testGetCompactData4() local
80 CompactConstructor flow = new CompactConstructor(); in testGetCompactData5() local
91 CompactConstructor flow = new CompactConstructor(); in testGetCompactData6() local
100 CompactConstructor flow = new CompactConstructor(); in testGetCompactData7() local
/external/adhd/cras/src/server/
Dcras_dsp_ini.h55 struct flow { struct
56 enum port_type type; /* the type of the ports this flow connects to */ argument
65 DECLARE_ARRAY_TYPE(struct flow, flow_array) argument
Dcras_dsp_ini.c74 const struct flow *flow; in lookup_flow() local
86 struct flow *flow; in lookup_or_add_flow() local
174 struct flow *flow; in fill_flow_info() local
237 struct flow *flow; in add_new_flow() local
464 const struct flow *flow; in cras_dsp_ini_dump() local
/external/tensorflow/tensorflow/python/ops/
Dtensor_array_grad.py113 def _TensorArrayWriteGrad(op, flow): argument
170 def _TensorArrayScatterGrad(op, flow): argument
226 def _TensorArraySplitGrad(op, flow): argument
Dtensor_array_ops.py56 flow=None, argument
169 def flow(self): member in _GraphTensorArray
234 def grad(self, source, flow=None, name=None): argument
425 flow=None, argument
501 def flow(self): member in _GraphTensorArrayV2
539 def grad(self, source, flow=None, name=None): argument
687 flow=None, argument
747 def flow(self): member in _EagerTensorArray
764 def grad(self, source, flow=None, name=None): argument
974 flow=None, argument
[all …]
/external/boringssl/src/ssl/test/runner/
Drecordingconn.go37 type flow struct { struct
38 flowType flowType
39 message string
40 data []byte
/external/icu/icu4c/source/samples/layout/
Dpflow.c113 pf_object *flow; in pf_create() local
225 void pf_close(pf_flow *flow) in pf_close()
248 le_int32 pf_getAscent(pf_flow *flow) in pf_getAscent()
255 le_int32 pf_getLineHeight(pf_flow *flow) in pf_getLineHeight()
262 le_int32 pf_getLineCount(pf_flow *flow) in pf_getLineCount()
279 void pf_breakLines(pf_flow *flow, le_int32 width, le_int32 height) in pf_breakLines()
318 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) in pf_draw()
/external/u-boot/arch/arm/mach-tegra/tegra124/
Dpsci.c26 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in psci_board_init() local
Dcpu.c113 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in tegra124_init_clocks() local
/external/u-boot/arch/arm/mach-tegra/tegra30/
Dcpu.c88 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in t30_init_clocks() local
130 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in set_cpu_running() local
/external/python/oauth2client/samples/
Doauth2_for_devices.py15 flow = OAuth2WebServerFlow(CLIENT_ID, CLIENT_SECRET, " ".join(SCOPES)) variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp97 static const bool flow = false; member
113 static const bool flow = true; member
118 static const bool flow = false; member
129 static const bool flow = true; member
/external/u-boot/arch/arm/mach-tegra/tegra20/
Dwarmboot_avp.c27 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in wb_start() local
/external/tensorflow/tensorflow/contrib/image/python/ops/
Ddense_image_warp.py165 def dense_image_warp(image, flow, name='dense_image_warp'): argument
/external/python/oauth2client/oauth2client/
Dtools.py142 def run_flow(flow, storage, flags=None, http=None): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_array_ops.cc175 Tensor flow(DT_FLOAT, TensorShape({})); in Compile() local
212 xla::XlaOp flow = ctx->Input(3); in Compile() local
381 const xla::XlaOp flow = ctx->Input(3); in Compile() local
526 const xla::XlaOp flow = ctx->Input(3); in Compile() local
/external/u-boot/arch/arm/mach-tegra/
Dpowergate.c80 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in tegra_powergate_ram_repair() local
/external/u-boot/arch/arm/mach-tegra/tegra114/
Dcpu.c112 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in t114_init_clocks() local
/external/antlr/runtime/Ruby/lib/antlr3/
Dutil.rb23 def tidy( here_doc, flow = false ) argument
/external/kernel-headers/original/uapi/linux/hsi/
Dhsi_char.h54 __u32 flow; member
/external/python/oauth2client/tests/contrib/
Dtest__appengine_ndb.py35 flow = appengine.FlowNDBProperty() variable in TestNDBModel
/external/tcpdump/
Dprint-ip6.c224 u_int flow; in ip6_print() local
/external/u-boot/drivers/usb/eth/
Dlan75xx.c62 uint32_t flow = 0, fct_flow = 0; in lan75xx_update_flowcontrol() local
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1928 struct ac_llvm_flow *flow; in push_flow() local
1962 struct ac_llvm_flow *flow = &ctx->flow[ctx->flow_depth - 2]; in append_basic_block() local
1986 struct ac_llvm_flow *flow = push_flow(ctx); in ac_build_bgnloop() local
1996 struct ac_llvm_flow *flow = get_innermost_loop(ctx); in ac_build_break() local
2002 struct ac_llvm_flow *flow = get_innermost_loop(ctx); in ac_build_continue() local
2051 struct ac_llvm_flow *flow = push_flow(ctx); in if_cond_emit() local

12