Searched
full:there (Results
376 -
400 of
22005) sorted by null
<<11121314151617181920>>
/frameworks/base/core/java/android/database/ |
SQLException.java | 20 * An exception that indicates there was an error with SQL parsing or execution.
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteException.java | 22 * A SQLite exception that indicates there was an error with SQL parsing or execution.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListBottomGravityMany.java | 24 * Basic bottom gravity scenario, nothing fancy. There are
|
ListTopGravityMany.java | 22 * Basic top gravity scenario, nothing fancy. There are
|
/frameworks/base/samples/training/network-usage/ |
README.txt | 13 -- Detects when there is a change in the device's connection status and responds accordingly. For example, if
|
/frameworks/volley/src/com/android/volley/ |
NetworkError.java | 23 * Indicates that there was a network error when performing a Volley request.
|
/frameworks/wilhelm/tools/hashgen/ |
README.txt | 17 version 4.2.1. There are reports of problems on Mac OS X.
|
/libcore/luni/src/main/java/java/sql/ |
Ref.java | 44 * if there is a database error. 54 * if there is a database error. 67 * if there is a database error. 79 * if there is a database error.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
X509KeyManager.java | 42 * @return the alias name of a matching key or {@code null} if there are no 60 * @return the alias name of a matching key or {@code null} if there are no 86 * {@code null} if there are no matching aliases. 100 * {@code null} if there are no matching aliases.
|
/libcore/luni/src/main/java/javax/sql/ |
DataSource.java | 30 * registered with a JNDI naming service directory and is retrieved from there 34 * JDBC driver. There are three variants of the {@code DataSource} interface, 62 * if there is a problem accessing the database. 78 * if there is a problem accessing the database.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/ |
test_template | 18 # There are various special tokens, options, etc. See the full documentation
|
/ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/ |
issue20176-__gnu_Unwind_Find_exidx.cpp | 41 // Need to recompile Android 2.1 from source and debug platform from there
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
ServiceUnavailableException.java | 20 * An Exception thrown when a service proxy requires a result and there's a remote exception; this
|
/packages/apps/Mms/src/com/android/mms/util/ |
NullItemLoadedFuture.java | 29 // The callback has already been made, so there's nothing to cancel.
|
/packages/apps/Settings/res/values-sw600dp/ |
bools.xml | 18 <!-- Whether there is a silent mode checkbox -->
|
/pdk/ |
README | 3 PDK release includes only necessary components for developing android HAL (Hardware Abstraction Layer). Note that the full android release is a superset of PDK release, and there is no separate PDK release to public as the full platform release includes everything in PDK.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nfs_fs.h | 19 * When flushing a cluster of dirty pages, there can be different
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nfs_fs.h | 19 * When flushing a cluster of dirty pages, there can be different
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nfs_fs.h | 19 * When flushing a cluster of dirty pages, there can be different
|
/system/extras/tests/bionic/libstdc++/ |
README.TXT | 16 The directory layout is currently flat because there is one Bionic test. If you
|
/frameworks/av/services/audioflinger/ |
StateQueue.h | 21 // There are two threads: a fast mixer, and a normal mixer, and they share state. 59 // read an mAck which is actually for the earlier mNext (since there is a race). 63 // We assume there is only a single observer and a single mutator; this is critical. 75 // before the mutator, there are no previous, current, or next states. And even if the observer 76 // starts execution after the mutator, there is a next state but no previous or current states. 77 // To solve this, we'll have the observer idle until there is a next state, 78 // and it will have to deal with the case where there is no previous state. 92 // overall structure is non-atomic, that is there may be an inconsistency between fields. 144 // There is no rollback option because modifications are done in place. 153 // No-op if there are no pending modifications (not dirty), excep [all...] |
/bionic/libc/ |
CAVEATS | 2 of the POSIX standard. we only add functions on a as-needed basis, and there are a few things 3 we wish we'll never put in there.
|
/dalvik/libdex/ |
DexDataMap.h | 51 * there is no entry for the given offset. 56 * Verify that there is an entry in the map, mapping the given offset to
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
BlockCipher.java | 43 * @exception DataLengthException if there isn't enough data in in, or 53 * as it was after the last init (if there was one).
|
/external/chromium/app/sql/ |
statement.h | 57 // middle of executing a command if there is a serioud error and the database 69 // for when there is no output, like an INSERT statement. 72 // Executes the statement, returning true if there is a row of data returned. 76 // When Step returns false, the result is either that there is no more data 77 // or there is an error. This makes it most convenient for loop usage. If you 92 // there was no last executed thing or the statement is invalid, this will 101 // strings there may be out of memory. 135 // vector. Danger! ColumnBlob may return NULL if there is no data!
|
Completed in 738 milliseconds
<<11121314151617181920>>