Home
last modified time | relevance | path

Searched refs:ELSE (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/openssl/Configurations/
DINTERNALS.Configure27 # -2 positive already run and we found ELSE (following ELSIF should fail)
30 # 1 last was positive (don't skip lines until next ELSE, ELSIF or ENDIF)
31 # 2 positive ELSE (following ELSIF should fail)
34 stack top is > 0. Condition lines (IF, ELSIF, ELSE and ENDIF
49 | ELSE | 1 -2 | |
59 | ELSE | -1 -2 | |
73 | ELSE | 0 -2 | |
83 | ELSE | 1 -2 | |
97 | ELSE | 0 -2 | |
107 | ELSE | 1 -2 | |
[all …]
/third_party/curl/winbuild/
DMakefileBuild.vc50 !ELSE
117 !ELSE
125 !ELSE
150 !ELSE
162 !ELSE
172 !ELSE
189 !ELSE
197 !ELSE
205 !ELSE
224 !ELSE
[all …]
DMakefile.vc31 !ELSE
66 !ELSE
98 !ELSE
185 !ELSE
191 !ELSE
/third_party/typescript/tests/baselines/reference/
DinstantiateContextualTypes.types331 type DooDad = 'SOMETHING' | 'ELSE' ;
339 …esolve().then(() => { if (1 < 2) { return 'SOMETHING'; } return 'ELSE'; }); } : () => Pr…
342 …=> { if (1 < 2) { return 'SOMETHING'; } return 'ELSE'; }) : Promise<"SOMETHING" | "ELSE">
349 >() => { if (1 < 2) { return 'SOMETHING'; } return 'ELSE'; } : () => "SOMETHING" | "ELSE"
359 return 'ELSE';
360 >'ELSE' : "ELSE"
366 >() : Promise<DooDad> => { return Promise.resolve().then(() => { return 'ELSE'; }); } : () => P…
369 >Promise.resolve().then(() => { return 'ELSE'; }) : Promise<"SOMETHING" | "ELSE">
376 >() => { return 'ELSE'; } : () => "ELSE"
378 return 'ELSE';
[all …]
/third_party/pcre2/pcre2/cmake/
DFindPackageHandleStandardArgs.cmake25 ELSE (${_NAME}_FIND_REQUIRED)
28 ELSE("${_FAIL_MSG}" STREQUAL "DEFAULT_MSG")
49 ELSE (${_NAME_UPPER}_FOUND)
52 ELSE (${_NAME}_FIND_REQUIRED)
/third_party/flutter/skia/third_party/externals/icu/source/data/
Dmakedata.mak39 !ELSE
136 !ELSE IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
138 !ELSE IF "$(UWP)" == "UWP"
140 !ELSE
185 !ELSE
205 !ELSE
213 !ELSE
226 !ELSE
233 !ELSE
243 !ELSE
[all …]
/third_party/libwebsockets/cmake/
DUseRPMTools.cmake33 ELSE (RPMTools_RPMBUILD_EXECUTABLE)
57 ELSE ("${ARGV1}" STREQUAL "")
64 ELSE ("${ARGV2}" STREQUAL "")
134 ELSE ("${ARGV1}" STREQUAL "")
146 ELSE ("${SPECFILE_EXT}" STREQUAL ".spec")
171 ELSE (RPMTools_RPMBUILD_FOUND)
/third_party/skia/third_party/externals/libwebp/
DMakefile.vc12 !ELSE IF ! [ cl 2>&1 | find "x64" > NUL ]
14 !ELSE IF ! [ cl 2>&1 | find "ARM" > NUL ]
16 !ELSE
45 !ELSE
52 !ELSE
61 !ELSE IF "$(RTLIBCFG)" == "legacy"
66 !ELSE
91 !ELSE IF "$(CFG)" == "debug-static"
99 !ELSE IF "$(CFG)" == "release-dynamic"
103 !ELSE IF "$(CFG)" == "debug-dynamic"
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/
DMakefile.vc12 !ELSE IF ! [ cl 2>&1 | find "x64" > NUL ]
14 !ELSE IF ! [ cl 2>&1 | find "ARM" > NUL ]
16 !ELSE
45 !ELSE
52 !ELSE
61 !ELSE IF "$(RTLIBCFG)" == "legacy"
66 !ELSE
91 !ELSE IF "$(CFG)" == "debug-static"
99 !ELSE IF "$(CFG)" == "release-dynamic"
103 !ELSE IF "$(CFG)" == "debug-dynamic"
[all …]
/third_party/node/deps/cares/
DMakefile.msvc166 !ELSE
185 !ELSE
198 !ELSE
205 !ELSE
296 !ELSE
308 !ELSE
319 !ELSE
330 !ELSE
DCMakeLists.txt90 ELSE ()
196 ELSE ()
418 ELSE ()
426 ELSE ()
435 ELSE ()
443 ELSE ()
478 ELSE ()
484 ELSE ()
488 ELSE ()
491 ELSE ()
[all …]
/third_party/mindspore/scripts/conda/mindspore-cpu/1.3.0/
Dbld.bat7 ) ELSE IF "%PY_VER%" == "3.9" (
10 ) ELSE (
/third_party/openGLES/extensions/NV/
DNV_fragment_program2.txt172 <ENDFLOWop> ::= "ELSE"
275 ELSE - - - - - - - start if test else block
355 can specify one of several types of instruction blocks: IF/ELSE/ENDIF
370 ELSE;
375 contained inside an IF/ELSE/ENDIF block. In all cases, each instruction
379 an IF and ELSE instruction, the ENDLOOP must also be present between the
380 IF and ELSE. A fragment program will fail to load if any instruction
384 IF/ELSE/ENDIF blocks evaluate a condition to determine which instructions
386 ELSE are executed. If the condition is false, all instructions between
387 the ELSE and ENDIF are executed. The ELSE instruction is optional. If
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_program2.txt172 <ENDFLOWop> ::= "ELSE"
275 ELSE - - - - - - - start if test else block
355 can specify one of several types of instruction blocks: IF/ELSE/ENDIF
370 ELSE;
375 contained inside an IF/ELSE/ENDIF block. In all cases, each instruction
379 an IF and ELSE instruction, the ENDLOOP must also be present between the
380 IF and ELSE. A fragment program will fail to load if any instruction
384 IF/ELSE/ENDIF blocks evaluate a condition to determine which instructions
386 ELSE are executed. If the condition is false, all instructions between
387 the ELSE and ENDIF are executed. The ELSE instruction is optional. If
[all …]
/third_party/mindspore/scripts/conda/mindspore-cpu/1.5.0/
Dbld.bat7 ) ELSE IF "%PY_VER%" == "3.9" (
10 ) ELSE (
/third_party/ejdb/cmake/Modules/
DFindLibIberty.cmake32 ELSE (IBERTY_LIBRARIES)
36 ELSE()
/third_party/mindspore/scripts/conda/mindspore-cpu/1.5.0rc1/
Dbld.bat7 ) ELSE IF "%PY_VER%" == "3.9" (
10 ) ELSE (
/third_party/iowow/cmake/Modules/
DFindLibIberty.cmake32 ELSE (IBERTY_LIBRARIES)
36 ELSE()
/third_party/boost/libs/compute/cmake/opencl/
DFindOpenCL.cmake27 ELSE (APPLE)
34 ELSE( CMAKE_SIZEOF_VOID_P EQUAL 8 )
49 ELSE (WIN32)
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
DCMakeLists.txt8 ELSE ()
34 ELSE ()
/third_party/icu/icu4c/source/data/
Dmakedata.mak110 !ELSE IF "$(CFG)" == "ARM64\Release" || "$(CFG)" == "ARM64\Debug"
112 !ELSE IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
114 !ELSE IF "$(UWP)" == "UWP"
116 !ELSE
155 !ELSE IF "$(CFG)" == "ARM64\Release" || "$(CFG)" == "ARM64\Debug"
172 !ELSE
188 !ELSE
208 !ELSE
252 !ELSE
261 !ELSE
[all …]
/third_party/skia/third_party/externals/icu/source/data/
Dmakedata.mak110 !ELSE IF "$(CFG)" == "ARM64\Release" || "$(CFG)" == "ARM64\Debug"
112 !ELSE IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
114 !ELSE IF "$(UWP)" == "UWP"
116 !ELSE
155 !ELSE IF "$(CFG)" == "ARM64\Release" || "$(CFG)" == "ARM64\Debug"
172 !ELSE
188 !ELSE
208 !ELSE
252 !ELSE
261 !ELSE
[all …]
/third_party/pcre2/pcre2/
DCMakeLists.txt235 ELSE(${CMAKE_SYSTEM_NAME} MATCHES Linux|NetBSD)
370 ELSE(${CMAKE_SYSTEM_NAME} MATCHES Linux|NetBSD)
373 ELSE(${REQUIRED})
531 ELSE()
539 ELSE()
547 ELSE()
565 ELSE(PCRE2_REBUILD_CHARTABLES)
689 ELSE(MSVC)
732 ELSE(BUILD_STATIC_LIBS)
754 ELSE(MSVC)
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/
Dmakedata.mak57 !ELSE
80 !ELSE
90 !ELSE
/third_party/icu/icu4c/source/extra/uconv/
Dmakedata.mak59 !ELSE
97 !ELSE
107 !ELSE

1234567