Home
last modified time | relevance | path

Searched refs:sp2 (Results 1 – 25 of 53) sorted by relevance

123

/external/testng/src/main/java/org/testng/internal/
DYaml.java124 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/
Dloopfilter_mb_horiz_dspr2.c28 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 …]
Dloopfilter_mb_dspr2.c28 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/
Dtransaction.rs644 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/
Dtest-policy.c228 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/
Dsrotmg.c37 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/
Dspan_unittest.cpp91 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/
Dsunrpc_string.cc29 char *sp2 = s2; in main() local
30 res = xdr_string(&xdrs, &sp2, sizeof(s2)); in main()
Dsunrpc_bytes.cc30 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/
Dfip-secure-partitions.puml87 sp2.pkg
113 sp2.pkg (signed)
136 sp2.pkg (signed & Platform owned)
Dspm_dfd.puml66 sp2 [label="SP2" fillcolor="#ddffb3" height=1]
74 sp1 -> sp2 [dir="both" label="DF4"]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
D5-1.c163 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/
Dsyncobj_tests.c227 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/
Dtcp_server_posix.cc276 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/
Downer_less.pass.cpp110 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/
Dtcp_server_posix.cc293 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/
Downer_less.pass.cpp115 std::shared_ptr<void> sp2; in main() local
120 assert(!cmp(sp1, sp2)); in main()
/external/selinux/libselinux/src/
Dlabel_backends_android.c34 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/
Dsparse_cross_op_test.py63 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/
Diterator_len.verify.cpp31 …std::span<int, 2> sp2 = {0, 0}; // expected-error {{no matching constructor for initialization of … in f() local
/external/libcxx/benchmarks/
Dutil_smartptr.bench.cpp26 std::shared_ptr<int> sp2(sp); in BM_SharedPtrIncDecRef() local
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/
Dutil_smartptr.bench.cpp25 std::shared_ptr<int> sp2(sp); in BM_SharedPtrIncDecRef() local
/external/tensorflow/tensorflow/core/kernels/
Dconv_2d_gpu.h184 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/
Dregexp_benchmark.cc1101 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/
Dixheaacd_mps_res_block.c83 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()

123