/third_party/boost/libs/graph/example/ |
D | edge_property.cpp | 115 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 …]
|
D | exterior_properties.cpp | 40 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/ |
D | yaml.py | 275 (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/ |
D | README.md | 1 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/ |
D | StructurizeCFG.cpp | 244 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.dart | 18 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/ |
D | flow_test.dart | 49 testWidgets('Flow control test', (WidgetTester tester) async { 70 Flow( 103 testWidgets('Flow opacity layer', (WidgetTester tester) async { 106 Flow(
|
/third_party/PyYAML/tests/data/ |
D | construct-map.code | 4 "Flow style":
|
D | construct-pairs.code | 8 "Flow tasks": [ ("meeting", "with team"), ("meeting", "with boss") ],
|
D | construct-seq.code | 3 …"Flow style": ["Mercury", "Venus", "Earth", "Mars", "Jupiter", "Saturn", "Uranus", "Neptune", "Plu…
|
D | construct-set.data | 6 # Flow style
|
D | construct-map.data | 6 Flow style: !!map { Clark: Evans, Brian: Ingerson, Oren: Ben-Kiki }
|
D | construct-pairs.data | 7 Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]
|
D | spec-06-01.canonical | 8 ? !!str "Flow style"
|
D | construct-omap.data | 7 # Flow style
|
D | spec-06-01.data | 8 Flow style: [ # Leading spaces
|
D | construct-seq.data | 12 Flow style: !!seq [ Mercury, Venus, Earth, Mars, # Rocks
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | flow.dart | 20 /// * [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/ |
D | test_suite_chachapoly.data | 19 ChaCha20-Poly1305 State Flow
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | about.dart | 6 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 | .flowconfig | 23 ; Flow doesn't support platforms
|
/third_party/grpc/doc/ |
D | statuscodes.md | 53 | Server temporarily out of resources (e.g., Flow-control resource limits reached) | RESOURCE_EXHAU… 55 | Flow-control protocol violation | INTERNAL | Both |
|
/third_party/grpc/ |
D | CONCEPTS.md | 62 ## Flow Control
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstrInfo.td | 374 // Flow Control Profile Types 382 // Flow Control DAG Nodes
|
/third_party/node/deps/npm/node_modules/slide/ |
D | README.md | 1 # Controlling Flow: callbacks are easy
|