HomeSort by relevance Sort by last modified time
    Searched full:must (Results 151 - 175 of 51864) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
Equator.java 11 * Comparator function. If overridden, must handle case of null,
13 * Must obey normal rules of symmetry: a=b => b=a
22 * Must obey normal rules: a=b => getHashCode(a)=getHashCode(b)
  /external/kernel-headers/original/uapi/linux/
if_hippi.h 81 __u8 ulp; /* must contain 4 */
83 __u8 d1_data_present:1; /* must be 1 */
84 __u8 start_d2_burst_boundary:1; /* must be zero */
85 __u8 reserved:6; /* must be zero */
88 __u16 d1_area_size:8; /* must be 3 */
89 __u16 d2_offset:3; /* must be zero */
92 __u8 reserved:6; /* must be zero */
93 __u8 start_d2_burst_boundary:1; /* must be zero */
94 __u8 d1_data_present:1; /* must be 1 */
96 __u16 d2_offset:3; /* must be zero *
    [all...]
  /external/vboot_reference/host/lib/include/
file_keys.h 17 * must free it.
24 * must free it.
30 * Caller owns the returned digest and must free it.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ICreateInfo.java 31 * The list can be empty but must not be null.
37 * The list can be empty but must not be null.
43 * The list can be empty but must not be null.
48 * Returns The list of methods to stub out. Each entry must be in the form
50 * The list can be empty but must not be null.
55 * Returns the list of classes to rename, must be an even list: the binary FQCN
57 * The list can be empty but must not be null.
66 * The list can be empty but must not be null.
71 * Returns the list of classes to refactor, must be an even list: the
74 * The list can be empty but must not be null
    [all...]
  /frameworks/native/data/etc/
tablet_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 a rear-facing camera must include one of these as appropriate:
58 <!-- devices with a front facing camera must include
60 <!-- devices with WiFi must also include android.hardware.wifi.xml -->
61 <!-- devices with an ambient light sensor must also include
63 <!-- devices with a proximity sensor must also include
65 <!-- devices with a barometer must also include
67 <!-- devices with a gyroscope must also includ
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_hippi.h 83 __u8 ulp; /* must contain 4 */
85 __u8 d1_data_present:1; /* must be 1 */
86 __u8 start_d2_burst_boundary:1; /* must be zero */
87 __u8 reserved:6; /* must be zero */
90 __u16 d1_area_size:8; /* must be 3 */
91 __u16 d2_offset:3; /* must be zero */
94 __u8 reserved:6; /* must be zero */
95 __u8 start_d2_burst_boundary:1; /* must be zero */
96 __u8 d1_data_present:1; /* must be 1 */
98 __u16 d2_offset:3; /* must be zero *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_hippi.h 81 __u8 ulp; /* must contain 4 */
83 __u8 d1_data_present:1; /* must be 1 */
84 __u8 start_d2_burst_boundary:1; /* must be zero */
85 __u8 reserved:6; /* must be zero */
88 __u16 d1_area_size:8; /* must be 3 */
89 __u16 d2_offset:3; /* must be zero */
92 __u8 reserved:6; /* must be zero */
93 __u8 start_d2_burst_boundary:1; /* must be zero */
94 __u8 d1_data_present:1; /* must be 1 */
96 __u16 d2_offset:3; /* must be zero *
    [all...]
  /external/clang/test/SemaObjC/
continuation-class-err.m 15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in class extension 'ReadOnly' (attribute must be 'readwrite', while its primary must be 'readonly')}}
34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory2Test.java 92 fail("CertificateException must be thrown");
98 fail("CertificateException must be thrown because encodings list is empty");
107 fail("CertificateException must be thrown");
113 fail("IllegalArgumentException must be thrown");
124 fail("CertificateException must be thrown");
129 fail("CertificateException must be thrown");
133 assertNull("Result must be null", cert);
135 assertNull("Result must be null", col);
139 fail("CRLException must be thrown");
144 fail("CRLException must be thrown")
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLExceptionTest.java 58 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
60 assertNull("getCause() must return null", tE.getCause());
71 assertNull("getMessage() must return null.", tE.getMessage());
72 assertNull("getCause() must return null", tE.getCause());
82 assertNull("getMessage() must return null.", tE.getMessage());
83 assertNull("getCause() must return null", tE.getCause());
101 // assertNotNull("getCause() must not return null", tE.getCause());
102 assertEquals("getCause() must return ".concat(tCause.toString()),
114 assertNull("getMessage() must return null", tE.getMessage());
115 assertNull("getCause() must return null", tE.getCause())
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p2-cxx0x.cpp 4 const auto b() -> int; // expected-error {{function with trailing return type must specify return type 'auto', not 'const auto'}}
5 auto *c() -> int; // expected-error {{function with trailing return type must specify return type 'auto', not 'auto *'}}
  /external/clang/test/Parser/
check-syntax-1.m 14 (void) x; // expected-error {{method type specifier must start with '-' or '+'}}
15 (int)im; // expected-error {{method type specifier must start with '-' or '+'}} \
  /external/clang/test/Sema/
typedef-variable-type.c 4 typedef int (*a)[!.0]; // expected-warning{{size of static array must be an integer constant expression}}
8 typedef int (*a)[!.0]; // expected-warning{{size of static array must be an integer constant expression}}
  /external/clang/test/SemaCXX/
PR19955.cpp 5 constexpr int *varp = &var; // expected-error {{must be initialized by a constant expression}}
8 constexpr void (*funp)(void) = &fun; // expected-error {{must be initialized by a constant expression}}
  /external/eigen/Eigen/
PardisoSupport 21 * In order to use this module, the MKL headers must be accessible from the include paths, and your binary must be linked to the MKL library and its dependencies.
  /external/expat/tests/
README.txt 11 Expat must be built and, depending on platform, must be installed, before "make check" can be executed.
  /external/valgrind/gdbserver_tests/
hginfo.stdinB.gdb 11 # ptr must be allocated at this state:
15 # ptr must be freed at this state
  /external/vboot_reference/utility/include/
verify_data.h 11 * Caller owns the returned key and must free it.
16 * Caller owns the returned signature and must free it.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLExceptionTest.java 46 assertEquals("getMessage() must return: ".concat(msgs[i]), sE.getMessage(), msgs[i]);
47 assertNull("getCause() must return null", sE.getCause());
58 assertNull("getMessage() must return null.", sE.getMessage());
59 assertNull("getCause() must return null", sE.getCause());
69 assertNull("getMessage() must return null.", sE.getMessage());
70 assertNull("getCause() must return null", sE.getCause());
86 assertNotNull("getCause() must not return null", sE.getCause());
87 assertEquals("getCause() must return ".concat(tCause.toString()), sE.getCause(), tCause);
97 assertNull("getMessage() must return null", sE.getMessage());
98 assertNull("getCause() must return null", sE.getCause())
    [all...]
  /packages/apps/Email/res/xml/
providers_product.xml 9 Because overlays must correspond to an existing platform resource, this empty placeholder
15 <!-- THIS SECTION MUST REMAIN EMPTY -->
senders_product.xml 9 Because overlays must correspond to an existing platform resource, this empty placeholder
15 <!-- THIS SECTION MUST REMAIN EMPTY -->
  /packages/inputmethods/LatinIME/java/res/values/
strings-action-keys.xml 22 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] -->
24 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] -->
26 <!-- Label for soft enter key when it performs PREVIOUS action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] -->
28 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] -->
30 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] -->
32 <!-- Label for soft enter key when it performs SEARCH action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] -->
34 <!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] -->
36 <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7]-->
  /system/bt/osi/include/
array.h 28 // object must be freed with |array_free|. |element_size| must be greater than 0. Returns
35 // Returns a pointer to the first stored element in |array|. |array| must not be NULL.
38 // Returns a pointer to the |index|th element of |array|. |index| must be less than
39 // the array's length. |array| must not be NULL.
42 // Returns the number of elements stored in |array|. |array| must not be NULL.
48 // only the lowest |element_size| bytes will be stored. |array| must not be
53 // Inserts an element to the end of |array|. The value pointed to by |data| must
buffer.h 27 // allocated. |size| must be non-zero. The caller must release this buffer with
34 // caller must release the returned buffer with |buffer_free|. Note that releasing
35 // the returned buffer does not release |buf|. |buf| must not be NULL.
39 // |buffer_new_ref| for a description of references. |slice_size| must be
41 // (0 < slice_size <= buffer_length). |buf| must not be NULL.
51 // this function. |buf| must not be NULL.
55 // |buf| must not be NULL.
  /system/core/logd/
README.auditd 8 To enable the audit subsystem, you must add this to your
12 To enable a LSM, you must consult that LSM's documentation, the

Completed in 362 milliseconds

1 2 3 4 5 67 8 91011>>