/packages/apps/Camera/src/com/android/camera/ |
OnScreenHint.java | 168 // note: checking parent() just to make sure the view has
|
/packages/apps/Email/res/values/ |
arrays.xml | 19 <!-- Do not change any of the values in this array without checking/changing -->
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
AndFileFilter.java | 30 * Checking of the file filter list stops when the first filter returns
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupExchangeTests.java | 164 * TODO: Directly test validateFields() checking boolean result
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
ElementParallelTimeContainerImpl.java | 60 // FIXME add the checking for ID-Value and smil1.0-Id-value.
|
/packages/apps/Phone/src/com/android/phone/ |
ButtonGridLayout.java | 44 // TODO: Blindly layout the buttons w/o checking if we overrun the
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnn.java | 59 /** Flag for checking if the previous down key event is consumed by OpenWnn */
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadInfo.java | 160 * by checking the status.
|
/system/core/libcutils/ |
strdup16to8.c | 41 * the result without checking for integer overflows, e.g.:
|
/system/vold/ |
Process.cpp | 55 // we need to do extra checking if mountPoint does not end in a '/'
|
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/ |
EvHandler.c | 110 relaxed size checking (okay if output buffer is larger) */
|
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
txCtrlServ.c | 148 * by checking if the header-length is a multiple of 4.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
RandomAccessFileTest.java | 80 // Checking the remaining valid mode parameters. 100 // Checking an invalid mode parameter. 138 // Checking the remaining valid mode parameters. 158 // Checking an invalid mode parameter. 166 // Checking for NoWritableChannelException. 188 notes = "No IOException checking, requires native code that can be forced to throw such an exception.", 233 notes = "No IOException checking since this exception is not thrown.", [all...] |
PipedInputStreamTest.java | 134 notes = "No IOException checking because it is never thrown in the source code.", 168 notes = "No IOException checking because it is never thrown in the source code.",
|
/external/e2fsprogs/tests/r_move_itable/ |
expect | 8 Pass 1: Checking inodes, blocks, and sizes 9 Pass 2: Checking directory structure 10 Pass 3: Checking directory connectivity 11 Pass 4: Checking reference counts 12 Pass 5: Checking group summary information 307 Pass 1: Checking inodes, blocks, and sizes 308 Pass 2: Checking directory structure 309 Pass 3: Checking directory connectivity 310 Pass 4: Checking reference counts 311 Pass 5: Checking group summary informatio [all...] |
/frameworks/base/services/java/com/android/server/ |
WifiWatchdogService.java | 344 myLogV("checkDnsConnectivity: Checking 0x" + 426 myLogV("backgroundCheckDnsConnectivity: Background checking " + dns + 666 * Handles checking whether an AP is a "good" AP. If not, it will be blacklisted. 799 // Make sure the AP we're supposed to be background checking is still the active one 951 /** The watchdog is currently checking an AP for connectivity. */ [all...] |
/external/e2fsprogs/tests/r_resize_inode/ |
expect | 6 Pass 1: Checking inodes, blocks, and sizes 7 Pass 2: Checking directory structure 8 Pass 3: Checking directory connectivity 9 Pass 4: Checking reference counts 10 Pass 5: Checking group summary information 454 Pass 1: Checking inodes, blocks, and sizes 455 Pass 2: Checking directory structure 456 Pass 3: Checking directory connectivity 457 Pass 4: Checking reference counts 458 Pass 5: Checking group summary informatio [all...] |
/external/webkit/WebCore/editing/ |
Editor.cpp | [all...] |
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
Document.java | 125 * checking is done on the target name. Applications should invoke 174 * checking is done on the entity name. Applications should invoke 578 * An attribute specifying whether error checking is enforced or not. When 589 * An attribute specifying whether error checking is enforced or not. When 603 * <code>DOMImplementation.createDocument</code>. No lexical checking is [all...] |
/bionic/linker/ |
linker_format.c | 620 printf("Checking %-*s: ", MARGIN, message); fflush(stdout); \ 661 printf("Checking %-*s: ", MARGIN, format); fflush(stdout);
|
/dalvik/docs/ |
embedded-vm-control.html | 82 <p>To enable JNI checking: 85 <p>You can also pass JNI-checking options into the VM through a system
|
/dalvik/libcore/luni/src/main/java/java/io/ |
PipedInputStream.java | 193 // eagerly throwing prevents checking isClosed and returning normally 306 // eagerly throwing prevents checking isClosed and returning normally
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
DatagramPacketTest.java | 422 notes = "SocketException checking missed.", 472 notes = "SocketException checking missed.",
|
/dalvik/libcore/security/src/main/java/java/security/ |
UnresolvedPermission.java | 157 // Skip the checking for null 284 * Before actual implication checking, this method tries to resolve
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
SignatureTest.java | 144 notes = "InvalidKeyException checking missed", 237 notes = "InvalidKeyException checking missed",
|