Home
last modified time | relevance | path

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

123

/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.inc10 …gine::Unreachable, "relocation type `%0' is invalid for global symbol `%1'", "relocation type `%0'…
13 …ticEngine::Error, "TLS relocation against invalid symbol `%0' in section `%1'", "TLS relocation ag…
DDiagCommonKinds.inc19 …n_idx, DiagnosticEngine::Unreachable, "section[%0] is invalid in file %1", "section[%0] is invalid
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp690 Fragment* invalid = NULL; in doRelax() local
699 invalid = exit; in doRelax()
706 while (NULL != invalid) { in doRelax()
707 invalid->setOffset(invalid->getPrevNode()->getOffset() + in doRelax()
708 invalid->getPrevNode()->size()); in doRelax()
709 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_rs_prefix/
Dstderr.txt.expect1 rs_prefix.rs:4:6: error: invalid function name prefix, "rs" is reserved: 'rs_foo'
/frameworks/compile/slang/tests/P_unknown_function/
Dstderr.txt.expect1 unknown_function.rs:6:5: warning: 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/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp745 Fragment* invalid = NULL; in doRelax() local
757 invalid = exit; in doRelax()
764 while (NULL != invalid) { in doRelax()
765 invalid->setOffset(invalid->getPrevNode()->getOffset() + in doRelax()
766 invalid->getPrevNode()->size()); in doRelax()
767 invalid = invalid->getNextNode(); in doRelax()
/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/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp631 Fragment* invalid = NULL; in doRelax() local
641 invalid = exit; in doRelax()
648 while (NULL != invalid) { in doRelax()
649 invalid->setOffset(invalid->getPrevNode()->getOffset() + in doRelax()
650 invalid->getPrevNode()->size()); in doRelax()
651 invalid = invalid->getNextNode(); in doRelax()
/frameworks/base/tests/LegacyRestoreTest/
DREADME9 reporting an invalid password in logcat. This is the situation reported in bug
/frameworks/base/docs/html/tools/testing/
Dcontentprovider_testing.jd184 Test invalid URIs: Your unit tests should deliberately call the provider with an
185 invalid URI, and look for errors. Good provider design is to throw an
186 IllegalArgumentException for invalid URIs.
199 enforce. Business logic includes handling of invalid values, financial or arithmetic
Dactivity_testing.jd181 verify that a valid keystroke sequence enables an OK button, while an invalid one leaves the
182 button disabled. You can also verify that the Activity responds to invalid input by
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2349 Fragment* invalid = NULL; in setOutputSectionAddress() local
2353 if (invalid != NULL && !(*in)->dotAssignments().empty()) { in setOutputSectionAddress()
2354 while (invalid != (*in)->dotAssignments().front().first) { in setOutputSectionAddress()
2355 Fragment* prev = invalid->getPrevNode(); in setOutputSectionAddress()
2356 invalid->setOffset(prev->getOffset() + prev->size()); in setOutputSectionAddress()
2357 invalid = invalid->getNextNode(); in setOutputSectionAddress()
2359 invalid = NULL; in setOutputSectionAddress()
2369 invalid = (*it).first->getNextNode(); in setOutputSectionAddress()
2377 while (invalid != NULL) { in setOutputSectionAddress()
2378 Fragment* prev = invalid->getPrevNode(); in setOutputSectionAddress()
[all …]
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd15 {@link android.view.View} that intersects the invalid region. In turn, each
28 in the invalid region, and also
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto806 invalid = 3000; enumerator
844 required Function function = 4 [default = invalid]; // GL function called
/frameworks/wilhelm/src/
DAndroid.mk175 LOCAL_CFLAGS += -x c++ -Wno-multichar -Wno-invalid-offsetof
/frameworks/base/docs/html/training/load-data-background/
Dhandle-results.jd111 {@link android.database.Cursor} becomes invalid. This usually occurs because the data associated
Dsetup-loader.jd132 // An invalid id was passed in
/frameworks/base/docs/html/google/play-services/
Dauth.jd176 This exception is thrown when the authorization fails, such as when an invalid scope is
235 being used is invalid for the service's scope or the token may have expired. If this is the
/frameworks/base/docs/html/google/gcm/
Dgcm.jd211 backed up. This is because the registration ID could become invalid by the time
212 the app is restored, which would put the app in an invalid state
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd266 invalid files that are tolerated by Dalvik but rejected by ART. We have been
273 <li>invalid control flow</li>
/frameworks/base/docs/html/training/custom-views/
Doptimizing-view.jd67 can eliminate unnecessary invalidation of views that fall outside the invalid rectangle.</p>

123