OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:must
(Results
626 - 650
of
51864
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/test/SemaObjC/
arc-objcbridge-related-attribute.m
22
foo(newColor); // expected-error {{'CGColorRef' (aka 'struct CGColor *')
must
be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}}
23
textField.backgroundColor = newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *')
must
be explicitly converted to 'NSColor *__strong'; use '+colorWithCGColor:' method for this conversion}}
24
return newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *')
must
be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}}
34
newColor = textField.backgroundColor; // expected-error {{'NSColor *'
must
be explicitly converted to 'CGColorRef' (aka 'struct CGColor *'); use '-CGColor' method for this conversion}}
35
return textField.backgroundColor; // expected-error {{'NSColor *'
must
be explicitly converted to 'CGColorRef' (aka 'struct CGColor *'); use '-CGColor' method for this conversion}}
property.m
18
@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 'I'}}
20
@synthesize prop_id; // expected-error {{synthesized property 'prop_id'
must
either be named the same}} // expected-note {{previous declaration is here}}
27
@dynamic bad; // expected-error {{property implementation
must
have its declaration in the category 'CAT'}}
31
@dynamic d; // expected-error {{property implementation
must
have its declaration in interface 'E'}}
/external/deqp/framework/referencerenderer/
design.txt
5
-
must
support arbitrary VA arrays
6
-
must
support primitive setup reference
7
-
must
support lines, points
8
-
must
support instancing
9
-
must
support vertex shading -> custom position transformations
/external/icu/icu4c/source/i18n/
anytrans.h
27
* The target
must
be a script. It partitions text into runs of the
90
* and V is theVariant.
Must
not be empty.
91
* @param theTarget the target name.
Must
not be empty, and
must
111
* time. The caller does NOT own the result and
must
not delete
/external/llvm/test/Verifier/
frameescape.ll
28
; CHECK: llvm.framerecover first argument
must
be function defined in this module
38
; CHECK: llvm.framerecover first argument
must
be function defined in this module
44
; CHECK: llvm.framerecover first argument
must
be function defined in this module
50
; CHECK: idx argument of llvm.framerecover
must
be a constant int
69
; CHECK: all indices passed to llvm.framerecover
must
be less than the number of arguments passed ot llvm.frameescape in the parent function
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
SLConfigDescriptor.java
39
* bit(8) timeStampLength; //
must
be ? 64
40
* bit(8) OCRLength; //
must
be ? 64
41
* bit(8) AU_Length; //
must
be ? 32
44
* bit(5) AU_seqNumLength; //
must
be ? 16
45
* bit(5) packetSeqNumLength; //
must
be ? 16
/external/v8/
LICENSE.valgrind
20
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/v8/test/mjsunit/
html-comments.js
1
-->
must
work at beginning of file!
8
// * Redistributions of source code
must
retain the above copyright
10
// * Redistributions in binary form
must
reproduce the above
31
--> this
must
be ignored...
32
--> so
must
this...
/external/v8/test/mjsunit/regress/
regress-1145.js
6
// * Redistributions of source code
must
retain the above copyright
8
// * Redistributions in binary form
must
reproduce the above
38
// This file
must
be at least 1024 bytes long to trigger lazy compilation.
42
//
Must
be lazy.
Must
throw SyntaxError during compilation.
/external/valgrind/none/tests/
rlimit_nofile.c
28
fprintf(stderr, "setrlimit exceeding hardlimit
must
set errno=EINVAL\n");
34
fprintf(stderr, "setrlimit exceeding hardlimit
must
return -1\n");
43
fprintf(stderr, "setrlimit changing hardlimit
must
set errno=EPERM\n");
49
fprintf(stderr, "setrlimit changing hardlimit
must
return -1\n");
103
fprintf(stderr, "setrlimit non addressable arg2
must
set errno=EFAULT\n");
/frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyRequest.java
49
this.characteristics = checkNotNull(characteristics, "characteristics
must
not be null");
50
this.captureRequest = checkNotNull(captureRequest, "captureRequest
must
not be null");
51
this.previewSize = checkNotNull(previewSize, "previewSize
must
not be null");
52
checkNotNull(parameters, "parameters
must
not be null");
63
checkNotNull(parameters, "parameters
must
not be null");
/libcore/luni/src/main/java/javax/sql/
RowSetReader.java
26
* invoked - a {@code RowSetReader}
must
first be registered with the {@code
35
*
must
itself implement the {@code RowSetInternal} interface and the
36
* {@code RowSetReader}
must
be registered as a reader on the
48
*
must
be the calling {@code RowSet} object, which
must
have
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java
51
assertEquals("The value returned by getP()
must
be "
54
assertEquals("The value returned by getG()
must
be "
60
assertEquals("The value returned by getP()
must
be "
63
assertEquals("The value returned by getG()
must
be "
66
assertEquals("The value returned by getL()
must
be "
/device/generic/goldfish/data/etc/
handheld_core_hardware.xml
18
must
include. Devices with optional hardware
must
also include extra
56
<!-- devices with GPS
must
include android.hardware.location.gps.xml -->
57
<!-- devices with an autofocus camera and/or flash
must
include either
60
<!-- devices with a front facing camera
must
include
62
<!-- devices with WiFi
must
also include android.hardware.wifi.xml -->
63
<!-- devices that support multitouch
must
include the most appropriate one
76
<!-- devices with an ambient light sensor
must
also include
78
<!-- devices with a proximity sensor
must
also include
80
<!-- GSM phones
must
also include android.hardware.telephony.gsm.xml --
[
all
...]
/docs/source.android.com/src/devices/tech/security/verifiedboot/
verified-boot.jd
38
<p>Note that if verification fails at any stage, the user
must
be visibly
94
must
be used to verify the boot image.</p>
119
<p>Bootloader integrity
must
be verified using a hardware root of trust. For
120
verifying boot and recovery images, the bootloader
must
have a fixed OEM key
121
available to it. It
must
always attempt to verify the boot image using the OEM
124
<p>It
must
be possible for the user to flash alternative image verification keys
125
to the device, and the bootloader
must
try verification using these keys if
127
user-provided keystore
must
result in a notification to be shown, as described
154
<li> RED, indicating the device has failed verification. This
must
display a
158
<p>The recovery partition
must
also be verified and should be verified in th
[
all
...]
/external/clang/test/CXX/special/class.inhctor/
p2.cpp
19
constexpr A a0c { X<0>{} }; // expected-error {{
must
be initialized by a constant expression}} expected-note {{non-constexpr}}
20
constexpr A a0ic = { X<0>{} }; // expected-error {{
must
be initialized by a constant expression}} expected-note {{non-constexpr}}
29
constexpr A a2c { X<2>{} }; // expected-error {{
must
be initialized by a constant expression}} expected-note {{non-constexpr}}
44
constexpr B b0c { X<0>{} }; // expected-error {{
must
be initialized by a constant expression}} expected-note {{non-constexpr}}
45
constexpr B b0ic = { X<0>{} }; // expected-error {{
must
be initialized by a constant expression}} expected-note {{non-constexpr}}
54
constexpr B b2c { X<2>{} }; // expected-error {{
must
be initialized by a constant expression}} expected-note {{non-constexpr}}
72
constexpr BothNonConstexpr bothNC{42}; // expected-error {{
must
be initialized by a constant expression}} expected-note {{in call to 'BothNonConstexpr(42)'}}
113
constexpr UsingTemplateCtors uct2{ X<0>{}, Y<0>{} }; // expected-error {{
must
be initialized by a constant expression}} expected-note {{non-constexpr}}
114
constexpr UsingTemplateCtors uct3{ X<1>{}, X<0>{} }; // expected-error {{
must
be initialized by a constant expression}} expected-note {{non-constexpr}}
116
constexpr UsingTemplateCtors uct5{ X<2>{}, 0 }; // expected-error {{
must
be initialized by a constant expression}} expected-note {{non-constexpr}
[
all
...]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
Exception_info.java
25
* array at which the exception handler is active. The value of start_pc
must
be
27
* end_pc either
must
be a valid index into the code array of the opcode of an
28
* instruction, or
must
be equal to code_length , the length of the code array.
29
* The value of start_pc
must
be less than the value of end_pc.<P>
32
*
must
be active while the program counter is within the interval [start_pc, end_pc).
37
* The value of the item
must
be a valid index into the code array,
must
be the index
38
* of the opcode of an instruction, and
must
be less than the value of the code_length
43
* If the value of the catch_type item is nonzero, it
must
be a valid index into the
44
* constant_pool table. The constant_pool entry at that index
must
be
[
all
...]
/external/fio/crc/
xxhash.h
11
* Redistributions of source code
must
retain the above copyright
13
* Redistributions in binary form
must
reproduce the above
96
The memory between input & input+len
must
be valid (allocated and read-accessible).
118
It
must
be started with :
122
This pointer
must
be provided as "void* state" parameter for XXH32_update().
124
The user
must
provide a valid (allocated) input.
132
You
must
provide the same "void* state" parameter created by XXH32_init().
145
XXH32_sizeofState() is used to know how much space
must
be allocated for the xxHash 32-bits state.
146
Note that the state
must
be aligned to access 'long long' fields. Memory
must
be allocated and referenced by a pointer
[
all
...]
/external/libopus/celt/
entdec.h
8
- Redistributions of source code
must
retain the above copyright
11
- Redistributions in binary form
must
reproduce the above copyright
58
Exactly one call to ec_decode()
must
have been made so that all necessary
65
returned above
must
fall.
68
This
must
be the same as passed to the preceding call to ec_decode().*/
78
The values
must
be monotonically non-increasing, and the last value
79
must
be 0.
85
The bits
must
have been encoded with ec_enc_uint().
88
This
must
be at least one, and no more than 2**32-1.
93
The bits
must
have been encoded with ec_enc_bits()
[
all
...]
/external/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java
9
// * Redistributions of source code
must
retain the above copyright
11
// * Redistributions in binary form
must
reproduce the above
93
assertTrue("substring
must
contain the tail of the string",
100
assertTrue("copyFrom sub-range
must
contain the expected bytes",
107
assertTrue("copyFrom
must
contain the expected bytes",
117
assertTrue("copyFrom byteBuffer sub-range
must
contain the expected bytes",
127
assertTrue("copyFrom byteBuffer sub-range
must
contain the expected bytes",
135
assertTrue("copyFrom string
must
respect the charset",
143
assertTrue("copyFromUtf8 string
must
respect the charset",
152
assertTrue("copyFrom a List
must
contain the expected bytes"
[
all
...]
/frameworks/native/data/etc/
handheld_core_hardware.xml
18
must
include. Devices with optional hardware
must
also include extra
53
<!-- devices with GPS
must
include android.hardware.location.gps.xml -->
54
<!-- devices with an autofocus camera and/or flash
must
include either
57
<!-- devices with a front facing camera
must
include
59
<!-- devices with WiFi
must
also include android.hardware.wifi.xml -->
60
<!-- devices that support multitouch
must
include the most appropriate one
73
<!-- devices with an ambient light sensor
must
also include
75
<!-- devices with a proximity sensor
must
also include
77
<!-- GSM phones
must
also include android.hardware.telephony.gsm.xml --
[
all
...]
/art/test/121-modifiers/src/
Asm.java
40
0x0010 | // final,
must
not be set.
41
0x0020 | // super,
must
not be set.
42
0x0200 | // interface,
must
be set.
43
0x0400 | // abstract,
must
be set.
46
0x4000 ; // enum,
must
not be set.
52
0x0200 | // interface,
must
not be set.
55
0x2000 | // annotation,
must
not be set.
/cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java
39
private static final int SEGMENT_LENGTH = 10; //
must
be < BITMAP_WIDTH
40
private static final int DEVIATION = 10; //
must
be < BITMAP_HEIGHT
69
// draw guide rectangle into blue channel (each segment
must
be completely inside this)
93
// the number of pixels in all segments
must
be at least the same as the line length
95
// green line
must
vary in y direction
99
// intersecting pixels
must
be less than line length, otherwise deviation doesn't work
101
// there
must
be at least as many intersecting pixels as there are full segments
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
CapabilitiesTest.java
72
assertTrue("canWatchFieldModification
must
be true", canWatchFieldModification);
75
assertTrue("canWatchFieldAccess
must
be true", canWatchFieldAccess);
78
assertTrue("canGetBytecodes
must
be true", canGetBytecodes);
82
assertTrue("canGetSyntheticAttribute
must
be true", canGetSyntheticAttribute);
86
assertTrue("canGetOwnedMonitorInfo
must
be true", canGetOwnedMonitorInfo);
90
assertTrue("canGetCurrentContendedMonitor
must
be true", canGetCurrentContendedMonitor);
93
assertTrue("canGetMonitorInfo
must
be true", canGetMonitorInfo);
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp
18
int n6; // expected-error {{'alignas'
must
be specified on definition if it is specified on any declaration}}
25
int n8; // expected-error {{'alignas'
must
be specified on definition if it is specified on any declaration}}
27
int n9; // expected-error {{'alignas'
must
be specified on definition if it is specified on any declaration}}
32
enum E : char {}; // expected-error {{'alignas'
must
be specified on definition if it is specified on any declaration}}
41
enum H : char {}; // expected-error {{'alignas'
must
be specified on definition if it is specified on any declaration}}
48
struct S { int n; }; // expected-error {{'alignas'
must
be specified on definition if it is specified on any declaration}}
58
struct V {}; // expected-error {{'alignas'
must
be specified on definition if it is specified on any declaration}}
Completed in 476 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>