Home
last modified time | relevance | path

Searched refs:router (Results 1 – 25 of 69) sorted by relevance

123

/third_party/nghttp2/src/
Dshrpx_router_test.cc53 Router router; in test_shrpx_router_match() local
56 router.add_route(p.pattern, p.idx); in test_shrpx_router_match()
61 idx = router.match(StringRef::from_lit("nghttp2.org"), in test_shrpx_router_match()
66 idx = router.match(StringRef::from_lit("nghttp2.org"), in test_shrpx_router_match()
71 idx = router.match(StringRef::from_lit("nghttp2.org"), in test_shrpx_router_match()
76 idx = router.match(StringRef::from_lit("nghttp2.org"), in test_shrpx_router_match()
81 idx = router.match(StringRef::from_lit("nghttp2.org"), in test_shrpx_router_match()
87 idx = router.match(StringRef::from_lit("nghttp2.org"), in test_shrpx_router_match()
92 idx = router.match(StringRef::from_lit("www2.nghttp2.org"), in test_shrpx_router_match()
97 idx = router.match(StringRef{}, StringRef::from_lit("/alpha")); in test_shrpx_router_match()
[all …]
Dshrpx_worker_test.cc56 auto &router = routerconf.router; in test_shrpx_worker_match_downstream_addr_group() local
62 router.add_route(StringRef{g->pattern}, i); in test_shrpx_worker_match_downstream_addr_group()
206 wp.back().router.add_route(StringRef::from_lit("/echo/"), 10); in test_shrpx_worker_match_downstream_addr_group()
210 wp.back().router.add_route(StringRef::from_lit("/echo/"), 11); in test_shrpx_worker_match_downstream_addr_group()
211 wp.back().router.add_route(StringRef::from_lit("/echo/foxtrot"), 12); in test_shrpx_worker_match_downstream_addr_group()
215 wp.back().router.add_route(StringRef::from_lit("/"), 13); in test_shrpx_worker_match_downstream_addr_group()
Dshrpx_worker.cc586 const auto &router = routerconf.router; in match_downstream_addr_group_host() local
595 auto group = router.match(host, path); in match_downstream_addr_group_host()
625 auto group = wc.router.match(StringRef{}, path); in match_downstream_addr_group_host()
643 group = router.match(StringRef::from_lit(""), path); in match_downstream_addr_group_host()
/third_party/flutter/flutter/packages/flutter/test/gestures/
Dpointer_router_test.dart20 final PointerRouter router = PointerRouter();
21 router.addRoute(3, callback);
22 router.route(pointer2.down(Offset.zero));
24 router.route(pointer3.down(Offset.zero));
27 router.removeRoute(3, callback);
28 router.route(pointer3.up());
37 final PointerRouter router = PointerRouter();
38 router.addRoute(2, (PointerEvent event) {
39 router.removeRoute(2, callback);
41 router.addRoute(2, callback);
[all …]
/third_party/typescript/tests/baselines/reference/
DtsxPreserveEmit1.types2 // Should emit 'react-router' in the AMD dependency list
6 import ReactRouter = require('react-router');
55 declare module 'react-router' {
56 >'react-router' : typeof import("react-router")
DtsxPreserveEmit1.symbols2 // Should emit 'react-router' in the AMD dependency list
6 import ReactRouter = require('react-router');
54 declare module 'react-router' {
55 >'react-router' : Symbol("react-router", Decl(react.d.ts, 8, 1))
DgetFileReferences_server2.baseline.jsonc7 // === /packages/server/router.js ===
21 "fileName": "/packages/server/router.js",
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/misc/
Dintel,irq-router.txt8 - reg : Specifies the interrupt router's PCI configuration space address as
10 - compatible = "intel,irq-router"
15 - intel,ibase-offset : IBASE register offset in the interrupt router's PCI
21 in the interrupt router's PCI configuration space, or IBASE.
24 The second cell is the total number of PIRQ links the router supports.
28 register offset from the interrupt router's base address. If this property
43 #include <dt-bindings/interrupt-router/intel-irq.h>
45 irq-router@1f,0 {
47 compatible = "intel,irq-router";
/third_party/typescript/tests/cases/conformance/jsx/
DtsxPreserveEmit1.tsx15 declare module 'react-router' {
20 // Should emit 'react-router' in the AMD dependency list
22 import ReactRouter = require('react-router');
/third_party/uboot/u-boot-2020.01/arch/x86/dts/
Dqemu-x86_q35.dts8 #include <dt-bindings/interrupt-router/intel-irq.h>
10 /* ICH9 IRQ router has discrete PIRQ control registers */
72 irq-router {
73 compatible = "intel,irq-router";
Dqemu-x86_i440fx.dts8 #include <dt-bindings/interrupt-router/intel-irq.h>
61 irq-router {
62 compatible = "intel,irq-router";
Dcougarcanyon2.dts8 #include <dt-bindings/interrupt-router/intel-irq.h>
105 irq-router {
106 compatible = "intel,irq-router";
Dgalileo.dts9 #include <dt-bindings/interrupt-router/intel-irq.h>
100 irq-router {
101 compatible = "intel,irq-router";
Dcherryhill.dts9 #include <dt-bindings/interrupt-router/intel-irq.h>
80 irq-router {
81 compatible = "intel,irq-router";
Dcrownbay.dts8 #include <dt-bindings/interrupt-router/intel-irq.h>
155 irq-router {
156 compatible = "intel,irq-router";
Dbayleybay.dts10 #include <dt-bindings/interrupt-router/intel-irq.h>
104 irq-router {
105 compatible = "intel,irq-router";
Dbaytrail_som-db5800-som-6867.dts11 #include <dt-bindings/interrupt-router/intel-irq.h>
128 irq-router {
129 compatible = "intel,irq-router";
Dminnowmax.dts10 #include <dt-bindings/interrupt-router/intel-irq.h>
128 irq-router {
129 compatible = "intel,irq-router";
Ddfi-bt700.dtsi9 #include <dt-bindings/interrupt-router/intel-irq.h>
126 irq-router {
127 compatible = "intel,irq-router";
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dpointer_router.dart36 /// pointer. Requires that this route was previously added to the router.
82 router: this,
113 /// library's pointer router ([PointerRouter]).
128 this.router,
142 /// The pointer router that caught the exception.
146 final PointerRouter router;
/third_party/uboot/u-boot-2020.01/arch/mips/dts/
Dmt7628a.dtsi154 groups = "sd router";
166 groups = "sd router";
167 function = "router";
194 groups = "sd router";
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc70 CallbackImpl(CefRefPtr<CefMessageRouterBrowserSideImpl> router, in CallbackImpl() argument
74 : router_(router), in CallbackImpl()
496 Visitor(CefMessageRouterBrowserSideImpl* router, in CancelPendingFor() argument
499 : router_(router), in CancelPendingFor()
537 Visitor(CefMessageRouterBrowserSideImpl* router, in CancelPendingRequest() argument
540 : router_(router), context_id_(context_id), request_id_(request_id) {} in CancelPendingRequest()
594 V8HandlerImpl(CefRefPtr<CefMessageRouterRendererSideImpl> router, in V8HandlerImpl() argument
596 : router_(router), config_(config), context_id_(kReservedId) {} in V8HandlerImpl()
/third_party/ltp/testcases/network/dhcp/
Ddnsmasq_tests.sh26 --dhcp-option=option:router --dhcp-option=option:dns-server
/third_party/mingw-w64/mingw-w64-headers/include/
Dwsnwlink.h36 UCHAR router[6]; member
/third_party/jerryscript/targets/openwrt/
Dreadme.md4 for OpenWrt. For target device the TP-Link WR1043ND v1.x router is
26 the target router/device. The toolchain setup in this document was

123