HomeSort by relevance Sort by last modified time
    Searched refs:subdirs (Results 76 - 100 of 167) sorted by null

1 2 34 5 6 7

  /development/vndk/tools/definition-tool/tests/
ndk_toolchain.py 58 def get_platform_dir(ndk_dir, api, subdirs):
59 return os.path.join(ndk_dir, 'platforms', api, *subdirs)
  /external/compiler-rt/make/
lib_util.mk 27 # Helper functions that select the entire list of subdirs where a function is
subdir.mk 4 # SubDirs - The subdirectories to traverse.
24 RequiredSubdirVariables := SubDirs
82 $(SubDirs),\
83 $(SubDirs:%=$(Dir)/%)))
87 $(info MAKE: Descending into subdirs: $(SubDirsList))
  /external/e2fsprogs/lib/
Makefile.elf-lib 16 real-subdirs:: Makefile
  /external/toolchain-utils/
auto_delete_nightly_test_data.py 63 # List subdirs under dir
64 subdirs = [
69 for s in subdirs:
  /frameworks/base/services/
Android.mk 63 # include all the jni subdirs to collect their sources
  /external/autotest/tko/
parse.py 496 is itself a job directory. Does not recurse into the subdirs.
498 # if there's a .machines file, use it to get the subdirs
501 subdirs = set(line.strip() for line in file(machine_list))
502 existing_subdirs = set(subdir for subdir in subdirs
510 subdirs = set(sub for sub in contents if
512 if len(contents) == len(subdirs) != 0:
513 return subdirs
  /external/python/cpython2/Lib/lib-tk/
FileDialog.py 170 subdirs = [os.pardir]
175 subdirs.append(name)
179 for name in subdirs:
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FileDialog.py 170 subdirs = [os.pardir]
175 subdirs.append(name)
179 for name in subdirs:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FileDialog.py 170 subdirs = [os.pardir]
175 subdirs.append(name)
179 for name in subdirs:
  /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:
  /bootable/recovery/tests/
Android.mk 60 resource_files := $(call find-files-in-subdirs, bootable/recovery, \
  /build/blueprint/
doc.go 48 // subdirs = ["subdir1", "subdir2"]
51 // subdirectories listed by the "subdirs" variable are read by Blueprint, and
  /development/vndk/tools/vtable-dumper/tests/
test_vndk_vtable_dumper.py 59 def get_prebuilts_ndk(android_build_top, subdirs):
62 'platforms', API_LEVEL, *subdirs)
  /external/syslinux/
Makefile 222 .PHONY: subdirs $(BSUBDIRS) $(ISUBDIRS) test
278 all: all-local subdirs
282 subdirs: $(BSUBDIRS) $(ISUBDIRS)
  /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 \
  /build/soong/cc/
test_data_test.go 126 "Blueprints": []byte(`subdirs = ["dir"]`),
  /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 650 vector<string> subdirs; local
668 subdirs.push_back(path);
669 subdirs.push_back(prefix + name + "/");
697 for(int32_t i=0;i<(int32_t)subdirs.size();i+=2) {
698 scandir(subdirs[i], subdirs[i+1]);
    [all...]
  /external/autotest/client/cros/
power_suspend.py 374 for path, subdirs, _ in os.walk('/sys/devices'):
375 if device in subdirs:
  /external/e2fsprogs/lib/et/
Makefile.in 165 $(OBJS): subdirs
  /external/skia/tools/skp/
webpages_playback.py 404 subdirs = glob.glob(os.path.join(TMP_SKP_DIR, '*'))
405 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/autotest/server/
site_crashcollect.py 160 for dir, subdirs, files in os.walk(host_resultdir):

Completed in 3719 milliseconds

1 2 34 5 6 7