/external/swiftshader/third_party/marl/kokoro/windows/ |
D | presubmit.bat | 25 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 28 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 34 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 45 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 47 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 49 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 51 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 53 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 68 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 70 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! [all …]
|
D | release.bat | 25 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 28 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 34 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL! 47 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL!
|
/external/swiftshader/tools/cmake_generate_graphviz/ |
D | cmake_generate_graphviz.bat | 6 if %errorlevel% neq 0 ( 12 if %errorlevel% neq 0 ( 25 if %errorlevel% neq 0 exit /b %errorlevel% 31 if %errorlevel% neq 0 exit /b %errorlevel% 34 if %errorlevel% neq 0 exit /b %errorlevel%
|
/external/llvm-project/polly/lib/External/isl/ |
D | basis_reduction_tab.c | 27 int neq; member 106 #define GBR_lp_next_row(lp) lp->neq 166 lp->neq = 0; in init_lp() 189 if (lp->neq) in solve_lp() 270 lp->stack[lp->neq] = isl_tab_snap(lp->tab); in add_lp_row() 279 return lp->neq++; in add_lp_row() 291 lp->neq--; in del_lp_row() 292 return isl_tab_rollback(lp->tab, lp->stack[lp->neq]); in del_lp_row()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/comparisons/ |
D | constexpr_init.pass.cpp | 28 std::not_equal_to<T> neq; in test_constexpr_context() local 29 ((void)neq); in test_constexpr_context()
|
/external/libcxx/test/std/utilities/function.objects/comparisons/ |
D | constexpr_init.pass.cpp | 29 std::not_equal_to<T> neq; in test_constexpr_context() local 30 ((void)neq); in test_constexpr_context()
|
/external/python/cpython3/Lib/test/test_email/ |
D | torture_test.py | 49 neq = self.ndiffAssertEqual 60 neq(fp.getvalue(), """\
|
/external/python/cpython2/Lib/email/test/ |
D | test_email_torture.py | 50 neq = self.ndiffAssertEqual 61 neq(fp.getvalue(), """\
|
D | test_email_renamed.py | 1469 neq = self.ndiffAssertEqual 1486 neq(s.getvalue(), 'Content-Type: foo\n\n') 1824 neq = self.ndiffAssertEqual 1839 neq(container.as_string(0), '''\ 1873 neq(container.as_string(0), '''\ 2389 neq = self.ndiffAssertEqual 2395 neq(EMPTYSTRING.join(lines), msg.get_payload()) 2403 neq(EMPTYSTRING.join(lines), fp.read()) 2512 neq = self.ndiffAssertEqual 2533 neq(part1a.get_payload(), 'message 1\n') [all …]
|
D | test_email.py | 1534 neq = self.ndiffAssertEqual 1551 neq(s.getvalue(), 'Content-Type: foo\n\n') 1905 neq = self.ndiffAssertEqual 1920 neq(container.as_string(0), '''\ 1954 neq(container.as_string(0), '''\ 2528 neq = self.ndiffAssertEqual 2534 neq(EMPTYSTRING.join(lines), msg.get_payload()) 2542 neq(EMPTYSTRING.join(lines), fp.read()) 2732 neq = self.ndiffAssertEqual 2753 neq(part1a.get_payload(), 'message 1\n') [all …]
|
/external/selinux/secilc/docs/ |
D | cil_constraint_statements.md | 45 <p><code> op : eq neq</code></p> 46 <p><code> role_op : eq neq dom domby incomp</code></p> 136 <p><code> op : eq neq</code></p> 137 <p><code> role_op : eq neq dom domby incomp</code></p> 207 <p><code> op : eq neq</code></p> 208 <p><code> mls_role_op : eq neq dom domby incomp</code></p> 236 (neq r1 r2) 291 <p><code> op : eq neq</code></p> 292 <p><code> mls_role_op : eq neq dom domby incomp</code></p>
|
D | cil_conditional_statements.md | 81 <p><code> (neq (boolean_id boolean_id))</code></p> 193 <p><code> (neq (tunable_id tunable_id))</code></p>
|
/external/skia/site/docs/dev/design/conical/ |
D | _index.md | 53 $C_0 \neq C_1$ and $r_0 54 \neq r_1$. 56 As $r_0 \neq r_1$, we can find a focal point 61 As $C_0 \neq C_1$, focal point $C_f$ is different from $C_1$ unless $r_1 = 0$. 63 $t_s$ as if $r_1 \neq 0$, and finally set $t = 1 - t_s$. The only catch here is 67 Assuming that we've done swapping if necessary so $C_1 \neq C_f$, we can then do 79 $f \neq 1$, otherwise we'll swap $C_0, r_0$ with $C_1, r_1$). 147 $r_1 \neq 1$ 175 - 2 additions, 3 multiplications, and 1 sqrt for $r_1 \neq 1$ (count subtraction 177 - 1 more addition operation if $f \neq 0$ [all …]
|
/external/skqp/site/dev/design/conical/ |
D | index.md | 46 They are easy to handle so we won't cover them here. From now on, we assume $C_0 \neq C_1$ and $r_0 47 \neq r_1$. 49 As $r_0 \neq r_1$, we can find a focal point $C_f = (1-f) \cdot C_0 + f \cdot C_1$ where its 53 As $C_0 \neq C_1$, focal point $C_f$ is different from $C_1$ unless $r_1 = 0$. If $r_1 = 0$, we can 54 swap $C_0, r_0$ with $C_1, r_1$, compute swapped gradient $t_s$ as if $r_1 \neq 0$, and finally set 58 Assuming that we've done swapping if necessary so $C_1 \neq C_f$, we can then do a linear 68 always the bigger one (note that $f \neq 1$, otherwise we'll swap $C_0, r_0$ with $C_1, r_1$). 121 $x' = r_1 / (r_1^2 - 1) x,~ y' = \sqrt{|r_1^2 - 1|} / (r_1^2 - 1) y$ if $r_1 \neq 1$ 148 * 2 additions, 3 multiplications, and 1 sqrt for $r_1 \neq 1$ (count substraction as addition; 150 * 1 more addition operation if $f \neq 0$ [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | gen_bitmap64.c | 369 errcode_t neq, in ext2fs_fudge_generic_bmap_end() argument 383 neq, end, &tmp_oend); in ext2fs_fudge_generic_bmap_end() 393 return neq; in ext2fs_fudge_generic_bmap_end() 605 errcode_t ext2fs_compare_generic_bmap(errcode_t neq, in ext2fs_compare_generic_bmap() argument 620 return ext2fs_compare_generic_bitmap(bm1->magic, neq, in ext2fs_compare_generic_bmap() 628 return neq; in ext2fs_compare_generic_bmap() 633 return neq; in ext2fs_compare_generic_bmap()
|
D | gen_bitmap.c | 310 errcode_t magic, errcode_t neq, in ext2fs_fudge_generic_bitmap_end() argument 318 return neq; in ext2fs_fudge_generic_bitmap_end() 369 errcode_t ext2fs_compare_generic_bitmap(errcode_t magic, errcode_t neq, in ext2fs_compare_generic_bitmap() argument 386 return neq; in ext2fs_compare_generic_bitmap() 391 return neq; in ext2fs_compare_generic_bitmap()
|
D | ext2fsP.h | 178 errcode_t neq,
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/ |
D | run_py.bat | 36 if %errorlevel% neq 0 exit /b %errorlevel% 46 if %errorlevel% neq 0 exit /b %errorlevel%
|
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/ |
D | run_py.bat | 39 if %errorlevel% neq 0 exit /b %errorlevel% 49 if %errorlevel% neq 0 exit /b %errorlevel%
|
/external/eigen/unsupported/Eigen/ |
D | Polynomials | 84 The leading coefficient \f$ p \f$: should be non zero \f$a_d \neq 0\f$. 92 \f$ \forall r_i \neq 0 \f$ root of \f$ p(x) = \sum_{k=0}^d a_k x^k \f$, 116 \f$ \forall i,j \in [1;d],~ \| r_i \| \neq \| r_j \| \f$.
|
/external/vulkan-validation-layers/build-android/ |
D | update_external_sources_android.bat | 57 if %errorCode% neq 0 (goto:error) 70 if %errorCode% neq 0 (goto:error)
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | operators.test | 23 neq = 1 != 1 ? 1 : 2; 74 # CHECK-NEXT: 00000000000002 A neq
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CodeMangler.java | 517 boolean neq = false; in processFile() 519 neq = true; in processFile() 526 + "' neq: '" + neq in processFile() 529 eval = (val2.equals(map.get(key2)) != neq); in processFile()
|
/external/curl/projects/ |
D | build-wolfssl.bat | 269 if %ERRORLEVEL% neq 0 ( 276 if %ERRORLEVEL% neq 0 ( 291 if %ERRORLEVEL% neq 0 ( 301 if %ERRORLEVEL% neq 0 (
|
/external/selinux/secilc/test/ |
D | integration.cil | 188 (constrain (file (read)) (or (and (eq t1 exec_t) (neq t2 bin_t) ) (eq u1 u2) ) ) 196 (mlsconstrain (file (open)) (or (and (eq l1 l2) (eq u1 u2)) (neq r1 r2)))
|