/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_ftp.h | 23 /* This structure exists only once per master */
|
/external/kernel-headers/original/linux/ |
patchkey.h | 6 * This exists because awe_voice.h defined its own _PATCHKEY and it wasn't
|
/external/llvm/utils/llvm-lit/ |
llvm-lit.in | 22 if os.path.exists(clang_site_config):
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/resources/ |
iframe-events-second.html | 22 This is the subframe which exists to make sure that both frames of a same security origin receive the event for that origin's localStorage object mutating
|
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/ |
iframe-events-second.html | 22 This is the subframe which exists to make sure that both frames of a same security origin receive the event for that origin's sessionStorage object mutating
|
/external/webkit/LayoutTests/storage/ |
null-callbacks.html | 21 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo INT)", null);
|
success-callback.html | 41 database.transaction(function(tx) { tx.executeSql("CREATE TABLE IF NOT EXISTS SuccessCallbackTest (randomData)", []); }, errorFunction, function() { successFunction("Transaction with one statement"); });
|
multiple-transactions-on-different-handles.js | 53 // We need to guarantee that the Test table exists before we run our test. 60 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo int);", [],
|
private-browsing-noread-nowrite.html | 11 "CREATE TABLE IF NOT EXISTS PrivateTest1 (randomData)", 16 "CREATE TABLE IF NOT EXISTS PrivateTest2 (randomData)",
|
/frameworks/base/core/java/android/os/ |
BadParcelableException.java | 22 * no longer exists.
|
DeadObjectException.java | 22 * no longer exists.
|
/frameworks/base/keystore/java/android/security/ |
SystemKeyStore.java | 75 // Check if key with similar name exists. If so, return null. 77 if (keyFile.exists()) { 120 if (!keyFile.exists()) { 130 if (!keyFile.exists()) {
|
/frameworks/base/tools/layoutlib/bridge/src/android/app/ |
Fragment_Delegate.java | 88 + ": make sure class name exists, is public, and has an" 92 + ": make sure class name exists, is public, and has an" 96 + ": make sure class name exists, is public, and has an" 100 + ": make sure class name exists, is public, and has an"
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
patchkey.h | 6 * This exists because awe_voice.h defined its own _PATCHKEY and it wasn't
|
/prebuilt/windows/llvm-rs-cc/ |
PREBUILT | 13 will exists in development/sdk/llvm-rs-cc.txt
|
/sdk/sdkmanager/app/tests/com/android/sdkmanager/ |
AvdManagerTest.java | 65 new File(mAvdFolder, "config.ini").exists()); 73 new File(mAvdFolder, "userdata.img").exists()); 75 new File(mAvdFolder, "snapshots.img").exists()); 96 new File(mAvdFolder, "snapshots.img").exists());
|
/build/target/product/ |
full_base.mk | 45 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) 48 $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
OpenRandomFileTest.java | 38 assertTrue(file.exists()); 51 assertTrue(file.exists());
|
/external/chromium/chrome/browser/chromeos/options/ |
wifi_config_model.h | 40 // or -1 if no certificate with that ID exists. 53 // or -1 if no certificate with that ID exists.
|
/external/chromium/chrome/browser/ |
idle_linux.cc | 24 bool exists() const { return exists_; } function in class:__anon2755::ScreensaverWindowFinder 61 return finder.exists();
|
/external/clang/utils/ |
CaptureCmd | 29 if not os.path.exists(path): 45 if not os.path.exists(dir):
|
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.c | 16 "Mailbox already exists", 34 "Message %d no longer exists",
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
filesystem_unittest.py | 70 self.assertTrue(fs.exists(self._this_file)) 74 self.assertFalse(fs.exists(self._missing_file)) 78 self.assertTrue(fs.exists(fs.getcwd())) 107 self.assertFalse(os.path.exists(sub_path)) 111 self.assertTrue(os.path.exists(sub_path)) 116 self.assertTrue(os.path.exists(sub_path)) 122 self.assertFalse(os.path.exists(base_path)) 142 if os.path.exists(sub_dir):
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
rename.m4 | 41 AC_CACHE_CHECK([whether rename is broken when the destination exists], 61 [Define if rename does not work when the destination file exists,
|
/external/protobuf/python/ |
setup.py | 19 if os.path.exists("../src/protoc"): 21 elif os.path.exists("../src/protoc.exe"): 28 .proto file. Does nothing if the output already exists and is newer than 33 if not os.path.exists(source): 37 if (not os.path.exists(output) or 38 (os.path.exists(source) and
|