OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:must
(Results
51 - 75
of
59369
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Parser/
bracket-crash.cpp
8
// PR14549.
Must
be at end of file.
/external/clang/test/Preprocessor/
invalid-__has_warning1.c
3
// These
must
be the last lines in this test.
invalid-__has_warning2.c
3
// These
must
be the last lines in this test.
/external/clang/test/SemaCUDA/
qualifiers.cu
6
__global__ int g2(int x) { // expected-error {{
must
have void return type}}
/external/clang/test/SemaCXX/
illegal-member-initialization.cpp
13
X() { } // expected-error {{constructor for 'X'
must
explicitly initialize the reference member 'value'}} \
14
// expected-error {{constructor for 'X'
must
explicitly initialize the const member 'cvalue'}} \
15
// expected-error {{constructor for 'X'
must
explicitly initialize the reference member 'b'}} \
16
// expected-error {{constructor for 'X'
must
explicitly initialize the const member 'cb'}}
ptrtomember.cpp
25
p->*m; // expected-error {{reference to non-static member function
must
be called}}
26
(void)(p->*m); // expected-error {{reference to non-static member function
must
be called}}
27
(void)(void*)(p->*m); // expected-error {{reference to non-static member function
must
be called}} expected-error {{cannot cast from type 'void' to pointer type 'void *'}}
28
(void)reinterpret_cast<void*>(p->*m); // expected-error {{reference to non-static member function
must
be called}} expected-error {{reinterpret_cast from 'void' to 'void *' is not allowed}}
29
if (p->*m) {} // expected-error {{reference to non-static member function
must
be called}} expected-error {{value of type 'void' is not contextually convertible to 'bool'}}
30
if (!(p->*m)) {} // expected-error {{reference to non-static member function
must
be called}} expected-error {{invalid argument type 'void' to unary expression}}
31
if (p->m) {}; // expected-error {{reference to non-static member function
must
be called}} expected-error {{value of type 'void' is not contextually convertible to 'bool'}}
32
if (!p->m) {}; // expected-error {{reference to non-static member function
must
be called}} expected-error {{invalid argument type 'void' to unary expression}}
/external/kernel-headers/original/asm-arm/
fcntl.h
4
#define O_DIRECTORY 040000 /*
must
be a directory */
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos.c
4
* Otherwise,
must
use verts.
/external/opencv/
LICENSE_Android_NDK
10
1. The origin of this software
must
not be misrepresented; you
must
not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
11
2. Altered source versions
must
be plainly marked as such, and
must
not be misrepresented as being the original software.
/external/tinyxml/
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.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dirent.h
8
char d_name[256]; /* We
must
not include limits.h! */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dirent.h
8
char d_name[256]; /* We
must
not include limits.h! */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dirent.h
8
char d_name[256]; /* We
must
not include limits.h! */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports2.py
1
"""Fix incompatible imports and module references that
must
be fixed after
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports2.py
1
"""Fix incompatible imports and module references that
must
be fixed after
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
color1-expected-completion45.txt
2
<selector ></selector> : Required. This
must
be the root element. Contains one or more <item> elements.
/external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h
8
* * Redistributions of source code
must
retain the above copyright
10
* * Redistributions in binary form
must
reproduce the above
61
// WebFileSystemCallbacks::didOpenFileSystem()
must
be called with
63
// is completed successfully. WebFileSystemCallbacks::didFail()
must
be
68
// WebFileSystemCallbacks::didSucceed()
must
be called with filesystem
71
// WebFileSystemCallbacks::didFail()
must
be called otherwise.
75
// WebFileSystemCallbacks::didSucceed()
must
be called when the operation
76
// is completed successfully. WebFileSystemCallbacks::didFail()
must
be
83
// WebFileSystemCallbacks::didSucceed()
must
be called when the operation is completed successfully.
84
// WebFileSystemCallbacks::didFail()
must
be called otherwise
[
all
...]
/external/chromium_org/tools/clang/plugins/tests/
weak_ptr_factory.txt
1
weak_ptr_factory.cpp:35:38: warning: [chromium-style] WeakPtrFactory members which refer to their outer class
must
be the last member in the outer class definition.
4
weak_ptr_factory.cpp:41:39: warning: [chromium-style] WeakPtrFactory members which refer to their outer class
must
be the last member in the outer class definition.
/external/clang/test/Sema/
block-explicit-noreturn-type.c
11
return (double)2.0; // expected-error {{return type 'double'
must
match previous return type 'float' when block literal has}}
13
return (SHORT)3; // expected-error {{return type 'SHORT' (aka 'short')
must
match previous return type 'float' when}}
/frameworks/compile/slang/tests/F_bad_version_pragma/
stderr.txt.expect
1
bad_version_pragma.rs:1:17: error: pragma for version in source file
must
be set to 1
2
bad_version_pragma.rs:2:16: error: pragma for version in source file
must
be set to 1
/external/chromium_org/sync/protocol/
history_delete_directive_specifics.proto
23
// Exactly one of the fields below
must
be filled in. Otherwise, this
24
// delete directive
must
be ignored.
41
// Both fields below
must
be filled in. Otherwise, this delete directive
42
//
must
be ignored.
44
// The time on or after which entries
must
be deleted.
46
// The time on or before which entries
must
be deleted.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_consts.h
30
/*
must
be at least 32*/
33
/*
must
be at least 16*/
36
/*
must
be at least 7*/
39
/*
must
be at least 15*/
42
/*
must
be at least 32*/
53
/*
must
be at least 128*/
/external/mesa3d/src/gallium/state_trackers/vega/
api_consts.h
30
/*
must
be at least 32*/
33
/*
must
be at least 16*/
36
/*
must
be at least 7*/
39
/*
must
be at least 15*/
42
/*
must
be at least 32*/
53
/*
must
be at least 128*/
/dalvik/docs/
dalvik-constraints.html
33
The magic number of the DEX file
must
be "dex\n035\0".
43
The checksum
must
be an Adler-32 checksum of the whole file contents
49
The signature
must
be a SHA-1 hash of the whole file contents except magic,
52
The file_size
must
match the actual file size in bytes.
54
The header_size
must
have the value 0x70.
56
The endian_tag
must
have either the value ENDIAN_CONSTANT or
60
and data sections, the offset and size fields
must
be either both zero or both
61
non-zero. In the latter case, the offset
must
be four-byte-aligned.
63
All offset fields in the header except map_off
must
be four-byte-aligned.
65
The map_off field
must
be either zero or point into the data section. In th
[
all
...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ICreateInfo.java
26
* The list can be empty but
must
not be null.
32
* The list can be empty but
must
not be null.
38
* The list can be empty but
must
not be null.
43
* Returns The list of methods to stub out. Each entry
must
be in the form
45
* The list can be empty but
must
not be null.
50
* Returns the list of classes to rename,
must
be an even list: the binary FQCN
52
* The list can be empty but
must
not be null.
61
* The list can be empty but
must
not be null.
66
* Returns the list of classes to refactor,
must
be an even list: the
69
* The list can be empty but
must
not be null
[
all
...]
Completed in 1233 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>