/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/ |
D | stderr.txt.expect | 1 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/ |
D | objectivec_map_field.cc | 97 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()
|
D | objectivec_field.h | 85 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()
|
D | objectivec_message_field.cc | 73 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/ |
D | stderr.txt.expect | 1 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/ |
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/compile/slang/ |
D | slang_rs_reflection_state.cpp | 956 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/ |
D | stderr.txt.expect | 1 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/ |
D | stderr.txt.expect | 1 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/ |
D | stderr.txt.expect | 1 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/ |
D | InspectionCompanionGenerator.java | 302 @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/ |
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/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/opt/gamesdk/src/tuningfork/tools/validation/ |
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 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/frameworks/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/base/tests/TouchLatency/ |
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/opt/gamesdk/third_party/cube/ |
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/opt/gamesdk/samples/tuningfork/tftestapp/ |
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 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/frameworks/opt/gamesdk/samples/bouncyball/ |
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/opt/gamesdk/samples/unitypackaging/ |
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 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/frameworks/opt/gamesdk/samples/cube/ |
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/opt/gamesdk/ |
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 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/ |
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/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
|