/frameworks/compile/slang/tests/F_vector_cast/ |
D | stderr.txt.expect | 3 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/ |
D | DiagRelocations.inc | 10 …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…
|
D | DiagCommonKinds.inc | 19 …n_idx, DiagnosticEngine::Unreachable, "section[%0] is invalid in file %1", "section[%0] is invalid…
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 690 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/ |
D | stderr.txt.expect | 1 error: invalid integral value 'foo' in '-target-api foo'
|
/frameworks/compile/slang/tests/F_rs_prefix/ |
D | stderr.txt.expect | 1 rs_prefix.rs:4:6: error: invalid function name prefix, "rs" is reserved: 'rs_foo'
|
/frameworks/compile/slang/tests/P_unknown_function/ |
D | stderr.txt.expect | 1 unknown_function.rs:6:5: warning: implicit declaration of function 'bar' is invalid in C99
|
/frameworks/compile/slang/tests/F_root_graphics_13/ |
D | stderr.txt.expect | 1 root_graphics_13.rs:5:23: error: invalid parameter type for legacy graphics root() function: 'unsig…
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 745 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/ |
D | stderr.txt.expect | 4 bad_version_pragma.rs:4:18: error: invalid digit 'a' in decimal constant
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 631 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/ |
D | README | 9 reporting an invalid password in logcat. This is the situation reported in bug
|
/frameworks/base/docs/html/tools/testing/ |
D | contentprovider_testing.jd | 184 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
|
D | activity_testing.jd | 181 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/ |
D | GNULDBackend.cpp | 2349 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/ |
D | gradlew.bat | 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 15 {@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/ |
D | gltrace.proto | 806 invalid = 3000; enumerator 844 required Function function = 4 [default = invalid]; // GL function called
|
/frameworks/wilhelm/src/ |
D | Android.mk | 175 LOCAL_CFLAGS += -x c++ -Wno-multichar -Wno-invalid-offsetof
|
/frameworks/base/docs/html/training/load-data-background/ |
D | handle-results.jd | 111 {@link android.database.Cursor} becomes invalid. This usually occurs because the data associated
|
D | setup-loader.jd | 132 // An invalid id was passed in
|
/frameworks/base/docs/html/google/play-services/ |
D | auth.jd | 176 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/ |
D | gcm.jd | 211 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/ |
D | verifying-apps-art.jd | 266 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/ |
D | optimizing-view.jd | 67 can eliminate unnecessary invalidation of views that fall outside the invalid rectangle.</p>
|