/external/dropbear/libtommath/mtest/ |
mpi-config.h | 46 0 = no parameter checks 47 1 = runtime checks, continue execution and return an error to caller
|
/libcore/luni/src/test/java/libcore/java/security/ |
OldAlgorithmParameterGeneratorTest.java | 28 // checks that no exception is thrown 46 // checks that no exception is thrown
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
IOFileFilter.java | 35 * Checks to see if the File should be accepted by this filter.
45 * Checks to see if the File should be accepted by this filter.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
.classpath | 10 <classpathentry exported="true" kind="lib" path="libs/lint-checks.jar" sourcepath="/lint-checks"/>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
.classpath | 16 <classpathentry kind="lib" path="/plugin-adt/libs/lint-checks.jar" sourcepath="/lint-checks"/>
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
FsObject.java | 32 * Checks if this {@code FsObject} is still valid. 44 * Checks if this {@code FsObject} is read-only. Any attempt to modify a
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_task.h | 13 // Checks WebSocket connection can be established. 17 // Checks message can be sent/received on the WebSocket connection. 20 // Checks WebSocket connection keep open in idle state. 24 // Checks server can push a message after connection has been idle. 28 // Checks previous message was sent to the server. 32 // Checks WebSocket connection can be closed normally.
|
/external/chromium_org/ppapi/utility/ |
completion_callback_factory_thread_traits.h | 41 /// Default constructor. In debug mode, this checks that the object is being 79 /// <strong>Note:</strong> in Debug mode, it checks that it is either called 83 /// Default constructor. In debug mode, this checks that the object is being 121 /// <strong>Note:</strong> in Debug mode, it checks that it is either 137 /// Acquires the fake "lock". This does nothing except perform checks in 146 /// Releases the fake "lock". This does nothing except perform checks in
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
prime.c | 64 int checks=20; local 92 else if(!strcmp(*argv,"-checks")) 96 checks=atoi(*++argv); 147 BN_is_prime_ex(bn,checks,NULL,NULL) ? "" : "not "); 158 BIO_printf(bio_err,"%-14s number of checks\n","-checks <n>");
|
/external/iputils/ninfod/ |
configure.in | 37 dnl Checks for programs. 45 dnl Checks for Enable/With 74 dnl Checks for libraries. 76 dnl Checks for header files. 101 dnl Checks for typedefs, structures, and compiler characteristics. 121 dnl Checks for library functions.
|
/external/openssl/apps/ |
prime.c | 64 int checks=20; local 92 else if(!strcmp(*argv,"-checks")) 96 checks=atoi(*++argv); 147 BN_is_prime_ex(bn,checks,NULL,NULL) ? "" : "not "); 158 BIO_printf(bio_err,"%-14s number of checks\n","-checks <n>");
|
/external/qemu/android/utils/ |
path.h | 51 /* checks that a given file exists */ 54 /* checks that a path points to a regular file */ 57 /* checks that a path points to a directory */ 60 /* checks that a path is absolute or not */ 63 /* checks that one can read/write a given (regular) file */ 67 /* checks that one can execute a given file */
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaMimeTest.java | 61 // Checks you have all the test files on your SDCARD. 74 // Checks the MediaPlaybackActivity handles audio/mp3. 80 // Checks the MediaPlaybackActivity handles audio/*. 87 // Checks the MediaPlaybackActivity handles application/itunes. Some servers 97 // Checks the activity resolver handling of mime types is case sensitive. 104 // Checks the activity resolver does not trims leading whitespaces when
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_mdpcomp.h | 135 /* checks for conditions where mdpcomp is not possible */ 137 /* checks for conditions where RGB layers cannot be bypassed */ 139 /* checks if full MDP comp can be done */ 143 /* checks for conditions where only video can be bypassed */ 145 /* checks for conditions where YUV layers cannot be bypassed */ 154 /* checks for mdp comp dimension limitation */
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_mdpcomp.h | 135 /* checks for conditions where mdpcomp is not possible */ 137 /* checks for conditions where RGB layers cannot be bypassed */ 139 /* checks if full MDP comp can be done */ 143 /* checks for conditions where only video can be bypassed */ 145 /* checks for conditions where YUV layers cannot be bypassed */ 154 /* checks for mdp comp dimension limitation */
|
/external/chromium/chrome/browser/prerender/ |
prerender_browsertest.cc | 293 // Checks that a page is correctly prerendered in the case of a 301 // Checks that the prerendering of a page is canceled correctly when a 309 // Checks that the prerendering of a page is canceled correctly when a 317 // Checks that plugins are not loaded while a page is being preloaded, but 326 // Checks that plugins in an iframe are not loaded while a page is 344 // Checks that client-issued redirects work with prerendering. 356 // Checks that client-issued redirects work with prerendering. 369 // Checks that client-issued redirects to an https page will cancel prerenders. 380 // Checks that client-issued redirects within an iframe in a prerendered 399 // Checks that client-issued redirects within an iframe in a prerendere [all...] |
/external/chromium_org/chromeos/dbus/ |
shill_client_unittest_base.h | 120 // Checks the name and the value which are sent by PropertyChanged signal. 158 // Checks the result and expects the call status to be SUCCESS. 175 // Checks the result and expects the call status to be SUCCESS. 192 // Checks the requested interface name and signal name. 200 // Checks the content of the method call and returns the response. 207 // Checks the content of the method call and returns the response. 215 // Checks the content of the method call and returns the response.
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/ |
SyncStatusHelper.java | 202 * Checks whether sync is currently enabled from Chrome for a given account. 204 * It checks both the master sync for the device, and Chrome sync setting for the given account. 217 * Checks whether sync is currently enabled from Chrome for the currently signed in account. 219 * It checks both the master sync for the device, and Chrome sync setting for the given account. 229 * Checks whether sync is currently enabled from Chrome for a given account. 231 * It checks only Chrome sync setting for the given account, 245 * Checks whether the master sync flag for Android is currently set.
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
DSAKeyFactoryImplTest.java | 258 * The test checks out that the method throws up InvalidKeySpecException 277 * The test checks out that the method returns DSAPublicKey 288 * The test checks out that the method returns DSAPublicKey 301 * The test checks out that the method throws up InvalidKeySpecException 340 * It checks out that if key encoding in KeySpec has correct ASN1 structure 382 * The test checks out that the method throws up InvalidKeySpecException 401 * The test checks out that the method returns DSAPrivateKey 412 * The test checks out that the method returns DSAPrivateKey 426 * The test checks out that the method throws up InvalidKeySpecException 465 * It checks out that if key encoding in KeySpec has correct ASN1 structur [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_browsertest.cc | [all...] |
/external/antlr/antlr-3.4/runtime/C/ |
configure.ac | 64 # Checks for programs. 148 # Checks for libraries. 150 # Checks for header files. 194 # Checks for typedefs, structures, and compiler characteristics. 210 # Checks for library functions.
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParameterGenerator3Test.java | 121 // checks that no exception is thrown 133 // checks that no exception is thrown 147 // checks that no exception is thrown 159 // checks that InvalidAlgorithmParameterException is thrown 180 // checks that InvalidAlgorithmParameterException is thrown
|
/external/chromium_org/third_party/icu/source/common/ |
uchar.c | 94 /* Checks if ch is a lower case letter.*/ 102 /* Checks if ch is an upper case letter.*/ 110 /* Checks if ch is a title case letter; usually upper case letters.*/ 118 /* Checks if ch is a decimal digit. */ 142 /* Checks if the Unicode character is a letter.*/ 155 /* Checks if c is a letter or a decimal digit */ 164 * Checks if c is alphabetic, or a decimal digit; implements UCHAR_POSIX_ALNUM. 172 /* Checks if ch is a unicode character with assigned character type.*/ 180 /* Checks if the Unicode character is a base form character that can take a diacritic.*/ 188 /* Checks if the Unicode character is a control character.* [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_caps.c | 34 * Iterates over a list of caps checks as defined in u_caps.h. Should 35 * all checks pass returns TRUE and out is set to the last element of 99 * Iterates over a list of caps checks as defined in u_caps.h. 100 * Returns TRUE if all caps checks pass returns FALSE otherwise. 213 * Demo function which checks against theoretical caps needed for different APIs.
|
/external/icu4c/common/ |
uchar.c | 95 /* Checks if ch is a lower case letter.*/ 103 /* Checks if ch is an upper case letter.*/ 111 /* Checks if ch is a title case letter; usually upper case letters.*/ 119 /* Checks if ch is a decimal digit. */ 143 /* Checks if the Unicode character is a letter.*/ 156 /* Checks if c is a letter or a decimal digit */ 165 * Checks if c is alphabetic, or a decimal digit; implements UCHAR_POSIX_ALNUM. 173 /* Checks if ch is a unicode character with assigned character type.*/ 181 /* Checks if the Unicode character is a base form character that can take a diacritic.*/ 189 /* Checks if the Unicode character is a control character.* [all...] |