Searched refs:must (Results 1 – 25 of 4240) sorted by relevance
12345678910>>...170
/external/llvm/test/MC/Mips/ |
D | module-directive-bad.s | 6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 26 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 30 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 34 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 38 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 42 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code [all …]
|
/external/llvm/test/MC/ARM/ |
D | neon-vld-vst-align.s | 13 @ CHECK-ERRORS: error: alignment must be 64 or omitted 16 @ CHECK-ERRORS: error: alignment must be 64 or omitted 20 @ CHECK-ERRORS: error: alignment must be 64 or omitted 23 @ CHECK-ERRORS: error: alignment must be 64 or omitted 35 @ CHECK-ERRORS: error: alignment must be 64 or omitted 38 @ CHECK-ERRORS: error: alignment must be 64 or omitted 42 @ CHECK-ERRORS: error: alignment must be 64 or omitted 45 @ CHECK-ERRORS: error: alignment must be 64 or omitted 57 @ CHECK-ERRORS: error: alignment must be 64 or omitted 60 @ CHECK-ERRORS: error: alignment must be 64 or omitted [all …]
|
D | diagnostics.s | 151 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15] 152 @ CHECK-ERRORS-V7: error: immediate operand must be in the range [0,15] 186 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15] 187 @ CHECK-ERRORS-V7: error: immediate operand must be in the range [0,15] 251 @ CHECK-ERRORS: error: 'lsr' shift amount must be in range [0,31] 254 @ CHECK-ERRORS: error: 'lsr' shift amount must be in range [0,31] 257 @ CHECK-ERRORS: error: 'asr' shift amount must be in range [1,32] 260 @ CHECK-ERRORS: error: 'asr' shift amount must be in range [1,32] 269 @ CHECK-ERRORS: error: shift amount must be an immediate 304 @ CHECK-ERRORS: error: destination operands must be sequential [all …]
|
D | arm-elf-relocation-diagnostics.s | 7 @ CHECK: error: relocated expression must be 32-bit 12 @ CHECK: error: relocated expression must be 32-bit 17 @ CHECK: error: relocated expression must be 32-bit 22 @ CHECK: error: relocated expression must be 32-bit
|
/external/v8/test/webkit/fast/js/ |
D | number-toprecision-expected.txt | 7 # 1. Redistributions of source code must retain the above copyright 9 # 2. Redistributions in binary form must reproduce the above copyright 37 PASS (1234.567).toPrecision(0) threw exception RangeError: toPrecision() argument must be between 1… 38 PASS (1234.567).toPrecision(null) threw exception RangeError: toPrecision() argument must be betwee… 39 PASS (1234.567).toPrecision(false) threw exception RangeError: toPrecision() argument must be betwe… 40 PASS (1234.567).toPrecision('foo') threw exception RangeError: toPrecision() argument must be betwe… 41 PASS (1234.567).toPrecision(-1) threw exception RangeError: toPrecision() argument must be between … 49 PASS (1234.567).toPrecision(22) threw exception RangeError: toPrecision() argument must be between … 50 PASS (1234.567).toPrecision(100) threw exception RangeError: toPrecision() argument must be between… 51 PASS (1234.567).toPrecision(101) threw exception RangeError: toPrecision() argument must be between… [all …]
|
D | number-tofixed-expected.txt | 7 # 1. Redistributions of source code must retain the above copyright 9 # 2. Redistributions in binary form must reproduce the above copyright 68 PASS (1234.567).toFixed(21) threw exception RangeError: toFixed() digits argument must be between 0… 69 PASS (1234.567).toFixed(100) threw exception RangeError: toFixed() digits argument must be between … 70 PASS (1234.567).toFixed(101) threw exception RangeError: toFixed() digits argument must be between … 71 PASS (1234.567).toFixed(-1) threw exception RangeError: toFixed() digits argument must be between 0… 72 PASS (1234.567).toFixed(-4) threw exception RangeError: toFixed() digits argument must be between 0… 73 PASS (1234.567).toFixed(-5) threw exception RangeError: toFixed() digits argument must be between 0… 74 PASS (1234.567).toFixed(-20) threw exception RangeError: toFixed() digits argument must be between … 75 PASS (1234.567).toFixed(-21) threw exception RangeError: toFixed() digits argument must be between … [all …]
|
D | number-toString-expected.txt | 7 # 1. Redistributions of source code must retain the above copyright 9 # 2. Redistributions in binary form must reproduce the above copyright 29 PASS (1234.567).toString(0) threw exception RangeError: toString() radix argument must be between 2… 30 PASS (1234.567).toString(null) threw exception RangeError: toString() radix argument must be betwee… 31 PASS (1234.567).toString(false) threw exception RangeError: toString() radix argument must be betwe… 32 PASS (1234.567).toString('foo') threw exception RangeError: toString() radix argument must be betwe… 33 PASS (1234.567).toString(nan) threw exception RangeError: toString() radix argument must be between… 34 PASS (1234.567).toString(1) threw exception RangeError: toString() radix argument must be between 2… 35 PASS (1234.567).toString(true) threw exception RangeError: toString() radix argument must be betwee… 36 PASS (1234.567).toString('1') threw exception RangeError: toString() radix argument must be between… [all …]
|
/external/ltrace/sysdeps/ |
D | README | 1 Each operating system must have a subdir here, with a Makefile 2 The first target of that Makefile must build a file "sysdep.o" in this 4 The "clean" target of that Makefile must undo all the efects of the 5 first target, and must remove "sysdep.o" in this dir. 7 Files "sysdep.h", "signalent.h" and "syscallent.h" must be present
|
/external/pdfium/public/ |
D | README | 5 beyond what is present here, then a new API must be added here to provide it. 7 These header files must be entirely contained in this directory; they must 10 These files must compile cleanly without warnings on both C and C++ compilers. 12 Changes to these files must be carefully considered to avoid breaking
|
/external/clang/test/SemaObjCXX/ |
D | objcbridge-related-attribute.mm | 17 …nsColor = newColor; // expected-error {{'CGColorRef' (aka 'CGColor *') must be explicitly converte… 18 …NSColor *ns = newColor; // expected-error {{'CGColorRef' (aka 'CGColor *') must be explicitly conv… 19 …return newColor; // expected-error {{'CGColorRef' (aka 'CGColor *') must be explicitly converted t… 23 …cgColor = newColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' (… 24 …CGColorRef cg = newColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColor… 25 …return newColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' (aka…
|
/external/google-breakpad/src/client/ios/ |
D | BreakpadController.mm | 8 // * Redistributions of source code must retain the above copyright 10 // * Redistributions in binary form must reproduce the above 158 // This method must be called from the breakpad queue. 161 NSAssert(started_, @"The controller must be started before " 172 @"The controller must be started before setUploadingEnabled is called"); 192 @"The controller must not be started when updateConfiguration is called"); 202 @"The controller must not be started when resetConfiguration is called"); 213 @"The controller must not be started when setUploadingURL is called"); 219 @"The controller must not be started when setUploadInterval is called"); 227 NSAssert(!started_, @"The controller must not be started when " [all …]
|
/external/libcxx/test/libcxx/selftest/ |
D | test_macros.pass.cpp | 14 #error TEST_STD_VER must be defined 18 #error TEST_DECLTYPE must be defined 22 #error TEST_NOEXCEPT must be defined 26 #error TEST_STATIC_ASSERT must be defined
|
/external/clang/test/SemaObjC/ |
D | continuation-class-err.m | 15 …n of property in class extension 'ReadOnly' (attribute must be 'readwrite', while its primary must… 34 …ration of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must… 35 …ration of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must…
|
D | property-10.m | 8 @property(retain) int p1; // expected-error {{property with 'retain (or strong)' attribute must be … 9 @property(strong) int s1; // expected-error {{property with 'retain (or strong)' attribute must be … 11 @property(copy) int p2; // expected-error {{property with 'copy' attribute must be of object type}} 30 …deMailboxCondition2)(); // expected-error {{property with 'copy' attribute must be of object type}} 35 @property (retain) int PROP; // expected-error {{property with 'retain (or strong)' attribute must … 36 @property (strong) int SPROP; // expected-error {{property with 'retain (or strong)' attribute must… 37 @property(nonatomic,copy) int (*PROP1)(); // expected-error {{property with 'copy' attribute must b… 38 @property(nonatomic,weak) int (*PROP2)(); // expected-error {{property with 'weak' attribute must b…
|
/external/v8/test/webkit/ |
D | number-toExponential-expected.txt | 7 # 1. Redistributions of source code must retain the above copyright 9 # 2. Redistributions in binary form must reproduce the above copyright 43 PASS (123.456).toExponential(21) threw exception RangeError: toExponential() argument must be betwe… 44 PASS (123.456).toExponential(100) threw exception RangeError: toExponential() argument must be betw… 45 PASS (123.456).toExponential(101) threw exception RangeError: toExponential() argument must be betw… 46 PASS (123.456).toExponential(-1) threw exception RangeError: toExponential() argument must be betwe… 47 PASS (1234.567).toExponential(posInf) threw exception RangeError: toExponential() argument must be … 48 PASS (1234.567).toExponential(negInf) threw exception RangeError: toExponential() argument must be …
|
/external/clang/test/FixIt/ |
D | fixit-objc.m | 30 NSString *a = "Foo"; // expected-error {{string literal must be prefixed by '@'}} 31 id b = "Foo"; // expected-error {{string literal must be prefixed by '@'}} 32 g("Foo"); // expected-error {{string literal must be prefixed by '@'}} 33 h("Foo"); // expected-error {{string literal must be prefixed by '@'}} 34 h(("Foo")); // expected-error {{string literal must be prefixed by '@'}} 35 [t test:"Foo"]; // expected-error {{string literal must be prefixed by '@'}} 36 t.property = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
|
D | fixit-objc-arc.m | 20 NSString *a = "Foo"; // expected-error {{string literal must be prefixed by '@'}} 21 g("Foo"); // expected-error {{string literal must be prefixed by '@'}} 22 [t test:"Foo"]; // expected-error {{string literal must be prefixed by '@'}} 23 t.property = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
|
/external/clang/test/Parser/ |
D | missing-end-4.m | 8 @end // expected-error {{'@end' must appear in an Objective-C context}} 15 @end // expected-error {{'@end' must appear in an Objective-C context}} 20 @end // expected-error {{'@end' must appear in an Objective-C context}} 25 @end // expected-error {{'@end' must appear in an Objective-C context}} 30 @end // expected-error {{'@end' must appear in an Objective-C context}}
|
/external/mesa3d/src/gallium/docs/source/ |
D | resources.rst | 42 Buffer resource: can be used as a vertex, index, constant buffer (appropriate bind flags must be re… 54 - depth0 must be 1 55 - last_level must be 0 77 width must be a power of two 78 - height0 must be 1 79 - depth0 must be 1 93 - depth0 must be 1 94 - last_level must be 0 111 width and height must be powers of two 112 - depth0 must be 1 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-conv-01.ll | 41 ; Test conversion of f64s to signed i32s, which must compile. 48 ; Test conversion of f64s to unsigned i32s, which must compile. 55 ; Test conversion of signed i32s to f64s, which must compile. 62 ; Test conversion of unsigned i32s to f64s, which must compile. 69 ; Test conversion of f32s to signed i64s, which must compile. 76 ; Test conversion of f32s to unsigned i64s, which must compile. 83 ; Test conversion of signed i64s to f32, which must compile. 90 ; Test conversion of unsigned i64s to f32, which must compile.
|
/external/libpng/contrib/arm-neon/ |
D | README | 15 For any of this code to be used the ARM NEON code must be enabled and run time 16 checks must be supported. I.e.: 47 everything should be static. It must define the function: 51 That function must return 1 if ARM NEON instructions are supported, 0 if not. 52 It must not execute png_error unless it detects a bug. A png_error will prevent 68 must have the authors permission and it must have a license that is acceptable 69 to the current maintainer; in particular that license must permit modification 76 You must also be prepared to handle bug reports from users of the code, either
|
/external/llvm/lib/Support/ |
D | COPYRIGHT.regex | 14 2. The origin of this software must not be misrepresented, either by 16 credits must appear in the documentation. 18 3. Altered versions must be plainly marked as such, and must not be 20 ever read sources, credits must appear in the documentation. 32 * 1. Redistributions of source code must retain the above copyright 34 * 2. Redistributions in binary form must reproduce the above copyright
|
/external/tinyxml/ |
D | NOTICE | 9 1. The origin of this software must not be misrepresented; you must 14 2. Altered source versions must be plainly marked as such, and 15 must not be misrepresented as being the original software.
|
/external/tinyxml2/ |
D | NOTICE | 9 1. The origin of this software must not be misrepresented; you must 14 2. Altered source versions must be plainly marked as such, and 15 must not be misrepresented as being the original software.
|
/external/libjpeg-turbo/simd/ |
D | jsimdcfg.inc | 42 ; On this SIMD implementation, this must be 'unsigned char'. 48 ; On this SIMD implementation, this must be 'short'. 53 ; On this SIMD implementation, this must be 'unsigned int'. 78 %define ISLOW_MULT_TYPE word ; must be short 80 %define IFAST_MULT_TYPE word ; must be short 83 %define FLOAT_MULT_TYPE FP32 ; must be float
|
12345678910>>...170