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

1 2 3 4 5 6 7

  /frameworks/ml/
Android.bp 17 subdirs = [
  /frameworks/ml/nn/driver/
Android.bp 17 subdirs = [
  /system/bt/tools/
Android.bp 16 subdirs = [
  /device/google/contexthub/firmware/app/
Android.mk 17 subdirs := test0.app test1.app chre macro
18 include $(call all-named-subdir-makefiles,$(subdirs))
  /device/google/contexthub/firmware/variant/
Android.mk 17 subdirs := nucleo lunchbox linux macro
18 include $(call all-named-subdir-makefiles,$(subdirs))
  /prebuilts/misc/
Android.mk 18 subdirs := \ macro
25 subdirs += \
30 include $(call first-makefiles-under, $(subdirs))
  /device/linaro/bootloader/edk2/BaseTools/
GNUmakefile 14 all: subdirs
19 SUBDIRS := $(SOURCE_SUBDIRS) Tests
20 CLEAN_SUBDIRS := $(patsubst %,%-clean,$(sort $(SUBDIRS)))
22 .PHONY: subdirs $(SUBDIRS)
23 subdirs: $(SUBDIRS)
24 $(SUBDIRS):
Makefile 14 SUBDIRS = Source\C Source\Python
24 subdirs: $(SUBDIRS)
29 @Source\C\Makefiles\NmakeSubdirs.bat clean $(SUBDIRS)
33 @Source\C\Makefiles\NmakeSubdirs.bat cleanall $(SUBDIRS)
  /frameworks/ml/nn/
Android.bp 17 subdirs = [
  /frameworks/ml/nn/driver/cache/
Android.bp 17 subdirs = [
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
sumtree.py 18 subdirs = proxy.listsubdirs()
19 for name in subdirs:
  /external/python/cpython2/Demo/pdist/
sumtree.py 18 subdirs = proxy.listsubdirs()
19 for name in subdirs:
  /frameworks/ml/nn/runtime/
Android.bp 100 subdirs = ["test"]
  /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:
  /system/chre/
Android.bp 94 subdirs = [
  /test/vts-testcase/hal/script/build/
build_rule_gen_utils.py 50 def OnlySubdirsBpRule(warning_header, subdirs):
51 """Returns a .bp rule containing only subdirs field.
53 For example, 'subdirs = ["*"]' bp rule tells soong to look in all
57 subdirs: list of sub-directories.
61 result += 'subdirs = [\n'
62 for subdir in subdirs:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cvsfiles.py 40 subdirs = []
49 subdirs.append(fullname)
61 for sub in subdirs:
  /external/python/cpython2/Tools/scripts/
cvsfiles.py 40 subdirs = []
49 subdirs.append(fullname)
61 for sub in subdirs:
  /external/syslinux/com32/
Makefile 0 SUBDIRS = libupload tools lib elflink/ldlinux gpllib libutil modules mboot \
4 .PHONY: subdirs $(SUBDIRS)
5 subdirs: $(SUBDIRS)
6 $(SUBDIRS):
11 all tidy dist clean spotless install: subdirs
  /test/vts/tools/build/tasks/
vts_package.mk 97 $(call find-files-in-subdirs,test/vts-testcase/hal-trace,"*.vts.trace" -and -type f,.) \
139 $(call find-files-in-subdirs,test/vts,"*.py" -and -type f,.) \
140 $(call find-files-in-subdirs,test/vts,"*.config" -and -type f,.) \
141 $(call find-files-in-subdirs,test/vts,"*.push" -and -type f,.)
148 $(call find-files-in-subdirs,test/vts-testcase,"*.py" -and -type f,.) \
149 $(call find-files-in-subdirs,test/vts-testcase,"*.config" -and -type f,.) \
150 $(call find-files-in-subdirs,test/vts-testcase,"*.push" -and -type f,.) \
151 $(call find-files-in-subdirs,test/vts-testcase,"android-base*.cfg" -and -type f,.)
158 $(call find-files-in-subdirs,cts/apps/CameraITS,"*.py" -and -type f,.) \
159 $(call find-files-in-subdirs,cts/apps/CameraITS,"*.pdf" -and -type f,.)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/
GNUmakefile 47 all: makerootdir subdirs $(MAKEROOT)/libs
70 SUBDIRS := $(LIBRARIES) $(APPLICATIONS)
76 .PHONY: subdirs $(SUBDIRS)
77 subdirs: $(SUBDIRS)
78 $(SUBDIRS):
81 .PHONY: $(patsubst %,%-clean,$(sort $(SUBDIRS)))
82 $(patsubst %,%-clean,$(sort $(SUBDIRS))):
85 clean: $(patsubst %,%-clean,$(sort $(SUBDIRS)))
    [all...]
  /build/make/tools/
mktarball.sh 28 subdirs=`find ${dir_to_tar} -type d -print`
30 for f in ${subdirs} ${files} ; do
  /external/ltp/android/
Android.mk 31 LOCAL_TEST_DATA := $(call find-test-data-in-subdirs,external/ltp,"*",runtest)
  /packages/inputmethods/LatinIME/
Android.mk 15 subdirs := common native java tests tools macro
16 include $(call all-named-subdir-makefiles, $(subdirs))
  /frameworks/native/cmds/dumpstate/
Android.mk 20 LOCAL_TEST_DATA := $(call find-test-data-in-subdirs, $(LOCAL_PATH), *, tests/testdata)

Completed in 834 milliseconds

1 2 3 4 5 6 7