/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NFAFactory.java | 515 // don't reuse A.right as loopback if it's right edge of another block 525 // turn A's block end into a loopback (acts like alt 2) 529 A.right.decisionStateType = NFAState.LOOPBACK; 557 * and then loopback. If A is a block of alts, then there are three 558 * decisions: bypass, loopback, and A's decision point. 565 * virtue of how I generate code. The exit-loopback-branch decision 577 // don't reuse A.right as loopback if it's right edge of another block 586 // convert A's end block to loopback 587 A.right.setDescription("()* loopback"); 600 A.right.decisionStateType = NFAState.LOOPBACK; [all...] |
/external/chromium_org/net/dns/ |
address_sorter_posix_unittest.cc | 238 AddMapping("::1", "::1"); // matching loopback 255 AddMapping("::1", "::1"); // loopback 315 AddMapping("::1", "::1"); // loopback
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
pcap_file_reader.cc | 293 // Check for BSD null/loopback frame header. The header is just 4 bytes in 296 // something else than null/loopback. 301 DEBUG_LOG("Recognized loopback frame");
|
/external/ppp/pppd/ |
demand.c | 212 * loop_chars - process characters received from the loopback. 259 * loop_frame - given a frame obtained from the loopback, 299 * loopback, now that the real serial link is up.
|
/external/qemu/include/android/ |
sockets.h | 386 * on Windows, this will use a pair of TCP loopback sockets instead 391 /* create a server socket listening on the host's loopback interface */ 394 /* connect to a port on the host's loopback interface */
|
/sdk/emulator/opengl/tests/event_injector/ |
sockets.h | 391 * on Windows, this will use a pair of TCP loopback sockets instead 396 /* create a server socket listening on the host's loopback interface */ 399 /* connect to a port on the host's loopback interface */
|
/device/generic/goldfish/libqemu/ |
test_host_2.c | 54 /* Create a server socket bound to a loopback port */
|
/external/chromium_org/extensions/browser/api/socket/ |
udp_socket.h | 47 int SetMulticastLoopbackMode(bool loopback);
|
udp_socket.cc | 280 int UDPSocket::SetMulticastLoopbackMode(bool loopback) { 281 return socket_.SetMulticastLoopbackMode(loopback);
|
/external/chromium_org/media/audio/cras/ |
audio_manager_cras.cc | 85 // parameters for the loopback stream may differ from the default.
|
/external/chromium_org/media/audio/ |
virtual_audio_input_stream.h | 38 // Construct a target for audio loopback which mixes multiple data streams
|
/external/chromium_org/net/android/ |
network_library.h | 58 // Returns true if it can determine that only loopback addresses are configured.
|
/external/chromium_org/remoting/host/win/ |
chromoting_lib_idl.templ | 92 [ id(1), helpstring("Initiates a loopback RDP connection to spawn a new "
|
/external/chromium_org/third_party/webrtc/modules/ |
modules_unittests.isolate | 101 '<(DEPTH)/resources/video_coding/frame-loopback.pcap',
|
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/ |
audio_e2e_harness.cc | 11 // Sets up a simple VoiceEngine loopback call with the default audio devices
|
/external/chromium_org/third_party/webrtc/ |
webrtc_tests.gypi | 26 'video/loopback.cc',
|
/external/tcpdump/ |
print-slow.c | 84 { SLOW_OAM_CODE_LOOPBACK_CTRL, "Loopback Control" }, 133 { 0x04, "Remote-Loopback" }, 186 { 0x01, "Enable OAM Remote Loopback" }, 187 { 0x02, "Disable OAM Remote Loopback" },
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketTestCase.java | 155 return "loopback";
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
README.txt | 25 subprocess using this computer's internal loopback interface. This connection
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
README.txt | 25 subprocess using this computer's internal loopback interface. This connection
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_input_win.h | 190 // Loopback IAudioClient doesn't support event-driven mode, so a separate 192 // the buffer. For loopback input |audio_client_| is used to receive data,
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_main.cc | 181 ViETest::Log("\t 7. Simple loopback call"); 183 ViETest::Log("\t 9. Simulcast in loopback");
|
/external/kernel-headers/original/uapi/linux/ |
in.h | 263 /* Network number for local host loopback. */ 266 /* Address to loopback in software to local host. */
|
mii.h | 49 #define BMCR_LOOPBACK 0x4000 /* TXD loopback bits */ 127 #define NWAYTEST_LOOPBACK 0x0100 /* Enable loopback for N-way */
|
/frameworks/base/tools/obbtool/ |
mkobb.sh | 20 # Directory where we should temporarily mount the OBB loopback to copy files 228 ${LOSETUPBIN} ${loop_dev} ${tempfile} || ( echo "ERROR: couldn't create loopback device"; exit 1 )
|