Home
last modified time | relevance | path

Searched refs:must (Results 1 – 25 of 2494) sorted by relevance

12345678910>>...100

/external/clang/test/SemaObjC/
Dcontinuation-class-err.m15 …f property in continuation class 'ReadOnly' (attribute must be 'readwrite', while its primary must
34 …ion of property in continuation class 'Bar' (attribute must be 'readwrite', while its primary must
35 …ion of property in continuation class 'Bar' (attribute must be 'readwrite', while its primary must
Dproperty-10.m8 @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…
Dproperty.m18 @synthesize d1; // expected-error {{synthesized property 'd1' must either be named the same as}}
19 @dynamic bad; // expected-error {{property implementation must have its declaration in interface…
20 @synthesize prop_id; // expected-error {{synthesized property 'prop_id' must either be named the sa…
28 @dynamic bad; // expected-error {{property implementation must have its declaration in the categor…
32 @dynamic d; // expected-error {{property implementation must have its declaration in interface 'E'…
Darc-property.m27 …5; // expected-error {{existing ivar 'StrongIvar5' for __weak property 'myString5' must be __weak}}
44 @synthesize x; // expected-error {{existing ivar 'x' for __weak property 'x' must be __weak}}
45 @synthesize y; // expected-error {{existing ivar 'y' for __weak property 'y' must be __weak}}
53 …// expected-error {{unknown type name 'UndeclaredClass'}} expected-error {{must be of object type}}
/external/llvm/test/MC/ARM/
Ddiagnostics.s182 @ CHECK-ERRORS: error: 'lsr' shift amount must be in range [0,31]
185 @ CHECK-ERRORS: error: 'lsr' shift amount must be in range [0,31]
188 @ CHECK-ERRORS: error: 'asr' shift amount must be in range [1,32]
191 @ CHECK-ERRORS: error: 'asr' shift amount must be in range [1,32]
200 @ CHECK-ERRORS: error: shift amount must be an immediate
235 @ CHECK-ERRORS: error: destination operands must be sequential
238 @ CHECK-ERRORS: error: source operands must be sequential
263 @ CHECK-ERRORS: error: rotate amount must be an immediate
266 @ CHECK-ERRORS: error: 'ror' rotate amount must be 8, 16, or 24
269 @ CHECK-ERRORS: error: 'ror' rotate amount must be 8, 16, or 24
[all …]
/external/llvm/test/Verifier/
Drange-1.ll35 ; CHECK: The lower limit must be an integer!
43 ; CHECK: The upper limit must be an integer!
51 ; CHECK: Range types must match load type!
60 ; CHECK: Range types must match load type!
69 ; CHECK: Range types must match load type!
78 ; CHECK: Range must not be empty!
/external/clang/test/SemaObjCXX/
Darc-object-init-destroy.mm20 …delete [] sptr; // expected-warning{{destroying an array of '__strong id'; this array must not hav…
21 …delete [] wptr; // expected-warning{{destroying an array of '__weak id'; this array must not have …
27 …rning{{allocating an array of 'strong_id' (aka '__strong id'); this array must not be deleted in n…
28 …d-warning{{allocating an array of 'weak_id' (aka '__weak id'); this array must not be deleted in n…
32 …n]; // expected-warning{{allocating an array of '__strong id'; this array must not be deleted in n…
36 …n]; // expected-warning{{allocating an array of '__strong id'; this array must not be deleted in n…
44 …ay; // expected-warning{{allocating an array of '__strong id'; this array must not be deleted in n…
/external/clang/test/Parser/
Dmissing-end-4.m8 @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/llvm/lib/Support/
DCOPYRIGHT.regex14 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/
DNOTICE9 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/clang/test/ARCMT/
Dchecking.m225 - (Test8_complete*) init50; // expected-error {{init methods must return a type related to the rece…
226 - (Test8_complete*) init51; // expected-error {{init methods must return a type related to the rece…
227 - (Test8_complete*) init52; // expected-error {{init methods must return a type related to the rece…
228 - (Test8_complete*) init53; // expected-error {{init methods must return a type related to the rece…
229 - (Test8_complete*) init54; // expected-error {{init methods must return a type related to the rece…
230 - (Test8_complete*) init55; // expected-error {{init methods must return a type related to the rece…
247 - (Test8_incomplete*) init02 { return 0; } // expected-error {{init methods must return a type rela…
248 - (Test8_incomplete*) init12 { return 0; } // expected-error {{init methods must return a type rela…
249 - (Test8_incomplete*) init22 { return 0; } // expected-error {{init methods must return a type rela…
250 - (Test8_incomplete*) init32 { return 0; } // expected-error {{init methods must return a type rela…
[all …]
/external/webkit/Tools/iExploder/iexploder-1.3.2/
DLICENSE.txt12 # 1. The origin of this software must not be misrepresented; you must not
17 # 2. Altered source versions must be plainly marked as such, and must not be
/external/opencv/
DLICENSE_Android_NDK10 1. The origin of this software must not be misrepresented; you must not claim that you wrote the or…
11 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being …
/external/v8/test/mjsunit/
Dhtml-comments.js1 --> must work at beginning of file!
31 --> this must be ignored...
32 --> so must this...
/external/zlib/
DNOTICE11 1. The origin of this software must not be misrepresented; you must not
15 2. Altered source versions must be plainly marked as such, and must not be
/external/bzip2/
DLICENSE12 1. Redistributions of source code must retain the above copyright
15 2. The origin of this software must not be misrepresented; you must
20 3. Altered source versions must be plainly marked as such, and must
DNOTICE12 1. Redistributions of source code must retain the above copyright
15 2. The origin of this software must not be misrepresented; you must
20 3. Altered source versions must be plainly marked as such, and must
/external/fsck_msdos/
DNOTICE8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
14 * must display the following acknowledgement:
42 * 1. Redistributions of source code must retain the above copyright
44 * 2. Redistributions in binary form must reproduce the above copyright
48 * must display the following acknowledgement:
76 * 1. Redistributions of source code must retain the above copyright
78 * 2. Redistributions in binary form must reproduce the above copyright
82 * must display the following acknowledgement:
/external/v8/
DLICENSE.valgrind20 1. Redistributions of source code must retain the above copyright
23 2. The origin of this software must not be misrepresented; you must
28 3. Altered source versions must be plainly marked as such, and must
/external/ppp/pppd/
DNOTICE12 1. Redistributions of source code must retain the above copyright
15 2. Redistributions in binary form must reproduce the above copyright
20 3. The name "Carnegie Mellon University" must not be used to
31 4. Redistributions of any form whatsoever must retain the following
50 1. Redistributions of source code must retain the above copyright
53 2. Redistributions in binary form must reproduce the above copyright
58 3. The names of the authors of this software must not be used to
62 4. Redistributions of any form whatsoever must retain the following
87 1. Redistributions of source code must retain the above copyright
90 2. The name(s) of the authors of this software must not be used to
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRIntArray.m12 // 1. Redistributions of source code must retain the above copyright
14 // 2. Redistributions in binary form must reproduce the above copyright
141 …legalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than count …
144 …legalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than BuffSi…
158 …legalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than count …
161 …legalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than BuffSi…
170 …legalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than count …
173 …legalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than BuffSi…
/external/llvm/test/CodeGen/Thumb2/
Daligned-spill.ll27 ; Stack pointer must be updated before the spills.
41 ; The stack pointer restore must happen after the reloads.
58 ; Stack pointer must be updated before the spills.
67 ; The stack pointer restore must happen after the reloads.
85 ; Stack pointer must be updated before the spills.
92 ; The stack pointer restore must happen after the reloads.
/external/ipsec-tools/src/racoon/
DNOTICE7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
36 1. Redistributions of source code must retain the above copyright
38 2. Redistributions in binary form must reproduce the above copyright
65 1. Redistributions of source code must retain the above copyright
67 2. Redistributions in binary form must reproduce the above copyright
94 1. Redistributions of source code must retain the above copyright
96 2. Redistributions in binary form must reproduce the above copyright
122 1. Redistributions of source code must retain the above copyright
124 2. Redistributions in binary form must reproduce the above copyright
[all …]
/external/jmonkeyengine/
DNOTICE10 * * Redistributions of source code must retain the above copyright
13 * * Redistributions in binary form must reproduce the above copyright
42 * * Redistributions of source code must retain the above copyright
45 * * Redistributions in binary form must reproduce the above copyright
74 * * Redistributions of source code must retain the above copyright
77 * * Redistributions in binary form must reproduce the above copyright
106 * * Redistributions of source code must retain the above copyright
109 * * Redistributions in binary form must reproduce the above copyright
139 * * Redistributions of source code must retain the above copyright
142 * * Redistributions in binary form must reproduce the above copyright
[all …]
/external/ipsec-tools/
DNOTICE7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
36 1. Redistributions of source code must retain the above copyright
38 2. Redistributions in binary form must reproduce the above copyright
65 1. Redistributions of source code must retain the above copyright
67 2. Redistributions in binary form must reproduce the above copyright
94 1. Redistributions of source code must retain the above copyright
96 2. Redistributions in binary form must reproduce the above copyright
122 1. Redistributions of source code must retain the above copyright
124 2. Redistributions in binary form must reproduce the above copyright
[all …]

12345678910>>...100