Searched refs:variable (Results 1 – 9 of 9) sorted by relevance
107 variable = mo.group(1)108 if variable in white_list:111 if variable not in variables:112 variables[variable] = set()114 variables[variable].add(board_config_mk[len(TOP) + 1:])119 def find_usage(variable, makefiles): argument120 re_usage = re.compile('\$\(' + variable + '\)')174 for variable, locations in sorted(variables.items()):175 usage_in_sfe = find_usage(variable, sfe_makefiles)176 usage_of_system_modules = find_usage(variable, system_module_makefiles)[all …]
61 def dump_var(root, variable): argument66 "dumpvar-{}".format(variable)]
29 echo Please set the JAVA_HOME variable in your environment to match the43 echo Please set the JAVA_HOME variable in your environment to match the82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
61 # variable ${config.CommonGlobalIncludes} = '-Isystem/core/include -Isystem/media/audio/include -Ih…63 # variable ${config.CommonGlobalSystemIncludes} = '-isystem frameworks/av/include'65 # variable ${config.Arm64IncludeFlags} = '-isystem bionic/libc/arch-arm64/include -isystem bionic/l…67 # variable ${config.CommonNativehelperInclude} = '-Ilibnativehelper/include/nativehelper'69 # variable ${config.Arm64ClangCflags} = '-fno-exceptions -Wno-multichar -fno-strict-aliasing -fstac…71 # variable ${config.CommonClangGlobalCflags} = '-DANDROID -fmessage-length=0 -W -Wall -Wno-unused -…73 # variable ${config.DeviceClangGlobalCflags} = '-Werror=return-type -Werror=non-virtual-dtor -Werro…75 # variable ${config.Arm64ClangCortexA53Cflags} = '-mcpu=cortex-a53'212 # variable ${config.CommonGlobalConlyflags} = ''218 # variable ${config.CommonClangGlobalCppflags} = '-Wsign-promo -Wno-inconsistent-missing-override -…[all …]
7 In the sample below, the "clobber" function trashes a neighboring variable "p"8 on the stack next to the "values" variable, and the program will crash at
49 the variable "bootpart" which is not defined by default. Also, use this file to
64 Developers have to add the phony package name to `PRODUCT_PACKAGES` variable in