/third_party/python/Lib/test/ |
H A D | test_glob.py | 1 import glob namespace 53 def glob(self, *parts, **kwargs): member in GlobTests 59 res = glob.glob(p, **kwargs) 60 res2 = glob.iglob(p, **kwargs) 61 self.assertCountEqual(glob.iglob(p, **kwargs), res) 64 self.assertCountEqual(glob.glob(os.fsencode(p), **kwargs), bres) 65 self.assertCountEqual(glob.iglob(os.fsencode(p), **kwargs), bres) 68 res2 = glob [all...] |
H A D | test_crashers.py | 8 import glob namespace 14 CRASHER_FILES = os.path.join(glob.escape(CRASHER_DIR), "*.py") 23 for fname in glob.glob(CRASHER_FILES):
|
/third_party/curl/src/ |
H A D | tool_urlglob.c | 38 glob->error = string, glob->pos = column, code 40 static CURLcode glob_fixed(struct URLGlob *glob, char *fixed, size_t len) in glob_fixed() argument 42 struct URLPattern *pat = &glob->pattern[glob->size]; in glob_fixed() 90 static CURLcode glob_set(struct URLGlob *glob, char **patternp, in glob_set() argument 99 char *buf = glob->glob_buffer; in glob_set() 104 pat = &glob->pattern[glob->size]; in glob_set() 150 strdup(glob in glob_set() 185 glob_range(struct URLGlob *glob, char **patternp, size_t *posp, curl_off_t *amount, int globindex) glob_range() argument 373 glob_parse(struct URLGlob *glob, char *pattern, size_t pos, curl_off_t *amount) glob_parse() argument 451 glob_url(struct URLGlob **glob, char *url, curl_off_t *urlnum, FILE *error) glob_url() argument 507 glob_cleanup(struct URLGlob *glob) glob_cleanup() argument 530 glob_next_url(char **globbed, struct URLGlob *glob) glob_next_url() argument 626 glob_match_url(char **result, char *filename, struct URLGlob *glob) glob_match_url() argument [all...] |
/third_party/lz4/tests/ |
H A D | test-lz4-versions.py | 10 import glob namespace 97 for lz4 in glob.glob("*.lz4"): 106 lz4s = sorted(glob.glob('*.lz4')) 113 lz4s = sorted(glob.glob('*.lz4')) 126 lz4s = sorted(glob.glob('*.lz4')) 132 lz4s = sorted(glob [all...] |
H A D | test-lz4-list.py | 4 import glob namespace 40 test_list_files = glob.glob(f"{TEMP}/test_list_*.lz4") 119 test_list_SM_lz4f = glob.glob(f"{TEMP}/test_list_*M-lz4f-2f--content-size.lz4") 131 concat_file_list = glob.glob(f"{TEMP}/test_list_[!concat]*.lz4") 234 for f in glob.glob(f"{TEMP}/test_list*"): 270 file_list = glob [all...] |
/third_party/skia/third_party/externals/freetype/builds/meson/ |
H A D | generate_reference_docs.py | 17 import glob namespace 48 glob.glob(os.path.join(args.input_dir, "include", "freetype", "*.h")) 49 + glob.glob( 54 + glob.glob(
|
/third_party/node/deps/minimatch/src/dist/cjs/ |
H A D | brace-expressions.js | 30 // takes a glob string at a posix brace expression, and returns 36 const parseClass = (glob, position) => { 39 if (glob.charAt(pos) !== '[') { 52 WHILE: while (i < glob.length) { 53 const c = glob.charAt(i); 75 if (glob.startsWith(cls, i)) { 78 return ['$.', false, glob.length - pos, true]; 107 if (glob.startsWith('-]', i + 1)) { 112 if (glob.startsWith('-', i + 1)) { 127 // cannot possibly match anything, and that poisons the whole glob [all...] |
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/ |
H A D | brace-expressions.js | 30 // takes a glob string at a posix brace expression, and returns 36 const parseClass = (glob, position) => { 39 if (glob.charAt(pos) !== '[') { 52 WHILE: while (i < glob.length) { 53 const c = glob.charAt(i); 75 if (glob.startsWith(cls, i)) { 78 return ['$.', false, glob.length - pos, true]; 107 if (glob.startsWith('-]', i + 1)) { 112 if (glob.startsWith('-', i + 1)) { 127 // cannot possibly match anything, and that poisons the whole glob [all...] |
/third_party/node/deps/minimatch/src/dist/mjs/ |
H A D | brace-expressions.js | 27 // takes a glob string at a posix brace expression, and returns 33 export const parseClass = (glob, position) => { 36 if (glob.charAt(pos) !== '[') { 49 WHILE: while (i < glob.length) { 50 const c = glob.charAt(i); 72 if (glob.startsWith(cls, i)) { 75 return ['$.', false, glob.length - pos, true]; 104 if (glob.startsWith('-]', i + 1)) { 109 if (glob.startsWith('-', i + 1)) { 124 // cannot possibly match anything, and that poisons the whole glob [all...] |
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
H A D | brace-expressions.js | 27 // takes a glob string at a posix brace expression, and returns 33 export const parseClass = (glob, position) => { 36 if (glob.charAt(pos) !== '[') { 49 WHILE: while (i < glob.length) { 50 const c = glob.charAt(i); 72 if (glob.startsWith(cls, i)) { 75 return ['$.', false, glob.length - pos, true]; 104 if (glob.startsWith('-]', i + 1)) { 109 if (glob.startsWith('-', i + 1)) { 124 // cannot possibly match anything, and that poisons the whole glob [all...] |
/third_party/python/Tools/peg_generator/scripts/ |
H A D | test_pypi_packages.py | 5 import glob namespace 32 glob.glob("./data/pypi/*.tar.gz") 33 + glob.glob("./data/pypi/*.zip") 34 + glob.glob("./data/pypi/*.tgz")
|
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/ |
H A D | create.py | 14 import glob namespace 47 to_copy = glob.glob(os.path.join(gl_path,'libGL*')) 48 to_copy.extend(glob.glob(os.path.join(gl_path,'libEGL*'))) 49 to_copy.extend(glob.glob(os.path.join(gl_path,'libdrm*')))
|
/third_party/skia/infra/bots/assets/chromebook_arm_gles/ |
H A D | create.py | 14 import glob namespace 47 to_copy = glob.glob(os.path.join(gl_path,'libGL*')) 48 to_copy.extend(glob.glob(os.path.join(gl_path,'libEGL*'))) 49 to_copy.extend(glob.glob(os.path.join(gl_path,'libmali*')))
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | check_language.py | 100 for glob in skip_glob_list: 101 for match in fnmatch.filter(dirs, glob): 110 def filtered_descendants(glob): 111 """Returns glob-matching filenames under the current directory, but skips 113 return find('.', glob, ['third_party', 'external', 'build*', 'out*', 146 def alert_if_lang_matches(glob): 149 Finds all glob-matching files under the current directory and checks if they 157 for file in filtered_descendants(glob): 173 for glob in globs: 174 count += alert_if_lang_matches(glob) [all...] |
H A D | copyright.py | 55 for glob in skip_glob_list: 56 for match in fnmatch.filter(dirs, glob): 63 def filtered_descendants(glob): 64 """Returns glob-matching filenames under the current directory, but skips 66 return find('.', glob, ['third_party', 'external', 'build*', 'out*', 88 def insert_copyright(glob, comment_prefix): 89 """Finds all glob-matching files under the current directory and inserts the 97 for file in filtered_descendants(glob): 110 def alert_if_no_copyright(glob, comment_prefix): 113 Finds all glob [all...] |
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | check_copyright.py | 79 for glob in skip_glob_dir_list: 80 for match in fnmatch.filter(dirs, glob): 89 def filtered_descendants(glob): 90 """Returns glob-matching filenames under the current directory, but skips 92 return find('.', glob, ['third_party', 'external', 'CompilerIdCXX', 112 def insert_copyright(author, glob, comment_prefix): 113 """Finds all glob-matching files under the current directory and inserts the 125 for file in filtered_descendants(glob): 164 def alert_if_no_copyright(glob, comment_prefix): 167 Finds all glob [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | check_copyright.py | 79 for glob in skip_glob_dir_list: 80 for match in fnmatch.filter(dirs, glob): 89 def filtered_descendants(glob): 90 """Returns glob-matching filenames under the current directory, but skips 92 return find('.', glob, ['third_party', 'external', 'CompilerIdCXX', 112 def insert_copyright(author, glob, comment_prefix): 113 """Finds all glob-matching files under the current directory and inserts the 125 for file in filtered_descendants(glob): 164 def alert_if_no_copyright(glob, comment_prefix): 167 Finds all glob [all...] |
/third_party/spirv-tools/utils/ |
H A D | check_copyright.py | 98 for glob in skip_glob_dir_list: 99 for match in fnmatch.filter(dirs, glob): 108 def filtered_descendants(glob): 109 """Returns glob-matching filenames under the current directory, but skips 111 return find('.', glob, ['third_party', 'external', 'CompilerIdCXX', 131 def insert_copyright(author, glob, comment_prefix): 132 """Finds all glob-matching files under the current directory and inserts the 144 for file in filtered_descendants(glob): 183 def alert_if_no_copyright(glob, comment_prefix): 186 Finds all glob [all...] |
/third_party/notofonts/scripts/ |
H A D | versionator.py | 27 LATEST_ANDROID_PATH = sorted(list(ANDROID_PATH.glob("??")))[-1] 75 for file in (IOS_PATH_1).glob("Noto*.tt?"): 77 for file in (IOS_PATH_2).glob("Noto*.tt?"): 82 for file in MACOS_PATH.glob("Noto*.tt?"): 85 for file in (MACOS_PATH / "Supplemental/").glob("Noto*.tt?"): 88 for file in (LATEST_ANDROID_PATH).glob("Noto*.tt?"): 111 for file in Path("fedora-noto").glob("**/Noto*.tt?"):
|
/third_party/json/docs/mkdocs/scripts/ |
H A D | check_structure.py | 3 import glob namespace 48 files = sorted(glob.glob('api/**/*.md', recursive=True)) 154 example_files = sorted(glob.glob('../../examples/*.cpp')) 155 markdown_files = sorted(glob.glob('**/*.md', recursive=True))
|
/third_party/skia/tools/skpbench/ |
H A D | _os_path.py | 7 import glob namespace 18 for skp in glob.iglob(skpglob): 20 pathnames.extend(glob.iglob(path.join(skp, '*.skp'))) 21 pathnames.extend(glob.iglob(path.join(skp, '*.mskp')))
|
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
H A D | index.js | 3 exports.glob = exports.hasMagic = exports.Glob = exports.unescape = exports.escape = exports.sync = exports.iterate = exports.iterateSync = exports.stream = exports.streamSync = exports.globIterate = exports.globIterateSync = exports.globSync = exports.globStream = exports.globStreamSync = void 0; 5 const glob_js_1 = require("./glob.js"); 30 // aliases: glob.sync.stream() glob.stream.sync() glob.sync() etc 45 var glob_js_2 = require("./glob.js"); 50 exports.glob = Object.assign(glob_, { 51 glob: glob_, 67 exports.glob.glob [all...] |
/third_party/mesa3d/ohos/ |
H A D | build_mesa3d.py | 29 import glob namespace 85 for item in glob.glob(os.path.join(build_lib, 'lib*.so.*.*.*')): 87 for item in glob.glob(os.path.join(build_lib_dri, '*_dri.so')):
|
/third_party/jerryscript/tests/jerry-test-suite/07/07.09/ |
H A D | 07.09-010.js | 15 assert (glob === undefined); 17 var glob = 34 variable 19 assert (glob === 34);
|
/third_party/skia/tools/fiddle/ |
H A D | make_all_examples_cpp.py | 7 import glob namespace 14 for path in sorted(glob.glob('../../docs/examples/*.cpp')):
|