HomeSort by relevance Sort by last modified time
    Searched refs:subdirs (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 170 subdirs = [os.pardir]
175 subdirs.append(name)
179 for name in subdirs:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 170 subdirs = [os.pardir]
175 subdirs.append(name)
179 for name in subdirs:
  /build/blueprint/
doc.go 48 // subdirs = ["subdir1", "subdir2"]
51 // subdirectories listed by the "subdirs" variable are read by Blueprint, and
context.go 462 // an assignment to the "subdirs" variable, then the subdirectories listed are
480 scope.Remove("subdirs")
501 subdirs, subdirsPos, err := getLocalStringListFromScope(scope, "subdirs")
525 newBlueprints, newDeps, newErrs = c.findSubdirBlueprints(filepath.Dir(filename), subdirs, subdirsPos,
551 // at rootFile. When it encounters a Blueprints file with a set of subdirs
558 // subdirs are found.
635 // When it encounters a Blueprints file with a set of subdirs listed it recursively parses any
642 // subdirs are found.
792 func (c *Context) findSubdirBlueprints(dir string, subdirs []string, subdirsPos scanner.Position
    [all...]
  /external/compiler-rt/make/
subdir.mk 4 # SubDirs - The subdirectories to traverse.
24 RequiredSubdirVariables := SubDirs
82 $(SubDirs),\
83 $(SubDirs:%=$(Dir)/%)))
87 $(info MAKE: Descending into subdirs: $(SubDirsList))
  /external/harfbuzz_ng/
git.mk 56 # - gitignore: makes all gitignore files in the current dir and subdirs.
58 # - gitignore-recurse: makes all gitignore files in the subdirs.
64 # subdirs, add a proxy git.mk file in those dirs that simply does:
333 case " $(SUBDIRS) " in \
  /external/autotest/client/cros/
power_suspend.py 301 for path, subdirs, _ in os.walk('/sys/devices'):
302 if device in subdirs:
  /external/autotest/server/
site_crashcollect.py 88 for dir, subdirs, files in os.walk(host_resultdir):
  /build/kati/
pathutil.go 849 var subdirs []dirent
856 subdirs = append(subdirs, ent)
866 // no recurse subdirs
870 for _, subdir := range subdirs {
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 649 vector<string> subdirs; local
667 subdirs.push_back(path);
668 subdirs.push_back(prefix + name + "/");
696 for(int32_t i=0;i<(int32_t)subdirs.size();i+=2) {
697 scandir(subdirs[i], subdirs[i+1]);
    [all...]
  /external/e2fsprogs/lib/et/
Makefile.in 166 $(OBJS): subdirs
  /external/skia/tools/skp/
webpages_playback.py 423 subdirs = glob.glob(os.path.join(TMP_SKP_DIR, '*'))
424 for site in subdirs:
  /build/blueprint/bootstrap/
doc.go 84 // built. It must have a 'subdirs' assignment that includes both the core
86 // also include (either directly or through a subdirs entry) describe all the
  /external/e2fsprogs/lib/ss/
Makefile.in 188 $(OBJS): subdirs
  /external/autotest/scheduler/
scheduler_models.py     [all...]
  /external/protobuf/
Makefile.am 9 SUBDIRS = . src
12 DIST_SUBDIRS = $(subdirs) src
14 # Build gtest before we build protobuf tests. We don't add gtest to SUBDIRS
  /external/llvm/
configure 556 subdirs=
659 subdirs
    [all...]
  /external/minijail/
common.mk 211 # subdirs and .d files.
221 # subdirs and .d files.
    [all...]
  /external/modp_b64/
common.mk 211 # subdirs and .d files.
221 # subdirs and .d files.
    [all...]
  /build/core/
main.mk 505 subdirs := $(TOP) macro
549 $(shell build/tools/findleaves.py $(FIND_LEAVES_EXCLUDES) $(subdirs) Android.mk)
    [all...]
config.mk 193 # The layout of subdirs in any of the kernel-headers dir should mirror the
    [all...]
definitions.mk 231 $(call find-files-in-subdirs,$(LOCAL_PATH),"$(1)",$(2))
446 # Use utility find to find given files in the given subdirs.
450 # $(3): a list of subdirs of the base dir.
454 define find-files-in-subdirs
    [all...]
  /toolchain/binutils/binutils-2.25/etc/
configure 541 subdirs=
    [all...]
  /external/fdlibm/
configure 259 subdirs=
819 # If there are subdirs, report their specific --help.
    [all...]
  /external/libexif/
configure 566 subdirs=
    [all...]

Completed in 4539 milliseconds

1 23 4 5