Home
last modified time | relevance | path

Searched refs:subs (Results 1 – 25 of 896) sorted by relevance

12345678910>>...36

/external/javassist/src/test/test/javassist/bytecode/analysis/
DScannerTest.java32 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/
Dmnkytst.cpp86 UnicodeString subs, subt; in TestCollationKey() local
88 source.extract(MIN(s, slen), MAX(s, slen), subs); in TestCollationKey()
95 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
99 report( subs, subt, result, revResult); in TestCollationKey()
102 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
106 report( subs, subt, result, revResult); in TestCollationKey()
109 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
113 report(subs, subt, result, revResult); in TestCollationKey()
116 UnicodeString addOne(subs); in TestCollationKey()
119 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
[all …]
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
161 subs.reserve(replacements.size()); in FindSubstitutions()
175 subs.emplace_back(old, get<1>(rep), pos); in FindSubstitutions()
179 size_t index = subs.size(); in FindSubstitutions()
180 while (--index && subs[index - 1].OccursBefore(subs[index])) { in FindSubstitutions()
181 std::swap(subs[index], subs[index - 1]); in FindSubstitutions()
184 return subs; in FindSubstitutions()
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
199 strings_internal::ApplySubstitutions(s, &subs, &result); in StrReplaceAll()
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
[all …]
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
36 while (!subs.empty()) { in ApplySubstitutions()
37 auto& sub = subs.back(); in ApplySubstitutions()
47 subs.pop_back(); in ApplySubstitutions()
51 size_t index = subs.size(); in ApplySubstitutions()
52 while (--index && subs[index - 1].OccursBefore(subs[index])) { in ApplySubstitutions()
53 std::swap(subs[index], subs[index - 1]); in ApplySubstitutions()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
161 subs.reserve(replacements.size()); in FindSubstitutions()
175 subs.emplace_back(old, get<1>(rep), pos); in FindSubstitutions()
179 size_t index = subs.size(); in FindSubstitutions()
180 while (--index && subs[index - 1].OccursBefore(subs[index])) { in FindSubstitutions()
181 std::swap(subs[index], subs[index - 1]); in FindSubstitutions()
184 return subs; in FindSubstitutions()
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
199 strings_internal::ApplySubstitutions(s, &subs, &result); in StrReplaceAll()
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
[all …]
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
36 while (!subs.empty()) { in ApplySubstitutions()
37 auto& sub = subs.back(); in ApplySubstitutions()
47 subs.pop_back(); in ApplySubstitutions()
51 size_t index = subs.size(); in ApplySubstitutions()
52 while (--index && subs[index - 1].OccursBefore(subs[index])) { in ApplySubstitutions()
53 std::swap(subs[index], subs[index - 1]); in ApplySubstitutions()
/external/abseil-cpp/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
161 subs.reserve(replacements.size()); in FindSubstitutions()
175 subs.emplace_back(old, get<1>(rep), pos); in FindSubstitutions()
179 size_t index = subs.size(); in FindSubstitutions()
180 while (--index && subs[index - 1].OccursBefore(subs[index])) { in FindSubstitutions()
181 std::swap(subs[index], subs[index - 1]); in FindSubstitutions()
184 return subs; in FindSubstitutions()
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
199 strings_internal::ApplySubstitutions(s, &subs, &result); in StrReplaceAll()
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
[all …]
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
36 while (!subs.empty()) { in ApplySubstitutions()
37 auto& sub = subs.back(); in ApplySubstitutions()
47 subs.pop_back(); in ApplySubstitutions()
51 size_t index = subs.size(); in ApplySubstitutions()
52 while (--index && subs[index - 1].OccursBefore(subs[index])) { in ApplySubstitutions()
53 std::swap(subs[index], subs[index - 1]); in ApplySubstitutions()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
161 subs.reserve(replacements.size()); in FindSubstitutions()
175 subs.emplace_back(old, get<1>(rep), pos); in FindSubstitutions()
179 size_t index = subs.size(); in FindSubstitutions()
180 while (--index && subs[index - 1].OccursBefore(subs[index])) { in FindSubstitutions()
181 std::swap(subs[index], subs[index - 1]); in FindSubstitutions()
184 return subs; in FindSubstitutions()
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
199 strings_internal::ApplySubstitutions(s, &subs, &result); in StrReplaceAll()
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
[all …]
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
36 while (!subs.empty()) { in ApplySubstitutions()
37 auto& sub = subs.back(); in ApplySubstitutions()
47 subs.pop_back(); in ApplySubstitutions()
51 size_t index = subs.size(); in ApplySubstitutions()
52 while (--index && subs[index - 1].OccursBefore(subs[index])) { in ApplySubstitutions()
53 std::swap(subs[index], subs[index - 1]); in ApplySubstitutions()
/external/angle/third_party/abseil-cpp/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
161 subs.reserve(replacements.size()); in FindSubstitutions()
175 subs.emplace_back(old, get<1>(rep), pos); in FindSubstitutions()
179 size_t index = subs.size(); in FindSubstitutions()
180 while (--index && subs[index - 1].OccursBefore(subs[index])) { in FindSubstitutions()
181 std::swap(subs[index], subs[index - 1]); in FindSubstitutions()
184 return subs; in FindSubstitutions()
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
199 strings_internal::ApplySubstitutions(s, &subs, &result); in StrReplaceAll()
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
[all …]
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
36 while (!subs.empty()) { in ApplySubstitutions()
37 auto& sub = subs.back(); in ApplySubstitutions()
47 subs.pop_back(); in ApplySubstitutions()
51 size_t index = subs.size(); in ApplySubstitutions()
52 while (--index && subs[index - 1].OccursBefore(subs[index])) { in ApplySubstitutions()
53 std::swap(subs[index], subs[index - 1]); in ApplySubstitutions()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
161 subs.reserve(replacements.size()); in FindSubstitutions()
175 subs.emplace_back(old, get<1>(rep), pos); in FindSubstitutions()
179 size_t index = subs.size(); in FindSubstitutions()
180 while (--index && subs[index - 1].OccursBefore(subs[index])) { in FindSubstitutions()
181 std::swap(subs[index], subs[index - 1]); in FindSubstitutions()
184 return subs; in FindSubstitutions()
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
199 strings_internal::ApplySubstitutions(s, &subs, &result); in StrReplaceAll()
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
[all …]
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
36 while (!subs.empty()) { in ApplySubstitutions()
37 auto& sub = subs.back(); in ApplySubstitutions()
47 subs.pop_back(); in ApplySubstitutions()
51 size_t index = subs.size(); in ApplySubstitutions()
52 while (--index && subs[index - 1].OccursBefore(subs[index])) { in ApplySubstitutions()
53 std::swap(subs[index], subs[index - 1]); in ApplySubstitutions()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMonkeyTest.java63 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local
69 collationKey1 = myCollator.getCollationKey(subs); in TestCollationKey()
73 report( subs, subt, result, revResult); in TestCollationKey()
76 collationKey1 = myCollator.getCollationKey(subs); in TestCollationKey()
80 report( subs, subt, result, revResult); in TestCollationKey()
83 collationKey1 = myCollator.getCollationKey(subs); in TestCollationKey()
87 report(subs, subt, result, revResult); in TestCollationKey()
90 String addOne = subs + String.valueOf(0xE000); in TestCollationKey()
92 collationKey1 = myCollator.getCollationKey(subs); in TestCollationKey()
97 msg += subs; in TestCollationKey()
[all …]
DCollationFrozenMonkeyTest.java78 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local
83 collationKey1 = myTertiaryCollator.getCollationKey(subs); in TestCollationKey()
87 report( subs, subt, result, revResult); in TestCollationKey()
89 collationKey1 = mySecondaryCollator.getCollationKey(subs); in TestCollationKey()
93 report( subs, subt, result, revResult); in TestCollationKey()
95 collationKey1 = myPrimaryCollator.getCollationKey(subs); in TestCollationKey()
99 report(subs, subt, result, revResult); in TestCollationKey()
102 String addOne = subs + String.valueOf(0xE000); in TestCollationKey()
104 collationKey1 = myPrimaryCollator.getCollationKey(subs); in TestCollationKey()
109 msg += subs; in TestCollationKey()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMonkeyTest.java60 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local
66 collationKey1 = myCollator.getCollationKey(subs); in TestCollationKey()
70 report( subs, subt, result, revResult); in TestCollationKey()
73 collationKey1 = myCollator.getCollationKey(subs); in TestCollationKey()
77 report( subs, subt, result, revResult); in TestCollationKey()
80 collationKey1 = myCollator.getCollationKey(subs); in TestCollationKey()
84 report(subs, subt, result, revResult); in TestCollationKey()
87 String addOne = subs + String.valueOf(0xE000); in TestCollationKey()
89 collationKey1 = myCollator.getCollationKey(subs); in TestCollationKey()
94 msg += subs; in TestCollationKey()
[all …]
DCollationFrozenMonkeyTest.java75 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local
80 collationKey1 = myTertiaryCollator.getCollationKey(subs); in TestCollationKey()
84 report( subs, subt, result, revResult); in TestCollationKey()
86 collationKey1 = mySecondaryCollator.getCollationKey(subs); in TestCollationKey()
90 report( subs, subt, result, revResult); in TestCollationKey()
92 collationKey1 = myPrimaryCollator.getCollationKey(subs); in TestCollationKey()
96 report(subs, subt, result, revResult); in TestCollationKey()
99 String addOne = subs + String.valueOf(0xE000); in TestCollationKey()
101 collationKey1 = myPrimaryCollator.getCollationKey(subs); in TestCollationKey()
106 msg += subs; in TestCollationKey()
[all …]
/external/libavc/common/armv8/
Dih264_mem_fns_neon_av8.s92 subs w2, w2, #8
113 subs w2, w2, #8
120 subs w2, w2, #8
131 subs w2, w2, #1
157 subs w2, w2, #8
176 subs w2, w2, #8
183 subs w2, w2, #8
193 subs w2, w2, #1
224 subs w2, w2, #8
244 subs w2, w2, #8
[all …]
/external/openssh/
Dfixalgorithms17 subs="$subs -e /.Dq.$c.*$/d"
18 subs="$subs -e s/$c,//g"
22 subs="$subs -e /^$/d"
24 ${SED} $subs
/external/llvm-project/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s88 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/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s88 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 …]
Dalias-addsubimm.s43 subs w0, w2, #2, lsl 12
47 subs x1, x3, #2, lsl 12
51 subs x1, x3, #4
55 subs x1, x3, #4095, lsl 0
58 subs x3, x4, #0
63 subs w0, w2, #-2, lsl 12
67 subs x1, x3, #-2, lsl 12
71 subs x1, x3, #-4
75 subs x1, x3, #-4095, lsl 0
/external/eigen/test/
Dbandmatrix.cpp21 Index subs = _m.subs(); in bandmatrix() local
23 MatrixType m(rows,cols,supers,subs); in bandmatrix()
35 for (int i=1; i<=m.subs();++i) in bandmatrix()
50 Index b = std::max<Index>(0,rows-d-subs); in bandmatrix()
53 dm1.block(subs+1,0,rows-subs-1-b,rows-subs-1-b).template triangularView<Lower>().setZero(); in bandmatrix()
54 if(b>0) dm1.block(d+subs,0,b,cols).setZero(); in bandmatrix()
68 Index subs = internal::random<Index>(0,rows-1); in test_bandmatrix() local
69 CALL_SUBTEST(bandmatrix(BandMatrix<float>(rows,cols,sups,subs)) ); in test_bandmatrix()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp621 std::map<std::string, std::string> subs; in initPrograms() local
628 subs["EXTRA_CAPABILITIES"] = ""; in initPrograms()
629 subs["EXTRA_EXTENSIONS"] = ""; in initPrograms()
630 subs["EXTRA_TYPES_AND_CONSTANTS"] = ""; in initPrograms()
631 subs["EXTRA_FUNCTION_VARIABLES"] = ""; in initPrograms()
632 subs["EXTRA_BINDINGS"] = ""; in initPrograms()
633 subs["EXTRA_BINDING_VARIABLES"] = ""; in initPrograms()
634 subs["EXTRA_FUNCTIONS"] = ""; in initPrograms()
642 subs["INPUT_BUFFER_VALUE_TYPE"] = "%int"; in initPrograms()
643 subs["EXTRA_TYPES_AND_CONSTANTS"] += " %int_37 = OpConstant %int 37\n"; in initPrograms()
[all …]

12345678910>>...36