OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:must
(Results
276 - 300
of
51864
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
README
11
WARNING : Distutils
must
remain compatible with 2.3
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
__init__.py
16
# 1. The origin of this software
must
not be misrepresented; you
must
not
20
# 2. Altered source versions
must
be plainly marked as such, and
must
not be
/sdk/apps/DeviceConfig/
README.txt
5
Note that some of the values
must
be edited afterwards, so be sure to
project.properties
4
# This file
must
be checked in Version Control Systems.
/sdk/testapps/testSensors/
project.properties
4
# This file
must
be checked in Version Control Systems.
/external/clang/test/CodeGen/
builtins-mips-args.c
8
__builtin_mips_wrdsp(2052, a); // expected-error{{argument to '__builtin_mips_wrdsp'
must
be a constant integer}}
9
__builtin_mips_rddsp(a); // expected-error{{argument to '__builtin_mips_rddsp'
must
be a constant integer}}
17
__builtin_mips_append(1, 2, a); // expected-error{{argument to '__builtin_mips_append'
must
be a constant integer}}
18
__builtin_mips_balign(1, 2, a); // expected-error{{argument to '__builtin_mips_balign'
must
be a constant integer}}
19
__builtin_mips_precr_sra_ph_w(1, 2, a); // expected-error{{argument to '__builtin_mips_precr_sra_ph_w'
must
be a constant integer}}
20
__builtin_mips_precr_sra_r_ph_w(1, 2, a); // expected-error{{argument to '__builtin_mips_precr_sra_r_ph_w'
must
be a constant integer}}
21
__builtin_mips_prepend(1, 2, a); // expected-error{{argument to '__builtin_mips_prepend'
must
be a constant integer}}
/external/clang/test/FixIt/
fixit-objc.m
30
NSString *a = "Foo"; // expected-error {{string literal
must
be prefixed by '@'}}
31
id b = "Foo"; // expected-error {{string literal
must
be prefixed by '@'}}
32
g("Foo"); // expected-error {{string literal
must
be prefixed by '@'}}
33
h("Foo"); // expected-error {{string literal
must
be prefixed by '@'}}
34
h(("Foo")); // expected-error {{string literal
must
be prefixed by '@'}}
35
[t test:"Foo"]; // expected-error {{string literal
must
be prefixed by '@'}}
36
t.property = "Foo"; // expected-error {{string literal
must
be prefixed by '@'}}
fixit-cxx0x.cpp
17
using ::T = void; // expected-error {{name defined in alias declaration
must
be an identifier}}
18
using typename U = void; // expected-error {{name defined in alias declaration
must
be an identifier}}
19
using typename ::V = void; // expected-error {{name defined in alias declaration
must
be an identifier}}
44
enum class E b = E::a; // expected-error {{
must
use 'enum' not 'enum class'}}
46
friend enum class E; // expected-error {{
must
use 'enum' not 'enum class'}}
69
void operator"x" _y(char); // expected-error {{
must
be '""'}}
71
void operator "x" "y" U"z" ""_whoops "z" "y"(char); // expected-error {{
must
be '""'}}
80
int a(Ts ...(x)); // expected-error {{'...'
must
immediately precede declared identifier}}
81
int b(Ts ...&x); // expected-error {{'...'
must
immediately precede declared identifier}}
82
int c(Ts ...&); // expected-error {{'...'
must
be innermost component of anonymous pack declaration}
[
all
...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineResource.java
27
throw new NullPointerException("Wrapped resource
must
not be null");
65
* Increments the number of consumers using the wrapped resource.
Must
be called on the main thread.
68
* This
must
be called with a number corresponding to the number of new consumers each time new consumers
78
throw new IllegalThreadStateException("
Must
call acquire on the main thread");
84
* Decrements the number of consumers using the wrapped resource.
Must
be called on the main thread.
87
* This
must
only be called when a consumer that called the {@link #acquire()} method is now done with the
97
throw new IllegalThreadStateException("
Must
call release on the main thread");
/external/guava/guava/src/com/google/common/math/
MathPreconditions.java
32
throw new IllegalArgumentException(role + " (" + x + ")
must
be > 0");
39
throw new IllegalArgumentException(role + " (" + x + ")
must
be > 0");
46
throw new IllegalArgumentException(role + " (" + x + ")
must
be > 0");
53
throw new IllegalArgumentException(role + " (" + x + ")
must
be >= 0");
60
throw new IllegalArgumentException(role + " (" + x + ")
must
be >= 0");
67
throw new IllegalArgumentException(role + " (" + x + ")
must
be >= 0");
74
throw new IllegalArgumentException(role + " (" + x + ")
must
be >= 0");
/system/bt/btcore/include/
uuid.h
27
// string.
Must
release resources with |uuid_string_free|.
36
// entry. |uuid_string|
must
not be NULL.
41
// structure and
must
release resources with |uuid_free|.
42
// |uuid_string|
must
not be NULL.
63
// |src| and |dest|
must
not be NULL.
68
// and |uuid_string|
must
not be NULL.
73
// |uuid|, |uuid16| and |uuid32|
must
not be NULL.
/external/clang/test/SemaCXX/
builtin-assume-aligned.cpp
5
// expected-error@+1 {{
must
be initialized by a constant expression}}
10
// expected-error@+2 {{
must
be initialized by a constant expression}}
14
// expected-error@+2 {{
must
be initialized by a constant expression}}
18
// expected-error@+2 {{
must
be initialized by a constant expression}}
21
// expected-error@+2 {{
must
be initialized by a constant expression}}
28
// expected-error@+2 {{
must
be initialized by a constant expression}}
33
// expected-error@+2 {{
must
be initialized by a constant expression}}
37
// expected-error@+2 {{
must
be initialized by a constant expression}}
42
// expected-error@+2 {{
must
be initialized by a constant expression}}
45
// expected-error@+2 {{
must
be initialized by a constant expression}
[
all
...]
default-constructor-initializers.cpp
11
struct X3 : public X2 { // expected-error {{implicit default constructor for 'X3'
must
explicitly initialize the base class 'X2' which does not have a default constructor}}
16
struct X4 { // expected-error {{
must
explicitly initialize the member 'x2'}} \
17
// expected-error {{
must
explicitly initialize the reference member 'rx2'}}
46
struct Z1 { // expected-error {{
must
explicitly initialize the reference member 'z'}} \
47
// expected-error {{
must
explicitly initialize the const member 'c1'}}
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/config/
audio_policy_criteria.conf
12
# For each criterion, a couple of numerical, literal values
must
be provided to the PFW.
48
# DO NOT CHANGE ORDER. This definition
must
be aligned with the definition of
53
# DO NOT CHANGE ORDER. This definition
must
be aligned with the definition of
62
# The values of the mode
MUST
be aligned with the definition of the audio_mode_t
67
# The values of the mode
MUST
be aligned with the definition of the
72
# The values of the mode
MUST
be aligned with the definition of the
77
# The values of the mode
MUST
be aligned with the definition of the
82
# The values of the mode
MUST
be aligned with the definition of the
87
# The values of the mode
MUST
be aligned with the definition of the
92
# The values of the mode
MUST
be aligned with the definition of th
[
all
...]
/system/media/camera/include/system/
camera_vendor_tags.h
40
* returned by get_all_tags(). This
must
return -1 on error.
46
* get_tag_count()
must
return the number of tags supported, and
58
* CameraZoom Inc.
must
prefix their sections with "com.camerazoom."
59
* This
must
return NULL if the tag is outside the bounds of
66
* The memory pointed to by the return value
must
remain valid for the
73
* for vendor-defined tags, and
must
return NULL if it is not a
76
* The memory pointed to by the return value
must
remain valid for the
82
* Get tag type for a vendor-specified entry tag. The type returned
must
be
84
* for tags >= CAMERA_METADATA_VENDOR_TAG_BOUNDARY, and
must
return
89
/* Reserved for future use. These
must
be initialized to NULL. *
[
all
...]
/external/clang/test/Parser/
missing-end-4.m
8
@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/clang/test/SemaObjC/
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 *'; 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}}
/external/libnl/include/netlink/route/link/
info-api.h
28
/** Name of operations,
must
match name on kernel side */
40
*
Must
parse the attribute and assign all values to the link.
47
*
Must
dump the info type specific attributes. */
52
*
Must
clone all info type specific attributes. */
56
*
Must
append all info type specific attributes to the message. */
/prebuilts/qemu-kernel/kernel-toolchain/
android-kernel-toolchain-ar
12
# REAL_CROSS_COMPILE
must
be defined, and its value
must
be one of the
21
# ARCH
must
also be defined before calling this script, e.g. 'arm' or 'x86'
24
echo "ERROR: ARCH
must
be defined!"
37
# Get program name,
must
be of the form $PROGPREFIX-<suffix>, where
android-kernel-toolchain-as
12
# REAL_CROSS_COMPILE
must
be defined, and its value
must
be one of the
21
# ARCH
must
also be defined before calling this script, e.g. 'arm' or 'x86'
24
echo "ERROR: ARCH
must
be defined!"
37
# Get program name,
must
be of the form $PROGPREFIX-<suffix>, where
android-kernel-toolchain-gcc
12
# REAL_CROSS_COMPILE
must
be defined, and its value
must
be one of the
21
# ARCH
must
also be defined before calling this script, e.g. 'arm' or 'x86'
24
echo "ERROR: ARCH
must
be defined!"
37
# Get program name,
must
be of the form $PROGPREFIX-<suffix>, where
android-kernel-toolchain-ld
12
# REAL_CROSS_COMPILE
must
be defined, and its value
must
be one of the
21
# ARCH
must
also be defined before calling this script, e.g. 'arm' or 'x86'
24
echo "ERROR: ARCH
must
be defined!"
37
# Get program name,
must
be of the form $PROGPREFIX-<suffix>, where
android-kernel-toolchain-nm
12
# REAL_CROSS_COMPILE
must
be defined, and its value
must
be one of the
21
# ARCH
must
also be defined before calling this script, e.g. 'arm' or 'x86'
24
echo "ERROR: ARCH
must
be defined!"
37
# Get program name,
must
be of the form $PROGPREFIX-<suffix>, where
android-kernel-toolchain-objcopy
12
# REAL_CROSS_COMPILE
must
be defined, and its value
must
be one of the
21
# ARCH
must
also be defined before calling this script, e.g. 'arm' or 'x86'
24
echo "ERROR: ARCH
must
be defined!"
37
# Get program name,
must
be of the form $PROGPREFIX-<suffix>, where
android-kernel-toolchain-objdump
12
# REAL_CROSS_COMPILE
must
be defined, and its value
must
be one of the
21
# ARCH
must
also be defined before calling this script, e.g. 'arm' or 'x86'
24
echo "ERROR: ARCH
must
be defined!"
37
# Get program name,
must
be of the form $PROGPREFIX-<suffix>, where
Completed in 370 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>