/frameworks/compile/slang/tests/P_warnings/ |
D | stderr.txt.expect | 2 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/ |
D | LayoutBinder.java | 178 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()
|
/frameworks/compile/mclinker/ |
D | mcld.mk | 2 $(error Must set variable MCLD_ROOT_PATH before including this! $(LOCAL_PATH)) 9 $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
|
D | mcld-host-build.mk | 10 -Wno-unused-const-variable \
|
/frameworks/compile/slang/tests/F_reduce_general_bad_result/ |
D | stderr.txt.expect | 21 …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/compile/slang/tests/F_ptr_in_struct/ |
D | stderr.txt.expect | 1 …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/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | TernaryExpr.java | 116 public KCode toInverseCode(KCode variable) { in toInverseCode() argument 120 .tab(getIfTrue().toInverseCode(variable)) in toInverseCode() 122 .tab(getIfFalse().toInverseCode(variable)) in toInverseCode()
|
/frameworks/opt/net/wifi/service/ |
D | Android.mk | 27 -Wunused-variable -Winit-self -Wwrite-strings -Wshadow 48 -Wunused-variable -Winit-self -Wwrite-strings -Wshadow 86 -Wunused-variable -Winit-self -Wwrite-strings -Wshadow
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | FilterGraph.java | 249 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/data-binding/integration-tests/App With Spaces/ |
D | gradlew.bat | 29 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/ |
D | gradlew.bat | 29 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/ |
D | gradlew.bat | 29 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/ |
D | gradlew.bat | 29 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/ |
D | gradlew.bat | 29 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/TestApp/ |
D | gradlew.bat | 29 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/ |
D | gradlew.bat | 29 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/ |
D | gradlew.bat | 29 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/ |
D | gradlew.bat | 29 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/docs/html/topic/libraries/data-binding/ |
D | index.jd | 225 <variable name="user" type="com.example.User"/> 241 The user <strong>variable</strong> within <strong>data</strong> describes a 245 <<strong>variable name="user" type="com.example.User"</strong>/> 316 layout properties (e.g. the <code>user</code> variable) to the layout's Views 396 <variable name="handlers" type="com.example.Handlers"/> 397 <variable name="user" type="com.example.User"/> 440 <variable name="task" type="com.android.example.Task" /> 441 <variable name="presenter" type="com.android.example.Presenter" /> 603 <variable name="user" type="User"/> 604 <variable name="userList" type="List&lt;User&gt;"/> [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 32 "variable %0 is undefined") 36 "you define variable %0 twice")
|
/frameworks/compile/slang/tests/P_constant/ |
D | stderr.txt.expect | 1 constant.rs:21:18: warning: 'extern' variable has an initializer
|
/frameworks/compile/slang/tests/F_extern_const/ |
D | stderr.txt.expect | 1 extern_const.rs:4:18: error: invalid declaration of uninitialized constant variable 'extern_const_i…
|
/frameworks/compile/slang/tests/F_global_init/ |
D | stderr.txt.expect | 1 global_init.rs:19:10: error: Reflection of initializer to variable 'myS' (of type 's') is unsupport…
|
/frameworks/compile/slang/tests/F_ptr_in_struct_for_call/ |
D | stderr.txt.expect | 1 …es containing pointers cannot be used as the type of an exported global variable or the parameter …
|
/frameworks/compile/libbcc/ |
D | libbcc.mk | 18 $(error Must set variable LIBBCC_ROOT_PATH before including this! $(LOCAL_PATH))
|