Home
last modified time | relevance | path

Searched refs:BM (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/external/pcre/dist/testdata/
Dtestinput117 /((?i)b)/BM
9 /(?s)(.*X|^B)/BM
11 /(?s:.*X|^B)/BM
13 /^[[:alnum:]]/BM
19 /x?+/BM
21 /x++/BM
23 /x{1,3}+/BM
25 /(x)*+/BM
27 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/BM
29 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|BM
[all …]
Dtestoutput11-327 /((?i)b)/BM
18 /(?s)(.*X|^B)/BM
33 /(?s:.*X|^B)/BM
48 /^[[:alnum:]]/BM
84 /x?+/BM
93 /x++/BM
102 /x{1,3}+/BM
112 /(x)*+/BM
124 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/BM
147 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|BM
[all …]
Dtestoutput11-167 /((?i)b)/BM
18 /(?s)(.*X|^B)/BM
33 /(?s:.*X|^B)/BM
48 /^[[:alnum:]]/BM
84 /x?+/BM
93 /x++/BM
102 /x{1,3}+/BM
112 /(x)*+/BM
124 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/BM
147 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|BM
[all …]
Dtestoutput11-87 /((?i)b)/BM
18 /(?s)(.*X|^B)/BM
33 /(?s:.*X|^B)/BM
48 /^[[:alnum:]]/BM
84 /x?+/BM
93 /x++/BM
102 /x{1,3}+/BM
112 /(x)*+/BM
124 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/BM
147 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|BM
[all …]
/external/valgrind/main/drd/tests/
Dunit_bitmap.stderr.exp1 Start of DRD BM unit test.
2 End of DRD BM unit test.
/external/icu/icu4c/source/data/region/
Dig.txt15 BM{"Bemuda"}
Dnus.txt36 BM{"Be̱rmudaa"}
Dchr.txt44 BM{"ᏆᏊᏓ"}
Dshi.txt38 BM{"ⴱⵔⵎⵓⴷⴰ"}
Dvai.txt38 BM{"ꗩꖷꕜ"}
Dzgh.txt37 BM{"ⴱⵔⵎⵓⴷⴰ"}
Ddyo.txt36 BM{"Bermud"}
Dja.txt72 BM{"バミューダ"}
Dgu.txt72 BM{"બર્મુડા"}
Ddz.txt71 BM{"བར་མུ་ཌ"}
/external/chromium_org/third_party/icu/source/data/region/
Dig.txt15 BM{"Bemuda"}
Dnus.txt36 BM{"Be̱rmudaa"}
Dchr.txt40 BM{"ᏆᏊᏓ"}
Dvai.txt38 BM{"ꗩꖷꕜ"}
Dshi.txt38 BM{"ⴱⵔⵎⵓⴷⴰ"}
Dzgh.txt37 BM{"ⴱⵔⵎⵓⴷⴰ"}
Ddyo.txt36 BM{"Bermud"}
Dhy.txt42 BM{"Բերմուդյան կղզիներ"}
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp459 const MDNode *BM = LocB.TBAATag; in alias() local
460 if (!BM) return AliasAnalysis::alias(LocA, LocB); in alias()
463 if (Aliases(AM, BM)) in alias()
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk in sparselu_gemm() enumerator
58 for(Index ib=i0; ib<m; ib+=BM) in sparselu_gemm()
60 Index actual_b = std::min<Index>(BM, m-ib); // actual number of rows in sparselu_gemm()

12345678910>>...16