/external/mesa3d/src/compiler/nir/ |
D | nir_lower_goto_ifs.c | 206 route_to(nir_builder *b, struct routes *routing, nir_block *target) in route_to() argument 208 if (_mesa_set_search(routing->regular.reachable, target)) { in route_to() 209 set_path_vars(b, routing->regular.fork, target); in route_to() 211 else if (_mesa_set_search(routing->brk.reachable, target)) { in route_to() 212 set_path_vars(b, routing->brk.fork, target); in route_to() 215 else if (_mesa_set_search(routing->cont.reachable, target)) { in route_to() 216 set_path_vars(b, routing->cont.fork, target); in route_to() 237 route_to_cond(nir_builder *b, struct routes *routing, nir_src condition, in route_to_cond() argument 240 if (_mesa_set_search(routing->regular.reachable, then_block)) { in route_to_cond() 241 if (_mesa_set_search(routing->regular.reachable, else_block)) { in route_to_cond() [all …]
|
/external/bcc/src/cc/frontends/p4/test/testprograms/ |
D | simple.p4 | 2 // Maintains a set of counters on the routing table 58 table routing { 68 direct: routing; 73 apply(routing);
|
D | compositeKey.p4 | 55 table routing { 66 direct: routing; 71 apply(routing);
|
D | arrayKey.p4 | 23 table routing { 33 apply(routing);
|
D | compositeArray.p4 | 34 table routing { 45 apply(routing);
|
/external/libchrome/ipc/ |
D | ipc_message.cc | 50 header()->routing = header()->type = 0; in Message() 61 header()->routing = routing_id; in Message() 97 void Message::SetHeaderValues(int32_t routing, uint32_t type, uint32_t flags) { in SetHeaderValues() argument 101 header()->routing = routing; in SetHeaderValues()
|
D | ipc_message_templates_impl.h | 26 MessageT<Meta, std::tuple<Ins...>, void>::MessageT(Routing routing, in MessageT() argument 28 : Message(routing.id, ID, PRIORITY_NORMAL) { in MessageT() 54 Routing routing, in MessageT() argument 58 routing.id, in MessageT()
|
D | ipc_message.h | 142 return header()->routing; in routing_id() 146 header()->routing = new_id; in set_routing_id() 155 void SetHeaderValues(int32_t routing, uint32_t type, uint32_t flags); 249 int32_t routing; // ID of the view that this message is destined for member
|
/external/iptables/extensions/ |
D | libipt_realm.man | 1 This matches the routing realm. Routing realms are used in complex routing 2 setups involving dynamic routing protocols like BGP.
|
D | libxt_TPROXY.man | 5 routing rules. 20 by advanced routing. (Required for transparent proxying to work: otherwise
|
D | libxt_MARK.man | 2 It can, for example, be used in conjunction with routing based on fwmark (needs 4 either the PREROUTING or the OUTPUT chain of the mangle table to affect routing.
|
/external/cpuinfo/test/dmesg/ |
D | moto-g-gen5.log | 856 [ 10.444540,0] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for QUIN_MI2S_TX -->… 857 [ 10.444556,0] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route QUIN_MI2S_TX -… 858 [ 10.450359,0] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for VOICEMMODE1_DL -… 859 [ 10.450372,0] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route VOICEMMODE1_DL… 860 [ 10.450404,0] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for VOICEMMODE2_DL -… 861 [ 10.450413,0] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route VOICEMMODE2_DL… 863 [ 10.455702,0] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no source widget found for AUDIO_R… 864 [ 10.455715,0] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route AUDIO_REF_EC_U… 865 [ 10.455970,0] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for QUIN_MI2S_TX -->… 866 [ 10.455980,0] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route QUIN_MI2S_TX -… [all …]
|
/external/arm-trusted-firmware/docs/design/ |
D | interrupt-framework-design.rst | 5 allows EL3 software to configure the interrupt routing behavior. Its main 69 A routing model for a type of interrupt (generated as FIQ or IRQ) is defined as 73 routed to EL3. A routing model is applicable only when execution is not in EL3. 75 The default routing model for an interrupt type is to route it to the FEL in 78 Valid routing models 81 The framework considers certain routing models for each type of interrupt to be 83 following sub-sections describe all the possible routing models and specify 99 secure state. This is a valid routing model as secure software is in 103 state. This is a valid routing model as secure software in EL3 can 107 non-secure state. This is an invalid routing model as a secure interrupt [all …]
|
/external/autotest/server/site_tests/audio_AudioNodeSwitch/ |
D | control.HDMI_while_playing_audio | 11 PURPOSE = "Check if audio is routing through HDMI node" 12 CRITERIA = "This test will fail if audio is not routing through selected node" 20 This test remotely tests audio nodes selection and audio routing.
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | irreducible-cfg.mir | 3 # This tests if we correctly create at most 2 routing blocks per entry block, 4 # and also whether those routing blocks are generated in the correct place. If 5 # one of the predecessor is the layout predecessor of an entry, a routing block 48 ; This routing block is shared between the two predecessors: pred0 and pred1.
|
/external/apache-http/ |
D | art-profile | 147 HPLorg/apache/http/conn/ManagedClientConnection;->getRoute()Lorg/apache/http/conn/routing/HttpRoute; 154 HPLorg/apache/http/conn/ManagedClientConnection;->open(Lorg/apache/http/conn/routing/HttpRoute;Lorg… 166 HPLorg/apache/http/conn/params/ConnManagerParams$1;->getMaxForRoute(Lorg/apache/http/conn/routing/H… 169 HPLorg/apache/http/conn/params/ConnPerRouteBean;->getMaxForRoute(Lorg/apache/http/conn/routing/Http… 170 …arams;->getForcedRoute(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/conn/routing/HttpRoute; 172 HPLorg/apache/http/conn/routing/BasicRouteDirector;-><init>()V 173 …Lorg/apache/http/conn/routing/BasicRouteDirector;->directStep(Lorg/apache/http/conn/routing/RouteI… 174 …PLorg/apache/http/conn/routing/BasicRouteDirector;->nextStep(Lorg/apache/http/conn/routing/RouteIn… 175 …routing/HttpRoute;-><init>(Ljava/net/InetAddress;Lorg/apache/http/HttpHost;[Lorg/apache/http/HttpH… 176 HPLorg/apache/http/conn/routing/HttpRoute;-><init>(Lorg/apache/http/HttpHost;)V [all …]
|
/external/llvm-project/llvm/test/CodeGen/BPF/ |
D | undef.ll | 8 @routing = global %struct.bpf_map_def { i32 1, i32 6, i32 12, i32 1024 }, section "maps", align 4 13 …ct.__sk_buff*)* @ebpf_filter to i8*), i8* bitcast (%struct.bpf_map_def* @routing to i8*), i8* bitc… 40 ; CHECK: r1 = routing 58 …f_map_def*, %struct.routing_key_2*, ...)*)(%struct.bpf_map_def* nonnull @routing, %struct.routing_…
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | DefaultHttpRoutePlanner.java | 42 import org.apache.http.conn.routing.HttpRoute; 43 import org.apache.http.conn.routing.HttpRoutePlanner;
|
D | AbstractPoolEntry.java | 39 import org.apache.http.conn.routing.HttpRoute; 40 import org.apache.http.conn.routing.RouteTracker;
|
/external/iputils/doc/ |
D | rdisc.sgml | 29 routing tables with default routes. 39 and a default route is entered in the kernel routing table 53 no longer be considered for inclusion in the the routing tables if the 63 and by any more or less complete UNIX routing daemon, f.e <command/gated/. 77 Normally <command/rdisc/ only accepts (and enters in the kernel routing 198 to update routing tables.
|
/external/llvm/test/CodeGen/BPF/ |
D | undef.ll | 7 @routing = global %struct.bpf_map_def { i32 1, i32 6, i32 12, i32 1024 }, section "maps", align 4 12 …ct.__sk_buff*)* @ebpf_filter to i8*), i8* bitcast (%struct.bpf_map_def* @routing to i8*), i8* bitc… 61 …f_map_def*, %struct.routing_key_2*, ...)*)(%struct.bpf_map_def* nonnull @routing, %struct.routing_…
|
/external/pigweed/pw_router/ |
D | docs.rst | 6 The ``pw_router`` module provides transport-agnostic classes for routing packets 48 // Define the routing table.
|
/external/arm-trusted-firmware/services/std_svc/sdei/ |
D | sdei_main.c | 280 unsigned int routing; in sdei_event_routing_set() local 312 routing = (unsigned int) ((flags == SDEI_REGF_RM_ANY) ? in sdei_event_routing_set() 323 plat_ic_set_spi_routing(map->intr, routing, (u_register_t) mpidr); in sdei_event_routing_set() 339 unsigned int routing; in sdei_event_register() local 427 routing = (unsigned int) ((flags == SDEI_REGF_RM_ANY) ? in sdei_event_register() 429 plat_ic_set_spi_routing(map->intr, routing, in sdei_event_register()
|
/external/apache-http/src/org/apache/http/conn/params/ |
D | ConnPerRoute.java | 33 import org.apache.http.conn.routing.HttpRoute;
|
/external/iproute2/ |
D | README.lnstat | 8 In addition to routing cache statistics, it supports any kind of statistics 13 routing cache statistics
|