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

1 2 3 4

  /toolchain/binutils/binutils-2.27/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 143 std::string subs = "statistics:"; local
144 while((pos = s.find(subs, pos)) != s.npos) {
145 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/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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
OperatorNameView.java 138 List<SubscriptionInfo> subs = mKeyguardUpdateMonitor.getSubscriptionInfo(false); local
139 final int N = subs.size();
141 int subId = subs.get(i).getSubscriptionId();
143 CharSequence carrierName = subs.get(i).getCarrierName();
  /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 78 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
83 collationKey1 = myTertiaryCollator.getCollationKey(subs);
87 report( subs, subt, result, revResult);
89 collationKey1 = mySecondaryCollator.getCollationKey(subs);
93 report( subs, subt, result, revResult);
95 collationKey1 = myPrimaryCollator.getCollationKey(subs);
99 report(subs, subt, result, revResult);
102 String addOne = subs + String.valueOf(0xE000);
104 collationKey1 = myPrimaryCollator.getCollationKey(subs);
109 msg += subs;
169 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
    [all...]
CollationMonkeyTest.java 63 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
69 collationKey1 = myCollator.getCollationKey(subs);
73 report( subs, subt, result, revResult);
76 collationKey1 = myCollator.getCollationKey(subs);
80 report( subs, subt, result, revResult);
83 collationKey1 = myCollator.getCollationKey(subs);
87 report(subs, subt, result, revResult);
90 String addOne = subs + String.valueOf(0xE000);
92 collationKey1 = myCollator.getCollationKey(subs);
97 msg += subs;
141 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 75 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
80 collationKey1 = myTertiaryCollator.getCollationKey(subs);
84 report( subs, subt, result, revResult);
86 collationKey1 = mySecondaryCollator.getCollationKey(subs);
90 report( subs, subt, result, revResult);
92 collationKey1 = myPrimaryCollator.getCollationKey(subs);
96 report(subs, subt, result, revResult);
99 String addOne = subs + String.valueOf(0xE000);
101 collationKey1 = myPrimaryCollator.getCollationKey(subs);
106 msg += subs;
166 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
    [all...]
CollationMonkeyTest.java 60 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
66 collationKey1 = myCollator.getCollationKey(subs);
70 report( subs, subt, result, revResult);
73 collationKey1 = myCollator.getCollationKey(subs);
77 report( subs, subt, result, revResult);
80 collationKey1 = myCollator.getCollationKey(subs);
84 report(subs, subt, result, revResult);
87 String addOne = subs + String.valueOf(0xE000);
89 collationKey1 = myCollator.getCollationKey(subs);
94 msg += subs;
138 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); local
    [all...]
  /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) {
TextTrackImpl.java 39 List<Line> subs = new LinkedList<Line>(); field in class:TextTrackImpl
42 return subs;
70 for (Line sub : subs) {
99 for (Line sub : subs) {
  /external/pcre/dist2/src/
pcre2_substitute.c 221 int subs; local
294 subs = 0;
367 if (subs == INT_MAX)
372 subs++;
825 rc = subs;
  /external/valgrind/coregrind/m_demangle/
cp-demangle.h 109 struct demangle_component **subs; member in struct:d_info
112 /* The number of available entries in the subs array. */
114 /* The number of substitutions which we actually made from the subs
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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));

Completed in 659 milliseconds

1 2 3 4