/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IIccPhoneBook.aidl | 61 * getAdnRecordsInEf must be called at least once before this function, 64 * @param efid must be one among EF_ADN, EF_FDN, and EF_SDN 73 * @param pin2 required to update EF_FDN, otherwise must be null 86 * getAdnRecordsInEf must be called at least once before this function, 89 * @param efid must be one among EF_ADN, EF_FDN, and EF_SDN 98 * @param pin2 required to update EF_FDN, otherwise must be null 112 * @param efid must be one among EF_ADN, EF_FDN, and EF_SDN 118 * @param pin2 required to update EF_FDN, otherwise must be null 131 * @param efid must be one among EF_ADN, EF_FDN, and EF_SDN 137 * @param pin2 required to update EF_FDN, otherwise must be nul [all...] |
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
ExemptionMechanism_ImplTest.java | 93 fail("IllegalStateException must be thrown"); 98 fail("IllegalStateException must be thrown"); 103 fail("IllegalStateException must be thrown"); 108 fail("IllegalStateException must be thrown"); 125 fail("ExemptionMechanismException must be thrown"); 131 fail("ExemptionMechanismException must be thrown"); 137 fail("ExemptionMechanismException must be thrown"); 162 fail("NoSuchAlgorithmException must be thrown (algorithm: " 201 fail("NoSuchAlgorithmException must be thrown (algorithm: " 210 fail("IllegalArgumentException must be thrown when provider is null (algorithm: [all...] |
KeyGenerator_ImplTest.java | 87 fail("IllegalArgumentException must be thrown"); 92 fail("IllegalArgumentException must be thrown"); 98 fail("IllegalArgumentException must be thrown"); 101 assertNull("generateKey must return null", keyGen.generateKey()); 104 fail("InvalidAlgorithmParameterException must be thrown"); 114 fail("InvalidAlgorithmParameterException must be thrown"); 142 fail("NoSuchAlgorithmException must be thrown (algorithm: " 180 fail("NoSuchAlgorithmException must be thrown (algorithm: " 189 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 195 fail("IllegalArgumentException must be thrown when provider is empty (algorithm: [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
CombinerHeightMap.java | 9 * * Redistributions of source code must retain the above copyright
12 * * Redistributions in binary form must reproduce the above copyright
71 * must be of the same size.
93 throw new Exception("The two maps must be of the same size");
98 throw new Exception("factor1 and factor2 must add to 1.0");
116 * map1 will be used with 40% of map2. The two factors must add up
117 * to 1.0. The heightmaps must also be of the same size.
144 throw new Exception("The two maps must be of the same size");
149 throw new Exception("factor1 and factor2 must add to 1.0");
172 * map1 will be used with 40% of map2. The two factors must add up [all...] |
/docs/source.android.com/src/compatibility/5.0/ |
android-5.0-cdd.html | 309 <p>This document enumerates the requirements that must be met in order for devices 312 <p>The use of "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", 321 <p>To be considered compatible with Android 5.0, device implementations MUST meet 359 <li> MUST have a touchscreen embedded in the device 360 <li> MUST have a power source that provides mobility, such as a battery 369 <li> MUST have an embedded screen OR include a video output port, such as VGA, HDMI, 371 <li> MUST declare the features android.software.leanback and 379 <li> MUST have a screen with the physical diagonal length in the range from 1.1 to 381 <li> MUST declare the feature android.hardware.type.watc [all...] |
/external/clang/test/OpenMP/ |
for_loop_messages.cpp | 43 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} 54 // expected-error@+2 {{variable must be of integer or random access iterator type}} 60 // expected-error@+2 {{variable must be of integer or random access iterator type}} 66 // expected-error@+2 {{variable must be of integer or random access iterator type}} 71 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 77 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 83 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 90 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 96 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 108 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'} [all...] |
for_simd_loop_messages.cpp | 43 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} 54 // expected-error@+2 {{variable must be of integer or random access iterator type}} 60 // expected-error@+2 {{variable must be of integer or random access iterator type}} 66 // expected-error@+2 {{variable must be of integer or random access iterator type}} 71 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 77 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 83 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 90 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 96 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 108 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'} [all...] |
parallel_for_loop_messages.cpp | 38 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} 47 // expected-error@+2 {{variable must be of integer or random access iterator type}} 52 // expected-error@+2 {{variable must be of integer or random access iterator type}} 57 // expected-error@+2 {{variable must be of integer or random access iterator type}} 61 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 66 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 71 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 77 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 82 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 92 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'} [all...] |
parallel_for_simd_loop_messages.cpp | 38 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} 47 // expected-error@+2 {{variable must be of integer or random access iterator type}} 52 // expected-error@+2 {{variable must be of integer or random access iterator type}} 57 // expected-error@+2 {{variable must be of integer or random access iterator type}} 61 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 66 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 71 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 77 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 82 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 92 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'} [all...] |
simd_loop_messages.cpp | 29 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} 38 // expected-error@+2 {{variable must be of integer or random access iterator type}} 43 // expected-error@+2 {{variable must be of integer or random access iterator type}} 48 // expected-error@+2 {{variable must be of integer or random access iterator type}} 52 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 57 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 62 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 68 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 73 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}} 83 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'} [all...] |
parallel_num_threads_messages.cpp | 19 #pragma omp parallel num_threads ((argc > 0) ? argv[1] : argv[2]) // expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 20 #pragma omp parallel num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a positive integer value}} 22 #pragma omp parallel num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 24 #pragma omp parallel num_threads (N) // expected-error {{argument to 'num_threads' clause must be a positive integer value}} 37 #pragma omp parallel num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a positive integer value}} 39 #pragma omp parallel num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
|
parallel_sections_num_threads_messages.cpp | 24 #pragma omp parallel sections num_threads ((argc > 0) ? argv[1] : argv[2]) // expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 26 #pragma omp parallel sections num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel sections' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a positive integer value}} 30 #pragma omp parallel sections num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 34 #pragma omp parallel sections num_threads (N) // expected-error {{argument to 'num_threads' clause must be a positive integer value}} 53 #pragma omp parallel sections num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel sections' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a positive integer value}} 57 #pragma omp parallel sections num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
KeyboardTest.java | 54 // At first, both "pressed" and "on" must be false. 60 // Pressing the key must flip the "pressed" state only. 68 // Releasing the key inside the key area must flip the "pressed" state and toggle the "on" 77 // Pressing the key again must flip the "pressed" state only. 85 // Releasing the key inside the key area must flip the "pressed" state and toggle the "on" 94 // Pressing then releasing the key outside the key area must not affect the "on" state.
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/ |
Test_opc_throw.java | 37 fail("must throw a RuntimeException"); 50 fail("must throw a Throwable"); 63 fail("must throw a Error"); 70 * @title Nearest matching catch must be executed in case of exception 123 * @title operand must be must be assignment-compatible
|
/external/boringssl/src/crypto/pkcs8/ |
p8_pkey.c | 11 * 1. Redistributions of source code must retain the above copyright 14 * 2. Redistributions in binary form must reproduce the above copyright 20 * software must display the following acknowledgment: 24 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 33 * 6. Redistributions of any form whatsoever must retain the following 66 /* Since the structure must still be valid use ASN1_OP_FREE_PRE */
|
/external/google-breakpad/src/client/linux/sender/ |
google_crash_report_sender.cc | 8 // * Redistributions of source code must retain the above copyright 10 // * Redistributions in binary form must reproduce the above 64 error_text.append("\nProduct name must be specified."); 68 error_text.append("\nProduct version must be specified."); 72 error_text.append("\nClient ID must be specified."); 76 error_text.append("\nMinidump pathname must be specified.");
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_framebuffer.h | 50 * but the opposite must never happen. 99 * Deletions must be done by first acquiring stw_device::fb_mutex, and then 115 * must be called when done 131 * must be called when done 141 * must be called when done 157 * Release stw_framebuffer::mutex lock. This framebuffer must not be accessed
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
AnnotationVisitor.java | 9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
33 * A visitor to visit a Java annotation. The methods of this interface must be
46 * @param value the actual value, whose type must be {@link Byte},
72 * this nested annotation. <i>The nested annotation value must be
88 * visitor are ignored. <i>All the array values must be visited
|
/external/replicaisland/res/values/ |
rokudou.xml | 19 I can see that you are hesitant. Not surprising; I am sure Kabocha did his best to convince you that he?s a kind-hearted scientist, acting for the greater good of the world. Make no mistake, Android. Kabocha is a lunatic--he must not gain access to The Source. 32 The Source has a way of affecting people. Other teams I sent to this island in the past have vanished without a trace. The few that made it back returned with fatal health problems. That?s why an inorganic like you is so perfect for this job. Make no mistake, The Source is a natural occurrence--nature?s next logical step. I theorize that it may actually be a tiny piece of a larger whole, a body that created the entire universe! But there will be plenty of time for academics once we have obtained The Source; for now we must concentrate on finding it. 40 Android. The time for pleasantries has ended. Kabocha has The Source, and it will not be long until he learns how to channel its power. We must move quickly if we are to stop him. You are our only hope now. 44 My sensors indicate a large disturbance field not far from here. That must be the location of Kabocha?s secret lab. He?s surely shielded it, which means the readings I am picking up are actually a tiny fraction of the power he is generating. It must be The Source! We must move quickly if we are to stop him and his insane scheme.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
omxVCCOMM_ExpandFrame_I.c | 53 * expanded; must be aligned on an 8-byte boundary. 54 * iFrameWidth - frame width; must be a multiple of 8. 55 * iFrameHeight -frame height; must be a multiple of 8. 57 * vertical directions; must be a multiple of 8. 59 * in the plane buffer; must be larger than or equal to 65 * top-left corner of the plane); must be aligned on an 8-byte
|
/frameworks/base/core/java/android/webkit/ |
WebViewFactoryProvider.java | 26 * proxy class uses to instantiate all the other objects as needed. The backend must provide an 92 * implementation must return the same instance on subsequent calls. 99 * implementation must return the same instance on subsequent calls. 107 * implementation must return the same instance on subsequent calls. 115 * implementation must return the same instance on subsequent calls. 123 * implementation must return the same instance on subsequent calls.
|
/frameworks/base/drm/java/android/drm/ |
DrmInfoStatus.java | 30 // The following status code constants must be in sync with DrmInfoStatus.cpp 43 * The status of the communication. Must be one of the defined status 48 * The type of DRM information processed. Must be one of the valid type 53 * The MIME type of the content. Must not be null or an empty string. 67 * @param statusCode The status of the communication. Must be one of the defined 69 * @param infoType The type of the DRM information processed. Must be a valid
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
package.html | 9 must have a valid OpenGL context before it can use the effects APIs. The textures to which you apply 11 textures must meet:</p> 13 <li>They must be bound to a {@link android.opengl.GLES20#GL_TEXTURE_2D} texture image</li> 14 <li>They must contain at least one mipmap level</li> 41 texture. The input texture must be bound to a {@link android.opengl.GLES20#GL_TEXTURE_2D} texture 50 available from external libraries are not supported by all devices, so you must first check if the
|
/frameworks/base/rs/java/android/renderscript/ |
RSSurfaceView.java | 42 * must call {@link android.opengl.GLSurfaceView#setRenderer} to 54 * must call {@link android.opengl.GLSurfaceView#setRenderer} to 108 * Inform the view that the activity is paused. The owner of this view must 111 * Must not be called before a renderer has been set. 121 * Inform the view that the activity is resumed. The owner of this view must 125 * Must not be called before a renderer has been set.
|
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
pkcs11_internal.h | 8 * * Redistributions of source code must retain the above copyright 10 * * Redistributions in binary form must reproduce the above copyright 85 * Magic word, must be set to {PKCS11_SESSION_MAGIC}. 89 /* nSessionTag must be set to {PKCS11_PRIMARY_SESSION_TAG} for primary session 100 /* sHeader must be the first field of this structure */ 121 /* sHeader must be the first field of this structure */
|