/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/ |
H A D | glob.rs | 9 pub(crate) struct Glob { struct 15 impl Glob { argument 31 impl Serialize for Glob { implementation 52 impl<'de> Deserialize<'de> for Glob { implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/ |
D | glob.go | 18 Glob(pattern string) ([]string, error) methodSpec 33 func Glob(fsys FS, pattern string) (matches []string, err error) { func
|
D | sub.go | 108 func (f *subFS) Glob(pattern string) ([]string, error) { func
|
/aosp_15_r20/build/blueprint/pathtools/ |
H A D | fs.go | 104 Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) methodSpec 248 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, e… func 444 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, … func
|
H A D | glob.go | 96 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) { func
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/ |
H A D | string_storage.cc | 84 struct Glob { struct 85 bool operator()(StringPool::Id lhs, const util::GlobMatcher& matcher) const { in operator ()() 88 const StringPool* pool_;
|
/aosp_15_r20/build/soong/android/ |
H A D | early_module_context.go | 93 Glob(globPattern string, excludes []string) Paths methodSpec 119 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths { func
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/ |
H A D | utils.h | 362 struct Glob : public SqlFunction { struct 363 static base::Status Run(void*, in Run()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/testdata/issue25459/main/ |
D | main.go | 5 var Glob int var
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/ |
H A D | gfile.py | 24 from tensorflow.python.lib.io.file_io import get_matching_files as Glob unknown
|
/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/ |
D | match.go | 243 func Glob(pattern string) (matches []string, err error) { func
|
/aosp_15_r20/system/sepolicy/tests/ |
H A D | apex_sepolicy_tests.py | 48 class Glob: class
|
/aosp_15_r20/art/libarttools/ |
H A D | tools_test.cc | 68 TEST_F(ArtToolsTest, Glob) { in TEST_F() argument
|
H A D | tools.cc | 164 std::vector<std::string> Glob(const std::vector<std::string>& patterns, std::string_view root_dir) { in Glob() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Breakpoint/ |
D | Breakpoint.h | 88 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Breakpoint/ |
D | Breakpoint.h | 88 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Breakpoint/ |
D | Breakpoint.h | 88 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Breakpoint/ |
D | Breakpoint.h | 88 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/proposals/ |
D | TP1-xds-transport-next.md | 380 #### Glob subsubsection
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/InterfaceStub/ |
H A D | IFSHandler.cpp | 346 for (StringRef Glob : Exclude) { in filterIFSSyms() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/fstest/ |
D | mapfs.go | 133 func (fsys MapFS) Glob(pattern string) ([]string, error) { func
|