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

<<21222324252627282930>>

  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 21 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}}
22 IP<(0)> ip1; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}}
39 PM<0> pm0; // expected-error{{null non-type template argument must be cast to template parameter type 'int X::*'}}
40 PM<(0)> pm1; // expected-error{{null non-type template argument must be cast to template parameter type 'int X::*'}}
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter type 'int (X::*)(int)'}}
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template parameter type 'int (X::*)(int)'}}
65 NP<0> np4; // expected-error{{null non-type template argument must be cast to template parameter type 'std::nullptr_t' (aka 'nullptr_t')}}
  /external/guava/guava-testlib/test/com/google/common/collect/testing/features/
FeatureEnumTest.java 38 String.format("%s must be annotated with @TesterAnnotation.",
44 String.format("%s must have a @Retention annotation.", annotationClass),
47 String.format("%s must have RUNTIME RetentionPolicy.", annotationClass),
50 String.format("%s must be inherited.", annotationClass),
58 fail(String.format("%s must have a property named '%s'.",
62 assertTrue(String.format("%s.%s() must return an array.",
65 assertSame(String.format("%s.%s() must return an array of %s.",
  /external/icu/icu4c/source/common/unicode/
ucasemap.h 59 * @param pErrorCode Must be a valid pointer to an error code value,
60 * which must not indicate a failure before the function call.
122 * @param pErrorCode Must be a valid pointer to an error code value,
123 * which must not indicate a failure before the function call.
136 * @param pErrorCode Must be a valid pointer to an error code value,
137 * which must not indicate a failure before the function call.
211 * @param pErrorCode Must be a valid pointer to an error code value,
212 * which must not indicate a failure before the function call.
247 * The source string and the destination buffer must not overlap.
258 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated
    [all...]
  /external/llvm/lib/Support/
COPYRIGHT.regex 14 2. The origin of this software must not be misrepresented, either by
16 credits must appear in the documentation.
18 3. Altered versions must be plainly marked as such, and must not be
20 ever read sources, credits must appear in the documentation.
32 * 1. Redistributions of source code must retain the above copyright
34 * 2. Redistributions in binary form must reproduce the above copyright
  /hardware/qcom/display/msm8084/liboverlay/
overlayWriteback.h 7 * * Redistributions of source code must retain the above copyright
9 * * Redistributions in binary form must reproduce the above
72 * Client must do writeback memory management.
73 * Client must not call display-commit on writeback mixer.
77 * Client must do writeback memory management.
78 * Client must call display-commit on their own.
79 * Client must use sync mechanism e.g sync pt.
  /hardware/qcom/display/msm8226/liboverlay/
overlayWriteback.h 7 * * Redistributions of source code must retain the above copyright
9 * * Redistributions in binary form must reproduce the above
72 * Client must do writeback memory management.
73 * Client must not call display-commit on writeback mixer.
77 * Client must do writeback memory management.
78 * Client must call display-commit on their own.
79 * Client must use sync mechanism e.g sync pt.
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.h 7 * * Redistributions of source code must retain the above copyright
9 * * Redistributions in binary form must reproduce the above
72 * Client must do writeback memory management.
73 * Client must not call display-commit on writeback mixer.
77 * Client must do writeback memory management.
78 * Client must call display-commit on their own.
79 * Client must use sync mechanism e.g sync pt.
  /hardware/qcom/display/msm8994/liboverlay/
overlayWriteback.h 7 * * Redistributions of source code must retain the above copyright
9 * * Redistributions in binary form must reproduce the above
72 * Client must do writeback memory management.
73 * Client must not call display-commit on writeback mixer.
77 * Client must do writeback memory management.
78 * Client must call display-commit on their own.
79 * Client must use sync mechanism e.g sync pt.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_impl.hpp 126 P ptr; // copy constructor must not throw
127 D del; // copy constructor must not throw
136 // pre: d(p) must not throw
189 P p_; // copy constructor must not throw
190 D d_; // copy constructor must not throw
191 A a_; // copy constructor must not throw
200 // pre: d( p ) must not throw
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECPointTest.java 51 * Expected: must pass without any exceptions
66 * Expected: must throw <code>NullPointerException</code>
98 * Expected: must return affine <code>x</code> coordinate
100 * (both must refer the same object)
114 * Expected: must return <code>null</code> for
126 * Expected: must return affine <code>y</code> coordinate
128 * (both must refer the same object)
142 * Expected: must return <code>null</code> for
153 * Expected: all objects in this test must be equal
156 // test case 1: must be equal to itsel
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext2Test.java 85 fail("RuntimeException must be thrown");
91 fail("RuntimeException must be thrown");
97 fail("RuntimeException must be thrown");
103 fail("RuntimeException must be thrown");
109 fail("RuntimeException must be thrown");
115 fail("RuntimeException must be thrown");
123 fail("KeyManagementException must be thrown");
166 fail("NoSuchAlgorithmException must be thrown (protocol: "
205 fail("NoSuchAlgorithmException must be thrown (protocol: "
214 fail("IllegalArgumentException must be thrown when provider is null (protocol:
    [all...]
  /external/v8/test/webkit/fast/js/
number-toString-expected.txt 7 # 1. Redistributions of source code must retain the above copyright
9 # 2. Redistributions in binary form must reproduce the above copyright
29 PASS (1234.567).toString(0) threw exception RangeError: toString() radix argument must be between 2 and 36.
30 PASS (1234.567).toString(null) threw exception RangeError: toString() radix argument must be between 2 and 36.
31 PASS (1234.567).toString(false) threw exception RangeError: toString() radix argument must be between 2 and 36.
32 PASS (1234.567).toString('foo') threw exception RangeError: toString() radix argument must be between 2 and 36.
33 PASS (1234.567).toString(nan) threw exception RangeError: toString() radix argument must be between 2 and 36.
34 PASS (1234.567).toString(1) threw exception RangeError: toString() radix argument must be between 2 and 36.
35 PASS (1234.567).toString(true) threw exception RangeError: toString() radix argument must be between 2 and 36.
36 PASS (1234.567).toString('1') threw exception RangeError: toString() radix argument must be between 2 and 36
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContext2Test.java 80 fail("RuntimeException must be thrown");
86 fail("RuntimeException must be thrown");
92 fail("RuntimeException must be thrown");
98 fail("RuntimeException must be thrown");
104 fail("RuntimeException must be thrown");
110 fail("RuntimeException must be thrown");
118 fail("KeyManagementException must be thrown");
162 fail("NoSuchAlgorithmException must be thrown (protocol: "
200 fail("NoSuchAlgorithmException must be thrown (protocol: "
209 fail("IllegalArgumentException must be thrown when provider is null (protocol:
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
ECPointTest.java 44 * Expected: must pass without any exceptions
59 * Expected: must throw <code>NullPointerException</code>
91 * Expected: must return affine <code>x</code> coordinate
93 * (both must refer the same object)
107 * Expected: must return <code>null</code> for
119 * Expected: must return affine <code>y</code> coordinate
121 * (both must refer the same object)
135 * Expected: must return <code>null</code> for
146 * Expected: all objects in this test must be equal
149 // test case 1: must be equal to itsel
    [all...]
  /system/core/adf/libadf/include/adf/
adf.h 39 * The caller must free() the returned list of device IDs.
59 * must free by calling adf_free_device_data(). On error, returns -errno.
91 * The caller must free() the returned list of interface IDs.
99 * The caller must free() the returned list of interface IDs.
107 * interface IDs. The caller must free() the returned list of interface IDs.
117 * The caller must free() the returned list of interface IDs.
125 * Returns a file descriptor. The caller must close() the fd when done.
133 * must free by calling adf_free_interface_data(). On error, returns -errno.
170 * The caller must free() the returned list of overlay engine IDs.
178 * The caller must free() the returned list of overlay engine IDs
    [all...]
  /external/valgrind/tests/
check_headers_and_includes 6 # (1) include/*.h must not include pub_core_...h
9 # (3) coregrind/ *.c must not include pub_tool_xyzzy.h
10 # (4) tool *.[ch] files must not include pub_core_...h
13 # (6) coregrind/ *.[ch] must not use tl_assert
14 # (7) include/*.h and tool *.[ch] must not use vg_assert
15 # (8) coregrind/ *.[ch] must not use VG_(tool_panic)
16 # (9) include/*.h and tool *.[ch] must not use VG_(core_panic)
216 # Must not include pub_core_....
218 error("File $path_name must not include $inc\n");
225 # Must not use vg_asser
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator2Test.java 92 fail("InvalidAlgorithmParameterException must be thrown");
98 fail("InvalidParameterException must be thrown");
105 fail("InvalidParameterException must be thrown");
122 fail("InvalidParameterException must be thrown");
141 fail("UnsupportedOperationException must be thrown");
149 fail("IllegalArgumentException must be thrown for null random");
154 fail("InvalidParameterException must be thrown for invalid key");
159 fail("InvalidParameterException must be thrown for invalid key");
164 fail("IllegalArgumentException must be thrown for null random");
184 fail("NullPointerException or KeyStoreException must be thrown")
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
MeteringRectangle.java 43 * The weight must range from {@value #METERING_WEIGHT_MIN} to {@value #METERING_WEIGHT_MAX}
92 mX = checkArgumentNonnegative(x, "x must be nonnegative");
93 mY = checkArgumentNonnegative(y, "y must be nonnegative");
94 mWidth = checkArgumentNonnegative(width, "width must be nonnegative");
95 mHeight = checkArgumentNonnegative(height, "height must be nonnegative");
113 checkNotNull(xy, "xy must not be null");
114 checkNotNull(dimensions, "dimensions must not be null");
116 mX = checkArgumentNonnegative(xy.x, "x must be nonnegative");
117 mY = checkArgumentNonnegative(xy.y, "y must be nonnegative");
118 mWidth = checkArgumentNonnegative(dimensions.getWidth(), "width must be nonnegative")
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator2Test.java 95 fail("InvalidAlgorithmParameterException must be thrown");
101 fail("InvalidParameterException must be thrown");
108 fail("InvalidParameterException must be thrown");
125 fail("InvalidParameterException must be thrown");
144 fail("UnsupportedOperationException must be thrown");
152 fail("IllegalArgumentException must be thrown for null random");
157 fail("InvalidParameterException must be thrown for invalid key");
162 fail("InvalidParameterException must be thrown for invalid key");
167 fail("IllegalArgumentException must be thrown for null random");
188 fail("NullPointerException or KeyStoreException must be thrown")
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
OneWayAnova.java 41 * <li>The categoryData <code>Collection</code> must contain
43 * <li> There must be at least two <code>double[]</code> arrays in the
44 * <code>categoryData</code> collection and each of these arrays must
62 * <li>The categoryData <code>Collection</code> must contain
64 * <li> There must be at least two <code>double[]</code> arrays in the
65 * <code>categoryData</code> collection and each of these arrays must
83 * <li>The categoryData <code>Collection</code> must contain
85 * <li> There must be at least two <code>double[]</code> arrays in the
86 * <code>categoryData</code> collection and each of these arrays must
88 * <li>alpha must be strictly greater than 0 and less than or equal to 0.5
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
SecretKeyFactory_ImplTest.java 84 assertNull("generateSecret method must return null", sk);
86 assertNull("translateKey method must return null", sk);
88 assertNull("getKeySpec method must return null", keySpec);
109 fail("NoSuchAlgorithmException must be thrown (algorithm: "
147 fail("NoSuchAlgorithmException must be thrown (algorithm: "
156 fail("IllegalArgumentException must be thrown when provider is null (algorithm: "
162 fail("IllegalArgumentException must be thrown when provider is empty (algorithm: "
170 fail("NoSuchProviderException must be thrown (algorithm: "
210 fail("NoSuchAlgorithmException must be thrown (algorithm: "
219 fail("IllegalArgumentException must be thrown when provider is null (algorithm:
    [all...]
  /external/bison/m4/
wctype_h.m4 42 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
45 must be included before <wchar.h>. */
88 [[/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
91 must be included before <wchar.h>. */
124 [[/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
127 must be included before <wchar.h>. */
150 [[/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
153 must be included before <wchar.h>. */
172 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
174 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must b
    [all...]
  /external/skia/include/effects/
SkGradientShader.h 40 If this is not null, the values must begin with 0, end with 1.0, and
41 intermediate values must be strictly increasing.
42 @param count Must be >=2. The number of colors (and pos if not NULL) entries.
62 @param radius Must be positive. The radius of the circle for this gradient
67 If this is not null, the values must begin with 0, end with 1.0, and
68 intermediate values must be strictly increasing.
69 @param count Must be >= 2. The number of colors (and pos if not NULL) entries
114 If this is not null, the values must begin with 0, end with 1.0, and
115 intermediate values must be strictly increasing.
116 @param count Must be >= 2. The number of colors (and pos if not NULL) entrie
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/utils/
ParamsUtils.java 47 checkNotNull(size, "size must not be null");
65 checkNotNull(rect, "rect must not be null");
87 checkNotNull(transform, "transform must not be null");
88 checkNotNull(rect, "rect must not be null");
106 checkNotNull(rect, "rect must not be null");
170 checkNotNull(source, "source must not be null");
171 checkNotNull(destination, "destination must not be null");
185 checkNotNull(r, "r must not be null");
186 checkNotNull(key, "key must not be null");
187 checkNotNull(defaultValue, "defaultValue must not be null")
    [all...]
  /frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml 17 <!-- Title of the activity when a full backup has been requested and must be confirmed -->
19 <!-- Title of the activity when a full restore has been requested and must be confirmed -->
22 <!-- Text for message to user that a full backup has been requested, and must be confirmed. -->
29 <!-- Text for message to user that a full restore has been requested, and must be confirmed. -->
36 <!-- Text for message to user that they must enter their predefined backup password in order to perform this operation. -->
38 <!-- Text for message to user that they must enter their device encryption password in order to perform this restore operation. -->
40 <!-- Text for message to user that they must enter their device encryption password in order to perform this backup operation. -->
43 <!-- Text for message to user that they must enter an encryption password to use for the full backup operation. -->
47 <!-- Text for message to user that they must supply an encryption password to use for a full backup operation because their phone is locked. -->
50 <!-- Text for message to user when performing a full restore operation, explaining that they must enter the password originally used to encrypt the full backup data. --
    [all...]

Completed in 357 milliseconds

<<21222324252627282930>>