Home
last modified time | relevance | path

Searched refs:forwarded (Results 1 – 25 of 98) sorted by relevance

1234

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Switch.pbtxt6 The tensor to be forwarded to the appropriate output.
18 If `pred` is false, data will be forwarded to this output.
24 If `pred` is true, data will be forwarded to this output.
29 If `pred` is true, the `data` input is forwarded to `output_true`. Otherwise,
Dapi_def_RefSwitch.pbtxt6 The ref tensor to be forwarded to the appropriate output.
18 If `pred` is false, data will be forwarded to this output.
24 If `pred` is true, data will be forwarded to this output.
29 If `pred` is true, the `data` input is forwarded to `output_true`. Otherwise,
Dapi_def_RefSelect.pbtxt12 A list of ref tensors, one of which will be forwarded to `output`.
18 The forwarded tensor.
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dfwdtwice.ll6 ;; This sequence should cause the cast value to be forwarded twice,
7 ;; i.e., cast is forwarded to the setle and the setle is forwarded
/external/llvm/test/CodeGen/Generic/
Dfwdtwice.ll6 ;; This sequence should cause the cast value to be forwarded twice,
7 ;; i.e., cast is forwarded to the setle and the setle is forwarded
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dfwdtwice.ll6 ;; This sequence should cause the cast value to be forwarded twice,
7 ;; i.e., cast is forwarded to the setle and the setle is forwarded
/external/v8/src/compiler/
Djump-threading.cc20 bool forwarded; member
46 forwarded = true; in Forward()
50 forwarded = true; in Forward()
155 return state.forwarded; in ComputeForwarding()
/external/v8/src/heap/
Dincremental-marking.cc661 HeapObject* forwarded = ForwardingAddress(heap_obj); in UpdateWeakReferencesAfterScavenge() local
663 if (forwarded) { in UpdateWeakReferencesAfterScavenge()
668 reinterpret_cast<Address>(forwarded) + distance_to_slot; in UpdateWeakReferencesAfterScavenge()
669 slot_out->first = forwarded; in UpdateWeakReferencesAfterScavenge()
680 HeapObject* forwarded = ForwardingAddress(heap_obj); in UpdateWeakReferencesAfterScavenge() local
682 if (forwarded) { in UpdateWeakReferencesAfterScavenge()
683 slot_out->first = forwarded; in UpdateWeakReferencesAfterScavenge()
692 EphemeronHashTable* forwarded = ForwardingAddress(slot_in); in UpdateWeakReferencesAfterScavenge() local
694 if (forwarded) { in UpdateWeakReferencesAfterScavenge()
695 *slot_out = forwarded; in UpdateWeakReferencesAfterScavenge()
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_06.txt5 Content-Description: forwarded message
11 Subject: forwarded message from Barry A. Warsaw
/external/python/cpython2/Lib/email/test/data/
Dmsg_06.txt5 Content-Description: forwarded message
11 Subject: forwarded message from Barry A. Warsaw
/external/scapy/test/
Dsendsniff.uts35 * It will terminate when 5 IP packets from 1.2.3.4 have been forwarded
60 …will "NAT" packets from 1.2.3.4 to 2.3.4.5 and will terminate when 5 IP packets have been forwarded
117 * It will terminate when 5 IP packets from 1.2.3.4 have been forwarded.
144 …will "NAT" packets from 1.2.3.4 to 2.3.4.5 and will terminate when 5 IP packets have been forwarded
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-inserts.mir22 ; forwarded to the G_STORE. Hi part is unchanged so (split) G_LOAD gets
23 ; forwarded.
44 ; Low insertion wipes out the old register entirely, so %0 gets forwarded
/external/iptables/extensions/
Dlibxt_socket.man13 then local services could intercept traffic that would otherwise be forwarded.
15 forwarded to redirect such packets to local machine with policy routing.
Dlibxt_TPROXY.man21 these packets will get forwarded, which is probably not what you want.)
/external/openssh/
Dssh.020 can also be forwarded over the secure channel.
46 the forwarded connection. An attacker cannot obtain key material
59 stderr, and data for forwarded X11, TCP and UNIX-domain
81 connection is made to this port, the connection is forwarded over
130 -g Allows remote hosts to connect to local forwarded ports. If used
169 on the local (client) host are to be forwarded to the given host
174 socket, the connection is forwarded over the secure channel, and
212 be automatically forwarded over an encrypted channel. The ssh
344 on the remote (server) host are to be forwarded to the given host
348 port or Unix socket, the connection is forwarded over the secure
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dmemchr-nobuiltin.ll8 ; Test a simple forwarded call.
Dmemchr-01.ll7 ; Test a simple forwarded call.
Dmemchr-02.ll7 ; Test a simple forwarded call.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dmemchr-nobuiltin.ll8 ; Test a simple forwarded call.
Dmemchr-01.ll7 ; Test a simple forwarded call.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtail-call-mutable-memarg.ll3 ; Make sure we check that forwarded memory arguments are not modified when tail
Dbool-zext.ll24 ; Check that on x86-64 the arguments are simply forwarded.
/external/syzkaller/sys/linux/
Daio.txt13 # need to be forwarded to io_cancel somehow.
/external/llvm/test/CodeGen/X86/
Dbool-zext.ll22 ; Check that on x86-64 the arguments are simply forwarded.
/external/bcc/examples/networking/http_filter/
DREADME.md30 Matching packets are forwarded to user space, the others are dropped by the filter.

1234