Searched
full:exists (Results
251 -
275 of
4830) sorted by null
<<11121314151617181920>>
/external/srec/shared/include/ |
Int8ArrayList.h | 70 * @param exists True if element was found 72 ESR_ReturnCode(*contains)(struct Int8ArrayList_t* self, asr_int8_t element, ESR_BOOL* exists); 170 * @param exists True if element was found 172 ESR_SHARED_API ESR_ReturnCode Int8ArrayListContains(Int8ArrayList* self, asr_int8_t element, ESR_BOOL* exists);
|
IntArrayList.h | 70 * @param exists True if element was found 72 ESR_ReturnCode(*contains)(struct IntArrayList_t* self, int element, ESR_BOOL* exists); 162 * @param exists True if element was found 164 ESR_SHARED_API ESR_ReturnCode IntArrayListContains(IntArrayList* self, int element, ESR_BOOL* exists);
|
/external/webkit/LayoutTests/http/tests/appcache/ |
progress-counter.html | 50 document.getElementById('result').innerHTML = "FAILURE: unable to conduct test since the appcache already exists, please remove the appcache and try again";
|
simple.html | 27 // Load a resource that exists in the cache.
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/storagetracker/ |
storage-tracker-2-create.html | 29 // An origin already exists so we can exit.
|
storage-tracker-4-create.html | 31 // An origin already exists so we can exit.
|
/external/webkit/LayoutTests/storage/ |
open-database-while-transaction-in-progress.js | 22 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo BLOB);");
|
read-transactions-running-concurrently.html | 52 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo int);");
|
test-authorizer.js | 16 tx.executeSql("DROP TABLE IF EXISTS Test;"); 17 tx.executeSql("DROP INDEX IF EXISTS TestIndex;"); 18 tx.executeSql("DROP VIEW IF EXISTS TestView;"); 19 tx.executeSql("DROP TRIGGER IF EXISTS TestTrigger;");
|
/frameworks/base/core/java/android/widget/ |
Advanceable.java | 21 * progressing through its set of children. The interface exists to give AppWidgetHosts a way of
|
/frameworks/base/opengl/libs/tools/ |
glenumsgen | 30 next if exists($enumHash { $enumValue });
|
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
HugeBackupActivity.java | 104 boolean exists = mDataFile.exists(); 107 if (exists) { 108 Log.v(TAG, "datafile exists");
|
/frameworks/base/tools/aidl/ |
search_path.cpp | 45 /* check that the file exists and is not write-only */
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
VNode.java | 21 * Previously used in main vCard handling code but now exists only for testing.
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
vibrator.h | 27 * @return 1 if a vibrator exists, 0 if it doesn't.
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryLoader.java | 23 * was mistakenly included in Java 5. It only exists now for compatibility
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
alloca.m4 | 34 dnl alloca exists as a library function, i.e. it is slow and probably
|
/packages/apps/Camera/src/com/android/camera/ui/ |
PopupManager.java | 27 * old popup if exists.
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
PrivilegedCellBroadcastReceiver.java | 24 * This class exists specifically to allow us to require permissions checks on SMS_RECEIVED
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/util/ |
SimpleTempStorage.java | 67 } while (p.exists() && count > 0);
69 if (p.exists() || !p.mkdirs()) {
96 } while (f.exists() && count > 0);
98 if (f.exists()) {
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
PrivilegedSmsReceiver.java | 24 * This class exists specifically to allow us to require permissions checks on SMS_RECEIVED
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
errno-base.h | 20 #define EEXIST 17 /* File exists */
|
/system/core/toolbox/ |
mv.c | 20 /* check if destination exists */
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-filepath.h | 105 // already exists. The number will be incremented until a pathname is found 144 // Creates directories so that path exists. Returns true if successful or if 150 // Create the directory so that path exists. Returns true if successful or 151 // if the directory already exists; returns false if unable to create the 157 // either a file, directory, or whatever, and that something exists. 161 // that exists. 166 // This does NOT check that a directory (or file) actually exists.
|
/external/gtest/include/gtest/internal/ |
gtest-filepath.h | 105 // already exists. The number will be incremented until a pathname is found 144 // Creates directories so that path exists. Returns true if successful or if 150 // Create the directory so that path exists. Returns true if successful or 151 // if the directory already exists; returns false if unable to create the 157 // either a file, directory, or whatever, and that something exists. 161 // that exists. 166 // This does NOT check that a directory (or file) actually exists.
|
Completed in 1616 milliseconds
<<11121314151617181920>>