Home
last modified time | relevance | path

Searched refs:DO (Results 1 – 25 of 1282) sorted by relevance

12345678910>>...52

/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc176 #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(ParseMessageBlock(message, message_location, containing_file)); in ParseMessageDefinition()
860 DO(ConsumeEndOfDeclaration("{", &message_location)); in ParseMessageBlock()
[all …]
/third_party/gettext/gnulib-local/modules/
Dlibxml186 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
193 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
200 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
207 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
214 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
221 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
228 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
235 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
242 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
249 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
[all …]
/third_party/libpsl/fuzz/libpsl_idn_load_fuzzer.in/
D9ab5d08cd43ac9c18d9a49d0797c7c0c733b4c725 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
17 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
20 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
27 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
31 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
35 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
38 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
44 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
47 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
54 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
Dbd0915482865887bd35f038468010e817c4c9c635 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
12 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
19 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
26 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
D51424a08ff04717d5b0d266cc05e5267674943465 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
12 xʷn--ch�司.cn司^^^^^^// ===BEGIN ICANN DO^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^pcom��pp
/third_party/mindspore/tests/ut/data/dataset/testSBData/sbd/cls/
D000003.mat1 …f�?˳Q��k����u��s*�O����ok�/�6�������g�_z�C��=@DO���D��=@DO���D��=@DO���D��=@
/third_party/protobuf/src/google/protobuf/
Dtext_format.cc222 #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(ConsumeFullTypeName(&field_name)); in ConsumeField()
428 DO(Consume("]")); in ConsumeField()
[all …]
/third_party/gettext/libtextstyle/gnulib-local/modules/
Dlibglib61 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
67 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
74 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
81 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
88 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
95 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
102 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
109 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
116 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
123 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
/third_party/skia/third_party/externals/angle2/doc/
DCodingStandard.md10 {DO} are reiterating points from the Google guidelines.
24 * {DO} avoid globally scoped variables, unless absolutely necessary.
33 * {DO} avoid use of default arguments.
35 * {DO} use nullptr (instead of 0 or NULL) for pointers.
36 * {DO} use size\_t for loop iterators and size values.
37 * {DO} use uint8\_t pointers instead of void pointers to denote binary data.
38 * {DO} use C++11/14 according to the
67 * {DO} Constants: start with a **`k`** and use CamelCase
77 * {DO} read and follow Google's recommendations.
95 * {DO} use only spaces. No tab characters. Configure your editor to emit
/third_party/flutter/skia/third_party/externals/angle2/doc/
DCodingStandard.md10 {DO} are reiterating points from the Google guidelines.
24 * {DO} avoid globally scoped variables, unless absolutely necessary.
36 * {DO} avoid use of default arguments.
38 * {DO} use nullptr (instead of 0 or NULL) for pointers.
39 * {DO} use size\_t for loop iterators and size values.
40 * {DO} use uint8\_t pointers instead of void pointers to denote binary data.
41 * {DO} use C++11/14 according to the [Chromium c++ 11/14 guide]
70 * {DO} Constants: start with a **`k`** and use CamelCase
78 * {DO} read and follow Google's recommendations.
96 * {DO} use only spaces. No tab characters. Configure your editor to emit
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.mqueues12 || Definitions WON'T DO (for now) ||
14 || Functionality WON'T DO (for now) ||
15 || Stress WON'T DO (for now) ||
16 || Performance WON'T DO (for now) ||
/third_party/toybox/toys/pending/
Dtelnet.c132 put_iac(6, IAC,DO,TELOPT_ECHO,IAC,DO,TELOPT_SGA); in handle_esc()
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()
/third_party/boost/tools/boostdep/examples/
Dreport.bat15 FOR /f %%i IN ('git rev-parse HEAD') DO @SET REV=%%i
17 FOR /f %%i IN ('git rev-parse --short HEAD') DO @SET SHREV=%%i
19 FOR /f %%i IN ('git rev-parse --abbrev-ref HEAD') DO @SET BRANCH=%%i
39 FOR /f %%i IN (%OUTDIR%\list-modules.txt) DO %BOOSTDEP% --html-title "Boost Dependency Report for %…
/third_party/curl/tests/
Dnegtelnetserver.py119 DO = 4 variable in Negotiator
149 elif self.state in [self.WILL, self.WONT, self.DO, self.DONT]:
185 elif byte_int == NegTokens.DO:
188 self.state = self.DO
228 self.send_iac([NegTokens.DO, NegOptions.to_val(option_str)])
265 DO = 253 variable in NegTokens
/third_party/typescript/tests/baselines/reference/
DparserS7.9_A5.7_T1.errors.txt9 …T) between Postfix Increment/Decrement Operator(I/DO) and operand is not allowed, two IO(just as t…
DparserS7.9_A5.7_T1.types6 …T) between Postfix Increment/Decrement Operator(I/DO) and operand is not allowed, two IO(just as t…
DparserS7.9_A5.7_T1.symbols6 …T) between Postfix Increment/Decrement Operator(I/DO) and operand is not allowed, two IO(just as t…
/third_party/flutter/skia/third_party/externals/sdl/premake/MinGW/build-scripts/
Drun.tests.bat72 for %%x IN (%*) DO (
94 for %%d in (%1\*.*) DO (
98 for %%d in (%1\*.*) DO (
/third_party/node/deps/npm/node_modules/sorted-object/
DLICENSE.txt11 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
20 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
23 0. You just DO WHAT THE FUCK YOU WANT TO.
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/build-scripts/
Drun.tests.vs2010.bat72 for %%x IN (%*) DO (
94 for %%d in (%1\*.*) DO (
98 for %%d in (%1\*.*) DO (
/third_party/node/deps/npm/node_modules/path-is-inside/
DLICENSE.txt11 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
20 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
23 0. You just DO WHAT THE FUCK YOU WANT TO.
/third_party/node/deps/npm/node_modules/opener/
DLICENSE.txt11 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
20 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
23 0. You just DO WHAT THE FUCK YOU WANT TO.
/third_party/flutter/flutter/dev/tools/gen_keycodes/data/
Dkeyboard_maps.tmpl5 // DO NOT EDIT -- DO NOT EDIT -- DO NOT EDIT
/third_party/python/PCbuild/
Dfind_msbuild.bat35 … -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64') DO @(set _Py_MSBuild_Ro…
37 @for %%j in (Current 15.0) DO @if exist "%_Py_MSBuild_Root%\%%j\Bin\msbuild.exe" (set MSBUILD="%_Py…
44 …EY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /reg:32') DO @(
/third_party/flutter/flutter/bin/
Dflutter.bat17 FOR %%i IN ("%~dp0..") DO SET FLUTTER_ROOT=%%~fi
75 FOR /f %%r IN ('git rev-parse HEAD') DO SET revision=%%r
91 FOR /F %%i IN ('DIR /B /O:D "%pubspec_yaml_path%" "%pubspec_lock_path%"') DO SET newer_file=%%i
92 FOR %%i IN (%pubspec_yaml_path%) DO SET pubspec_yaml_timestamp=%%~ti
93 FOR %%i IN (%pubspec_lock_path%) DO SET pubspec_lock_timestamp=%%~ti

12345678910>>...52