OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:must
(Results
26 - 50
of
59369
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/libgtk2ui/
DEPS
1
# libgtk2ui
must
be disconnected from all other GTK code.
/external/clang/test/Frontend/
undef.c
3
#error "
Must
be preprocessed as assembler."
/external/clang/test/Parser/
objc-missing-impl.m
2
@end // expected-error {{'@end'
must
appear in an Objective-C context}}
/external/clang/test/SemaCUDA/
config-type.cu
3
void cudaConfigureCall(unsigned gridSize, unsigned blockSize); // expected-error {{
must
have scalar return type}}
/external/llvm/test/Assembler/
2008-02-18-IntPointerCrash.ll
1
; RUN: not llvm-as %s 2>&1 | grep "integer constant
must
have integer type"
/frameworks/compile/slang/tests/F_kernel_badsig/
stderr.txt.expect
1
kernel_badsig.rs:4:30: error: Compute kernel root()
must
have at least one input parameter or a non-void return type
/packages/experimental/
Android.mk
2
# Individual packages in experimental/
must
be built directly with "mmm".
/external/clang/test/Sema/
builtin-stackaddress.c
7
return __builtin_return_address(x); // expected-error{{argument to '__builtin_return_address'
must
be a constant integer}}
15
return __builtin_frame_address(x); // expected-error{{argument to '__builtin_frame_address'
must
be a constant integer}}
void_arg.c
10
X = sizeof(int (int, void)); // expected-error {{
must
be the first and only parameter}}
11
X = sizeof(int (void, ...)); // expected-error {{
must
be the first and only parameter}}
14
X = sizeof(int (int, Void)); // expected-error {{
must
be the first and only parameter}}
15
X = sizeof(int (Void, ...)); // expected-error {{
must
be the first and only parameter}}
26
void f(const void); // expected-error {{parameter
must
not have type qualifiers}}
/external/llvm/test/MC/ARM/
invalid-hint-arm.s
6
@ CHECK: error: immediate operand
must
be in the range [0,4]
7
@ CHECK: error: immediate operand
must
be in the range [0,4]
/frameworks/compile/mclinker/
mcld.mk
2
$(error
Must
set variable MCLD_ROOT_PATH before including this! $(LOCAL_PATH))
9
$(error
Must
set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
/external/chromium_org/chrome/browser/net/
net_pref_observer.h
26
// The supplied PrefService
must
outlive this NetPrefObserver.
27
//
Must
be used only on the UI thread.
30
// |prefs|
must
be non-NULL and |*prefs|
must
outlive this.
31
// |prerender_manager| may be NULL. If not, |*prerender_manager|
must
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactorySpiTest.java
66
fail("UnsupportedOperationException
must
be thrown");
71
fail("UnsupportedOperationException
must
be thrown");
77
fail("UnsupportedOperationException
must
be thrown");
82
fail("UnsupportedOperationException
must
be thrown");
90
fail("CertificateException
must
be thrown");
98
fail("CertificateException
must
be thrown");
106
fail("CRLException
must
be thrown");
115
fail("CRLException
must
be thrown");
132
fail("CertificateException
must
be thrown");
138
fail("CertificateException
must
be thrown")
[
all
...]
/system/extras/tests/bionic/libstdc++/
test_cstdio.cpp
8
* * Redistributions of source code
must
retain the above copyright
10
* * Redistributions in binary form
must
reproduce the above copyright
43
#error "BUFSIZ
must
be a macro"
47
#error "EOF
must
be a macro"
51
#error "FILENAME_MAX
must
be a macro"
55
#error "FOPEN_MAX
must
be a macro"
59
#error "L_tmpnam
must
be a macro"
63
#error "NULL
must
be a macro"
67
#error "SEEK_CUR
must
be a macro"
71
#error "SEEK_END
must
be a macro
[
all
...]
/external/clang/test/SemaCXX/
attr-weakref.cpp
15
static int a6 __attribute__((weakref)); //expected-error {{weakref declaration of 'a6'
must
also have an alias attribute}}
19
static int a __attribute__((weakref ("v2"))); // expected-error {{declaration of 'a'
must
be in a global context}}
24
static int a __attribute__((weakref ("v2"))); // expected-error {{declaration of 'a'
must
be in a global context}}
25
static int b() __attribute__((weakref ("f3"))); // expected-error {{declaration of 'b'
must
be in a global context}}
27
int a7() __attribute__((weakref ("f1"))); // expected-error {{weakref declaration
must
have internal linkage}}
28
int a8 __attribute__((weakref ("v1"))); // expected-error {{weakref declaration
must
have internal linkage}}
31
int a9 __attribute__((weakref)); // expected-error {{weakref declaration of 'a9'
must
also have an alias attribute}}
ms-wchar.cpp
9
unsigned short t[] = L"Hello world!"; // expected-error{{array initializer
must
be an initializer list}}
11
wchar_t u[] = 1; // expected-error{{array initializer
must
be an initializer list or wide string literal}}
12
__wchar_t v[] = 1; // expected-error{{array initializer
must
be an initializer list or wide string literal}}
/dalvik/docs/
java-constraints.html
69
The <code>code</code> array
must
not be empty.
87
The <code>code</code> array
must
not be larger than 65535 bytes.
105
The first opcode in <code>code</code> array
must
have index
124
The <code>code</code> array
must
only contain valid opcodes.
142
The index of instruction <code>n+1</code>
must
equal the index of
145
instruction. Opcodes modified by a <code>wide</code> instruction
must
164
The last instruction in <code>code</code> array
must
end at index
183
All jump and branch targets
must
be opcodes within the same method.
184
Opcodes modified by a <code>wide</code> instruction
must
not be
203
All targets of a <code>tableswitch</code> instruction
must
be opcode
[
all
...]
/art/test/109-suspend-check/
info.txt
1
To support garbage collection, debugging and profiling the VM
must
be able to send all threads
/cts/tests/tests/location2/
README.txt
2
"android.permission.ACCESS_FINE_LOCATION". Note you
must
enable "Allow mock locations"
/dalvik/dx/tests/116-leb128/
info.txt
3
The run script requires vogar, so you
must
have vogar on your $PATH to run this
/dalvik/tests/097-suspend-check/
info.txt
1
To support garbage collection, debugging and profiling the VM
must
be able to send all threads
/external/chromium/base/
DEPS
9
# ICU dependendencies
must
be separate from the rest of base.
/external/chromium-trace/trace-viewer/third_party/gl-matrix/
LICENSE.md
11
1. The origin of this software
must
not be misrepresented; you
must
not
16
2. Altered source versions
must
be plainly marked as such, and
must
not
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos.c
4
* Otherwise,
must
use verts.
/external/chromium_org/tools/clang/plugins/tests/
overridden_methods.txt
2
./overridden_methods.h:48:28: warning: [chromium-style] Overriding method
must
be marked with OVERRIDE.
6
./overridden_methods.h:52:34: warning: [chromium-style] Overriding method
must
be marked with OVERRIDE.
10
./overridden_methods.h:56:39: warning: [chromium-style] Overriding method
must
be marked with OVERRIDE.
14
./overridden_methods.h:58:53: warning: [chromium-style] Overriding method
must
be marked with OVERRIDE.
18
./overridden_methods.h:61:67: warning: [chromium-style] Overriding method
must
be marked with OVERRIDE.
22
./overridden_methods.h:63:39: warning: [chromium-style] Overriding method
must
be marked with OVERRIDE.
26
./overridden_methods.h:65:39: warning: [chromium-style] Overriding method
must
be marked with OVERRIDE.
30
./overridden_methods.h:67:46: warning: [chromium-style] Overriding method
must
be marked with OVERRIDE.
34
overridden_methods.cpp:24:28: warning: [chromium-style] Overriding method
must
be marked with OVERRIDE.
38
overridden_methods.cpp:28:34: warning: [chromium-style] Overriding method
must
be marked with OVERRIDE
[
all
...]
Completed in 8749 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>