/external/python/cpython3/kokoro/ |
D | build.cmd | 10 IF %ERRORLEVEL% NEQ 0 goto :end 14 IF %ERRORLEVEL% NEQ 0 goto :end 18 IF %ERRORLEVEL% NEQ 0 goto :end 22 IF %ERRORLEVEL% NEQ 0 goto :end 27 IF %ERRORLEVEL% NEQ 0 goto :end
|
/external/iproute2/misc/ |
D | ssfilter.y | 42 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND DEVCOND DEVNAME MARKMASK FWMARK 85 | DPORT NEQ HOSTCOND 110 | SPORT NEQ HOSTCOND 118 | DEVNAME NEQ DEVCOND 126 | FWMARK NEQ MARKMASK 277 return NEQ; in yylex()
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/ |
D | build.bat | 71 if %VS_VERSION% NEQ 2013 ( 77 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 81 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 91 if %VS_VERSION% NEQ 2013 ( 93 if !ERRORLEVEL! NEQ 0 exit /b !ERRORLEVEL!
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/windows/ |
D | build.bat | 71 if %VS_VERSION% NEQ 2013 ( 77 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 81 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 91 if %VS_VERSION% NEQ 2013 ( 93 if !ERRORLEVEL! NEQ 0 exit /b !ERRORLEVEL!
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | Expr.java | 77 else if (NEQ <= id && id <= ARSHIFT_E) in getName() 78 return opNames[id - NEQ]; in getName()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/scripts/windows/ |
D | build.bat | 67 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 71 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 82 if !ERRORLEVEL! NEQ 0 exit /b !ERRORLEVEL!
|
/external/libpcap/ |
D | grammar.h | 107 NEQ = 313, enumerator 230 #define NEQ 313 macro
|
/external/deqp-deps/SPIRV-Tools/kokoro/windows-msvc-2015-release-bazel/ |
D | build.bat | 48 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 56 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/windows-msvc-2015-release-bazel/ |
D | build.bat | 48 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 56 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release-bazel/ |
D | build.bat | 48 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 56 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | MiniParserConstants.java | 30 int NEQ = 21; field
|
D | ASTExpr.java | 239 case NEQ: ASTFunDecl.push(buf, toInt(_body_int + " != " + _body_int2)); in code() 282 case NEQ: bh = il.append(new IF_ICMPEQ(null)); ASTFunDecl.pop(2); break; in byte_code() 289 case EQ: case LEQ: case GEQ: case NEQ: case LT: case GT: in byte_code()
|
D | Mini.jjt | 231 (t = <EQ> | t = <NEQ> | t = <LEQ> | t = <GEQ> | t = <GT> | t = <LT>) 261 < NEQ : "!=" >
|
/external/deqp-deps/glslang/kokoro/windows-msvc-2015-release-bazel/ |
D | build.bat | 63 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 71 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
|
/external/skqp/src/sksl/ |
D | SkSLLexer.h | 172 #undef NEQ 173 NEQ, enumerator
|
/external/angle/third_party/vulkan-deps/glslang/src/kokoro/windows-msvc-2015-release-bazel/ |
D | build.bat | 63 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% 71 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
|
/external/starlark-go/starlark/ |
D | value.go | 806 case syntax.NEQ: 904 if len(x) != len(y) && (op == syntax.EQL || op == syntax.NEQ) { 905 return op == syntax.NEQ, nil 916 case syntax.NEQ: 1073 case syntax.NEQ: 1271 case syntax.NEQ: 1315 case syntax.NEQ: 1331 case syntax.NEQ:
|
/external/javassist/src/main/javassist/compiler/ |
D | TokenId.java | 69 int NEQ = 350; // != field
|
/external/skia/src/sksl/lex/ |
D | sksl.lex | 77 NEQ = "!="
|
/external/skqp/src/sksl/lex/ |
D | sksl.lex | 77 NEQ = "!="
|
/external/llvm-project/polly/test/ScopInfo/ |
D | cfg_consequences.ll | 40 ; NEQ: *A = 0; 312 br label %NEQ 314 NEQ: ; preds = %if.end.17 323 M_NEQ: ; preds = %NEQ, %S_NEQ
|
/external/python/cpython2/PCbuild/ |
D | build.bat | 91 if "%PROCESSOR_ARCHITEW6432%" NEQ "AMD64" if "%PROCESSOR_ARCHITECTURE%" NEQ "AMD64" (
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | hwloop-long.ll | 4 ; Tests signed/unsigned GT, EQ, and NEQ cases.
|
/external/starlark-go/syntax/ |
D | scan.go | 69 NEQ // != const 154 NEQ: "!=", 728 return NEQ
|
/external/adhd/scripts/audio_tuning/frontend/ |
D | audio.js | 106 var NEQ = 8; /* The number of EQs per channel */ variable 239 for (var j = 0; j < NEQ; j++) { 487 for (var i = 0; i < NEQ; i++) { 1440 for (var i = 0; i < NEQ; i++) { 1784 for (var i = 0; i < NEQ; i++) { 1817 for (var i = 0; i < NEQ; i++) {
|