Home
last modified time | relevance | path

Searched refs:WILL (Results 1 – 25 of 184) sorted by relevance

12345678

/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
Drfc2217.py89 WILL = to_bytes([251]) variable
399 TelnetOption(self, 'we-BINARY', BINARY, WILL, WONT, DO, DONT, INACTIVE),
400 TelnetOption(self, 'we-RFC2217', COM_PORT_OPTION, WILL, WONT, DO, DONT, REQUESTED),
404 TelnetOption(self, 'ECHO', ECHO, DO, DONT, WILL, WONT, REQUESTED),
405 TelnetOption(self, 'we-SGA', SGA, WILL, WONT, DO, DONT, REQUESTED),
406 TelnetOption(self, 'they-SGA', SGA, DO, DONT, WILL, WONT, REQUESTED),
407 TelnetOption(self, 'they-BINARY', BINARY, DO, DONT, WILL, WONT, INACTIVE),
408 TelnetOption(self, 'they-RFC2217', COM_PORT_OPTION, DO, DONT, WILL, WONT, REQUESTED),
732 elif byte in (DO, DONT, WILL, WONT):
770 if command == WILL or command == DO:
[all …]
/external/toybox/toys/pending/
Dtelnet.c189 if (ddww == WILL) return; in handle_ddww()
199 if (TT.flags & UF_SGA){ if (ddww == WILL) return; in handle_ddww()
208 (TT.ttype)? put_iac(3, IAC,WILL,TELOPT_TTYPE): in handle_ddww()
213 put_iac(3, IAC,WILL,TELOPT_NAWS); in handle_ddww()
220 if(ddww == WILL) put_iac(3, IAC,DONT,opt); in handle_ddww()
243 case WILL: /* FALLTHROUGH */ in read_server()
Dtelnetd.c44 # define WILL 251 /* I will use option */ macro
188 IAC, WILL, TELOPT_ECHO, IAC, WILL, TELOPT_SGA }; in new_session()
/external/eigen/
DCOPYING.MINPACK38 DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
39 UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
42 5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DCopyrightMINPACK.txt38 DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
39 UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
42 5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
/external/netperf/
DCOPYING31 DOCUMENTATION WILL NOT INFRINGE A THIRD PARTY'S INTELLECTUAL
38 5. HEWLETT-PACKARD COMPANY WILL NOT IN ANY EVENT BE LIABLE FOR ANY
DNOTICE31 DOCUMENTATION WILL NOT INFRINGE A THIRD PARTY'S INTELLECTUAL
38 5. HEWLETT-PACKARD COMPANY WILL NOT IN ANY EVENT BE LIABLE FOR ANY
DMODULE_LICENSE_HP31 DOCUMENTATION WILL NOT INFRINGE A THIRD PARTY'S INTELLECTUAL
38 5. HEWLETT-PACKARD COMPANY WILL NOT IN ANY EVENT BE LIABLE FOR ANY
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/
Ddefault.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/
Ddefault.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/zxing/qr_scanner/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/webrtc/webrtc/voice_engine/test/android/android_test/
Ddefault.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/libgdx/tests/gdx-tests-android/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/replicaisland/
Ddefault.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/slf4j/slf4j-android/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/vulkan-validation-layers/build-android/gradle-templates/
Dlocal.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/opencv3/platforms/android/service/engine/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/android/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/skia/platform_tools/android/examples/hello_skia_app/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/webrtc/talk/app/webrtc/androidtests/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/webrtc/webrtc/examples/androidtests/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/webrtc/webrtc/examples/androidapp/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/external/tcpdump/
Dprint-telnet.c71 #define WILL 251 /* I will use option */ macro
421 case WILL: in telnet_parse()
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT64 FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR
65 THAT OPERATION WILL BE UNINTERRUPTED OR ERROR FREE. The Regents of the
/external/dng_sdk/
DLICENSE45 THAT THE SOFTWARE OR DOCUMENTATION WILL BE ERROR-FREE. To the extent
52 WILL ADOBE BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT,

12345678