/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
err-sh4al-dsp.s | 14 movx.l @r5,x1 movx.w @r0,x0 ! { dg-error "multiple movx" } 15 movx.l @r1+,y0 nopx ! { dg-error "multiple movx" } 16 movy.w @r7,y1 movy.l @r2,y0 ! { dg-error "multiple movy" } 17 movy.l @r3+,x0 nopy ! { dg-error "multiple movy" }
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
parallel-bad-1.l | 4 [^:]*:10: Error: multiple '||' on same line 7 [^:]*:16: Error: multiple '||' on same line 9 [^:]*:18: Error: multiple '||' on same line 11 [^:]*:20: Error: multiple '||' on same line
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
textaddr3.d | 4 #warning: .*address of `text-segment' isn't multiple of maximum page size
|
textaddr5.d | 4 #warning: .*address of `text-segment' isn't multiple of maximum page size
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix-weak-3-32.d | 5 #error: .*multiple definition of `x1'\n[^\n]*first defined here
|
aix-weak-3-64.d | 5 #error: .*multiple definition of `x1'\n[^\n]*first defined here
|
/external/clang/test/SemaObjC/ |
arc-repeated-weak.mm | 22 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this function but may be unpredictably set to nil; assign to a strong variable to keep the object alive}} 57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 66 use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times in this function and may be unpredictably set to nil; assign to a strong variable to keep the object alive}} 71 use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times}} 76 use(a.implicitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multiple times}} 81 use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed multiple times}} 92 use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple times}} 98 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}} 103 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 114 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times} [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
MoreKeySpecSplitTests.java | 167 assertTextArray("Multiple chars", "a,b,c", "a", "b", "c"); 168 assertTextArray("Multiple chars", "a,b,\\c", "a", "b", "\\c"); 169 assertTextArray("Multiple chars and escape at beginning and end", 171 assertTextArray("Multiple surrogates", PAIR1 + "," + PAIR2 + "," + PAIR3, 173 assertTextArray("Multiple chars surrounded by spaces", " a , b , c ", " a ", " b ", " c "); 174 assertTextArray("Multiple labels", "abc,def,ghi", "abc", "def", "ghi"); 175 assertTextArray("Multiple surrogated", SURROGATE1 + "," + SURROGATE2, 177 assertTextArray("Multiple labels surrounded by spaces", " abc , def , ghi ", 182 assertTextArray("Multiple chars with comma", "a,\\,,c", "a", "\\,", "c"); 183 assertTextArray("Multiple chars with comma surrounded by spaces", " a , \\, , c " [all...] |
MoreKeySpecStringReferenceTests.java | 86 assertTextArray("Multiple escaped !string", "\\!,\\!string/empty_string", 88 assertTextArray("Multiple escaped !STRING", "\\!,\\!STRING/EMPTY_STRING", 150 assertTextArray("Multiple chars", 152 assertTextArray("Multiple chars surrounded by spaces", 155 assertTextArray("Multiple labels", 157 assertTextArray("Multiple labels surrounded by spaces", 162 assertTextArray("Multiple chars with comma", 165 assertTextArray("Multiple chars with comma surrounded by spaces", 168 assertTextArray("Multiple labels with escape", 171 assertTextArray("Multiple labels with escape surrounded by spaces" [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips-branch-delay.l | 9 .*:90: Warning: macro instruction expanded into multiple instructions in a branch delay slot 15 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot 16 .*:110: Warning: macro instruction expanded into multiple instructions in a branch delay slot 17 .*:121: Warning: macro instruction expanded into multiple instructions in a branch delay slot 23 .*:131: Warning: macro instruction expanded into multiple instructions in a branch delay slot 24 .*:141: Warning: macro instruction expanded into multiple instructions in a branch delay slot
|
/external/clang/test/SemaCXX/ |
warn-unsequenced.cpp | 20 a = a++; // expected-warning {{multiple unsequenced modifications to 'a'}} 23 ++a + ++a; // expected-warning {{multiple unsequenced modifications to 'a'}} 24 a++ + a++; // expected-warning {{multiple unsequenced modifications}} 27 a = xs[a++]; // expected-warning {{multiple unsequenced modifications}} 31 a = (a++, a++); // expected-warning {{multiple unsequenced modifications}} 35 f(a = 0, a = 0); // expected-warning {{multiple unsequenced modifications}} 38 a = f(++a, a++); // expected-warning {{multiple unsequenced modifications}} 50 S str1(a++, a++); // expected-warning {{multiple unsequenced modifications}} 104 xs[8] ? ++a + a++ : 0; // expected-warning {{multiple unsequenced modifications}} 105 xs[8] ? 0 : ++a + a++; // expected-warning {{multiple unsequenced modifications} [all...] |
/developers/build/prebuilts/gradle/CardView/Application/ |
build.gradle | 22 // The sample build uses multiple directories to 27 'common', // components that are reused by multiple samples
|
/developers/build/prebuilts/gradle/RuntimePermissionsWear/Shared/ |
build.gradle | 20 // The sample build uses multiple directories to 25 'common', // components that are reused by multiple samples
|
/developers/build/prebuilts/gradle/SpeedTracker/Shared/ |
build.gradle | 20 // The sample build uses multiple directories to 25 'common', // components that are reused by multiple samples
|
/developers/build/prebuilts/gradle/SynchronizedNotifications/Shared/ |
build.gradle | 20 // The sample build uses multiple directories to 25 'common', // components that are reused by multiple samples
|
/development/samples/USB/AdbTest/ |
_index.html | 5 connecting to multiple devices and running multiple <code>adb</code> commands simultaneously.</p>
|
/development/samples/training/multiscreen/newsreader/ |
_index.html | 1 <p>A sample app demonstrating best practices to support multiple screen sizes and densities.</p> 3 href="../../../training/multiscreen/index.html">Designing for Multiple
|
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/ |
control.CM16 | 9 of multiple fragmented messages. 23 Validation of fragmented message transmission in case of multiple fragmented
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
options_for_unittests.py | 10 This allows multiple unit tests to use a specific 11 browser, in face of multiple options."""
|
/external/clang/test/CXX/class/class.base/class.base.init/ |
p5-0x.cpp | 12 b(2) { // expected-error{{initializing multiple members of union}} 24 c(3) { // expected-error{{initializing multiple members of union}}
|
/art/test/068-classloader/ |
info.txt | 2 have multiple classes called "com.android.Blah" loaded simultaneously. The
|
/development/samples/browseable/SwipeRefreshMultipleViews/ |
_index.jd | 9 gesture to a layout with multiple children, enabling the ability to trigger a
|
/external/ImageMagick/tests/ |
drawtest.tap | 4 # This program is covered by multiple licenses, which are described in
|
/external/autotest/client/site_tests/platform_CryptohomeMultiple/ |
control | 7 PURPOSE = "Tests the API for mounting multiple cryptohomes at once."
|
/external/autotest/client/tests/parallel_dd/ |
control | 8 Measures the performance of writing and reading multiple streams of files onto
|