Home
last modified time | relevance | path

Searched refs:loopback (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/ltp/testcases/network/can/filter-tests/
Dcan_rcv_own_msgs.c138 void setopts(int s, int loopback, int recv_own_msgs) in setopts() argument
140 setsockopt(s, SOL_CAN_RAW, CAN_RAW_LOOPBACK, &loopback, in setopts()
141 sizeof(loopback)); in setopts()
145 printf("check loopback %d recv_own_msgs %d ... ", loopback, in setopts()
/third_party/typescript/tests/baselines/reference/
DsymbolLinkDeclarationEmitModuleNames.types2 import { Constructor } from "@loopback/context";
12 import { BindingKey } from '@loopback/context';
30 import { Constructor } from "@loopback/context"
DsymbolLinkDeclarationEmitModuleNames.symbols2 import { Constructor } from "@loopback/context";
13 import { BindingKey } from '@loopback/context';
31 import { Constructor } from "@loopback/context"
DsymbolLinkDeclarationEmitModuleNamesRootDir.types26 import { Constructor } from "@loopback/context";
36 import { BindingKey } from '@loopback/context';
DsymbolLinkDeclarationEmitModuleNamesRootDir.symbols35 import { Constructor } from "@loopback/context";
46 import { BindingKey } from '@loopback/context';
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.h127 gboolean loopback, guint * ret_devicep_frames);
131 WAVEFORMATEX * format, gboolean low_latency, gboolean loopback,
Dgstwasapisrc.c188 self->loopback = DEFAULT_LOOPBACK; in gst_wasapi_src_init()
265 self->loopback = g_value_get_boolean (value); in gst_wasapi_src_set_property()
298 g_value_set_boolean (value, self->loopback); in gst_wasapi_src_get_property()
404 self->loopback ? eRender : eCapture, self->role, self->device_strid, in gst_wasapi_src_open()
456 self->loopback, &devicep_frames)) in gst_wasapi_src_prepare()
461 self->loopback, &devicep_frames)) in gst_wasapi_src_prepare()
Dgstwasapisrc.h66 gboolean loopback; member
/third_party/boost/libs/asio/test/ip/
Dunicast.cpp75 ip::udp::endpoint ep_v4(ip::address_v4::loopback(), 0); in test()
81 ip::udp::endpoint ep_v6(ip::address_v6::loopback(), 0); in test()
Dmulticast.cpp122 ip::udp::endpoint ep_v4(ip::address_v4::loopback(), 0); in test()
128 ip::udp::endpoint ep_v6(ip::address_v6::loopback(), 0); in test()
203 ip::address_v4::loopback()); in test()
Dv6_only.cpp78 ip::tcp::endpoint ep_v6(ip::address_v6::loopback(), 0); in test()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/ti-common/
Dkeystone_serdes.h49 u32 loopback; member
/third_party/ltp/doc/
Dnamespaces-helper-tools.txt46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/serial/
D8250.txt40 - no-loopback-test: set to indicate that the port does not implements loopback
/third_party/node/deps/npm/node_modules/ip/test/
Dapi-test.js299 assert.equal(ip.loopback(), '127.0.0.1')
305 assert.equal(ip.loopback('ipv4'), '127.0.0.1')
311 assert.equal(ip.loopback('ipv6'), 'fe80::1')
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Dimx6q-kp.dts68 fsl,enet-loopback-clk; /* anatop reference clk via PAD loopback */
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/
DUsage.md57 This test works with either a [loopback adapter](https://source.android.com/devices/audio/latency/l…
68 This test works best with a loopback adapter. But it can also work in a quiet room.
/third_party/glib/gio/tests/
Dinet-address.c144 gboolean loopback; in test_property() local
159 "is-loopback", &loopback, in test_property()
172 g_assert (!loopback); in test_property()
/third_party/libnl/tests/
D.gitignore29 /test-loopback-up-down
/third_party/uboot/u-boot-2020.01/arch/mips/dts/
Dnexys4ddr.dts32 xlnx,include-internal-loopback = <0x0>;
/third_party/uboot/u-boot-2020.01/board/topic/zynq/zynq-topic-miamilite/
Dps7_regs.txt60 0xE000D038 0x00000020 // QSPI loopback - internal, 0 delay
/third_party/uboot/u-boot-2020.01/board/topic/zynq/zynq-topic-miami/
Dps7_regs.txt60 0xE000D038 0x00000020 // QSPI loopback - internal, 0 delay
/third_party/uboot/u-boot-2020.01/board/topic/zynq/zynq-topic-miamiplus/
Dps7_regs.txt60 0xE000D038 0x00000020 // QSPI loopback - internal, 0 delay
/third_party/uboot/u-boot-2020.01/arch/nds32/dts/
Dag101p.dts48 no-loopback-test = <1>;
/third_party/node/deps/cares/
DRELEASE-NOTES35 return loopback addresses, and not forward queries to recursive dns servers.
36 On Windows this now returns all loopback addresses, on other systems it

12345