/external/javassist/src/test/test3/ |
D | Switch.java | 13 int j = 4; in foo() local 14 j = 4; in foo() 15 j = 4; in foo() 16 j = 4; in foo() 17 j = 4; in foo() 18 j = 4; in foo() 19 j = 4; in foo() 20 j = 4; in foo() 21 j = 4; in foo() 22 j = 4; in foo() [all …]
|
/external/toybox/tests/files/bc/ |
D | bessel.txt | 1 j(0, 0) 2 j(0, .5) 3 j(0, -.5) 4 j(0, 1) 5 j(0, -1) 6 j(0, 1.5) 7 j(0, -1.5) 8 j(0, 1.74) 9 j(0, -1.74) 10 j(0, 2) [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | complex-folding.cpp | 5 static_assert((0.0 + 0.0j) == (0.0 + 0.0j)); 6 static_assert((0.0 + 0.0j) != (0.0 + 0.0j)); // expected-error {{static_assert}} 8 static_assert((0.0 + 0.0j) == 0.0); 9 static_assert(0.0 == (0.0 + 0.0j)); 10 static_assert(0.0 == 0.0j); 11 static_assert((0.0 + 1.0j) != 0.0); 12 static_assert(1.0 != (0.0 + 0.0j)); 13 static_assert(0.0 != 1.0j); 17 static_assert((1.0 + 0.0j) == (0.0 + 0.0j)); // expected-error {{static_assert}} 18 static_assert((1.0 + 0.0j) == (1.0 + 0.0j)); [all …]
|
/external/clang/test/SemaCXX/ |
D | complex-folding.cpp | 5 static_assert((0.0 + 0.0j) == (0.0 + 0.0j)); 6 static_assert((0.0 + 0.0j) != (0.0 + 0.0j)); // expected-error {{static_assert}} 8 static_assert((0.0 + 0.0j) == 0.0); 9 static_assert(0.0 == (0.0 + 0.0j)); 10 static_assert(0.0 == 0.0j); 11 static_assert((0.0 + 1.0j) != 0.0); 12 static_assert(1.0 != (0.0 + 0.0j)); 13 static_assert(0.0 != 1.0j); 17 static_assert((1.0 + 0.0j) == (0.0 + 0.0j)); // expected-error {{static_assert}} 18 static_assert((1.0 + 0.0j) == (1.0 + 0.0j)); [all …]
|
/external/python/cpython2/Lib/ |
D | markupbase.py | 49 def updatepos(self, i, j): argument 50 if i >= j: 51 return j 53 nlines = rawdata.count("\n", i, j) 56 pos = rawdata.rindex("\n", i, j) # Should not fail 57 self.offset = j-(pos+1) 59 self.offset = self.offset + j-i 60 return j 77 j = i + 2 78 assert rawdata[i:j] == "<!", "unexpected call to parse_declaration" [all …]
|
/external/python/cpython3/Lib/ |
D | _markupbase.py | 48 def updatepos(self, i, j): argument 49 if i >= j: 50 return j 52 nlines = rawdata.count("\n", i, j) 55 pos = rawdata.rindex("\n", i, j) # Should not fail 56 self.offset = j-(pos+1) 58 self.offset = self.offset + j-i 59 return j 76 j = i + 2 77 assert rawdata[i:j] == "<!", "unexpected call to parse_declaration" [all …]
|
/external/llvm-project/flang/test/Parser/ |
D | omp-atomic-unparse.f90 | 5 integer :: i, j = 10 variable 8 i = j 10 i = j 12 i = j 14 i = j 16 i = j 18 i = j 20 i = j 22 i = j 24 i = j [all …]
|
/external/llvm-project/clang/test/OpenMP/ |
D | teams_distribute_reduction_messages.cpp | 34 for (int j=0; j<100; j++) foo(); in foobar() local 104 T &j = i; // expected-note 4 {{'j' defined here}} in tmain() local 111 for (int j=0; j<100; j++) foo(); in tmain() local 114 for (int j=0; j<100; j++) foo(); in tmain() local 117 for (int j=0; j<100; j++) foo(); in tmain() local 120 for (int j=0; j<100; j++) foo(); in tmain() local 123 for (int j=0; j<100; j++) foo(); in tmain() local 126 for (int j=0; j<100; j++) foo(); in tmain() local 129 for (int j=0; j<100; j++) foo(); in tmain() local 132 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
D | target_teams_distribute_reduction_messages.cpp | 42 for (int j=0; j<100; j++) foo(); in foobar() local 112 T &j = i; // expected-note 4 {{'j' defined here}} in tmain() local 118 for (int j=0; j<100; j++) foo(); in tmain() local 120 for (int j=0; j<100; j++) foo(); in tmain() local 122 for (int j=0; j<100; j++) foo(); in tmain() local 124 for (int j=0; j<100; j++) foo(); in tmain() local 126 for (int j=0; j<100; j++) foo(); in tmain() local 128 for (int j=0; j<100; j++) foo(); in tmain() local 130 for (int j=0; j<100; j++) foo(); in tmain() local 132 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
D | target_teams_distribute_parallel_for_reduction_messages.cpp | 107 T &j = i; // expected-note 4 {{'j' defined here}} in tmain() local 113 for (int j=0; j<100; j++) foo(); in tmain() local 115 for (int j=0; j<100; j++) foo(); in tmain() local 117 for (int j=0; j<100; j++) foo(); in tmain() local 119 for (int j=0; j<100; j++) foo(); in tmain() local 121 for (int j=0; j<100; j++) foo(); in tmain() local 123 for (int j=0; j<100; j++) foo(); in tmain() local 125 for (int j=0; j<100; j++) foo(); in tmain() local 127 for (int j=0; j<100; j++) foo(); in tmain() local 129 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
D | target_teams_distribute_simd_reduction_messages.cpp | 108 T &j = i; // expected-note 4 {{'j' defined here}} in tmain() local 114 for (int j=0; j<100; j++) foo(); in tmain() local 116 for (int j=0; j<100; j++) foo(); in tmain() local 118 for (int j=0; j<100; j++) foo(); in tmain() local 120 for (int j=0; j<100; j++) foo(); in tmain() local 122 for (int j=0; j<100; j++) foo(); in tmain() local 124 for (int j=0; j<100; j++) foo(); in tmain() local 126 for (int j=0; j<100; j++) foo(); in tmain() local 128 for (int j=0; j<100; j++) foo(); in tmain() local 130 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
D | teams_distribute_parallel_for_reduction_messages.cpp | 98 T &j = i; // expected-note 4 {{'j' defined here}} in tmain() local 105 for (int j=0; j<100; j++) foo(); in tmain() local 108 for (int j=0; j<100; j++) foo(); in tmain() local 111 for (int j=0; j<100; j++) foo(); in tmain() local 114 for (int j=0; j<100; j++) foo(); in tmain() local 117 for (int j=0; j<100; j++) foo(); in tmain() local 120 for (int j=0; j<100; j++) foo(); in tmain() local 123 for (int j=0; j<100; j++) foo(); in tmain() local 126 for (int j=0; j<100; j++) foo(); in tmain() local 129 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
D | teams_distribute_simd_reduction_messages.cpp | 98 T &j = i; // expected-note 4 {{'j' defined here}} in tmain() local 105 for (int j=0; j<100; j++) foo(); in tmain() local 108 for (int j=0; j<100; j++) foo(); in tmain() local 111 for (int j=0; j<100; j++) foo(); in tmain() local 114 for (int j=0; j<100; j++) foo(); in tmain() local 117 for (int j=0; j<100; j++) foo(); in tmain() local 120 for (int j=0; j<100; j++) foo(); in tmain() local 123 for (int j=0; j<100; j++) foo(); in tmain() local 126 for (int j=0; j<100; j++) foo(); in tmain() local 129 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
D | target_teams_distribute_parallel_for_thread_limit_messages.cpp | 19 for (int j=0; j<100; j++) foo(); in tmain() local 22 for (int j=0; j<100; j++) foo(); in tmain() local 25 for (int j=0; j<100; j++) foo(); in tmain() local 28 for (int j=0; j<100; j++) foo(); in tmain() local 31 for (int j=0; j<100; j++) foo(); in tmain() local 34 for (int j=0; j<100; j++) foo(); in tmain() local 37 for (int j=0; j<100; j++) foo(); in tmain() local 40 for (int j=0; j<100; j++) foo(); in tmain() local 43 for (int j=0; j<100; j++) foo(); in tmain() local 46 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
D | target_teams_distribute_simd_thread_limit_messages.cpp | 19 for (int j=0; j<100; j++) foo(); in tmain() local 21 for (int j=0; j<100; j++) foo(); in tmain() local 23 for (int j=0; j<100; j++) foo(); in tmain() local 25 for (int j=0; j<100; j++) foo(); in tmain() local 27 for (int j=0; j<100; j++) foo(); in tmain() local 29 for (int j=0; j<100; j++) foo(); in tmain() local 31 for (int j=0; j<100; j++) foo(); in tmain() local 33 for (int j=0; j<100; j++) foo(); in tmain() local 35 for (int j=0; j<100; j++) foo(); in tmain() local 37 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
D | teams_distribute_thread_limit_messages.cpp | 20 for (int j=0; j<100; j++) foo(); in tmain() local 23 for (int j=0; j<100; j++) foo(); in tmain() local 26 for (int j=0; j<100; j++) foo(); in tmain() local 29 for (int j=0; j<100; j++) foo(); in tmain() local 32 for (int j=0; j<100; j++) foo(); in tmain() local 35 for (int j=0; j<100; j++) foo(); in tmain() local 38 for (int j=0; j<100; j++) foo(); in tmain() local 41 for (int j=0; j<100; j++) foo(); in tmain() local 44 for (int j=0; j<100; j++) foo(); in tmain() local 47 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
D | target_teams_distribute_parallel_for_simd_reduction_messages.cpp | 108 T &j = i; // expected-note 4 {{'j' defined here}} in tmain() local 114 for (int j=0; j<100; j++) foo(); in tmain() local 116 for (int j=0; j<100; j++) foo(); in tmain() local 118 for (int j=0; j<100; j++) foo(); in tmain() local 120 for (int j=0; j<100; j++) foo(); in tmain() local 122 for (int j=0; j<100; j++) foo(); in tmain() local 124 for (int j=0; j<100; j++) foo(); in tmain() local 126 for (int j=0; j<100; j++) foo(); in tmain() local 128 for (int j=0; j<100; j++) foo(); in tmain() local 130 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
D | teams_distribute_parallel_for_simd_reduction_messages.cpp | 98 T &j = i; // expected-note 4 {{'j' defined here}} in tmain() local 105 for (int j=0; j<100; j++) foo(); in tmain() local 108 for (int j=0; j<100; j++) foo(); in tmain() local 111 for (int j=0; j<100; j++) foo(); in tmain() local 114 for (int j=0; j<100; j++) foo(); in tmain() local 117 for (int j=0; j<100; j++) foo(); in tmain() local 120 for (int j=0; j<100; j++) foo(); in tmain() local 123 for (int j=0; j<100; j++) foo(); in tmain() local 126 for (int j=0; j<100; j++) foo(); in tmain() local 129 for (int j=0; j<100; j++) foo(); in tmain() local [all …]
|
/external/fft2d/src/fft2d/fft2d/ |
D | shrtdct.c | 57 int j; in ddct8x8s() local 62 for (j = 0; j <= 7; j++) { in ddct8x8s() 63 x0r = a[0][j] + a[7][j]; in ddct8x8s() 64 x1r = a[0][j] - a[7][j]; in ddct8x8s() 65 x0i = a[2][j] + a[5][j]; in ddct8x8s() 66 x1i = a[2][j] - a[5][j]; in ddct8x8s() 67 x2r = a[4][j] + a[3][j]; in ddct8x8s() 68 x3r = a[4][j] - a[3][j]; in ddct8x8s() 69 x2i = a[6][j] + a[1][j]; in ddct8x8s() 70 x3i = a[6][j] - a[1][j]; in ddct8x8s() [all …]
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 64 unsigned j; in get_depth_stencil_values() local 69 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values() 70 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values() 71 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values() 72 data->bzzzz[j] = tile->data.depth16[y][x]; in get_depth_stencil_values() 76 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values() 77 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values() 78 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values() 79 data->bzzzz[j] = tile->data.depth32[y][x]; in get_depth_stencil_values() 84 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values() [all …]
|
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
D | push_back.pass.cpp | 28 for (int j = 0; static_cast<std::size_t>(j) < c.size(); ++j) in main() local 29 assert(c[j] == j); in main() 33 for (int j = 0; static_cast<std::size_t>(j) < c.size(); ++j) in main() local 34 assert(c[j] == j); in main() 38 for (int j = 0; static_cast<std::size_t>(j) < c.size(); ++j) in main() local 39 assert(c[j] == j); in main() 43 for (int j = 0; static_cast<std::size_t>(j) < c.size(); ++j) in main() local 44 assert(c[j] == j); in main() 48 for (int j = 0; static_cast<std::size_t>(j) < c.size(); ++j) in main() local 49 assert(c[j] == j); in main() [all …]
|
D | insert_iter_size_value.pass.cpp | 31 int j; in main() local 32 for (j = 0; j < 10; ++j) in main() 33 assert(v[j] == 0); in main() 34 for (; j < 15; ++j) in main() 35 assert(v[j] == 1); in main() 36 for (++j; j < 105; ++j) in main() 37 assert(v[j] == 0); in main() 47 std::size_t j; in main() local 48 for (j = 0; j < 10; ++j) in main() 49 assert(v[j] == 0); in main() [all …]
|
/external/llvm-project/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
D | push_back.pass.cpp | 28 for (int j = 0; static_cast<std::size_t>(j) < c.size(); ++j) in main() local 29 assert(c[j] == j); in main() 33 for (int j = 0; static_cast<std::size_t>(j) < c.size(); ++j) in main() local 34 assert(c[j] == j); in main() 38 for (int j = 0; static_cast<std::size_t>(j) < c.size(); ++j) in main() local 39 assert(c[j] == j); in main() 43 for (int j = 0; static_cast<std::size_t>(j) < c.size(); ++j) in main() local 44 assert(c[j] == j); in main() 48 for (int j = 0; static_cast<std::size_t>(j) < c.size(); ++j) in main() local 49 assert(c[j] == j); in main() [all …]
|
D | insert_iter_size_value.pass.cpp | 30 int j; in main() local 31 for (j = 0; j < 10; ++j) in main() 32 assert(v[j] == 0); in main() 33 for (; j < 15; ++j) in main() 34 assert(v[j] == 1); in main() 35 for (++j; j < 105; ++j) in main() 36 assert(v[j] == 0); in main() 46 std::size_t j; in main() local 47 for (j = 0; j < 10; ++j) in main() 48 assert(v[j] == 0); in main() [all …]
|
/external/minijail/ |
D | libminijail.c | 194 static void run_hooks_or_die(const struct minijail *j, 197 static void free_mounts_list(struct minijail *j) in free_mounts_list() argument 199 while (j->mounts_head) { in free_mounts_list() 200 struct mountpoint *m = j->mounts_head; in free_mounts_list() 201 j->mounts_head = j->mounts_head->next; in free_mounts_list() 209 j->mounts_tail = NULL; in free_mounts_list() 212 static void free_remounts_list(struct minijail *j) in free_remounts_list() argument 214 while (j->remounts_head) { in free_remounts_list() 215 struct minijail_remount *m = j->remounts_head; in free_remounts_list() 216 j->remounts_head = j->remounts_head->next; in free_remounts_list() [all …]
|