Searched refs:variable (Results 1 – 25 of 65) sorted by relevance
123
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 here5 warnings.rs:10:8: note: initialize the variable 'l' to silence this warning
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()
112 for (ResourceBundle.VariableDeclaration variable : layoutFileBundle.getVariables()) { in pushClassesToAnalyzer()113 final String variableName = variable.name; in pushClassesToAnalyzer()114 String type = variable.type; in pushClassesToAnalyzer()
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 …
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 …
29 echo Please set the JAVA_HOME variable in your environment to match the43 echo Please set the JAVA_HOME variable in your environment to match the82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
249 Filter variable = getFilter(varName); in assignVariableToFilterInput() local250 if (variable == null || !(variable instanceof VariableSource)) { in assignVariableToFilterInput()256 connectAndBranch(variable, "value", filter, inputName); in assignVariableToFilterInput()262 return (VariableSource)variable; in assignVariableToFilterInput()
32 "variable %0 is undefined")36 "you define variable %0 twice")
1 constant.rs:21:18: warning: 'extern' variable has an initializer
1 extern_const.rs:4:18: error: invalid declaration of uninitialized constant variable 'extern_const_i…
1 global_init.rs:19:10: error: Reflection of initializer to variable 'myS' (of type 's') is unsupport…
25 -Wunused-variable \
1 …es containing pointers cannot be used as the type of an exported global variable or the parameter …