| /external/syzkaller/vendor/golang.org/x/net/http2/ |
| D | flow.go | 10 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/ |
| D | CompactConstructorTest.java | 23 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/ |
| D | cras_dsp_ini.h | 55 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
|
| D | cras_dsp_ini.c | 74 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/ |
| D | tensor_array_grad.py | 113 def _TensorArrayWriteGrad(op, flow): argument 170 def _TensorArrayScatterGrad(op, flow): argument 226 def _TensorArraySplitGrad(op, flow): argument
|
| D | tensor_array_ops.py | 56 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/ |
| D | recordingconn.go | 37 type flow struct { struct 38 flowType flowType 39 message string 40 data []byte
|
| /external/icu/icu4c/source/samples/layout/ |
| D | pflow.c | 113 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/ |
| D | psci.c | 26 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in psci_board_init() local
|
| D | cpu.c | 113 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in tegra124_init_clocks() local
|
| /external/u-boot/arch/arm/mach-tegra/tegra30/ |
| D | cpu.c | 88 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/ |
| D | oauth2_for_devices.py | 15 flow = OAuth2WebServerFlow(CLIENT_ID, CLIENT_SECRET, " ".join(SCOPES)) variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
| D | BenchmarkResult.cpp | 97 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/ |
| D | warmboot_avp.c | 27 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in wb_start() local
|
| /external/tensorflow/tensorflow/contrib/image/python/ops/ |
| D | dense_image_warp.py | 165 def dense_image_warp(image, flow, name='dense_image_warp'): argument
|
| /external/python/oauth2client/oauth2client/ |
| D | tools.py | 142 def run_flow(flow, storage, flags=None, http=None): argument
|
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | tensor_array_ops.cc | 175 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/ |
| D | powergate.c | 80 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/ |
| D | cpu.c | 112 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in t114_init_clocks() local
|
| /external/antlr/runtime/Ruby/lib/antlr3/ |
| D | util.rb | 23 def tidy( here_doc, flow = false ) argument
|
| /external/kernel-headers/original/uapi/linux/hsi/ |
| D | hsi_char.h | 54 __u32 flow; member
|
| /external/python/oauth2client/tests/contrib/ |
| D | test__appengine_ndb.py | 35 flow = appengine.FlowNDBProperty() variable in TestNDBModel
|
| /external/tcpdump/ |
| D | print-ip6.c | 224 u_int flow; in ip6_print() local
|
| /external/u-boot/drivers/usb/eth/ |
| D | lan75xx.c | 62 uint32_t flow = 0, fct_flow = 0; in lan75xx_update_flowcontrol() local
|
| /external/mesa3d/src/amd/common/ |
| D | ac_llvm_build.c | 1928 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
|