HomeSort by relevance Sort by last modified time
    Searched defs:subs (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
addsw-bad.s 5 subs r4, r6, #0x496 label
sp-pc-usage-t.s 58 subs sp, #0 label
60 subs r0, sp, #0 label
93 subs r0, sp , #0 label
97 subs sp, sp , #0 label
103 subs sp, #0 label
105 subs r0, sp, r0, lsl #1 label
108 subs sp, sp, r0, lsl #1 label
115 subs r0, pc, #4 label
thumb1_unified.s 8 subs r1, r2, #3 label
10 subs r4, r4, #0x83 label
  /external/eigen/test/
bandmatrix.cpp 21 Index subs = _m.subs(); local
23 MatrixType m(rows,cols,supers,subs);
35 for (int i=1; i<=m.subs();++i)
50 Index b = std::max<Index>(0,rows-d-subs);
53 dm1.block(subs+1,0,rows-subs-1-b,rows-subs-1-b).template triangularView<Lower>().setZero();
54 if(b>0) dm1.block(d+subs,0,b,cols).setZero();
68 Index subs = internal::random<Index>(0,rows-1) local
    [all...]
  /system/extras/simpleperf/
cmd_stat_test.cpp 142 std::string subs = "statistics:"; local
143 while((pos = s.find(subs, pos)) != s.npos) {
144 pos += subs.size();
  /external/llvm/test/MC/AArch64/
arm64-diags.s 299 subs w9, w10, sym@PAGEOFF label
300 subs x20, x30, sym@PAGEOFF label
302 ; CHECK-ERRORS: subs w9, w10, sym@PAGEOFF
305 ; CHECK-ERRORS: subs x20, x30, sym@PAGEOFF
  /external/regex-re2/re2/
prefilter.h 27 AND, // All in subs() must match
28 OR, // One of subs() must match
40 vector<Prefilter*>* subs() { function in class:re2::Prefilter
45 // Set the children vector. Prefilter takes ownership of subs and
47 void set_subs(vector<Prefilter*>* subs) { subs_ = subs; }
simplify.cc 43 Regexp** subs; local
62 subs = sub();
64 if (!subs[i]->simple_)
73 subs = sub();
74 return subs[0]->simple_;
78 subs = sub();
79 if (!subs[0]->simple_)
81 switch (subs[0]->op_) {
201 Regexp** subs = re->sub(); local
203 Regexp* sub = subs[i]
301 Regexp** subs = re->sub(); local
    [all...]
prefilter_tree.cc 50 vector<Prefilter*>* subs = prefilter->subs(); local
51 for (int i = 0; i < subs->size(); i++)
52 if (KeepPart((*subs)[i], level + 1))
53 (*subs)[j++] = (*subs)[i];
55 delete (*subs)[i];
57 subs->resize(j);
62 for (int i = 0; i < prefilter->subs()->size(); i++)
63 if (!KeepPart((*prefilter->subs())[i], level + 1)
182 const vector<Prefilter*>& subs = *f->subs(); local
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 32 Subroutine[] subs = scanner.scan(method.getMethodInfo2()); local
34 verifySubroutine(subs, 31, 31, new int[]{125, 25});
35 verifySubroutine(subs, 32, 31, new int[]{125, 25});
36 verifySubroutine(subs, 33, 31, new int[]{125, 25});
37 verifySubroutine(subs, 60, 31, new int[]{125, 25});
38 verifySubroutine(subs, 61, 31, new int[]{125, 25});
39 verifySubroutine(subs, 63, 31, new int[]{125, 25});
40 verifySubroutine(subs, 66, 31, new int[]{125, 25});
41 verifySubroutine(subs, 69, 31, new int[]{125, 25});
42 verifySubroutine(subs, 71, 31, new int[]{125, 25})
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
EmergencyCryptkeeperText.java 104 List<SubscriptionInfo> subs = mKeyguardUpdateMonitor.getSubscriptionInfo(false); local
105 final int N = subs.size();
107 int subId = subs.get(i).getSubscriptionId();
109 CharSequence carrierName = subs.get(i).getCarrierName();
122 displayText = subs.get(0).getCarrierName();
  /external/boringssl/src/crypto/curve25519/asm/
x25519-asm-arm.S 1561 subs r5,r2,#1 label
1806 subs r5,r5,#1 label
    [all...]
  /external/elfutils/libebl/
eblwstrtab.c 249 struct Ebl_WStrent *subs; local
252 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
253 if (subs->len == newstr->len)
260 return subs;
301 struct Ebl_WStrent *subs; local
311 for (subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
eblgstrtab.c 255 struct Ebl_GStrent *subs; local
258 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
259 if (subs->len == newstr->len)
266 return subs;
307 struct Ebl_GStrent *subs; local
317 for (subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
  /external/icu/icu4c/source/test/intltest/
mnkytst.cpp 86 UnicodeString subs, subt; local
88 source.extract(MIN(s, slen), MAX(s, slen), subs); local
95 myCollator->getCollationKey(subs, collationKey1, status1);
99 report( subs, subt, result, revResult);
102 myCollator->getCollationKey(subs, collationKey1, status1);
106 report( subs, subt, result, revResult);
109 myCollator->getCollationKey(subs, collationKey1, status1);
113 report(subs, subt, result, revResult);
116 UnicodeString addOne(subs);
119 myCollator->getCollationKey(subs, collationKey1, status1)
161 UnicodeString subs, subt; local
163 source.extract(MIN(s, slen), MAX(s, slen), subs); local
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormatParseInfoTree.java 80 Map<FieldDescriptor, List<TextFormatParseInfoTree>> subs = local
87 subs.put(kv.getKey(), Collections.unmodifiableList(submessagesOfField));
89 this.subtreesFromField = Collections.unmodifiableMap(subs);
  /external/selinux/libselinux/src/
label_internal.h 120 struct selabel_sub *subs; member in struct:selabel_handle
  /packages/services/Mms/src/com/android/mms/service/
MmsConfigManager.java 149 List<SubscriptionInfo> subs = mSubscriptionManager.getActiveSubscriptionInfoList(); local
150 if (subs == null || subs.size() < 1) {
159 for (SubscriptionInfo sub : subs) {
  /external/eigen/Eigen/src/Core/
BandMatrix.h 30 Subs = internal::traits<Derived>::Subs,
41 DataRowsAtCompileTime = ((Supers!=Dynamic) && (Subs!=Dynamic))
42 ? 1 + Supers + Subs
57 inline Index subs() const { return derived().subs(); } function in class:Eigen::internal::BandMatrixBase
78 else if (i>=rows()-subs())
79 len = std::max<Index>(0,coeffs().rows() - (i + 1 - rows() + subs()));
93 ReturnOpposite = (Options&SelfAdjoint) && (((Index)>0 && Supers==0) || ((Index)<0 && Subs==0)),
123 eigen_assert((i<0 && -i<=subs()) || (i>=0 && i<=supers()))
223 inline Index subs() const { return m_subs.value(); } function in class:Eigen::internal::BandMatrix
287 inline Index subs() const { return m_subs.value(); } function in class:Eigen::internal::BandMatrixWrapper
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationFrozenMonkeyTest.java 73 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
78 collationKey1 = myTertiaryCollator.getCollationKey(subs);
82 report( subs, subt, result, revResult);
84 collationKey1 = mySecondaryCollator.getCollationKey(subs);
88 report( subs, subt, result, revResult);
90 collationKey1 = myPrimaryCollator.getCollationKey(subs);
94 report(subs, subt, result, revResult);
97 String addOne = subs + String.valueOf(0xE000);
99 collationKey1 = myPrimaryCollator.getCollationKey(subs);
104 msg += subs;
164 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
    [all...]
CollationMonkeyTest.java 58 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
64 collationKey1 = myCollator.getCollationKey(subs);
68 report( subs, subt, result, revResult);
71 collationKey1 = myCollator.getCollationKey(subs);
75 report( subs, subt, result, revResult);
78 collationKey1 = myCollator.getCollationKey(subs);
82 report(subs, subt, result, revResult);
85 String addOne = subs + String.valueOf(0xE000);
87 collationKey1 = myCollator.getCollationKey(subs);
92 msg += subs;
136 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFrozenMonkeyTest.java 72 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
77 collationKey1 = myTertiaryCollator.getCollationKey(subs);
81 report( subs, subt, result, revResult);
83 collationKey1 = mySecondaryCollator.getCollationKey(subs);
87 report( subs, subt, result, revResult);
89 collationKey1 = myPrimaryCollator.getCollationKey(subs);
93 report(subs, subt, result, revResult);
96 String addOne = subs + String.valueOf(0xE000);
98 collationKey1 = myPrimaryCollator.getCollationKey(subs);
103 msg += subs;
163 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
    [all...]
CollationMonkeyTest.java 57 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
63 collationKey1 = myCollator.getCollationKey(subs);
67 report( subs, subt, result, revResult);
70 collationKey1 = myCollator.getCollationKey(subs);
74 report( subs, subt, result, revResult);
77 collationKey1 = myCollator.getCollationKey(subs);
81 report(subs, subt, result, revResult);
84 String addOne = subs + String.valueOf(0xE000);
86 collationKey1 = myCollator.getCollationKey(subs);
91 msg += subs;
135 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
    [all...]
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 54 SubMap const& subs = GetSubstitutions(); local
56 for (auto const& KV : subs) {
170 auto& subs = internal::GetSubstitutions(); local
174 for (auto& EKV : subs) {
181 if (!exists) subs.push_back(std::move(KV));
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
QuicktimeTextTrackImpl.java 43 List<Line> subs = new LinkedList<Line>(); field in class:QuicktimeTextTrackImpl
46 return subs;
67 for (Line sub : subs) {
96 for (Line sub : subs) {

Completed in 890 milliseconds

1 2 3 4