Home
last modified time | relevance | path

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

12345

/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()
/frameworks/compile/mclinker/
Dmcld.mk2 $(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))
Dmcld-host-build.mk10 -Wno-unused-const-variable \
/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/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/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DTernaryExpr.java116 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/
DAndroid.mk27 -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/
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/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/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/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/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/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/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/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/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/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/base/docs/html/topic/libraries/data-binding/
Dindex.jd225 <variable name="user" type="com.example.User"/>
241 The user <strong>variable</strong> within <strong>data</strong> describes a
245 &lt;<strong>variable name="user" type="com.example.User"</strong>/&gt;
316 layout properties (e.g. the <code>user</code> variable) to the layout's Views
396 &lt;variable name="handlers" type="com.example.Handlers"/&gt;
397 &lt;variable name="user" type="com.example.User"/&gt;
440 &lt;variable name="task" type="com.android.example.Task" /&gt;
441 &lt;variable name="presenter" type="com.android.example.Presenter" /&gt;
603 &lt;variable name="user" type="User"/&gt;
604 &lt;variable name="userList" type="List&amp;lt;User&amp;gt;"/&gt;
[all …]
/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/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/libbcc/
Dlibbcc.mk18 $(error Must set variable LIBBCC_ROOT_PATH before including this! $(LOCAL_PATH))

12345