/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | ScannerTest.java | 32 Subroutine[] subs = scanner.scan(method.getMethodInfo2()); in testNestedFinally() local 34 verifySubroutine(subs, 31, 31, new int[]{125, 25}); in testNestedFinally() 35 verifySubroutine(subs, 32, 31, new int[]{125, 25}); in testNestedFinally() 36 verifySubroutine(subs, 33, 31, new int[]{125, 25}); in testNestedFinally() 37 verifySubroutine(subs, 60, 31, new int[]{125, 25}); in testNestedFinally() 38 verifySubroutine(subs, 61, 31, new int[]{125, 25}); in testNestedFinally() 39 verifySubroutine(subs, 63, 31, new int[]{125, 25}); in testNestedFinally() 40 verifySubroutine(subs, 66, 31, new int[]{125, 25}); in testNestedFinally() 41 verifySubroutine(subs, 69, 31, new int[]{125, 25}); in testNestedFinally() 42 verifySubroutine(subs, 71, 31, new int[]{125, 25}); in testNestedFinally() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | mnkytst.cpp | 84 UnicodeString subs, subt; in TestCollationKey() local 86 source.extract(MIN(s, slen), MAX(s, slen), subs); in TestCollationKey() 93 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 97 report( subs, subt, result, revResult); in TestCollationKey() 100 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 104 report( subs, subt, result, revResult); in TestCollationKey() 107 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 111 report(subs, subt, result, revResult); in TestCollationKey() 114 UnicodeString addOne(subs); in TestCollationKey() 117 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() [all …]
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | mnkytst.cpp | 84 UnicodeString subs, subt; in TestCollationKey() local 86 source.extract(MIN(s, slen), MAX(s, slen), subs); in TestCollationKey() 93 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 97 report( subs, subt, result, revResult); in TestCollationKey() 100 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 104 report( subs, subt, result, revResult); in TestCollationKey() 107 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 111 report(subs, subt, result, revResult); in TestCollationKey() 114 UnicodeString addOne(subs); in TestCollationKey() 117 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() [all …]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-arithmetic-encoding.s | 88 subs w3, w4, #1024 89 subs w3, w4, #1024, lsl #0 90 subs w3, w4, #1024, lsl #12 91 subs x3, x4, #1024 92 subs x3, x4, #1024, lsl #0 93 subs x3, x4, #1024, lsl #12 95 ; CHECK: subs w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x71] 96 ; CHECK: subs w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x71] 97 ; CHECK: subs w3, w4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0x71] 98 ; CHECK: subs x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0xf1] [all …]
|
/external/eigen/test/ |
D | bandmatrix.cpp | 22 Index subs = _m.subs(); in bandmatrix() local 24 MatrixType m(rows,cols,supers,subs); in bandmatrix() 36 for (int i=1; i<=m.subs();++i) in bandmatrix() 51 Index b = std::max<Index>(0,rows-d-subs); in bandmatrix() 54 dm1.block(subs+1,0,rows-subs-1-b,rows-subs-1-b).template triangularView<Lower>().setZero(); in bandmatrix() 55 if(b>0) dm1.block(d+subs,0,b,cols).setZero(); in bandmatrix() 71 Index subs = internal::random<Index>(0,rows-1); in test_bandmatrix() local 72 CALL_SUBTEST(bandmatrix(BandMatrix<float>(rows,cols,sups,subs)) ); in test_bandmatrix()
|
/external/elfutils/0.153/libebl/ |
D | eblwstrtab.c | 270 struct Ebl_WStrent *subs; in ebl_wstrtabadd() local 273 for (subs = (*sep)->next; subs != NULL; subs = subs->next) in ebl_wstrtabadd() 274 if (subs->len == newstr->len) in ebl_wstrtabadd() 281 return subs; in ebl_wstrtabadd() 322 struct Ebl_WStrent *subs; in copystrings() local 332 for (subs = nodep->next; subs != NULL; subs = subs->next) in copystrings() 334 assert (subs->len < nodep->len); in copystrings() 335 subs->offset = nodep->offset + nodep->len - subs->len; in copystrings() 336 assert (subs->offset != 0 || subs->string[0] == '\0'); in copystrings()
|
D | eblgstrtab.c | 276 struct Ebl_GStrent *subs; in ebl_gstrtabadd() local 279 for (subs = (*sep)->next; subs != NULL; subs = subs->next) in ebl_gstrtabadd() 280 if (subs->len == newstr->len) in ebl_gstrtabadd() 287 return subs; in ebl_gstrtabadd() 328 struct Ebl_GStrent *subs; in copystrings() local 338 for (subs = nodep->next; subs != NULL; subs = subs->next) in copystrings() 340 assert (subs->len < nodep->len); in copystrings() 341 subs->offset = nodep->offset + (nodep->len - subs->len) * nodep->width; in copystrings() 342 assert (subs->offset != 0 || subs->string[0] == '\0'); in copystrings()
|
D | eblstrtab.c | 265 for (struct Ebl_Strent *subs = (*sep)->next; subs != NULL; in ebl_strtabadd() local 266 subs = subs->next) in ebl_strtabadd() 267 if (subs->len == newstr->len) in ebl_strtabadd() 274 return subs; in ebl_strtabadd() 323 for (struct Ebl_Strent *subs = nodep->next; subs != NULL; subs = subs->next) in copystrings() local 325 assert (subs->len < nodep->len); in copystrings() 326 subs->offset = nodep->offset + nodep->len - subs->len; in copystrings() 327 assert (subs->offset != 0 || subs->string[0] == '\0'); in copystrings()
|
/external/pcre/dist/ |
D | perltest.pl | 168 @subs = (); 199 elsif (scalar(@subs) == 0) 208 while (scalar(@subs) != 0) 210 printf $outfile (" 0: %s\n", &pchars($subs[0])); 211 printf $outfile (" 0+ %s\n", &pchars($subs[17])) if $showrest; 215 if (defined $subs[$i]) 219 printf $outfile ("%2d: %s\n", $i, &pchars($subs[$i])); 223 splice(@subs, 0, 18);
|
/external/regex-re2/re2/ |
D | prefilter_tree.cc | 50 vector<Prefilter*>* subs = prefilter->subs(); in KeepPart() local 51 for (int i = 0; i < subs->size(); i++) in KeepPart() 52 if (KeepPart((*subs)[i], level + 1)) in KeepPart() 53 (*subs)[j++] = (*subs)[i]; in KeepPart() 55 delete (*subs)[i]; in KeepPart() 57 subs->resize(j); in KeepPart() 62 for (int i = 0; i < prefilter->subs()->size(); i++) in KeepPart() 63 if (!KeepPart((*prefilter->subs())[i], level + 1)) in KeepPart() 149 for (int i = 0; i < node->subs()->size() ; i++) { in NodeString() 152 s += Itoa((*node->subs())[i]->unique_id()); in NodeString() [all …]
|
D | simplify.cc | 43 Regexp** subs; in ComputeSimple() local 62 subs = sub(); in ComputeSimple() 64 if (!subs[i]->simple_) in ComputeSimple() 73 subs = sub(); in ComputeSimple() 74 return subs[0]->simple_; in ComputeSimple() 78 subs = sub(); in ComputeSimple() 79 if (!subs[0]->simple_) in ComputeSimple() 81 switch (subs[0]->op_) { in ComputeSimple() 201 Regexp** subs = re->sub(); in PostVisit() local 203 Regexp* sub = subs[i]; in PostVisit() [all …]
|
/external/chromium_org/third_party/re2/re2/ |
D | prefilter_tree.cc | 55 vector<Prefilter*>* subs = prefilter->subs(); in KeepPart() local 56 for (int i = 0; i < subs->size(); i++) in KeepPart() 57 if (KeepPart((*subs)[i], level + 1)) in KeepPart() 58 (*subs)[j++] = (*subs)[i]; in KeepPart() 60 delete (*subs)[i]; in KeepPart() 62 subs->resize(j); in KeepPart() 67 for (int i = 0; i < prefilter->subs()->size(); i++) in KeepPart() 68 if (!KeepPart((*prefilter->subs())[i], level + 1)) in KeepPart() 156 for (int i = 0; i < node->subs()->size() ; i++) { in NodeString() 159 s += Itoa((*node->subs())[i]->unique_id()); in NodeString() [all …]
|
D | simplify.cc | 43 Regexp** subs; in ComputeSimple() local 62 subs = sub(); in ComputeSimple() 64 if (!subs[i]->simple_) in ComputeSimple() 73 subs = sub(); in ComputeSimple() 74 return subs[0]->simple_; in ComputeSimple() 78 subs = sub(); in ComputeSimple() 79 if (!subs[0]->simple_) in ComputeSimple() 81 switch (subs[0]->op_) { in ComputeSimple() 201 Regexp** subs = re->sub(); in PostVisit() local 203 Regexp* sub = subs[i]; in PostVisit() [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_inter_pred_chroma_copy.s | 124 subs r4,r12,#0 @checks wd == 0 136 subs r4,r4,#4 @(wd -4) 144 subs r7,r7,#4 @ht - 4 156 subs r4,r12,#0 @checks wd == 0 167 subs r4,r4,#4 @(wd -4) 178 subs r4,r12,#0 @checks wd 188 subs r4,r4,#8 @wd - 8(loop condition) 196 subs r7,r7,#4 @ht -= 4 205 subs r4,r12,#0 @checks wd 215 @subs r4,r4,#8 @wd - 8(loop condition) [all …]
|
D | ihevc_inter_pred_luma_copy.s | 97 subs r4,r12,#0 @checks wd == 0 109 subs r4,r4,#4 @(wd -4) 118 subs r7,r7,#4 @ht - 4 131 subs r4,r12,#0 @checks wd 141 subs r4,r4,#8 @wd - 8(loop condition) 149 subs r7,r7,#4 @ht -= 4 160 subs r4,r12,#0 @checks wd 170 subs r4,r4,#16 @wd - 8(loop condition) 178 subs r7,r7,#4 @ht -= 4
|
/external/libhevc/common/arm64/ |
D | ihevc_inter_pred_luma_copy.s | 97 subs x8,x16,#0 //checks wd == 0 109 subs x8,x8,#4 //(wd -4) 118 subs x11,x11,#4 //ht - 4 135 subs x8,x16,#0 //checks wd 145 subs x8,x8,#8 //wd - 8(loop condition) 153 subs x11,x11,#4 //ht -= 4 168 subs x8,x16,#0 //checks wd 178 subs x8,x8,#16 //wd - 8(loop condition) 186 subs x11,x11,#4 //ht -= 4
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-sub3.ll | 6 ; CHECK: subs r0, #171 15 ; CHECK: subs.w r0, r0, #1179666 24 ; CHECK: subs.w r0, r0, #872428544 33 ; CHECK: subs.w r0, r0, #1448498774 42 ; CHECK: subs.w r0, r0, #66846720 51 ; CHECK: subs r0, #2
|
D | thumb2-sbc.ll | 5 ; CHECK: subs r0, r0, r2 13 ; CHECK: subs r0, #2 22 ; CHECK: subs r0, #2 31 ; CHECK: subs r0, #2 40 ; CHECK: subs r0, #2 49 ; CHECK: subs r0, #2
|
/external/skia/src/opts/ |
D | memset16_neon.S | 40 subs r2, r2, #2 96 subs r12, r12, #1 104 subs r12, r12, #1 113 subs r12, r12, #1 127 subs r2, r2, #8 132 subs r2, r2, #4
|
/external/chromium_org/third_party/skia/src/opts/ |
D | memset16_neon.S | 41 subs r2, r2, #2 97 subs r12, r12, #1 105 subs r12, r12, #1 114 subs r12, r12, #1 128 subs r2, r2, #8 133 subs r2, r2, #4
|
/external/llvm/test/CodeGen/ARM/ |
D | sub.ll | 7 ; CHECK-LE: subs r0, r0, #171 9 ; CHECK-BE: subs r1, r1, #171 18 ; CHECK-LE: subs r0, r0, #66846720 20 ; CHECK-BE: subs r1, r1, #66846720 29 ; CHECK-LE: subs r0, r0, #2 31 ; CHECK-BE: subs r1, r1, #2
|
/external/eigen/Eigen/src/Core/ |
D | BandMatrix.h | 57 inline Index subs() const { return derived().subs(); } in subs() function 78 else if (i>=rows()-subs()) in col() 79 len = std::max<Index>(0,coeffs().rows() - (i + 1 - rows() + subs())); in col() 123 eigen_assert((i<0 && -i<=subs()) || (i>=0 && i<=supers())); in diagonal() 130 eigen_assert((i<0 && -i<=subs()) || (i>=0 && i<=supers())); in diagonal() 141 for (Index i=1; i<=subs();++i) in evalTo() 207 inline BandMatrix(Index rows=Rows, Index cols=Cols, Index supers=Supers, Index subs=Subs) 208 : m_coeffs(1+supers+subs,cols), 209 m_rows(rows), m_supers(supers), m_subs(subs) 223 inline Index subs() const { return m_subs.value(); } [all …]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-arithmetic.txt | 78 # CHECK: subs w3, w4, #1024 79 # CHECK: subs w3, w4, #1024, lsl #12 80 # CHECK: subs x3, x4, #1024 81 # CHECK: subs x3, x4, #1024, lsl #12 151 # CHECK: subs w12, w13, w14 152 # CHECK: subs x12, x13, x14 153 # CHECK: subs w12, w13, w14, lsl #12 154 # CHECK: subs x12, x13, x14, lsl #12 155 # CHECK: subs w12, w13, w14, lsr #10 156 # CHECK: subs x12, x13, x14, lsr #10 [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-select.ll | 7 ; CHECK: subs w0, w0, #0 18 ; CHECK: subs w0, w0, #0 29 ; CHECK: subs w0, w0, #0 39 ; CHECK: subs w0, w0, #0 49 ; CHECK: subs w0, w0, #0 59 ; CHECK: subs w0, w0, #0
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
D | profiler.js | 224 if ('subs' in category && category.subs.length) { 225 child.subs = category.subs; 240 if ('subs' in category && category.subs.length) { 241 retVal.model.subs = category.subs; 268 if ('subs' in category && category.subs.length) { 269 retVal.model.subs = category.subs;
|