Home
last modified time | relevance | path

Searched refs:Flow (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/boost/libs/graph/example/
Dedge_property.cpp115 typedef property< edge_myflow_t, int, Cap > Flow; in main() typedef
116 typedef adjacency_list< vecS, vecS, bidirectionalS, no_property, Flow > in main()
133 add_edge(0, 1, Flow(10, Cap(8)), G); in main()
135 add_edge(1, 4, Flow(20, Cap(12)), G); in main()
136 add_edge(4, 7, Flow(20, Cap(12)), G); in main()
137 add_edge(7, 6, Flow(20, Cap(12)), G); in main()
139 add_edge(1, 3, Flow(40, Cap(12)), G); in main()
140 add_edge(3, 6, Flow(40, Cap(12)), G); in main()
142 add_edge(6, 5, Flow(20, Cap(16)), G); in main()
143 add_edge(5, 2, Flow(20, Cap(16)), G); in main()
[all …]
Dexterior_properties.cpp40 template < class Graph, class Capacity, class Flow >
41 void print_network(Graph& G, Capacity capacity, Flow flow) in print_network()
/third_party/PyYAML/examples/pygments-lexer/
Dyaml.py275 (r'\'', Literal.Scalar.Flow.Quote, 'single-quoted-scalar'),
277 (r'\"', Literal.Scalar.Flow.Quote, 'double-quoted-scalar'),
349 (r'[ ]+', Literal.Scalar.Flow),
357 (r'\'\'', Literal.Scalar.Flow.Escape),
359 (r'[^ \t\n\r\f\v\']+', Literal.Scalar.Flow),
361 (r'\'', Literal.Scalar.Flow.Quote, '#pop'),
369 (r'\\[0abt\tn\nvfre "\\N_LP]', Literal.Scalar.Flow.Escape),
372 Literal.Scalar.Flow.Escape),
374 (r'[^ \t\n\r\f\v\"\\]+', Literal.Scalar.Flow),
376 (r'"', Literal.Scalar.Flow.Quote, '#pop'),
/third_party/flutter/engine/flutter/flow/
DREADME.md1 Flow chapter
4 Flow is a simple compositor based on Skia that the Flutter engine uses to cache
5 recoded paint commands and pixels generated from those recordings. Flow runs on
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp244 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
728 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local
730 DT->addNewBlock(Flow, Dominator); in getNextFlow()
731 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow()
732 return Flow; in getNextFlow()
746 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local
749 changeExit(PrevNode, Flow, true); in needPrefix()
750 PrevNode = ParentRegion->getBBNode(Flow); in needPrefix()
751 return Flow; in needPrefix()
755 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix() argument
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
D_isolates_io.dart18 final Flow flow = Flow.begin();
54 Timeline.startSync('$debugLabel: end', flow: Flow.end(flow.id));
85 flow: Flow.step(configuration.flowId),
90 flow: Flow.step(configuration.flowId),
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dflow_test.dart49 testWidgets('Flow control test', (WidgetTester tester) async {
70 Flow(
103 testWidgets('Flow opacity layer', (WidgetTester tester) async {
106 Flow(
/third_party/PyYAML/tests/data/
Dconstruct-map.code4 "Flow style":
Dconstruct-pairs.code8 "Flow tasks": [ ("meeting", "with team"), ("meeting", "with boss") ],
Dconstruct-seq.code3 …"Flow style": ["Mercury", "Venus", "Earth", "Mars", "Jupiter", "Saturn", "Uranus", "Neptune", "Plu…
Dconstruct-set.data6 # Flow style
Dconstruct-map.data6 Flow style: !!map { Clark: Evans, Brian: Ingerson, Oren: Ben-Kiki }
Dconstruct-pairs.data7 Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]
Dspec-06-01.canonical8 ? !!str "Flow style"
Dconstruct-omap.data7 # Flow style
Dspec-06-01.data8 Flow style: [ # Leading spaces
Dconstruct-seq.data12 Flow style: !!seq [ Mercury, Venus, Earth, Mars, # Rocks
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dflow.dart20 /// * [Flow]
47 /// Flow layouts are optimized for moving children around the screen using
51 /// the [Flow] widget itself every animation frame.
55 /// * [Flow]
122 /// efficient than rebuilding the [Flow] widget to change its delegate.
152 /// Flow layouts are optimized for repositioning children using transformation
/third_party/mbedtls/tests/suites/
Dtest_suite_chachapoly.data19 ChaCha20-Poly1305 State Flow
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dabout.dart6 import 'dart:developer' show Timeline, Flow;
11 import 'package:flutter/widgets.dart' hide Flow;
404 final Flow flow = Flow.begin();
414 Timeline.timeSync('_initLicenses()', () { }, flow: Flow.step(debugFlowId));
468 Timeline.timeSync('Build scheduled', () { }, flow: Flow.end(debugFlowId));
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/
D.flowconfig23 ; Flow doesn't support platforms
/third_party/grpc/doc/
Dstatuscodes.md53 | Server temporarily out of resources (e.g., Flow-control resource limits reached) | RESOURCE_EXHAU…
55 | Flow-control protocol violation | INTERNAL | Both |
/third_party/grpc/
DCONCEPTS.md62 ## Flow Control
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.td374 // Flow Control Profile Types
382 // Flow Control DAG Nodes
/third_party/node/deps/npm/node_modules/slide/
DREADME.md1 # Controlling Flow: callbacks are easy

1234