/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListViewHeight.java | 90 // We have to climb all the way to the top because the bug (not checking visibility)
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
OrFileFilter.java | 30 * Checking of the file filter list stops when the first filter returns
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
RequestPermissionHelperActivity.java | 131 // Value used for display purposes. Not range checking.
|
/sdk/files/ |
find_java.bat | 40 echo Checking it it's installed in %ProgramFiles%\Java instead.
|
/external/easymock/src/org/easymock/ |
EasyMock.java | 44 * Creates a mock object that implements the given interface, order checking
59 * Creates a mock object that implements the given interface, order checking
75 * Creates a mock object that implements the given interface, order checking
90 * Creates a mock object that implements the given interface, order checking
107 * Creates a mock object that implements the given interface, order checking
123 * Creates a mock object that implements the given interface, order checking
141 * Creates a control, order checking is enabled by default.
150 * Creates a control, order checking is disabled by default.
159 * Creates a control, order checking is disabled by default, and the mock
[all...] |
/bionic/libc/private/ |
arpa_nameser_compat.h | 112 unsigned cd: 1; /* checking disabled by resolver */ 124 unsigned cd: 1; /* checking disabled by resolver */
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/ |
DESKeySpec.java | 150 * the offset to start checking at. 190 * the offset to start checking at.
|
/dalvik/libcore/security/src/test/java/tests/java/security/ |
SecureRandomTest.java | 144 notes = "Null parameter checking missed", 164 notes = "NoSuchAlgorithmException checking missed",
|
/external/freetype/include/freetype/ |
ftgxval.h | 185 * error checking (which can be quite time consuming). 291 * checking (which can be quite time consuming).
|
/external/icu4c/common/unicode/ |
bytestream.h | 14 // CheckedArrayByteSink Write to a flat array, with bounds checking 135 * with bounds-checking:
|
/external/qemu/target-arm/ |
memcheck_arm_helpers.h | 20 /* This file should compile iff qemu is built with memory checking 34 * condition that memory checking, and call collection are enabled. It also
|
/external/webkit/WebCore/loader/ |
CachedResource.h | 250 // If this field is non-null we are using the resource as a proxy for checking whether an existing resource is still up to date 256 // If this field is non-null, the resource has a proxy for checking whether it is still up to date (see m_resourceToRevalidate).
|
/external/zlib/contrib/masmx64/ |
inffas8664.c | 71 checking for available input while decoding.
75 requires strm->avail_out >= 258 for each loop to avoid checking for
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
SMSDispatcher.java | 70 /** Default checking period for SMS sent without user permit */ 73 /** Default number of SMS sent in checking period without user permit */ 170 * a limit on the number of SMS/MMS messages an app can send in checking 181 * @param mPeriod is the checking period 685 * which cause smaller number of SMS to be sent in checking period. 712 * which cause smaller number of SMS to be sent in checking period. 738 * which cause smaller number of SMS to be sent in checking period. 764 * which cause smaller number of SMS to be sent in checking period. [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupNames.java | 138 * TODO: Validator should also trim the name string before checking it. 169 * TODO: Validator should also trim the description string before checking it.
|
/packages/apps/Mms/src/com/android/mms/model/ |
MediaModel.java | 146 * Get the URI of the media without checking DRM rights. Use this method 156 * Get the URI of the media with checking DRM rights. Use this method
|
/external/e2fsprogs/misc/ |
badblocks.c | 361 fprintf (stderr, _("Checking blocks %lu to %lu\n"), from_count, 365 fputs(_("Checking for bad blocks in read-only mode\n"), stderr); 374 fputs(_("Checking for bad blocks (read-only test): "), stderr); 454 fputs(_("Checking for bad blocks in read-write mode\n"), 603 fputs(_("Checking for bad blocks in non-destructive read-write mode\n"), stderr); 607 fputs(_("Checking for bad blocks (non-destructive read-write test)\n"), stderr);
|
/external/openssl/crypto/engine/ |
eng_dyn.c | 93 "Specifies to continue even if version checking fails (boolean)", 128 /* The function pointer to the version checking shared library function */ 141 /* The symbol name for the version checking function */ 248 /* Avoid a race by checking again inside this lock */ 466 /* Do we perform version checking? */ 470 /* Now we try to find a version checking function and decide how
|
/cts/tools/dasm/src/java_cup/ |
Main.java | 107 /** Timing data -- when did we end checking */ 121 /** Timing data -- when did we end checking for non-reduced productions */ 167 if (print_progress) System.err.println("Checking specification..."); 522 * <li> Checking for unreduced productions. 563 System.err.println(" Checking for non-reduced productions..."); 685 System.err.println(" Checking " 703 System.err.println(" Checking "
|
/external/e2fsprogs/e2fsck/ |
problem.h | 203 /* Pass 1: Checking inodes, blocks, and sizes */ 522 /* Pass 2: Checking directory structure */ 718 /* Pass 3: Checking directory connectivity */ 815 /* Pass 4: Checking reference counts */ 834 /* Pass 5: Checking group summary information */
|
/external/icu4c/test/cintltst/ |
spreptst.c | 498 /* BiDi checking is turned off */ 508 log_err("StringPrep failed for case: BiDi Checking Turned OFF with error: %s\n", u_errorName(status)); 511 log_err("Did not get the expected output for case: BiDi Checking Turned OFF\n"); 514 log_err("Did not get the expected length for the output for case: BiDi Checking Turned OFF. Expected: %i Got: %i\n", srcLen, destLen); 517 log_err("Conversion failed for case: BiDi Checking Turned OFF with error: %s\n", u_errorName(status));
|
/external/openssl/crypto/ |
mem_dbg.c | 75 * structures used for memory checking). It is not suitable as an initial 76 * state: the library will unexpectedly enable memory checking when it 77 * executes one of those sections that want to disable checking 714 * (When someone enables leak checking, but does not call 761 /* Need to turn off memory checking when allocated BIOs ... especially
|
/external/qemu/memcheck/ |
memcheck.c | 14 * Contains implementation of memory checking framework in the emulator. 17 /* This file should compile iff qemu is built with memory checking 45 * for checking for access violations. If read / write access violation check 362 /* Lets see if we need to instrument MMU, injecting memory access checking. 373 /* Lets check env. variables needed for memory checking. */
|
/frameworks/base/core/jni/ |
android_database_CursorWindow.cpp | 232 LOG_WINDOW("Checking if column is a blob or null for %d,%d from %p", row, column, window); 248 LOG_WINDOW("Checking if column is a string or null for %d,%d from %p", row, column, window); 264 LOG_WINDOW("Checking if column is an integer for %d,%d from %p", row, column, window); 280 LOG_WINDOW("Checking if column is a float for %d,%d from %p", row, column, window); 493 LOG_WINDOW("Checking for NULL at %d,%d from %p", row, column, window);
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPStrm.c | 39 *! 13-Mar-2002 map Checking for invalid direction in DSPStream_Open() 40 *! 12-Mar-2002 map Checking for invalid node handle in 42 *! 11-Mar-2002 map Checking that bufsize is not smaller than specified 623 /* Do error checking here to API spec. We don't call down to WCD */ 793 /* Do error checking here to API spec. We don't call down to WCD */
|