/external/testng/src/main/java/org/testng/internal/ |
D | Yaml.java | 124 String sp2 = sp + " "; in toYaml() local 127 maybeAdd(result, sp2, "junit", t.isJUnit(), XmlSuite.DEFAULT_JUNIT); in toYaml() 128 maybeAdd(result, sp2, "verbose", t.getVerbose(), XmlSuite.DEFAULT_VERBOSE); in toYaml() 129 maybeAdd(result, sp2, "timeOut", t.getTimeOut(), null); in toYaml() 130 maybeAdd(result, sp2, "parallel", t.getParallel(), XmlSuite.DEFAULT_PARALLEL); in toYaml() 131 maybeAdd(result, sp2, "skipFailedInvocationCounts", t.skipFailedInvocationCounts(), in toYaml() 134 maybeAdd(result, "preserveOrder", sp2, t.getPreserveOrder(), XmlSuite.DEFAULT_PRESERVE_ORDER); in toYaml() 136 toYaml(result, "parameters", sp2, t.getTestParameters()); in toYaml() 139 result.append(sp2).append("includedGroups: [ ") in toYaml() 145 result.append(sp2).append("excludedGroups: [ ") in toYaml() [all …]
|
/external/libvpx/vpx_dsp/mips/ |
D | loopfilter_mb_horiz_dspr2.c | 28 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in mb_lpf_horizontal_edge() local 64 sp2 = sp3 + pitch; in mb_lpf_horizontal_edge() 65 sp1 = sp2 + pitch; in mb_lpf_horizontal_edge() 88 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), in mb_lpf_horizontal_edge() 156 [sp5] "r"(sp5), [sp4] "r"(sp4), [sp3] "r"(sp3), [sp2] "r"(sp2), in mb_lpf_horizontal_edge() 195 [q1] "r"(q1), [q2] "r"(q2), [sp2] "r"(sp2), [sp1] "r"(sp1), in mb_lpf_horizontal_edge() 221 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in mb_lpf_horizontal_edge() 266 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in mb_lpf_horizontal_edge() 303 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in mb_lpf_horizontal_edge() 348 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in mb_lpf_horizontal_edge() [all …]
|
D | loopfilter_mb_dspr2.c | 28 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local 55 sp2 = sp3 + pitch; in vpx_lpf_horizontal_8_dspr2() 56 sp1 = sp2 + pitch; in vpx_lpf_horizontal_8_dspr2() 75 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), in vpx_lpf_horizontal_8_dspr2() 115 [q1] "r"(q1), [q2] "r"(q2), [sp2] "r"(sp2), [sp1] "r"(sp1), in vpx_lpf_horizontal_8_dspr2() 141 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in vpx_lpf_horizontal_8_dspr2() 186 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in vpx_lpf_horizontal_8_dspr2() 224 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in vpx_lpf_horizontal_8_dspr2() 269 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in vpx_lpf_horizontal_8_dspr2()
|
/external/rust/crates/rusqlite/src/ |
D | transaction.rs | 644 let mut sp2 = sp1.savepoint()?; in test_savepoint() localVariable 645 sp2.execute_batch("INSERT INTO foo VALUES(4)")?; in test_savepoint() 646 assert_current_sum(7, &sp2)?; in test_savepoint() 649 let sp3 = sp2.savepoint()?; in test_savepoint() 655 assert_current_sum(15, &sp2)?; in test_savepoint() 676 let mut sp2 = sp1.savepoint()?; in test_ignore_drop_behavior() localVariable 677 sp2.set_drop_behavior(DropBehavior::Ignore); in test_ignore_drop_behavior() 678 insert(4, &sp2)?; in test_ignore_drop_behavior() 696 let mut sp2 = sp1.savepoint_with_name("my_sp")?; in test_savepoint_names() localVariable 697 sp2.set_drop_behavior(DropBehavior::Commit); in test_savepoint_names() [all …]
|
/external/ipsec-tools/src/libipsec/ |
D | test-policy.c | 228 char *sp1, *sp2; in test2() local 239 sp2 = ipsec_set_policy(pol2, strlen(pol2)); in test2() 240 splen2 = ipsec_get_policylen(sp2); in test2() 262 255, sp2, splen2, 0) < 0) in test2() 281 255, sp2, splen2, 0) < 0) in test2() 303 255, 0, 10, sp2, splen2, 0) < 0) in test2() 311 255, sp2, splen2, 0) == 0) { in test2()
|
/external/eigen/blas/f2c/ |
D | srotmg.c | 37 real su, sp1, sp2, sq1, sq2, sh11, sh12, sh21, sh22; in srotmg_() local 111 sp2 = *sd2 * *sy1; in srotmg_() 112 if (! (sp2 == zero)) { in srotmg_() 120 sq2 = sp2 * *sy1; in srotmg_() 127 sh12 = sp2 / sp1; in srotmg_() 151 sh11 = sp1 / sp2; in srotmg_()
|
/external/angle/src/compiler/translator/ |
D | span_unittest.cpp | 91 Span sp2(sp); in TEST() local 94 ASSERT_EQ(sp, sp2); in TEST() 95 ASSERT_EQ(sp2.data(), kSpanData); in TEST() 96 ASSERT_EQ(sp2.size(), kSpanDataSize); in TEST() 97 ASSERT_FALSE(sp2.empty()); in TEST()
|
/external/compiler-rt/test/msan/Linux/ |
D | sunrpc_string.cc | 29 char *sp2 = s2; in main() local 30 res = xdr_string(&xdrs, &sp2, sizeof(s2)); in main()
|
D | sunrpc_bytes.cc | 30 char *sp2 = s2; in main() local 32 res = xdr_bytes(&xdrs, &sp2, &sz2, sizeof(s2)); in main()
|
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/ |
D | fip-secure-partitions.puml | 87 sp2.pkg 113 sp2.pkg (signed) 136 sp2.pkg (signed & Platform owned)
|
D | spm_dfd.puml | 66 sp2 [label="SP2" fillcolor="#ddffb3" height=1] 74 sp1 -> sp2 [dir="both" label="DF4"]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
D | 5-1.c | 163 struct sched_param sp1, sp2; in test() local 168 sp2.sched_priority = sched_get_priority_min(SCHED_RR); in test() 186 ret = pthread_setschedparam(*(pthread_t *) arg, pol2, &sp2); in test()
|
/external/libdrm/tests/amdgpu/ |
D | syncobj_tests.c | 227 struct syncobj_point sp1, sp2, sp3; in amdgpu_syncobj_timeline_test() local 246 sp2.syncobj_handle = syncobj_handle; in amdgpu_syncobj_timeline_test() 247 sp2.point = 10; in amdgpu_syncobj_timeline_test() 248 r = pthread_create(&signal_thread, NULL, syncobj_signal, &sp2); in amdgpu_syncobj_timeline_test()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_server_posix.cc | 276 grpc_tcp_listener* sp2 = nullptr; in add_wildcard_addrs_to_server() local 299 &dsmode, &sp2)) == GRPC_ERROR_NONE) { in add_wildcard_addrs_to_server() 300 *out_port = sp2->port; in add_wildcard_addrs_to_server() 302 sp2->is_sibling = 1; in add_wildcard_addrs_to_server() 303 sp->sibling = sp2; in add_wildcard_addrs_to_server()
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/ |
D | owner_less.pass.cpp | 110 std::shared_ptr<void> sp2; in main() local 115 assert(!cmp(sp1, sp2)); in main()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_server_posix.cc | 293 grpc_tcp_listener* sp2 = nullptr; in add_wildcard_addrs_to_server() local 316 &dsmode, &sp2)) == GRPC_ERROR_NONE) { in add_wildcard_addrs_to_server() 317 *out_port = sp2->port; in add_wildcard_addrs_to_server() 319 sp2->is_sibling = 1; in add_wildcard_addrs_to_server() 320 sp->sibling = sp2; in add_wildcard_addrs_to_server()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/ |
D | owner_less.pass.cpp | 115 std::shared_ptr<void> sp2; in main() local 120 assert(!cmp(sp1, sp2)); in main()
|
/external/selinux/libselinux/src/ |
D | label_backends_android.c | 34 const struct spec *sp1 = A, *sp2 = B; in cmp() local 38 if (strncmp(sp2->property_key, "*", 1) == 0) in cmp() 42 size_t L2 = strlen(sp2->property_key); in cmp()
|
/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/ |
D | sparse_cross_op_test.py | 63 def _assert_sparse_tensor_equals(self, sp1, sp2): argument 64 self.assertAllEqual(sp1.indices, sp2.indices) 65 self.assertAllEqual(sp1.values, sp2.values) 66 self.assertAllEqual(sp1.dense_shape, sp2.dense_shape) 422 def _assert_sparse_tensor_equals(self, sp1, sp2): argument 423 self.assertAllEqual(sp1.indices, sp2.indices) 424 self.assertAllEqual(sp1.values, sp2.values) 425 self.assertAllEqual(sp1.dense_shape, sp2.dense_shape)
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/views/views.span/span.cons/ |
D | iterator_len.verify.cpp | 31 …std::span<int, 2> sp2 = {0, 0}; // expected-error {{no matching constructor for initialization of … in f() local
|
/external/libcxx/benchmarks/ |
D | util_smartptr.bench.cpp | 26 std::shared_ptr<int> sp2(sp); in BM_SharedPtrIncDecRef() local
|
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/ |
D | util_smartptr.bench.cpp | 25 std::shared_ptr<int> sp2(sp); in BM_SharedPtrIncDecRef() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_2d_gpu.h | 184 template <typename T, int sp0, int sp1, int sp2, bool conjugate = false> 192 output_dims[sp2] = input_dims[2]; 204 input_tensor_index[2] = output_tensor_index[sp2]; 215 template <typename T, int sp0, int sp1, int sp2, bool conjugate = false> 223 output_dims[sp2] = input_dims[2]; 240 input_tensor_index[2] = output_tensor_index[sp2]; 255 input_tensor_index[2] = output_tensor_index[sp2];
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | regexp_benchmark.cc | 1101 StringPiece sp1, sp2, sp3; in Parse3PCRE() local 1102 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3PCRE() 1111 StringPiece sp1, sp2, sp3; in Parse3RE2() local 1112 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3RE2() 1179 StringPiece sp1, sp2, sp3; in Parse3CachedPCRE() local 1181 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedPCRE() 1189 StringPiece sp1, sp2, sp3; in Parse3CachedRE2() local 1191 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedRE2() 1347 StringPiece sp1, sp2; in SearchParse2CachedPCRE() local 1348 CHECK(PCRE::PartialMatch(text, re, &sp1, &sp2)); in SearchParse2CachedPCRE() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_res_block.c | 83 WORD32 sp1, sp2; in ixheaacd_res_c_block_decode_huff_word1() local 134 sp2 = out2; in ixheaacd_res_c_block_decode_huff_word1() 199 if (sp2 == 16) { in ixheaacd_res_c_block_decode_huff_word1() 268 WORD32 sp1, sp2; in ixheaacd_res_c_block_decode_huff_word1_lb() local 325 sp2 = out2; in ixheaacd_res_c_block_decode_huff_word1_lb() 381 if (sp2 == 16) { in ixheaacd_res_c_block_decode_huff_word1_lb()
|