Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 9 of 9) sorted by relevance

/development/scripts/
Dboardconfig_usage_analysis.py107 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): argument
120 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 …]
Dgdbclient.py61 def dump_var(root, variable): argument
66 "dumpvar-{}".format(variable)]
/development/tools/checkcolor/
Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/development/samples/training/testingfun/
Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/development/ide/clion/frameworks/native/services/surfaceflinger/
DCMakeLists.txt61 # 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 …]
/development/tutorials/ReverseDebug/
DREADME.txt7 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
/development/tools/labpretest/
DREADME49 the variable "bootpart" which is not defined by default. Also, use this file to
/development/vndk/tools/definition-tool/
DREADME.md64 Developers have to add the phony package name to `PRODUCT_PACKAGES` variable in