OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:must
(Results
926 - 950
of
51864
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/clang/test/CodeGen/
misaligned-param.c
2
// Misaligned parameter
must
be memcpy'd to correctly aligned temporary.
/external/clang/test/Modules/
decldef.mm
24
A *a1; // expected-error{{declaration of 'A'
must
be imported from module 'decldef.Def'}}
37
// expected-error@-2{{definition of 'A'
must
be imported from module 'decldef.Def' before it is required}}
47
// expected-error@-2{{definition of 'B'
must
be imported from module 'decldef.Def' before it is required}}
62
// expected-error@-3 {{definition of 'Def2'
must
be imported}}
undefined-type-fixit1.cpp
8
use_this1 client_variable1; // expected-error{{declaration of 'use_this1'
must
be imported from module 'public1' before it is required}}
/external/clang/test/Parser/
cxx-condition.cpp
8
while (int x) ; // expected-error {{variable declaration in condition
must
have an initializer}}
eof.cpp
7
// CHECK: error: anonymous structs and classes
must
be class members
objc-property-syntax.m
8
@property(nonatomic, retain, setter=ab_setDefaultToolbarItems) MyClass *ab_defaultToolbarItems; // expected-error {{method name referenced in property setter attribute
must
end with ':'}}
opencl-astype.cl
14
double4 d4 = __builtin_astype(f4, double4); // expected-error{{invalid reinterpretation: sizes of 'double4' (vector of 4 'double' values) and 'float4' (vector of 4 'float' values)
must
match}}
/external/clang/test/Preprocessor/
ifdef-recover.c
8
/* expected-error@+1 {{macro name
must
be an identifier}} */
/external/clang/test/Sema/
arm64-neon-args.c
8
vcopyq_laneq_f32(vOut0, 1, vAlpha, t); // expected-error {{argument to '__builtin_neon_vgetq_lane_f32'
must
be a constant integer}}
/external/clang/test/SemaCXX/
new-delete-predefined-decl.cpp
7
// Note that each test
must
be run separately so it can be the first operator
vla.cpp
21
void pr23151(int (&)[*]) { // expected-error {{variable length array
must
be bound in function definition}}
/external/clang/test/SemaObjC/
arc-property.m
9
id StrongIvar5; // expected-error {{existing instance variable 'StrongIvar5' for __weak property 'myString5'
must
be __weak}}
34
id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for __weak property 'x'
must
be __weak}}
35
id __strong y; // expected-error {{existing instance variable 'y' for __weak property 'y'
must
be __weak}}
53
@property (strong) UndeclaredClass *test2; // expected-error {{unknown type name 'UndeclaredClass'}} expected-error {{
must
be of object type}}
block-attr.m
6
@property void(^someBlock)(void); // expected-warning {{'copy' attribute
must
be specified for the block property}}
check-objcbridge-related-attribute-lookup.m
23
textField.backgroundColor = newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *')
must
be explicitly converted to 'NSColor *'; use '+colorXWithCGColor:' method for this conversion}} \
25
newColor = textField.backgroundColor; // expected-error {{'NSColor *'
must
be explicitly converted to 'CGColorRef' (aka 'struct CGColor *'); use '-CXGColor' method for this conversion}} \
36
textField.backgroundColor = newColor; // expected-error {{'PNsColor'
must
be name of an Objective-C class to be able to convert 'CGColorRef2' (aka 'struct CGColor2 *') to 'NSColor *'}} \
38
newColor = textField.backgroundColor; // expected-error {{'PNsColor'
must
be name of an Objective-C class to be able to convert 'NSColor *' to 'CGColorRef2' (aka 'struct CGColor2 *')}} \
/external/clang/test/SemaOpenCL/
storageclass.cl
5
int X = 0; // expected-error{{global variables
must
have a constant address space qualifier}}
/external/clang/test/SemaTemplate/
temp_explicit_cxx0x.cpp
21
template struct X0<double>; // expected-error{{
must
occur in namespace 'N1'}}
/external/compiler-rt/test/tsan/
sleep_sync2.cc
15
sleep(1); //
must
not appear in the report
/external/conscrypt/src/main/native/
sub.mk
14
# Any shared/static libs that are listed here
must
also
/external/e2fsprogs/
depfix.sed
7
# Makefile dependencies follow. This
must
be the last section in\
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
preferences.html
13
This
must
be done carefully otherwise, either no data could be read by the tool
32
date
must
be added to this preference to let the tool to identify it in the builds
41
<i>Note that the default dimension
must
belong to the <b>Results dimensions</b>
53
<i>Note that the default dimension described above
must
belong to the selected
/external/fio/examples/
latency-profile.fio
17
# 99.9% of IOs
must
be below the target
/external/fsck_msdos/
NOTICE
8
* 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/glide/library/src/main/java/com/bumptech/glide/load/resource/bytes/
BytesResource.java
13
throw new NullPointerException("Bytes
must
not be null");
/external/guava/guava-tests/test/com/google/common/eventbus/
EventSubscriberTest.java
57
assertTrue("Subscriber
must
call provided method.", methodCalled);
58
assertTrue("Subscriber argument
must
be *exactly* the provided object.",
68
fail("Subscribers whose methods throw
must
throw InvocationTargetException");
70
assertTrue("Expected exception
must
be wrapped.",
81
fail("Subscribers whose methods throw Errors
must
rethrow them");
116
"signature, or removed it entirely. (
Must
be public.)");
139
"visibility, signature, or removed it entirely. (
Must
be public.)");
162
"visibility, signature, or removed it entirely. (
Must
be public.)");
170
* during tests, and
must
remain public.
/external/hyphenation-patterns/eu/
NOTICE
9
% If you change the generating script, you
must
include code
Completed in 261 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>