Home
last modified time | relevance | path

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

123

/frameworks/compile/slang/tests/P_warnings/
Dstderr.txt.expect2 warnings.rs:9:7: warning: unused variable 'k'
3 warnings.rs:11:7: warning: unused variable 'j'
4 warnings.rs:11:11: warning: variable 'l' is uninitialized when used here
5 warnings.rs:10:8: note: initialize the variable 'l' to silence this warning
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DLayoutBinder.java178 for (ResourceBundle.VariableDeclaration variable : mBundle.getVariables()) { in LayoutBinder()
179 addVariable(variable.name, variable.type, variable.location, variable.declared); in LayoutBinder()
180 names.add(variable.name); in LayoutBinder()
DCompilerChef.java112 for (ResourceBundle.VariableDeclaration variable : layoutFileBundle.getVariables()) { in pushClassesToAnalyzer()
113 final String variableName = variable.name; in pushClassesToAnalyzer()
114 String type = variable.type; in pushClassesToAnalyzer()
/frameworks/compile/slang/tests/F_ptr_in_struct/
Dstderr.txt.expect1 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
2 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dstderr.txt.expect21 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
22 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
23 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
24 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
25 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
26 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
/frameworks/data-binding/integration-tests/TestApp/
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
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
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
/frameworks/support/samples/SupportLeanbackShowcase/
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
/frameworks/data-binding/integration-tests/IndependentLibrary/
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
/frameworks/data-binding/integration-tests/App With Spaces/
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
/frameworks/data-binding/samples/BindingDemo/
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
/frameworks/data-binding/compiler/
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
/frameworks/data-binding/developmentPlugins/
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
/frameworks/base/tests/TouchLatency/
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
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
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
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFilterGraph.java249 Filter variable = getFilter(varName); in assignVariableToFilterInput() local
250 if (variable == null || !(variable instanceof VariableSource)) { in assignVariableToFilterInput()
256 connectAndBranch(variable, "value", filter, inputName); in assignVariableToFilterInput()
262 return (VariableSource)variable; in assignVariableToFilterInput()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagSymbolResolutions.inc32 "variable %0 is undefined")
36 "you define variable %0 twice")
/frameworks/compile/slang/tests/P_constant/
Dstderr.txt.expect1 constant.rs:21:18: warning: 'extern' variable has an initializer
/frameworks/compile/slang/tests/F_extern_const/
Dstderr.txt.expect1 extern_const.rs:4:18: error: invalid declaration of uninitialized constant variable 'extern_const_i…
/frameworks/compile/slang/tests/F_global_init/
Dstderr.txt.expect1 global_init.rs:19:10: error: Reflection of initializer to variable 'myS' (of type 's') is unsupport…
/frameworks/opt/net/wifi/libwifi_hal/
DAndroid.mk25 -Wunused-variable \
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_proto/
Dstderr.txt.expect1 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
/frameworks/compile/slang/tests/F_ptr_in_struct_for_call/
Dstderr.txt.expect1 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
/frameworks/compile/slang/tests/F_struct_field_ptr_to_array/
Dstderr.txt.expect1 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_noproto/
Dstderr.txt.expect1 …es containing pointers cannot be used as the type of an exported global variable or the parameter …

123