HomeSort by relevance Sort by last modified time
    Searched refs:TOOLS (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/
tools.mk 11 # List of tools to build.
12 TOOLS-yes += tiny_ssim.c
28 # Expand list of selected tools to build (as specified above)
29 TOOLS = $(addprefix tools/,$(call enabled,TOOLS))
30 ALL_SRCS = $(foreach ex,$(TOOLS),$($(notdir $(ex:.c=)).SRCS))
37 # Expand all tools sources into a variable containing all sources
38 # for that tools (not just them main one specified in TOOLS)
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/
Android.mk 17 TOOLS := frameworks/av/services/audiopolicy/engineconfigurable/tools
18 BUILD_PFW_SETTINGS := $(TOOLS)/build_audio_pfw_settings.mk
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/
Android.mk 17 TOOLS := frameworks/av/services/audiopolicy/engineconfigurable/tools
18 BUILD_PFW_SETTINGS := $(TOOLS)/build_audio_pfw_settings.mk
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/
Android.mk 18 TOOLS := frameworks/av/services/audiopolicy/engineconfigurable/tools
19 BUILD_PFW_SETTINGS := $(TOOLS)/build_audio_pfw_settings.mk
  /external/libxml2/os400/
make-src.sh 102 if action_needed "${LIBIFSNAME}/TOOLS.FILE"
103 then CMD="CRTSRCPF FILE(${TARGETLIB}/TOOLS) RCDLEN(112)"
104 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('libxml2: build tools')"
111 BSF="${LIBIFSNAME}/TOOLS.FILE/BNDSRC.MBR"
212 CMD="${CMD} SRCFILE(${TARGETLIB}/TOOLS) SRCMBR(BNDSRC)"
286 if action_needed "${LIBIFSNAME}/TOOLS.FILE/XMLLINT.MBR" \
289 CMD="${CMD} TOOBJ('${LIBIFSNAME}/TOOLS.FILE/XMLLINT.MBR')"
295 "${LIBIFSNAME}/TOOLS.FILE/XMLLINT.MBR"
297 CMD="${CMD} SRCFILE(${TARGETLIB}/TOOLS) SRCMBR(XMLLINT) THDSAFE(*YES)"
341 if action_needed "${LIBIFSNAME}/TOOLS.FILE/XMLCATALOG.MBR"
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/config/example/
Android.mk 5 TOOLS := frameworks/av/services/audiopolicy/engineconfigurable/tools
6 PROVISION_CRITERION_TYPES := $(TOOLS)/provision_criterion_types_from_android_headers.mk
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/
Android.mk 22 TOOLS := frameworks/av/services/audiopolicy/engineconfigurable/tools
23 BUILD_PFW_SETTINGS := $(TOOLS)/build_audio_pfw_settings.mk
25 PROVISION_STRATEGIES_STRUCTURE := $(TOOLS)/provision_strategies_structure.mk
  /device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat 112 echo !!! ERROR !!! No tools path available. Please set EDK_TOOLS_PATH !!!
283 echo !!! ERROR !!! Binary C tools are missing. They are requried to be built from BaseTools Source.
312 echo !!! ERROR !!! Binary python tools are missing. PYTHON_HOME environment variable is not set.
313 echo PYTHON_HOME is required to build or execute the python tools.
348 @echo !!! ERROR !!!! Cannot find Visual Studio, required to build C tools !!!
370 echo BUILDING PYTHON TOOLS
396 @echo build those updated tools.
397 @echo ForceRebuild If sources are available, rebuild all tools regardless of
  /external/icu/icu4c/source/data/
makedata.mak 163 # Directory under which all of the ICU data building tools live.
165 ICUTOOLS=$(ICUP)\source\tools
166 !MESSAGE ICU tools path is $(ICUTOOLS)
169 # TOOLS CFG PATH
170 # ARM needs to use one of the other tools, so make sure to get an usable cfg path
171 # Since tools, particularly pkggen, have architecture built-in, we made x64 on
172 # Windows be machine-independent and use those tools.
178 !MESSAGE ICU tools CFG subpath is $(CFGTOOLS)
180 # The current ICU tools need to be in the path first.
    [all...]

Completed in 573 milliseconds