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

1 2 3 4 5

  /external/mesa3d/src/gallium/state_trackers/glx/
Makefile 5 SUBDIRS = xlib
8 default: subdirs
11 subdirs:
12 @for dir in $(SUBDIRS) ; do \
  /frameworks/compile/mclinker/
Android.mk 10 subdirs := \ macro
22 subdirs += \
27 subdirs += \
32 subdirs += \
37 subdirs += \
42 subdirs += tools/mcld
45 include $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, $(subdirs)))
  /external/mesa3d/src/gallium/state_trackers/
Makefile 5 SUBDIRS = $(GALLIUM_STATE_TRACKERS_DIRS)
8 default: subdirs
11 subdirs:
12 @for dir in $(SUBDIRS) ; do \
25 @for dir in $(SUBDIRS) ; do \
  /pdk/build/
prepare_pdk_tree.py 67 subdirs = []
73 subdirs.append(path)
75 return subdirs
104 subdirs = []
112 subdirs.append(argv[argc])
134 subdirs += getPDKDirs(manifestFile, groups)
135 print subdirs
141 for subdir in subdirs:
  /build/tools/
mktarball.sh 28 subdirs=`find ${dir_to_tar} -type d -print`
30 for f in ${subdirs} ${files} ; do
  /external/llvm/
Android.mk 19 subdirs := \ macro
62 subdirs += \
71 subdirs += \
81 subdirs += \
90 subdirs += \
100 subdirs += \
141 subdirs += \
151 include $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, $(subdirs)))
  /packages/inputmethods/LatinIME/
Android.mk 15 subdirs := common native java tests tools macro
16 include $(call all-named-subdir-makefiles, $(subdirs))
  /external/mesa3d/src/gallium/auxiliary/
Makefile 26 default install clean: %: subdirs-%
28 subdirs-%:
29 @for dir in $(SUBDIRS) ; do \
  /development/tools/apkcheck/
Android.mk 38 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \ macro
42 include $(subdirs)
  /development/tools/rmtypedefs/
Android.mk 38 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \ macro
42 include $(subdirs)
  /external/icu/icu4c/source/
Android.mk 24 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \ macro
30 include $(subdirs)
  /external/icu/tools/srcgen/
Android.mk 21 subdirs := currysrc macro
22 subdir_makefiles := $(call all-named-subdir-makefiles,$(subdirs))
  /external/llvm/utils/lit/lit/formats/
base.py 58 for dirname,subdirs,filenames in os.walk(dir):
60 subdirs[:] = []
62 subdirs[:] = [d for d in subdirs
  /libcore/
Android.mk 22 subdirs := benchmarks tzdata ojluni macro
23 subdir_makefiles := $(call all-named-subdir-makefiles,$(subdirs))
  /external/e2fsprogs/lib/
Makefile.bsd-lib 15 real-subdirs:: Makefile
Makefile.darwin-lib 15 real-subdirs:: Makefile
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 119 String[] subdirs = null; local
122 subdirs = new String[count];
128 subdirs[i] = file.getPath();
135 manageServiceLocked(primary, subdirs);
153 private void manageServiceLocked(StorageVolume primary, String[] subdirs) {
158 primary.getPath(), subdirs);
  /system/extras/simpleperf/
environment.cpp 187 std::vector<std::string> subdirs; local
188 GetEntriesInDir(path, &files, &subdirs);
196 for (auto& name : subdirs) {
280 std::vector<std::string> subdirs; local
281 GetEntriesInDir(task_dirname, nullptr, &subdirs);
282 for (const auto& name : subdirs) {
314 std::vector<std::string> subdirs; local
315 GetEntriesInDir("/proc", nullptr, &subdirs);
316 for (auto& name : subdirs) {
utils.cpp 103 std::vector<std::string>* subdirs) {
107 if (subdirs != nullptr) {
108 subdirs->clear();
121 if (subdirs != nullptr) {
122 subdirs->push_back(entry->d_name);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py 108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
181 self.subdirs = {}
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
189 for sd in self.subdirs.itervalues():
217 def report_partial_closure(self): # Print reports on self and on subdirs
219 for sd in self.subdirs.itervalues():
223 def report_full_closure(self): # Report on self and subdirs recursively
225 for sd in self.subdirs.itervalues():
229 methodmap = dict(subdirs=phase4,
  /prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py 108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
181 self.subdirs = {}
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
189 for sd in self.subdirs.itervalues():
217 def report_partial_closure(self): # Print reports on self and on subdirs
219 for sd in self.subdirs.itervalues():
223 def report_full_closure(self): # Report on self and subdirs recursively
225 for sd in self.subdirs.itervalues():
229 methodmap = dict(subdirs=phase4,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
181 self.subdirs = {}
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
189 for sd in self.subdirs.itervalues():
217 def report_partial_closure(self): # Print reports on self and on subdirs
219 for sd in self.subdirs.itervalues():
223 def report_full_closure(self): # Report on self and subdirs recursively
225 for sd in self.subdirs.itervalues():
229 methodmap = dict(subdirs=phase4,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 108 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
181 self.subdirs = {}
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
189 for sd in self.subdirs.itervalues():
217 def report_partial_closure(self): # Print reports on self and on subdirs
219 for sd in self.subdirs.itervalues():
223 def report_full_closure(self): # Report on self and subdirs recursively
225 for sd in self.subdirs.itervalues():
229 methodmap = dict(subdirs=phase4,
  /docs/source.android.com/scripts/
build.py 59 for curdir, subdirs, files in os.walk(SRC_DIR):
75 for subdir in subdirs:
  /frameworks/support/
Android.mk 22 # Find all of the files in the given subdirs that match the
28 # $(4): a list of subdirs of the base dir.
32 define find-files-in-subdirs-exclude
47 $(call find-files-in-subdirs-exclude,$(LOCAL_PATH),"$(1)","$(2)",$(3))

Completed in 5251 milliseconds

1 2 3 4 5