Home
last modified time | relevance | path

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

12

/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/valgrind/none/tests/x86/
Dpushpopseg.c7 unsigned long sp2; in main() local
21 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2) in main()
26 printf("sp change after push = %ld\n", sp2 - sp1); in main()
27 printf("sp change after pop = %ld\n", sp3 - sp2); in main()
37 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2) in main()
42 printf("sp change after push = %ld\n", sp2 - sp1); in main()
43 printf("sp change after pop = %ld\n", sp3 - sp2); in main()
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_mb_horiz_dspr2.c31 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in vpx_lpf_horizontal_16_dspr2() local
68 sp2 = sp3 + pitch; in vpx_lpf_horizontal_16_dspr2()
69 sp1 = sp2 + pitch; in vpx_lpf_horizontal_16_dspr2()
92 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
169 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0) in vpx_lpf_horizontal_16_dspr2()
212 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
242 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
291 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
332 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
381 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2()
[all …]
Dloopfilter_mb_dspr2.c31 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local
59 sp2 = sp3 + pitch; in vpx_lpf_horizontal_8_dspr2()
60 sp1 = sp2 + pitch; in vpx_lpf_horizontal_8_dspr2()
79 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
127 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
157 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
206 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
249 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
298 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2()
/external/opencv3/modules/cudaimgproc/src/
Dmssegmentation.cpp252 Vec2s sp2[4]; in meanShiftSegmentation() local
271 sp2[0] = spy[x + 1]; in meanShiftSegmentation()
272 sp2[1] = spyp[x]; in meanShiftSegmentation()
273 sp2[2] = spyp[x + 1]; in meanShiftSegmentation()
274 sp2[3] = spyp[x]; in meanShiftSegmentation()
279 dsp[0] = dist2(sp1, sp2[0]); in meanShiftSegmentation()
280 dsp[1] = dist2(sp1, sp2[1]); in meanShiftSegmentation()
281 dsp[2] = dist2(sp1, sp2[2]); in meanShiftSegmentation()
287 dsp[3] = dist2(sp1, sp2[3]); in meanShiftSegmentation()
300 sp2[0] = spmap.at<Vec2s>(y + 1, ncols - 1); in meanShiftSegmentation()
[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/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/bison/src/
Dtables.c388 base_number *sp2; in save_row() local
402 tos[s] = sp2 = xnmalloc (count, sizeof *sp2); in save_row()
411 *sp2++ = actrow[i]; in save_row()
491 base_number *sp2; in save_column() local
509 tos[symno] = sp2 = xnmalloc (count, sizeof *sp2); in save_column()
516 *sp2++ = to_state[i]; in save_column()
/external/libvncserver/libvncserver/
Drfbregion.c175 sraSpan *sp1, *sp2; in sraSpanListEqual() local
187 sp2 = s2->front._next; in sraSpanListEqual()
189 (sp2 != &(s2->back))) { in sraSpanListEqual()
190 if ((sp1->start != sp2->start) || in sraSpanListEqual()
191 (sp1->end != sp2->end) || in sraSpanListEqual()
192 (!sraSpanListEqual(sp1->subspan, sp2->subspan))) { in sraSpanListEqual()
196 sp2 = sp2->_next; in sraSpanListEqual()
199 if ((sp1 == &(s1->back)) && (sp2 == &(s2->back))) { in sraSpanListEqual()
/external/selinux/libselinux/src/
Dlabel_android_property.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/libselinux/src/
Dlabel_android_property.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/regex-re2/re2/testing/
Dregexp_benchmark.cc1032 StringPiece sp1, sp2, sp3; in Parse3PCRE() local
1033 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3PCRE()
1041 StringPiece sp1, sp2, sp3; in Parse3RE2() local
1042 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3RE2()
1099 StringPiece sp1, sp2, sp3; in Parse3CachedPCRE() local
1101 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedPCRE()
1108 StringPiece sp1, sp2, sp3; in Parse3CachedRE2() local
1110 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedRE2()
1249 StringPiece sp1, sp2; in SearchParse2CachedPCRE() local
1250 CHECK(PCRE::PartialMatch(text, re, &sp1, &sp2)); in SearchParse2CachedPCRE()
[all …]
/external/autotest/client/tests/kvm/
Dguest-os.cfg.sample1109 cdrom_cd1 = isos/windows/WindowsXP-sp2-vlk.iso
1117 cdrom_cd1 = isos/windows/WindowsXP-sp2-vlk.iso
1278 - sp2:
1279 image_name += -sp2-32
1287 floppy = images/winvista-sp2-32/answer.vfd
1289 image_name_supportvm = winvista-sp2-32-supportvm
1317 - sp2:
1318 image_name += -sp2-64
1326 floppy = images/winvista-sp2-64/answer.vfd
1328 image_name_supportvm = winvista-sp2-64-supportvm
[all …]
Dvirtio-win.cfg.sample132 sp2:
153 sp2:
175 sp2:
196 sp2:
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp217 SP2 sp2; in TestSP2() local
218 bool b = sp2.V(); in TestSP2()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs298 TimeSpan sp2 = DateTime.UtcNow - progressInfo.Time; in LzmaBenchmark()
299 UInt64 encodeTime = (UInt64)sp2.Ticks; in LzmaBenchmark()
/external/llvm/test/CodeGen/X86/
Dstatepoint-invoke.ll103 …%sp2 = invoke i32 (i64, i32, void (i64 addrspace(1)*)*, i32, i32, ...) @llvm.experimental.gc.state…
109 …ight = call coldcc i64 addrspace(1)* @llvm.experimental.gc.relocate.p1i64(i32 %sp2, i32 13, i32 13)
110 …%val3.relocated = call coldcc i64 addrspace(1)* @llvm.experimental.gc.relocate.p1i64(i32 %sp2, i32…
/external/llvm/test/CodeGen/Thumb2/
Dcrash.ll7 … @NEON_vst4q_u32(i32* nocapture %sp0, i32* nocapture %sp1, i32* nocapture %sp2, i32* nocapture %sp…
13 %4 = bitcast i32* %sp2 to <4 x i32>* ; <<4 x i32>*> [#uses=1]
/external/toybox/kconfig/lxdialog/
Dutil.c318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap() local
353 && (!(sp2 = index(sp, ' ')) in print_autowrap()
354 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap()
/external/icu/icu4c/source/test/intltest/
Dbytestrietest.cpp638 StringPiece sp2=builder_->buildStringPiece(buildOption, errorCode); in buildTrie() local
639 if(sp.data()==sp2.data()) { in buildTrie()
651 return new BytesTrie(sp2.data()); in buildTrie()
/external/opencv/cv/src/
Dcvcontourtree.cpp77 double s, sp1, sp2, sn1, sn2, s_c, sp1_c, sp2_c, sn1_c, sn2_c, h, hp1, hp2, hn1, hn2, in icvCreateContourTree() local
209 icvCalcTriAttr( contour, tp2, tp3, nmp3, tp1, nmp1, &sp2, &sp2_c, &hp2, in icvCreateContourTree()
346 sp2 = sp1; in icvCreateContourTree()
/external/autotest/client/tests/kvm/steps/
DWinXP-32.steps5 # QEMU command line: ../qemu-kvm -m 512 -cdrom /isos/windows/WindowsXP-sp2-vlk.iso -hda ./xp2.qcow2…
/external/llvm/test/CodeGen/ARM/
Dvector-DAGCombine.ll219 define <8 x i16> @t5(i8* nocapture %sp0, i8* nocapture %sp1, i8* nocapture %sp2) {
225 %pix_sp2.0.cast = bitcast i8* %sp2 to i32*

12