Home
last modified time | relevance | path

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

12345

/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/
Dstderr.txt.expect1 reflection3264_variable_mismatch_init.rs:6:7: error: global variable 'b' is initialized differently…
2 reflection3264_variable_mismatch_init.rs:10:8: error: global variable 'd' is initialized differentl…
3 reflection3264_variable_mismatch_init.rs:14:6: error: global variable 'f' is initialized differentl…
4 reflection3264_variable_mismatch_init.rs:18:6: error: global variable 'h' is initialized differentl…
5 reflection3264_variable_mismatch_init.rs:22:8: error: global variable 'j' is initialized differentl…
6 reflection3264_variable_mismatch_init.rs:30:5: error: global variable 'k' is initialized differentl…
7 reflection3264_variable_mismatch_init.rs:38:5: error: global variable 'm' is initialized differentl…
8 reflection3264_variable_mismatch_init.rs:45:6: error: global variable 'n' is initialized differentl…
9 reflection3264_variable_mismatch_init.rs:51:8: error: global variable 'jj' is initialized different…
10 reflection3264_variable_mismatch_init.rs:59:5: error: global variable 'kk' is initialized different…
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_map_field.cc97 variables_["field_type"] = value_field_generator_->variable("field_type"); in MapFieldGenerator()
98 variables_["default"] = value_field_generator_->variable("default"); in MapFieldGenerator()
99 variables_["default_name"] = value_field_generator_->variable("default_name"); in MapFieldGenerator()
111 value_field_generator_->variable("fieldflags"); in MapFieldGenerator()
130 value_field_generator_->variable("storage_type") + "*>"; in MapFieldGenerator()
140 value_field_generator_->variable("storage_type") + "*>"; in MapFieldGenerator()
145 value_field_generator_->variable("dataTypeSpecific_name"); in MapFieldGenerator()
147 value_field_generator_->variable("dataTypeSpecific_value"); in MapFieldGenerator()
160 …"// |" + variables_["name"] + "| values are |" + value_field_generator_->variable("storage_type") … in FinishInitialization()
171 value_field_generator_->variable("storage_type"); in DetermineForwardDeclarations()
Dobjectivec_field.h85 string variable(const char* key) const { in variable() function
90 const string& field_flags = variable("fieldflags"); in needs_textformat_name_support()
93 string generated_objc_name() const { return variable("name"); } in generated_objc_name()
94 string raw_field_name() const { return variable("raw_field_name"); } in raw_field_name()
Dobjectivec_message_field.cc73 fwd_decls->insert("@class " + variable("storage_type")); in DetermineForwardDeclarations()
101 fwd_decls->insert("@class " + variable("storage_type")); in DetermineForwardDeclarations()
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
Dstderr.txt.expect1 reflection3264_variable_mismatch.rs:7:8: error: global variable 'a' has type 'uint' for 32-bit targ…
2 reflection3264_variable_mismatch.rs:9:5: error: global variable 'b' has type 'int[4]' for 32-bit ta…
3 reflection3264_variable_mismatch.rs:16:5: error: global variable 'd' has inconsistent 'const' quali…
4 reflection3264_variable_mismatch.rs:21:5: error: global variable 'e' has inconsistent 'const' quali…
5 reflection3264_variable_mismatch.rs:24:12: error: global variable 'f' has type 'struct Bar' for 32-…
6 reflection3264_variable_mismatch.rs:29:8: error: global variable 'g' has type 'uint[10]' for 32-bit…
7 reflection3264_variable_mismatch.rs:32:5: error: 10th global variable is 'h32' for 32-bit targets b…
/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/compile/slang/
Dslang_rs_reflection_state.cpp956 auto &variable = variables.CollectNext(); in declareVariable() local
957 variable.mName = EV->getName(); in declareVariable()
958 variable.mType = canon(getUniqueTypeName(EV->getType())); in declareVariable()
959 variable.mAllocSize = EV->getType()->getAllocSize(); in declareVariable()
960 variable.mIsConst = EV->isConst(); in declareVariable()
962 variable.mInitializerCount = 1; in declareVariable()
963 variable.mInitializers = new clang::APValue[1]; in declareVariable()
964 variable.mInitializers[0] = EV->getInit(); in declareVariable()
966 variable.mInitializerCount = EV->getNumInits(); in declareVariable()
967 variable.mInitializers = new clang::APValue[variable.mInitializerCount]; in declareVariable()
[all …]
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dstderr.txt.expect1 reflection3264_struct_mismatch.rs:19:10: error: global variable 'aa' has type 'int' for 32-bit targ…
2 reflection3264_struct_mismatch.rs:20:10: error: global variable 'bb' has type 'int' for 32-bit targ…
3 reflection3264_struct_mismatch.rs:21:10: error: global variable 'cc' has type 'int' for 32-bit targ…
4 reflection3264_struct_mismatch.rs:22:5: error: global variable 'dd' has type 'struct j' for 32-bit …
5 reflection3264_struct_mismatch.rs:23:5: error: global variable 'ee' has type 'struct f' for 32-bit …
6 reflection3264_struct_mismatch.rs:24:5: error: global variable 'ff' has type 'struct o' for 32-bit …
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/
Dstderr.txt.expect1 reflection3264_variable_extra64.rs:6:8: error: global variable 'b' has type 'uint' for 32-bit targe…
2 reflection3264_variable_extra64.rs:12:6: error: global variable 'd' is only present for 64-bit targ…
3 reflection3264_variable_extra64.rs:14:7: error: global variable 'e' is only present for 64-bit targ…
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/
Dstderr.txt.expect1 reflection3264_variable_extra32.rs:6:8: error: global variable 'b' has type 'uint' for 32-bit targe…
2 error: in file 'reflection3264_variable_extra32.rs' global variable 'd' is only present for 32-bit …
3 error: in file 'reflection3264_variable_extra32.rs' global variable 'e' is only present for 32-bit …
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DInspectionCompanionGenerator.java302 @NonNull String variable) { in generateIntEnumPropertyMapperInvocation() argument
312 variable); in generateIntEnumPropertyMapperInvocation()
317 variable, in generateIntEnumPropertyMapperInvocation()
327 variable); in generateIntEnumPropertyMapperInvocation()
352 @NonNull String variable) { in generateIntFlagPropertyMapperInvocation() argument
361 variable); in generateIntFlagPropertyMapperInvocation()
366 variable, in generateIntFlagPropertyMapperInvocation()
377 variable); in generateIntFlagPropertyMapperInvocation()
/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/opt/gamesdk/src/tuningfork/tools/validation/
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
76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/frameworks/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/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/opt/gamesdk/third_party/cube/
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/opt/gamesdk/samples/tuningfork/tftestapp/
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
76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/frameworks/opt/gamesdk/samples/bouncyball/
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/opt/gamesdk/samples/unitypackaging/
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
76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/frameworks/opt/gamesdk/samples/cube/
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/opt/gamesdk/
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
76 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

12345