Searched refs:vars (Results 1 – 14 of 14) sorted by relevance
/ndk/build/core/ |
D | add-toolchain.mk | 31 $(call clear-vars,$(NDK_TOOLCHAIN_VARS_REQUIRED)) 32 $(call clear-vars,$(NDK_TOOLCHAIN_VARS_OPTIONAL)) 50 $(call check-required-vars,$(NDK_TOOLCHAIN_VARS_REQUIRED),$(_config_mk))
|
D | clear-vars.mk | 22 $(call clear-vars, $(filter-out LOCAL_PATH,$(modules-LOCALS:%=LOCAL_%)))
|
D | build-all.mk | 43 CLEAR_VARS := $(BUILD_SYSTEM)/clear-vars.mk
|
D | main.mk | 99 $(call clear-vars, $(NDK_APP_VARS))
|
D | add-application.mk | 29 $(call clear-vars, $(NDK_APP_VARS)) 51 $(call check-required-vars,$(NDK_APP_VARS_REQUIRED),$(_application_mk))
|
D | definitions-utils.mk | 85 clear-vars = $(foreach __varname,$1,$(eval $(__varname) := $(empty)))
|
D | definitions.mk | 63 check-required-vars = $(foreach __varname,$1,\
|
/ndk/build/tools/ |
D | dev-system-import.sh | 319 local vars="`extract_shared_library_variables $1`" 321 local numvars=`echo $vars | wc -w` 330 for var in $vars; do 351 if [ "$newvars" != "$vars" ] ; then 372 (echo "$vars" | tr ' ' '\n') >> $symfile
|
D | gen-platforms.sh | 474 local CC funcs vars numfuncs numvars 494 vars=$(cat "$SYMDIR/$LIB.variables.txt" 2>/dev/null) 497 vars=$(remove_unwanted_variable_symbols $ARCH libgcc.a $vars) 498 vars=$(remove_unwanted_variable_symbols $ARCH $LIB $vars) 500 numvars=$(echo $vars | wc -w) 503 gen_shared_lib $LIB "$funcs" "$vars" "$DSTDIR/$LIB" "$CC"
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | targetvars | 20 # Some things that shouldn't be target vars 48 # Test target-specific vars with pattern/suffix rules 53 # Target-specific vars with multiple LHS pattern rules 117 # For PR/1378: Target-specific vars don't inherit correctly 182 # PR/2020: More hassles with += target-specific vars. I _really_ think
|
D | export | 57 # TEST 1: make sure vars inherited from the parent are exported
|
/ndk/ |
D | find-win-host.cmd | 30 rem Uses "endlocal &&" hack to allow env. vars to survive setlocal/endlocal
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 168 Create an %extraENV hash tests can set to add more env. vars. 469 target-specific vars (Bug #1391). 740 "Target-specific vars don't inherit correctly"
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 9342 # and sets the high bit in the cache file unless we assign to the vars.
|