Searched refs:walk (Results 26 - 50 of 271) sorted by relevance

1234567891011

/external/eigen/scripts/
H A Drelicense.py52 for root, sub_folders, files in os.walk(rootdir):
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dzip_utils.py19 for dir_path, _, file_names in os.walk(path):
/external/python/cpython2/Mac/scripts/
H A Dcachersrc.py41 os.path.walk(dir, handler, (verbose, force))
/external/python/cpython2/Tools/scripts/
H A Dfindlinksto.py25 os.path.walk(dirname, visit, prog)
/external/python/cpython2/Tools/versioncheck/
H A Dcheckversions.py34 os.path.walk(tree, check1dir, None)
/external/python/cpython3/Doc/includes/
H A Demail-unpack.py34 for part in msg.walk():
/external/python/cpython3/Tools/scripts/
H A Dfindlinksto.py25 os.walk(dirname, visit, prog)
/external/tensorflow/tensorflow/tools/test/
H A Dfile_name_test.py38 for dirpath, dirnames, filenames in os.walk(BASE_DIR, followlinks=True):
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2atm.c77 const char *walk; local
83 for (walk = text; *walk; walk++)
84 if (isdigit(*walk)) {
91 if (*walk != ':') {
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dfake_fs.py34 self._real_walk = os.walk
50 os.walk = self._FakeWalk
60 os.walk = self._real_walk
H A Dfake_fs_unittest.py36 gen = os.walk(os.path.normpath('/'))
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_image.h121 * When the walk type is ILO_IMAGE_WALK_LAYER, there is only a slice in each
161 enum ilo_image_walk_type walk; member in struct:ilo_image
280 switch (img->walk) {
294 assert(!"no single stride to walk across slices");
328 switch (img->walk) {
350 assert(!"unknown img walk type");
/external/autotest/client/site_tests/security_DbusOwners/
H A Dsecurity_DbusOwners.py36 for root, dirs, files in os.walk(self._DBUS_CONFIG_DIR):
/external/autotest/server/cros/chaos_lib/
H A Dchaos_analyzer.py27 @param files: Files present in the folder found during os.walk.
44 for root, dir_name, file_names in os.walk(dir_name):
52 for root, dir_name, file_names in os.walk(root):
57 for root, dir_name, file_names in os.walk(root):
208 for root, dir, files in os.walk(dir_name):
/external/deqp/scripts/
H A Dupdate-copyright-year.py41 for root, dirs, files in os.walk(dir):
/external/devlib/
H A Dsetup.py43 for root, dirs, files in os.walk(devlib_dir):
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTree.java145 public void walk(TreeWalker walker) method in class:LigatureTree.Lignode
154 subnodes[i].walk(walker);
236 public void walk(TreeWalker walker) method in class:LigatureTree
238 root.walk(walker);
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/utils/
H A DSymbolSolverQuickSetupTest.java28 TypeSolver typeSolver = ssr.walk();
/external/jsoncpp/devtools/
H A Dtarball.py37 os.path.walk(source_path, visit, tar)
/external/libyuv/files/
H A DPRESUBMIT.py17 root for root, _, files in os.walk(join('tools_libyuv'))
/external/perfetto/tools/
H A Dfix_include_guards60 for root, dirs, files in os.walk(topdir):
/external/python/cpython2/Doc/includes/
H A Demail-unpack.py48 for part in msg.walk():
/external/python/cpython2/Lib/lib-tk/test/
H A Druntktests.py32 for dirpath, dirnames, filenames in os.walk(basepath):
/external/python/cpython2/Lib/lib2to3/tests/
H A Dsupport.py49 for dirpath, dirnames, filenames in os.walk(proj_dir):
/external/python/cpython2/Mac/
H A DExtras.install.py24 for cursrc, dirs, files in os.walk(src):

Completed in 797 milliseconds

1234567891011