Home
last modified time | relevance | path

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

12345678910>>...33

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc119 #define DO(STATEMENT) if (STATEMENT) {} else return false macro
212 DO(ConsumeInteger64(max_value, &value, error)); in ConsumeSignedInteger()
581 DO(Consume( in ParseSyntaxIdentifier()
584 DO(Consume("=")); in ParseSyntaxIdentifier()
587 DO(ConsumeString(&syntax, "Expected syntax identifier.")); in ParseSyntaxIdentifier()
588 DO(ConsumeEndOfDeclaration(";", &syntax_location)); in ParseSyntaxIdentifier()
653 DO(Consume("message")); in ParseMessageDefinition()
659 DO(ConsumeIdentifier(message->mutable_name(), "Expected message name.")); in ParseMessageDefinition()
661 DO(ParseMessageBlock(message, message_location, containing_file)); in ParseMessageDefinition()
702 DO(ConsumeEndOfDeclaration("{", &message_location)); in ParseMessageBlock()
[all …]
/external/protobuf/src/google/protobuf/
Dtext_format.cc213 #define DO(STATEMENT) if (STATEMENT) {} else return false macro
278 DO(ConsumeField(output)); in Parse()
349 DO(ConsumeField(message)); in ConsumeMessage()
353 DO(Consume(delimiter)); in ConsumeMessage()
362 DO(Consume("{")); in ConsumeMessageDelimiter()
387 DO(ConsumeAnyTypeUrl(&full_type_name, &prefix)); in ConsumeField()
388 DO(Consume("]")); in ConsumeField()
391 DO(ConsumeAnyValue(full_type_name, in ConsumeField()
402 DO(ConsumeFullTypeName(&field_name)); in ConsumeField()
403 DO(Consume("]")); in ConsumeField()
[all …]
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-2.ll1 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-linux" | FileCheck -check-prefix=DO-SIMPLIFY %s
4 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-mingw32" | FileCheck -check-prefix=DO-SIMPLIFY %s
5 ; RUN: opt < %s -instcombine -S -mtriple "x86_64-pc-mingw32" | FileCheck -check-prefix=DO-SIMPLIFY …
6 ; RUN: opt < %s -instcombine -S -mtriple "sparc-sun-solaris" | FileCheck -check-prefix=DO-SIMPLIFY …
8 ; DO-SIMPLIFY: call float @floorf(
9 ; DO-SIMPLIFY: call float @ceilf(
10 ; DO-SIMPLIFY: call float @roundf(
11 ; DO-SIMPLIFY: call float @nearbyintf(
12 ; DO-SIMPLIFY: call float @truncf(
13 ; DO-SIMPLIFY: call float @fabsf(
Dcos-1.ll4 ; RUN: opt < %s -instcombine -enable-double-float-shrink -S | FileCheck %s -check-prefix=DO-FLOAT-S…
21 ; DO-FLOAT-SHRINK-LABEL: @test_simplify2(
26 ; DO-FLOAT-SHRINK: call float @cosf(float %f)
/external/llvm/test/Other/
Dnew-pass-manager.ll149 ; RUN: | FileCheck %s --check-prefix=CHECK-DO-CACHE-MODULE-ANALYSIS-RESULTS
150 ; CHECK-DO-CACHE-MODULE-ANALYSIS-RESULTS: Starting llvm::Module pass manager run
151 ; CHECK-DO-CACHE-MODULE-ANALYSIS-RESULTS: Running pass: RequireAnalysisPass
152 ; CHECK-DO-CACHE-MODULE-ANALYSIS-RESULTS: Running analysis: NoOpModuleAnalysis
153 ; CHECK-DO-CACHE-MODULE-ANALYSIS-RESULTS-NOT: Running analysis: NoOpModuleAnalysis
157 ; RUN: | FileCheck %s --check-prefix=CHECK-DO-INVALIDATE-MODULE-ANALYSIS-RESULTS
158 ; CHECK-DO-INVALIDATE-MODULE-ANALYSIS-RESULTS: Starting llvm::Module pass manager run
159 ; CHECK-DO-INVALIDATE-MODULE-ANALYSIS-RESULTS: Running pass: RequireAnalysisPass
160 ; CHECK-DO-INVALIDATE-MODULE-ANALYSIS-RESULTS: Running analysis: NoOpModuleAnalysis
161 ; CHECK-DO-INVALIDATE-MODULE-ANALYSIS-RESULTS: Invalidating analysis: NoOpModuleAnalysis
[all …]
/external/autotest/contrib/
Dremove_old_tests_in_tko.sql11 WHILE EXISTS (SELECT test_idx FROM tko_tests WHERE started_time < @cutoff_date LIMIT 1) DO
22 …ECT test_idx FROM tko_tests where started_time IS NULL and finished_time < @cutoff_date LIMIT 1) DO
35 WHILE EXISTS (SELECT job_idx FROM tko_jobs WHERE started_time < @cutoff_date LIMIT 1) DO
/external/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()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dnew-pass-manager.ll157 ; RUN: | FileCheck %s --check-prefix=CHECK-DO-CACHE-MODULE-ANALYSIS-RESULTS
158 ; CHECK-DO-CACHE-MODULE-ANALYSIS-RESULTS: Starting llvm::Module pass manager run
159 ; CHECK-DO-CACHE-MODULE-ANALYSIS-RESULTS: Running pass: RequireAnalysisPass
160 ; CHECK-DO-CACHE-MODULE-ANALYSIS-RESULTS: Running analysis: NoOpModuleAnalysis
161 ; CHECK-DO-CACHE-MODULE-ANALYSIS-RESULTS-NOT: Running analysis: NoOpModuleAnalysis
165 ; RUN: | FileCheck %s --check-prefix=CHECK-DO-INVALIDATE-MODULE-ANALYSIS-RESULTS
166 ; CHECK-DO-INVALIDATE-MODULE-ANALYSIS-RESULTS: Starting llvm::Module pass manager run
167 ; CHECK-DO-INVALIDATE-MODULE-ANALYSIS-RESULTS: Running pass: RequireAnalysisPass
168 ; CHECK-DO-INVALIDATE-MODULE-ANALYSIS-RESULTS: Running analysis: NoOpModuleAnalysis
169 ; CHECK-DO-INVALIDATE-MODULE-ANALYSIS-RESULTS: Invalidating analysis: NoOpModuleAnalysis
[all …]
/external/google-fruit/extras/packaging/
Ddeploy_to_bintray.bat3 for %%G in (Release Debug) DO CMD /C for %%H in (True False) DO CMD /C for %%I in (True False) DO c…
/external/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) ||
/external/curl/tests/
Dnegtelnetserver.py91 DO = 4 variable in Negotiator
121 elif self.state in [self.WILL, self.WONT, self.DO, self.DONT]:
157 elif byte_int == NegTokens.DO:
160 self.state = self.DO
200 self.send_iac([NegTokens.DO, NegOptions.to_val(option_str)])
237 DO = 253 variable in NegTokens
/external/chromium-trace/catapult/third_party/pyserial/serial/
Drfc2217.py87 DO = to_bytes([253]) 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/python/cpython2/Demo/sockets/
Dtelnet.py25 DO = chr(253) variable
87 elif c in (DO, DONT):
88 if c == DO: print '(DO)',
/external/google-fruit/extras/scripts/
Dpostsubmit.bat6 FOR /F "delims=" %%F IN ('where powershell.exe') DO (SET POWERSHELL_PATH=!POWERSHELL_PATH!%%~dpF.;)
17 FOR /F "delims=" %%F IN ('where cl.exe') DO (SET CL_PATH=!CL_PATH!%%~dpF.;)
18 FOR /F "delims=" %%F IN ('where msbuild.exe') DO (SET MSBUILD_PATH=!MSBUILD_PATH!%%~dpF.;)
/external/python/cpython2/Demo/threads/
Dtelnet.py26 DO = chr(253) variable
87 elif c in (DO, DONT):
88 if c == DO: print '(DO)',
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dcos-1.ll4 ; RUN: opt < %s -instcombine -enable-double-float-shrink -S | FileCheck %s -check-prefix=DO-FLOAT-S…
21 ; DO-FLOAT-SHRINK-LABEL: @test_simplify2(
26 ; DO-FLOAT-SHRINK: call float @cosf(float %f)
Ddouble-float-shrink-2.ll2 …-instcombine -S -mtriple "i386-pc-linux" | FileCheck -check-prefix=ALL -check-prefix=DO-SIMPLIFY %s
5 …nstcombine -S -mtriple "i386-pc-mingw32" | FileCheck -check-prefix=ALL -check-prefix=DO-SIMPLIFY %s
6 …tcombine -S -mtriple "x86_64-pc-mingw32" | FileCheck -check-prefix=ALL -check-prefix=DO-SIMPLIFY %s
7 …tcombine -S -mtriple "sparc-sun-solaris" | FileCheck -check-prefix=ALL -check-prefix=DO-SIMPLIFY %s
63 ; DO-SIMPLIFY-LABEL: @test_shrink_libcall_round(
64 ; DO-SIMPLIFY-NEXT: [[F:%.*]] = call float @llvm.round.f32(float [[C:%.*]])
65 ; DO-SIMPLIFY-NEXT: ret float [[F]]
87 ; DO-SIMPLIFY-LABEL: @test_shrink_libcall_nearbyint(
88 ; DO-SIMPLIFY-NEXT: [[F:%.*]] = call float @llvm.nearbyint.f32(float [[C:%.*]])
89 ; DO-SIMPLIFY-NEXT: ret float [[F]]
[all …]
/external/google-styleguide/docguide/
Dstyle.md127 Heading - do you remember what level? DO NOT DO THIS.
149 Text after... DO NOT DO THIS.
199 1. Irregular nesting... DO NOT DO THIS.
341 DO NOT DO THIS.
372 DO NOT DO THIS
/external/python/cpython3/PCbuild/
Dfind_msbuild.bat35 … Visual Studio\Installer\vswhere.exe" -property installationPath -latest') 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 …in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\SxS\VS7" /v 15.0 /reg:32') DO @(
51 …EY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /reg:32') DO @(
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DCopyrightMINPACK.txt34 OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
36 USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
38 DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
/external/eigen/
DCOPYING.MINPACK34 OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
36 USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
38 DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dmacho-bad-bind.test43 …-macho -bind %p/Inputs/macho-do-bind-no-symbol 2>&1 | FileCheck -check-prefix DO-BIND-NO-SYMBOL %s
44 DO-BIND-NO-SYMBOL: macho-do-bind-no-symbol': truncated or malformed object (for BIND_OPCODE_DO_BIND…
46 …nd %p/Inputs/macho-do-bind-no-dylib-ordinal 2>&1 | FileCheck -check-prefix DO-BIND-NO-DYLIB-ORDINA…
47 DO-BIND-NO-DYLIB-ORDINAL: macho-do-bind-no-dylib-ordinal': truncated or malformed object (for BIND_…
55 …macho-lazy-do-bind-add-addr-imm-scaled 2>&1 | FileCheck -check-prefix LAZY-DO-BIND-ADD-ADDR-IMM-SC…
56 LAZY-DO-BIND-ADD-ADDR-IMM-SCALED: macho-lazy-do-bind-add-addr-imm-scaled': truncated or malformed o…
58 …-lazy-do-bind-uleb-times-skipping-uleb 2>&1 | FileCheck -check-prefix LAZY-DO-BIND-ULEB-TIMES-SKIP…
59 LAZY-DO-BIND-ULEB-TIMES-SKIPPING-ULEB: macho-lazy-do-bind-uleb-times-skipping-uleb': truncated or m…
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto106 // The generator used to #define a macro called "DO" inside the .cc file.
107 message DO {} message
108 optional DO do = 32;
120 optional DO release_do = 36;
/external/one-true-awk/
Dytab.h86 DO = 296, enumerator
183 #define DO 296 macro
/external/tensorflow/tensorflow/tools/docker/
DDockerfile42 # --- DO NOT EDIT OR DELETE BETWEEN THE LINES --- #
51 # --- ~ DO NOT EDIT OR DELETE BETWEEN THE LINES --- #

12345678910>>...33