/aosp_15_r20/bionic/tests/ |
H A D | glob_test.cpp | 73 TEST(glob, glob_result_GLOB_NOMATCH) { in TEST() argument 80 TEST(glob, glob_GLOB_APPEND) { in TEST() argument 96 TEST(glob, glob_GLOB_DOOFFS) { in TEST() argument 120 TEST(glob, glob_gl_errfunc) { in TEST() argument 141 TEST(glob, glob_GLOB_ERR) { in TEST() argument 154 TEST(glob, glob_GLOB_MARK) { in TEST() argument 178 TEST(glob, glob_GLOB_NOCHECK) { in TEST() argument 188 TEST(glob, glob_GLOB_NOSORT) { in TEST() argument 217 TEST(glob, glob_GLOB_MAGCHAR) { in TEST() argument 252 TEST(glob, glob_globbing) { in TEST() argument [all …]
|
/aosp_15_r20/external/curl/src/ |
H A D | tool_urlglob.c | 38 static CURLcode glob_fixed(struct URLGlob *glob, char *fixed, size_t len) in glob_fixed() 88 static CURLcode glob_set(struct URLGlob *glob, char **patternp, in glob_set() 183 static CURLcode glob_range(struct URLGlob *glob, char **patternp, in glob_range() 371 static CURLcode glob_parse(struct URLGlob *glob, char *pattern, in glob_parse() 449 CURLcode glob_url(struct URLGlob **glob, char *url, curl_off_t *urlnum, in glob_url() 509 struct URLGlob *glob = *globp; in glob_cleanup() local 530 CURLcode glob_next_url(char **globbed, struct URLGlob *glob) in glob_next_url() 626 CURLcode glob_match_url(char **result, char *filename, struct URLGlob *glob) in glob_match_url()
|
/aosp_15_r20/external/deqp-deps/amber/tools/ |
D | copyright.py | 63 def filtered_descendants(glob): argument 88 def insert_copyright(glob, comment_prefix): argument 110 def alert_if_no_copyright(glob, comment_prefix): argument
|
D | check_language.py | 110 def filtered_descendants(glob): argument 146 def alert_if_lang_matches(glob): argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/ |
H A D | check_copyright.py | 110 def filtered_descendants(glob): argument 133 def insert_copyright(author, glob, comment_prefix): argument 185 def alert_if_no_copyright(glob, comment_prefix): argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/ |
D | check_copyright.py | 108 def filtered_descendants(glob): argument 131 def insert_copyright(author, glob, comment_prefix): argument 183 def alert_if_no_copyright(glob, comment_prefix): argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | check_copyright.py | 108 def filtered_descendants(glob): argument 131 def insert_copyright(author, glob, comment_prefix): argument 183 def alert_if_no_copyright(glob, comment_prefix): argument
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | GlobToRegex.java | 48 public static String toRegex(String glob, String separators) { in toRegex() 55 private final String glob; field in GlobToRegex 63 private GlobToRegex(String glob, String separators) { in GlobToRegex()
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/ |
H A D | FilePatternFilter.java | 44 public FilePatternFilter(String inc, String exc, String glob) in FilePatternFilter() 73 public void setPattern(String glob) in setPattern()
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Posix/ |
H A D | init-order-pthread-create.cc | 21 void *glob = bar((void*)0x1234, false); variable 25 void **glob = (void**)arg; in poll() local
|
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
H A D | RegexGlobMatcherTest.java | 93 private static void assertGlobRegexIs(String glob, String regex) { in assertGlobRegexIs() 97 private static void assertGlobRegexIs(String glob, String regex, String separators) { in assertGlobRegexIs()
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | glob_benchmark.cc | 62 GlobMatcher glob = GlobMatcher::FromPattern(std::get<0>(args_tuple)); in BM_Glob() local 84 const char* glob = std::get<0>(args_tuple); in BM_SqliteGlob() local
|
/aosp_15_r20/build/blueprint/pathtools/ |
H A D | fs.go | 105 glob(pattern string) (matches []string, err error) methodSpec 252 func (fs *osFs) glob(pattern string) ([]string, error) { func 460 func (m *mockFs) glob(pattern string) ([]string, error) { func
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/internal/ |
H A D | vlog_config.cc | 297 const absl::string_view glob = glob_level.substr(0, eq); in UpdateVModule() local 305 const absl::string_view glob = it.first; in UpdateVModule() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/internal/ |
H A D | vlog_config.cc | 290 const absl::string_view glob = glob_level.substr(0, eq); in UpdateVModule() local 298 const absl::string_view glob = it.first; in UpdateVModule() local
|
/aosp_15_r20/external/abseil-cpp/absl/log/internal/ |
H A D | vlog_config.cc | 290 const absl::string_view glob = glob_level.substr(0, eq); in UpdateVModule() local 298 const absl::string_view glob = it.first; in UpdateVModule() local
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | ExternalData.cmake | 770 set(glob GLOB_RECURSE) variable 773 set(glob GLOB) variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/glob/ |
D | README.md | 1 glob chapter
|
D | cargo_embargo.json | 3 "glob": { object
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue16193.go | 12 func glob() { func
|
/aosp_15_r20/external/compiler-rt/test/tsan/ |
H A D | pthread_atfork_deadlock.c | 9 int glob = 0; variable
|
/aosp_15_r20/external/libxml2/ |
H A D | testrecurse.c | 71 static int glob(const char *pattern, ATTRIBUTE_UNUSED int flags, in glob() function 163 glob(const char *pattern ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, in glob() function
|
/aosp_15_r20/external/pytorch/torch/jit/ |
H A D | unsupported_tensor_ops.py | 8 def execWrapper(code, glob, loc): argument
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | debug-info-global-ctor-dtor.cpp | 12 A glob; variable
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | defererrcheck.go | 13 var glob = 3 var
|