HomeSort by relevance Sort by last modified time
    Searched defs:glob (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/test/CodeGenCXX/
debug-info-global-ctor-dtor.cpp 12 A glob; variable
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
react-to-vsprops-changes.py 3 import glob namespace
15 vsprops_files = glob.glob(os.path.join(vsprops_directory, '*.vsprops'))
25 for filepath in glob.iglob(os.path.join(obj_directory, '*', '*.%s' % extension)):
  /bionic/libc/tools/
check-symbols.py 3 import glob namespace
  /external/webkit/Source/WebKit/chromium/
gyp_webkit 33 import glob namespace
66 supplements = glob.glob(os.path.join(script_dir, '*', 'supplement.gypi'))
  /bionic/libc/kernel/tools/
clean_header.py 4 import sys, cpp, kernel, glob, os, re, getopt namespace
find_users.py 8 import sys, cpp, glob, os, re, getopt namespace
update_all.py 3 import sys, cpp, kernel, glob, os, re, getopt, clean_header namespace
find_headers.py 8 import sys, cpp, glob, os, re, getopt, kernel namespace
  /external/blktrace/btt/
bno_plot.py 41 import getopt, glob, os, sys, tempfile namespace
78 else: bnos = glob.glob('blknos*[rw].dat')
  /external/chromium/build/
gyp_chromium 10 import glob namespace
92 supplements = glob.glob(os.path.join(chrome_src, '*', 'supplement.gypi'))
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 6 import glob namespace
44 for child_path in glob.glob(abs_src + '/*'):
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
simplefileflags.py 22 import glob namespace
83 for result in glob.glob(f):
  /external/skia/
gyp_skia 12 import glob namespace
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_lock_unittest.py 27 import glob namespace
47 lock_list = glob.glob(self.lock_file_path_prefix + '*')
http_lock.py 31 import glob namespace
74 lock_list = glob.glob(self._lock_file_path_prefix + '*')
  /cts/tools/utils/
buildCts.py 19 import glob namespace
97 descriptions = sorted(glob.glob(os.path.join(self.test_repository, '*.xml')))
  /docs/source.android.com/scripts/
build.py 18 import glob namespace
  /external/harfbuzz_ng/contrib/python/
setup.py 5 from glob import glob namespace
33 scripts = glob('scripts/*'),
  /external/icu4c/stubdata/
icu_dat_generator.py 26 import glob namespace
243 source_dat = os.path.basename(glob.glob(os.path.join(stubdata_dir, "icudt*.dat"))[0])
  /external/icu4c/test/depstest/
depstest.py 23 import glob namespace
82 obj_paths = glob.glob(os.path.join(root_path, library_name, "*.o"))
  /external/v8/build/
gyp_v8 33 import glob namespace
99 supplements = glob.glob(os.path.join(v8_root, '*', 'supplement.gypi'))
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests.py 28 import glob namespace
92 for filename in glob.glob(os.path.join(in_dir, '*.html')):
  /external/webkit/Tools/wx/packaging/
build-win-installer.py 31 import glob namespace
83 dlls = glob.glob(os.path.join(wxwebkit_dir, "*.dll"))
  /frameworks/compile/slang/tests/
test.py 11 import glob namespace
77 rs_files = glob.glob('*.rs')
78 fs_files = glob.glob('*.fs')
148 if passed and glob.glob('IN_CTS'):
152 for bc_src in glob.glob('tmp/*.bc'):
155 for java_src in glob.glob('tmp/android/renderscript/cts/*.java')
    [all...]
  /development/scripts/
stack 9 import glob namespace
206 return (symdir, glob.glob("%s/out/target/product/*/symbols" % symdir)[0])

Completed in 2086 milliseconds

1 2 3