Home
last modified time | relevance | path

Searched defs:subs (Results 1 – 25 of 93) sorted by relevance

1234

/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
/external/abseil-cpp/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
/external/angle/third_party/abseil-cpp/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
Dstr_replace.cc33 auto& subs = *subs_ptr; in ApplySubstitutions() local
/external/oss-fuzz/projects/giflib/
Dgif_fuzz_proto.proto36 repeated SubBlock subs = 1; field
51 repeated SubBlock subs = 2; field
63 repeated SubBlock subs = 2; field
67 repeated SubBlock subs = 1; field
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprefilter.h45 std::vector<Prefilter*>* subs() { in subs() function
52 void set_subs(std::vector<Prefilter*>* subs) { subs_ = subs; } in set_subs()
/external/eigen/test/
Dbandmatrix.cpp21 Index subs = _m.subs(); in bandmatrix() local
68 Index subs = internal::random<Index>(0,rows-1); in test_bandmatrix() local
/external/javassist/src/test/test/javassist/bytecode/analysis/
DScannerTest.java32 Subroutine[] subs = scanner.scan(method.getMethodInfo2()); in testNestedFinally() local
69 private static void verifySubroutine(Subroutine[] subs, int pos, int start, in verifySubroutine()
/external/icu/icu4c/source/test/intltest/
Dmnkytst.cpp86 UnicodeString subs, subt; in TestCollationKey() local
161 UnicodeString subs, subt; in TestCompare() local
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/
DA55-basic-instructions.s29 subs x4, sp, #3822 label
118 subs w3, w5, w7 label
120 subs w4, w6, wzr label
121 subs w11, w13, w15 label
122 subs w9, w3, wzr, lsl #10 label
123 subs w17, w29, w20, lsl #31 label
124 subs w21, w22, w23, lsr #0 label
125 subs w24, w25, w26, lsr #18 label
126 subs w27, w28, w29, lsr #31 label
127 subs w2, w3, w4, asr #0 label
[all …]
/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
141 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
DCollationFrozenMonkeyTest.java78 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local
169 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
/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
138 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
DCollationFrozenMonkeyTest.java75 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local
166 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dpreprocessor.cc43 absl::string_view PastSubstr(absl::string_view s, absl::string_view subs) { in PastSubstr()
/external/llvm/test/MC/AArch64/
Darm64-diags.s299 subs w9, w10, sym@PAGEOFF label
300 subs x20, x30, sym@PAGEOFF label
/external/llvm-project/llvm/test/MC/AArch64/
Darm64-diags.s360 subs w9, w10, sym@PAGEOFF label
361 subs x20, x30, sym@PAGEOFF label

1234