Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/compile/slang/tests/F_vector_cast/
Dstderr.txt.expect3 vector_cast.rs:7:9: error: invalid vector cast
4 vector_cast.rs:14:9: error: invalid vector cast
5 vector_cast.rs:21:9: error: invalid vector cast
6 vector_cast.rs:31:13: error: invalid vector cast
/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc43 "relocation type `%0' is invalid for global symbol `%1'",
44 "relocation type `%0' is invalid for global symbol `%1'")
55 "TLS relocation against invalid symbol `%0' in section `%1'",
56 "TLS relocation against invalid symbol `%0' in section `%1'")
DDiagMips.inc12 "invalid size of .MIPS.abiflags section in %0",
13 "invalid size of .MIPS.abiflags section in %0")
/frameworks/hardware/interfaces/vr/composer/1.0/
DIVrComposerClient.hal75 * BAD_DISPLAY when an invalid display handle was passed in.
76 * BAD_LAYER when an invalid layer handle was passed in.
92 * BAD_DISPLAY when an invalid display handle was passed in.
106 * BAD_DISPLAY when an invalid display handle was passed in.
107 * BAD_LAYER when an invalid layer handle was passed in.
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp463 Fragment* invalid = *it; in doRelax() local
464 while (invalid != NULL) { in doRelax()
465 invalid->setOffset(invalid->getPrevNode()->getOffset() + in doRelax()
466 invalid->getPrevNode()->size()); in doRelax()
467 invalid = invalid->getNextNode(); in doRelax()
/frameworks/compile/slang/tests/F_set_target_api_foo/
Dstderr.txt.expect1 error: invalid integral value 'foo' in '-target-api foo'
/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_rs_prefix/
Dstderr.txt.expect1 rs_prefix.rs:4:6: error: invalid function name prefix, "rs" is reserved: 'rs_foo'
/frameworks/compile/slang/tests/F_unknown_function/
Dstderr.txt.expect1 unknown_function.rs:6:5: error: implicit declaration of function 'bar' is invalid in C99
/frameworks/compile/slang/tests/F_root_graphics_13/
Dstderr.txt.expect1 root_graphics_13.rs:5:23: error: invalid parameter type for legacy graphics root() function: 'unsig…
/frameworks/compile/slang/tests/F_warnings_as_error/
Dstderr.txt.expect1 deprecated.rs:9:11: error: implicit declaration of function 'func0' is invalid in C99
/frameworks/compile/slang/tests/F_bad_version_pragma/
Dstderr.txt.expect4 bad_version_pragma.rs:4:18: error: invalid digit 'a' in decimal constant
/frameworks/base/wifi/tests/assets/hsr1/
DREADME.txt5 …e64 - base64 encoded installation file with that contains a MIME part with an invalid content type.
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp933 Fragment* invalid = *it; in doRelax() local
934 while (invalid != NULL) { in doRelax()
935 invalid->setOffset(invalid->getPrevNode()->getOffset() + in doRelax()
936 invalid->getPrevNode()->size()); in doRelax()
937 invalid = invalid->getNextNode(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp634 Fragment* invalid = *it; in doRelax() local
635 while (invalid != NULL) { in doRelax()
636 invalid->setOffset(invalid->getPrevNode()->getOffset() + in doRelax()
637 invalid->getPrevNode()->size()); in doRelax()
638 invalid = invalid->getNextNode(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp862 Fragment* invalid = *it; in doRelax() local
863 while (invalid != NULL) { in doRelax()
864 invalid->setOffset(invalid->getPrevNode()->getOffset() + in doRelax()
865 invalid->getPrevNode()->size()); in doRelax()
866 invalid = invalid->getNextNode(); in doRelax()
/frameworks/base/tests/LegacyRestoreTest/
DREADME9 reporting an invalid password in logcat. This is the situation reported in bug
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2250 Fragment* invalid = NULL; in setOutputSectionAddress() local
2255 if (invalid != NULL && !(*in)->dotAssignments().empty()) { in setOutputSectionAddress()
2256 while (invalid != (*in)->dotAssignments().front().first) { in setOutputSectionAddress()
2257 Fragment* prev = invalid->getPrevNode(); in setOutputSectionAddress()
2258 invalid->setOffset(prev->getOffset() + prev->size()); in setOutputSectionAddress()
2259 invalid = invalid->getNextNode(); in setOutputSectionAddress()
2261 invalid = NULL; in setOutputSectionAddress()
2273 invalid = (*it).first->getNextNode(); in setOutputSectionAddress()
2281 while (invalid != NULL) { in setOutputSectionAddress()
2282 Fragment* prev = invalid->getPrevNode(); in setOutputSectionAddress()
[all …]
/frameworks/support/app-toolkit/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/support/samples/SupportLeanbackShowcase/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dpixel_format_f32.rsh45 // For other pixels, 0 (invalid depth).
/frameworks/data-binding/developmentPlugins/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/data-binding/integration-tests/App With Spaces/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/data-binding/compiler/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%

12