Searched refs:variables (Results 1 – 12 of 12) sorted by relevance
/development/scripts/ |
D | boardconfig_usage_analysis.py | 99 variables = dict() 111 if variable not in variables: 112 variables[variable] = set() 114 variables[variable].add(board_config_mk[len(TOP) + 1:]) 116 return variables 150 variables = find_defined_variables(board_config_mks) 156 print('variables', len(variables)) 174 for variable, locations in sorted(variables.items()):
|
/development/vndk/tools/elfcheck/ |
D | fix_android_mk_prebuilt.py | 40 variables = {} 46 variables[key] = value 47 return variables
|
/development/vndk/tools/elfcheck/elfcheck/ |
D | rewriter.py | 108 def __init__(self, mk_path, variables=None, android_build_top=None): argument 113 if variables: 114 for key, value in variables.items():
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/development/tools/checkcolor/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
D | build.gradle | 9 * With the build server you are given two env variables.
|
/development/samples/training/testingfun/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/development/tools/repo_diff/service/repodiff/ |
D | README.md | 26 the following environment variables will need to be set in your application 38 The same environment variables should be set for production. The names are the 41 One the environment variables are set, the database can be readied by running:
|
/development/vndk/tools/header-checker/ |
D | README.md | 18 `header-abi-dumper` dumps the ABIs (including classes, functions, variables, 23 only include the classes, the functions, and the variables that are defined in
|
/development/vndk/tools/definition-tool/templates/ |
D | vndk.txt | 82 # Unset variables
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | abi_diff.proto | 96 // Functions and Global variables.
|
/development/tools/winscope/ |
D | yarn.lock | 136 "@babel/helper-hoist-variables@^7.14.5": 138 …resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14… 634 "@babel/helper-hoist-variables" "^7.14.5" 890 "@babel/helper-hoist-variables" "^7.14.5"
|