/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/memmem/ |
H A D | searcher.rs | 33 pub(crate) struct Searcher { struct 34 call: SearcherKindFn, argument 35 kind: SearcherKind, argument 39 impl Searcher { argument 48 ) -> Searcher { in new() 178 ) -> Searcher { in twoway() 227 impl core::fmt::Debug for Searcher { implementation 287 _searcher: &Searcher, in searcher_kind_empty() 302 searcher: &Searcher, in searcher_kind_one_byte() 319 searcher: &Searcher, in searcher_kind_two_way() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/memmem/ |
D | searcher.rs | 33 pub(crate) struct Searcher { struct 34 call: SearcherKindFn, argument 35 kind: SearcherKind, argument 39 impl Searcher { implementation 48 ) -> Searcher { in new() 178 ) -> Searcher { in twoway() 227 impl core::fmt::Debug for Searcher { implementation 287 _searcher: &Searcher, in searcher_kind_empty() 302 searcher: &Searcher, in searcher_kind_one_byte() 319 searcher: &Searcher, in searcher_kind_two_way() [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/ |
H A D | api.rs | 253 pub fn build(&self) -> Option<Searcher> { in build() 284 fn build_teddy(&self, patterns: Arc<Patterns>) -> Option<teddy::Searcher> { in build_teddy() 396 pub struct Searcher { struct 405 Teddy(teddy::Searcher), argument 409 impl Searcher { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/teddy/ |
H A D | builder.rs | 58 pub(crate) fn build(&self, patterns: Arc<Patterns>) -> Option<Searcher> { in build() 98 fn build_imp(&self, patterns: Arc<Patterns>) -> Option<Searcher> { in build_imp() 322 pub(crate) struct Searcher { struct 330 imp: Arc<dyn SearcherT>, argument 339 impl Searcher { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/packed/ |
D | api.rs | 247 pub fn build(&self) -> Option<Searcher> { in build() 373 pub struct Searcher { struct 386 impl Searcher { impl
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/ |
H A D | iter.rs | 147 pub struct Searcher<'h> { struct 158 impl<'h> Searcher<'h> { argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | pattern.rs | 102 type Searcher: Searcher<'a>; typedef 106 fn into_searcher(self, haystack: &'a str) -> Self::Searcher; in into_searcher() 197 pub unsafe trait Searcher<'a> { interface 547 type Searcher = CharSearcher<'a>; typedef 550 fn into_searcher(self, haystack: &'a str) -> Self::Searcher { in into_searcher() 655 type Searcher = MultiCharEqSearcher<'a, C>; typedef 953 type Searcher = StrSearcher<'a, 'b>; typedef
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/ |
H A D | pattern.rs | 102 type Searcher: Searcher<'a>; typedef 106 fn into_searcher(self, haystack: &'a str) -> Self::Searcher; in into_searcher() 197 pub unsafe trait Searcher<'a> { trait 547 type Searcher = CharSearcher<'a>; typedef 550 fn into_searcher(self, haystack: &'a str) -> Self::Searcher { in into_searcher() 655 type Searcher = MultiCharEqSearcher<'a, C>; typedef 953 type Searcher = StrSearcher<'a, 'b>; typedef
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | pattern.rs | 102 type Searcher: Searcher<'a>; typedef 106 fn into_searcher(self, haystack: &'a str) -> Self::Searcher; in into_searcher() 197 pub unsafe trait Searcher<'a> { trait 547 type Searcher = CharSearcher<'a>; typedef 550 fn into_searcher(self, haystack: &'a str) -> Self::Searcher { in into_searcher() 655 type Searcher = MultiCharEqSearcher<'a, C>; typedef 953 type Searcher = StrSearcher<'a, 'b>; typedef
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/ |
H A D | pattern.rs | 102 type Searcher: Searcher<'a>; typedef 106 fn into_searcher(self, haystack: &'a str) -> Self::Searcher; in into_searcher() 197 pub unsafe trait Searcher<'a> { trait 547 type Searcher = CharSearcher<'a>; typedef 550 fn into_searcher(self, haystack: &'a str) -> Self::Searcher { in into_searcher() 655 type Searcher = MultiCharEqSearcher<'a, C>; typedef 953 type Searcher = StrSearcher<'a, 'b>; typedef
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | pattern.rs | 102 type Searcher: Searcher<'a>; typedef 106 fn into_searcher(self, haystack: &'a str) -> Self::Searcher; in into_searcher() 197 pub unsafe trait Searcher<'a> { interface 547 type Searcher = CharSearcher<'a>; typedef 550 fn into_searcher(self, haystack: &'a str) -> Self::Searcher { in into_searcher() 655 type Searcher = MultiCharEqSearcher<'a, C>; typedef 953 type Searcher = StrSearcher<'a, 'b>; typedef
|
/aosp_15_r20/external/skia/src/sksl/analysis/ |
H A D | SkSLSpecialization.cpp | 52 class Searcher : public ProgramVisitor { in FindFunctionsToSpecialize() class 57 Searcher(SpecializationInfo& info, const ParameterMatchesFn& parameterMatchesFn) in FindFunctionsToSpecialize() function in SkSL::Analysis::FindFunctionsToSpecialize::Searcher
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/ |
D | pattern.rs | 14 type Searcher = RegexSearcher<'r, 't>; typedef
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/ |
H A D | pattern.rs | 14 type Searcher = RegexSearcher<'r, 't>; typedef
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | string.rs | 2292 type Searcher = <&'b str as Pattern<'a>>::Searcher; typedef 2294 fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher { in into_searcher()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | string.rs | 2292 type Searcher = <&'b str as Pattern<'a>>::Searcher; typedef 2294 fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher { in into_searcher()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | string.rs | 2292 type Searcher = <&'b str as Pattern<'a>>::Searcher; typedef 2294 fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher { in into_searcher()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | string.rs | 2289 type Searcher = <&'b str as Pattern<'a>>::Searcher; typedef 2291 fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher { in into_searcher()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | string.rs | 2289 type Searcher = <&'b str as Pattern<'a>>::Searcher; typedef 2291 fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher { in into_searcher()
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | db4o-6.4.14.8131-java5.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/db4o/
com/ ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-plugin-ij193/1.3.61-release-180/ |
HD | kotlin-plugin-ij193-1.3.61-release-180.jar | META-INF/
META-INF/MANIFEST.MF
kotlinManifest.properties
META-INF/annotation ... |