Home
last modified time | relevance | path

Searched defs:Glob (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
H A Dglob.rs9 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/
Dglob.go18 Glob(pattern string) ([]string, error) methodSpec
33 func Glob(fsys FS, pattern string) (matches []string, err error) { func
Dsub.go108 func (f *subFS) Glob(pattern string) ([]string, error) { func
/aosp_15_r20/build/blueprint/pathtools/
H A Dfs.go104 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 Dglob.go96 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) { func
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/
H A Dstring_storage.cc84 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 Dearly_module_context.go93 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 Dutils.h362 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/
Dmain.go5 var Glob int var
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/
H A Dgfile.py24 from tensorflow.python.lib.io.file_io import get_matching_files as Glob unknown
/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/
Dmatch.go243 func Glob(pattern string) (matches []string, err error) { func
/aosp_15_r20/system/sepolicy/tests/
H A Dapex_sepolicy_tests.py48 class Glob: class
/aosp_15_r20/art/libarttools/
H A Dtools_test.cc68 TEST_F(ArtToolsTest, Glob) { in TEST_F() argument
H A Dtools.cc164 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/
DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Breakpoint/
DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Breakpoint/
DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Breakpoint/
DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/proposals/
DTP1-xds-transport-next.md380 #### Glob subsubsection
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp346 for (StringRef Glob : Exclude) { in filterIFSSyms() local
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/fstest/
Dmapfs.go133 func (fsys MapFS) Glob(pattern string) ([]string, error) { func

12