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

12 3 4 5 6 7

  /build/make/tools/droiddoc/templates-pdk/
sampleindex.cs 24 <?cs if:subcount(subdirs) ?>
27 <?cs each:dir=subdirs ?>
  /build/make/tools/droiddoc/templates-sac/
sampleindex.cs 24 <?cs if:subcount(subdirs) ?>
27 <?cs each:dir=subdirs ?>
  /cts/tools/cts-api-coverage/
Android.mk 32 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \ macro
36 include $(subdirs)
  /development/tools/apkcheck/
Android.mk 29 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \ macro
33 include $(subdirs)
  /development/tools/rmtypedefs/
Android.mk 29 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \ macro
33 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
  /frameworks/support/
Android.mk 26 # Find all of the files in the given subdirs that match the
32 # $(4): a list of subdirs of the base dir.
36 define find-files-in-subdirs-exclude
51 $(call find-files-in-subdirs-exclude,$(LOCAL_PATH),"$(1)","$(2)",$(3))
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
FileUtilFuncTest.java 61 File[] subdirs = new File[subdirCount]; local
62 subdirs[0] = new File(tmpParentDir, "patient0");
64 subdirs[i] = new File(subdirs[i - 1], String.format("subdir%d", i));
66 assertFalse(subdirs[0].exists());
67 FileUtil.mkdirsRWX(subdirs[subdirs.length - 1]);
70 assertTrue(subdirs[i].exists());
71 assertUnixPerms(subdirs[i], DPERMS_GRWX);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
classfix.py 69 subdirs = []
75 subdirs.append(fullname)
78 for fullname in subdirs:
methfix.py 66 subdirs = []
72 subdirs.append(fullname)
75 for fullname in subdirs:
pathfix.py 75 subdirs = []
81 subdirs.append(fullname)
84 for fullname in subdirs:
  /external/python/cpython2/Tools/scripts/
classfix.py 69 subdirs = []
75 subdirs.append(fullname)
78 for fullname in subdirs:
methfix.py 66 subdirs = []
72 subdirs.append(fullname)
75 for fullname in subdirs:
pathfix.py 75 subdirs = []
81 subdirs.append(fullname)
84 for fullname in subdirs:
  /external/syslinux/efi/
Makefile 63 .PHONY: subdirs
64 subdirs:
67 $(OBJS): subdirs
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
filecmp.py 107 subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
180 self.subdirs = {}
184 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
188 for sd in self.subdirs.itervalues():
216 def report_partial_closure(self): # Print reports on self and on subdirs
218 for sd in self.subdirs.itervalues():
222 def report_full_closure(self): # Report on self and subdirs recursively
224 for sd in self.subdirs.itervalues():
228 methodmap = dict(subdirs=phase4,
  /external/python/cpython2/Lib/
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,
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 142 String[] subdirs = null; local
147 subdirs = new String[count];
152 subdirs[i] = file.getPath();
157 manageServiceLocked(primary, subdirs, user);
176 private void manageServiceLocked(StorageVolume primary, String[] subdirs, UserHandle user)
194 primary.getPath(), subdirs);
  /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,

Completed in 1202 milliseconds

12 3 4 5 6 7