Home
last modified time | relevance | path

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

12345

/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/
Dstderr.txt.expect1 reflection3264_variable_mismatch_init.rscript:6:7: error: global variable 'b' is initialized differ…
2 reflection3264_variable_mismatch_init.rscript:10:8: error: global variable 'd' is initialized diffe…
3 reflection3264_variable_mismatch_init.rscript:14:6: error: global variable 'f' is initialized diffe…
4 reflection3264_variable_mismatch_init.rscript:18:6: error: global variable 'h' is initialized diffe…
5 reflection3264_variable_mismatch_init.rscript:22:8: error: global variable 'j' is initialized diffe…
6 reflection3264_variable_mismatch_init.rscript:30:5: error: global variable 'k' is initialized diffe…
7 reflection3264_variable_mismatch_init.rscript:38:5: error: global variable 'm' is initialized diffe…
8 reflection3264_variable_mismatch_init.rscript:45:6: error: global variable 'n' is initialized diffe…
9 reflection3264_variable_mismatch_init.rscript:51:8: error: global variable 'jj' is initialized diff…
10 reflection3264_variable_mismatch_init.rscript:59:5: error: global variable 'kk' is initialized diff…
[all …]
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
Dstderr.txt.expect1 reflection3264_variable_mismatch.rscript:7:8: error: global variable 'a' has type 'uint' for 32-bit…
2 reflection3264_variable_mismatch.rscript:9:5: error: global variable 'b' has type 'int[4]' for 32-b…
3 reflection3264_variable_mismatch.rscript:16:5: error: global variable 'd' has inconsistent 'const' …
4 reflection3264_variable_mismatch.rscript:21:5: error: global variable 'e' has inconsistent 'const' …
5 reflection3264_variable_mismatch.rscript:24:12: error: global variable 'f' has type 'struct Bar' fo…
6 reflection3264_variable_mismatch.rscript:29:8: error: global variable 'g' has type 'uint[10]' for 3…
7 reflection3264_variable_mismatch.rscript:32:5: error: 10th global variable is 'h32' for 32-bit targ…
/frameworks/compile/slang/tests/P_warnings/
Dstderr.txt.expect2 warnings.rscript:9:7: warning: unused variable 'k'
3 warnings.rscript:11:7: warning: unused variable 'j'
4 warnings.rscript:11:11: warning: variable 'l' is uninitialized when used here
5 warnings.rscript:10:8: note: initialize the variable 'l' to silence this warning
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dcondvar_test.cc22 int variable; member
30 data->variable = 1; in ThreadCondVarFunc()
53 } while (data.variable == 0); in TEST()
58 ASSERT_EQ(data.variable, 1); in TEST()
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/
Dstderr.txt.expect1 reflection3264_variable_extra64.rscript:6:8: error: global variable 'b' has type 'uint' for 32-bit …
2 reflection3264_variable_extra64.rscript:12:6: error: global variable 'd' is only present for 64-bit…
3 reflection3264_variable_extra64.rscript:14:7: error: global variable 'e' is only present for 64-bit…
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dstderr.txt.expect1 reflection3264_struct_mismatch.rscript:19:10: error: global variable 'aa' has type 'int' for 32-bit…
2 reflection3264_struct_mismatch.rscript:20:10: error: global variable 'bb' has type 'int' for 32-bit…
3 reflection3264_struct_mismatch.rscript:21:10: error: global variable 'cc' has type 'int' for 32-bit…
4 reflection3264_struct_mismatch.rscript:22:5: error: global variable 'dd' has type 'struct j' for 32…
5 reflection3264_struct_mismatch.rscript:23:5: error: global variable 'ee' has type 'struct f' for 32…
6 reflection3264_struct_mismatch.rscript:24:5: error: global variable 'ff' has type 'struct o' for 32…
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/
Dstderr.txt.expect1 reflection3264_variable_extra32.rscript:6:8: error: global variable 'b' has type 'uint' for 32-bit …
2 error: in file 'reflection3264_variable_extra32.rscript' global variable 'd' is only present for 32…
3 error: in file 'reflection3264_variable_extra32.rscript' global variable 'e' is only present for 32…
/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/libs/binary_translation/proxy_loader/
Dproxy_library_builder.cc71 const auto& variable = variables_[i]; in InterceptSymbol() local
72 if (strcmp(name, variable.name) == 0) { in InterceptSymbol()
73 if (variable.size != sizeof(GuestAddr)) { in InterceptSymbol()
/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/av/media/codec2/components/apv/
DAndroid.bp34 "-Wno-unused-variable",
62 "-Wno-unused-variable",
/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/startop/apps/ColorChanging/
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/av/media/tests/SampleVideoEncoder/
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/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DEfficientXmlChecker.java252 final ExpressionTree variable = node.getVariable(); in matchMethodInvocation()
253 if (variable instanceof IdentifierTree) { in matchMethodInvocation()
254 return visitWriteSource(((IdentifierTree) variable).getName(), in matchMethodInvocation()
286 final ExpressionTree variable = ((AssignmentTree) readDest).getVariable(); in matchMethodInvocation() local
287 if (variable instanceof IdentifierTree) { in matchMethodInvocation()
288 name = ((IdentifierTree) variable).getName(); in matchMethodInvocation()
/frameworks/compile/slang/tests/P_constant/
Dstderr.txt.expect1 constant.rscript:21:18: warning: 'extern' variable has an initializer
/frameworks/base/tests/TouchLatency/
Dgradlew.bat48 echo Please set the JAVA_HOME variable in your environment to match the
62 echo Please set the JAVA_HOME variable in your environment to match the
81 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/frameworks/compile/slang/tests/F_extern_const/
Dstderr.txt.expect1 extern_const.rscript:4:18: error: invalid declaration of uninitialized constant variable 'extern_co…
/frameworks/compile/mclinker/include/mcld/LD/
DDiagSymbolResolutions.inc32 "variable %0 is undefined")
36 "you define variable %0 twice")
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dstruct_field.rscript21 // variable "outer", and then calls a verification invokable
105 // variable "outer" against incoming argument values.
111 // instance within global variable "outer" against incoming argument values.
117 // instance within global variable "outer" against incoming argument values.
/frameworks/compile/slang/tests/F_global_init/
Dstderr.txt.expect1 global_init.rscript:19:10: error: Reflection of initializer to variable 'myS' (of type 's') is unsu…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_noproto/
Dstderr.txt.expect1 …es containing pointers cannot be used as the type of an exported global variable or the parameter …

12345