/external/deqp/scripts/ |
build_caselists.py | 40 MODULES = [ 46 Module("dEQP-VK", "../external/vulkancts/modules/vulkan", "deqp-vk"), 53 for module in MODULES: 67 return os.path.join(buildCfg.getBuildDir(), "modules") 70 modules = [] 73 for module in MODULES: 76 modules.append(module) 78 return modules 135 "--modules", 136 dest="modules", 147 modules = None variable 150 modules = [] variable 158 modules = getBuiltModules(buildCfg) variable [all...] |
/external/curl/packages/OS400/ |
initscript.sh | 167 # As side effect, append the module name to variable MODULES. 173 MODULES="${MODULES} ${1}"
|
/frameworks/opt/net/wifi/tests/wifitests/ |
runtests.sh | 34 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk MODULES-IN-frameworks-opt-net-wifi-tests
|
/build/make/core/tasks/ |
deps_licenses.mk | 17 # Print modules and their transitive dependencies with license files. 19 # PROJ_PATH restricts the paths of the source modules; DEP_PATH restricts the paths of the dependency modules. 21 # Example: "make deps-license packages/app/% external/%" prints all modules in packages/app/ with their dpendencies in external/. 43 $(foreach m, $(ALL_DEPS.MODULES),\
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/ |
Makefile | 26 MODULES=encodings.cp437,encodings.gbk,encodings.utf_16,encodings.utf_8,encodings.utf_16_le,encodings.latin_1,encodings.ascii
245 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) build\build.py
248 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) GenFds\GenFds.py
251 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) Trim\Trim.py
254 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) AutoGen\GenDepex.py
257 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) TargetTool\TargetTool.py [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_linecache.py | 15 MODULES = "linecache abc".split()
62 for entry in MODULES:
|
/external/curl/docs/examples/ |
Makefile.netware | 224 MODULES = libcurl.nlm 232 MODULES += libssh2.nlm 253 MODULES += libaxtls.nlm 263 MODULES += libz.nlm 418 ifdef MODULES 419 @echo $(DL)module $(MODULES)$(DL) >> $@
|
/external/libxml2/os400/ |
initscript.sh | 171 # As side effect, append the module name to variable MODULES. 200 MODULES="${MODULES} ${1}"
|
make-src.sh | 23 MODULES= 59 # Compile the sources into modules. 63 # OS/400 specific modules first. 71 # Regular libxml2 modules. 91 for MODULE in ${MODULES}
|
/external/python/cpython2/Lib/test/ |
test_linecache.py | 15 MODULES = "linecache abc".split() 62 for entry in MODULES:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_linecache.py | 15 MODULES = "linecache abc".split() 62 for entry in MODULES:
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_linecache.py | 15 MODULES = "linecache abc".split() 62 for entry in MODULES:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_linecache.py | 15 MODULES = "linecache abc".split() 62 for entry in MODULES:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_linecache.py | 15 MODULES = "linecache abc".split() 62 for entry in MODULES:
|
/build/make/ |
envsetup.sh | 8 - mm: Builds all of the modules in the current directory, but not their dependencies. 9 - mmm: Builds all of the modules in the supplied directories, but not their dependencies. 10 To limit the modules being built use the syntax: mmm dir/:target1,target2. 11 - mma: Builds all of the modules in the current directory, and their dependencies. 12 - mmma: Builds all of the modules in the supplied directories, and their dependencies. 25 - SANITIZE_HOST: Set to 'true' to use ASAN for all host modules. Note that 791 local MODULES= 810 MODULES= 814 MODULES=MODULES-IN-$(dirname ${M} [all...] |
/external/syslinux/ |
Makefile | 29 # Because we need to build modules multiple times, e.g. for BIOS, 140 MODULES = memdisk/memdisk \ 141 com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \ 147 # FIXME: Prune other BIOS-centric modules 148 MODULES = com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \ 156 INSTALLABLE_MODULES = $(MODULES) 168 $(MODULES)
|
/build/make/core/ |
base_rules.mk | 86 # Don't pull in modules by tags if this is for translation TARGET_2ND_ARCH. 103 ## Dump a .csv file of all modules and their tags 251 $(call pretty-error,host modules cannot use LOCAL_OVERRIDES_MODULES) 353 # Tell the module and all of its sub-modules who it is. 371 # Set up phony targets that covers all modules under the given paths. 374 my_path_prefix := MODULES-IN 425 # checked modules, use LOCAL_BUILT_MODULE. 473 # Make sure we only add the files once for multilib modules. 600 ALL_DEPS.MODULES := $(sort $(ALL_DEPS.MODULES) $(LOCAL_MODULE) [all...] |
dex_preopt_odex_install.mk | 86 $(call pretty-error, Internal error: profiles are not supported for vendor modules) 259 DEXPREOPT.MODULES.$(LOCAL_MODULE_CLASS) := $(sort \ 260 $(DEXPREOPT.MODULES.$(LOCAL_MODULE_CLASS)) $(LOCAL_MODULE))
|
Makefile | 455 # We don't need to really build all the modules. 485 # Modules ready to be converted to Soong, ordered by how many 486 # modules depend on them. [all...] |
/external/syslinux/com32/hdt/ |
Makefile | 25 MODULES = hdt.c32 38 MODULES_ALIAS_FILE ?= /lib/modules/$(KERNEL_VERSION)/modules.alias 39 GZ_MODULES_ALIAS_FILE ?= modules.alias.gz 40 MODULES_PCIMAP_FILE ?= /lib/modules/$(KERNEL_VERSION)/modules.pcimap 41 GZ_MODULES_PCIMAP_FILE ?= modules.pcimap.gz 52 all: $(MODULES) $(TESTFILES) 68 -[ -f $(MODULES_ALIAS_FILE) ] && cat $(MODULES_ALIAS_FILE) | $(GZIPPROG) - -f | MTOOLSRC=$(PWD)/$(FLOPPY_DIR)/mtools.conf $(MCOPY) - a:modules.alias 69 -[ -f $(MODULES_PCIMAP_FILE) ] && cat $(MODULES_PCIMAP_FILE) | $(GZIPPROG) - -f | MTOOLSRC=$(PWD)/$(FLOPPY_DIR)/mtools.conf $(MCOPY) - a:modules.pcima [all...] |
/external/python/cpython2/PC/os2vacpp/ |
makefile | 10 # essential modules of Python and a small Python.exe program to start 39 PY_MODULES = ..\..\Modules 179 # Extension Modules (Built-In or as Separate DLLs) 180 MODULES = \ 208 # Standalone Parser Generator Program (Shares Some of Python's Modules) 268 Modules: $(MODULES) 295 PyCore.lib: $(MODULES) $(OBJECTS) $(PARSER) $(PYTHON) $(PATHOBJ)\Config.obj [all...] |
makefile.omk | 10 # essential modules of Python and a small Python.exe program to start 30 PY_MODULES = ..\..\Modules 141 # Extension Modules (Built-In or as Separate DLLs) 142 MODULES = \ 169 # Omitted Modules (and Description/Reason): 226 # Standalone Parser Generator Program (Shares Some of Python's Modules) 300 PyCore.lib: $(MODULES) $(OBJECTS) $(PARSER) $(PYTHON) Config.obj [all...] |
/external/v8/src/inspector/build/closure-compiler/ |
closure-compiler.jar | |