/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 173 // Makes code slightly more readable. The meaning of "DO(foo)" is 176 #define DO(STATEMENT) \ macro 269 DO(ConsumeInteger64(max_value, &value, error)); in ConsumeSignedInteger() 683 DO(Consume( in ParseSyntaxIdentifier() 686 DO(Consume("=")); in ParseSyntaxIdentifier() 689 DO(ConsumeString(&syntax, "Expected syntax identifier.")); in ParseSyntaxIdentifier() 690 DO(ConsumeEndOfDeclaration(";", &syntax_location)); in ParseSyntaxIdentifier() 755 DO(Consume("message")); in ParseMessageDefinition() 761 DO(ConsumeIdentifier(message->mutable_name(), "Expected message name.")); in ParseMessageDefinition() 769 DO(ParseMessageBloc in ParseMessageDefinition() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 219 // Makes code slightly more readable. The meaning of "DO(foo)" is 222 #define DO(STATEMENT) \ macro 292 DO(ConsumeField(output)); in Parse() 359 DO(ConsumeField(message)); in ConsumeMessage() 363 DO(Consume(delimiter)); in ConsumeMessage() 372 DO(Consume("{")); in ConsumeMessageDelimiter() 397 DO(ConsumeAnyTypeUrl(&full_type_name, &prefix)); in ConsumeField() 398 DO(Consume("]")); in ConsumeField() 409 DO(ConsumeAnyValue(value_descriptor, &serialized_value)); in ConsumeField() 427 DO(ConsumeFullTypeNam in ConsumeField() 1511 #undef DO global() macro [all...] |
/third_party/toybox/toys/pending/ |
H A D | telnet.c | 132 put_iac(6, IAC,DO,TELOPT_ECHO,IAC,DO,TELOPT_SGA); in handle_esc() 177 * handles server's DO DONT WILL WONT requests. 186 if (ddww == DO) put_iac(3, IAC,WONT,TELOPT_ECHO); in handle_ddww() 192 (TT.flags & UF_ECHO)? put_iac(3, IAC,DO,TELOPT_ECHO) : in handle_ddww() 203 (TT.flags & UF_SGA)? put_iac(3, IAC,DO,TELOPT_SGA) : in handle_ddww() 221 if(ddww == DO) put_iac(3, IAC,WONT,opt); in handle_ddww() 241 case DO: /* FALLTHROUGH */ in read_server()
|
H A D | telnetd.c | 153 char intial_iacs[] = {IAC, DO, TELOPT_ECHO, IAC, DO, TELOPT_NAWS, in new_session()
|
/third_party/curl/tests/ |
H A D | negtelnetserver.py | 129 DO = 4 variable in Negotiator 159 elif self.state in [self.WILL, self.WONT, self.DO, self.DONT]: 195 elif byte_int == NegTokens.DO: 198 self.state = self.DO 237 log.debug("Sending DO %s", option_str) 238 self.send_iac([NegTokens.DO, NegOptions.to_val(option_str)]) 275 DO = 253 variable in NegTokens
|
/third_party/python/PCbuild/ |
H A D | find_msbuild.bat | 35 @for /F "tokens=*" %%i in ('"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationPath -latest -prerelease -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64') DO @(set _Py_MSBuild_Root=%%i\MSBuild)
37 @for %%j in (Current 15.0) DO @if exist "%_Py_MSBuild_Root%\%%j\Bin\msbuild.exe" (set MSBUILD="%_Py_MSBuild_Root%\%%j\Bin\msbuild.exe")
44 @if NOT ERRORLEVEL 1 @for /F "tokens=1,2*" %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /reg:32') DO @(
|
H A D | env.bat | 17 for /F "tokens=*" %%i in ('"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationPath -latest -prerelease -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64') DO @(set VSTOOLS=%%i\VC\Auxiliary\Build\vcvarsall.bat)
|
/third_party/python/Lib/ |
H A D | telnetlib.py | 55 DO = bytes([253]) variable 449 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]' 450 if c in (DO, DONT, WILL, WONT): 472 # unless we did a WILL/DO before. 478 if cmd in (DO, DONT): 480 cmd == DO and 'DO' or 'DONT', ord(opt))
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 616 #define DO(name) offsetof(datctl, name) macro 647 { "callout_capture", MOD_DAT, MOD_CTL, CTL_CALLOUT_CAPTURE, DO(control) }, 648 { "callout_data", MOD_DAT, MOD_INS, 0, DO(callout_data) }, 649 { "callout_error", MOD_DAT, MOD_IN2, 0, DO(cerror) }, 650 { "callout_extra", MOD_DAT, MOD_CTL, CTL2_CALLOUT_EXTRA, DO(control2) }, 651 { "callout_fail", MOD_DAT, MOD_IN2, 0, DO(cfail) }, 653 { "callout_no_where", MOD_DAT, MOD_CTL, CTL2_CALLOUT_NO_WHERE, DO(control2) }, 654 { "callout_none", MOD_DAT, MOD_CTL, CTL_CALLOUT_NONE, DO(control) }, 660 { "copy", MOD_DAT, MOD_NN, DO(copy_numbers), DO(copy_name [all...] |
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 331 * Generated by util/mkerr.pl DO NOT EDIT 422 * Generated by util/mkerr.pl DO NOT EDIT 528 * Generated by util/mkerr.pl DO NOT EDIT
|
/third_party/openssl/util/ |
H A D | mkerr.pl | 331 * Generated by util/mkerr.pl DO NOT EDIT 422 * Generated by util/mkerr.pl DO NOT EDIT 528 * Generated by util/mkerr.pl DO NOT EDIT
|
/third_party/ltp/include/lapi/syscalls/ |
H A D | regen.sh | 19 * GENERATED FILE: DO NOT EDIT/PATCH THIS FILE *
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 1856 #define DO(field) ((void) fwrite(tzh.field, sizeof tzh.field, 1, fp)) in writezone() macro 1871 DO(tzh_magic); in writezone() 1872 DO(tzh_version); in writezone() 1873 DO(tzh_reserved); in writezone() 1874 DO(tzh_ttisgmtcnt); in writezone() 1875 DO(tzh_ttisstdcnt); in writezone() 1876 DO(tzh_leapcnt); in writezone() 1877 DO(tzh_timecnt); in writezone() 1878 DO(tzh_typecnt); in writezone() 1879 DO(tzh_charcn in writezone() 1880 #undef DO writezone() macro [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 1855 #define DO(field) ((void) fwrite(tzh.field, sizeof tzh.field, 1, fp)) in writezone() macro 1870 DO(tzh_magic); in writezone() 1871 DO(tzh_version); in writezone() 1872 DO(tzh_reserved); in writezone() 1873 DO(tzh_ttisgmtcnt); in writezone() 1874 DO(tzh_ttisstdcnt); in writezone() 1875 DO(tzh_leapcnt); in writezone() 1876 DO(tzh_timecnt); in writezone() 1877 DO(tzh_typecnt); in writezone() 1878 DO(tzh_charcn in writezone() 1879 #undef DO writezone() macro [all...] |
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | telnet.h | 6 #define DO 253 macro 27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | telnet.h | 6 #define DO 253 macro 27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | telnet.h | 6 #define DO 253 macro 27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
|
/third_party/musl/dist/ |
H A D | config.mak | 8 # Installation prefix. DO NOT use /, /usr, or /usr/local !
|
/third_party/musl/include/arpa/ |
H A D | telnet.h | 6 #define DO 253 macro 27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_tab.h | 68 DO = 271, enumerator
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgToken.hpp | 45 DO, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.h | 71 DO = 272, enumerator
|
/third_party/musl/scripts/ |
H A D | runtest_Windows.bat | 22 for /F "usebackq delims==" %%c in (`hdc list targets`) DO (
56 for /F "usebackq delims==" %%r in (`hdc shell param get const.product.cpu.abilist`) DO (
|
/third_party/tzdata/ |
H A D | zic.c | 2676 #define DO(field) fwrite(tzh.field, sizeof tzh.field, 1, fp) in writezone() macro 2687 DO(tzh_magic); in writezone() 2688 DO(tzh_version); in writezone() 2689 DO(tzh_reserved); in writezone() 2690 DO(tzh_ttisutcnt); in writezone() 2691 DO(tzh_ttisstdcnt); in writezone() 2692 DO(tzh_leapcnt); in writezone() 2693 DO(tzh_timecnt); in writezone() 2694 DO(tzh_typecnt); in writezone() 2695 DO(tzh_charcn in writezone() 2696 #undef DO writezone() macro [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-inl.h | 35 KEYWORD("do", Token::DO) \
|