/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
FileSystemResourceLoader.java | 49 if (file.exists() && !file.isDirectory() && file.canRead()) { 76 if (file.exists() && !file.isDirectory() && file.canRead()) {
|
/external/jsilver/src/com/google/clearsilver/jsilver/values/ |
VariableValue.java | 71 public boolean exists() { method in class:VariableValue 72 return TypeConverter.exists(getReference());
|
/external/srec/shared/src/ |
IntArrayList.c | 45 ESR_ReturnCode IntArrayListContains(IntArrayList* self, int element, ESR_BOOL* exists) 49 return self->contains(self, element, exists);
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableElement26.js | 82 one currently exists the CAPTION element is not created and you 83 can get the align attribute from the CAPTION element that exists.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableElement26.js | 82 one currently exists the CAPTION element is not created and you 83 can get the align attribute from the CAPTION element that exists.
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
file_lock_unittest.py | 49 self.assertTrue(os.path.exists(self._lock_path)) 56 self.assertFalse(os.path.exists(self._lock_path))
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseStressTest.java | 43 if (mDatabaseFile.exists()) { 52 mDatabase.execSQL("CREATE TABLE IF NOT EXISTS test (_id INTEGER PRIMARY KEY, data TEXT);");
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
FileClientSessionCache.java | 80 boolean exists = directory.exists(); 81 if (exists && !directory.isDirectory()) { 82 throw new IOException(directory + " exists but is not a directory."); 85 if (exists) { 96 throw new IOException(directory + " exists but cannot list contents."); 192 boolean existedBefore = file.exists(); 316 * @throws IOException if the file exists and is not a directory or if
|
/libcore/luni/src/main/java/org/w3c/dom/ |
TypeInfo.java | 39 * <li> If the <b>[validity]</b> property exists AND is <em>"invalid"</em> or <em>"notKnown"</em>: the {target namespace} and {name} properties of the declared type if 45 * <li> If the <b>[validity]</b> property exists and is <em>"valid"</em>: 47 * <li> If <b>[member type definition]</b> exists: 57 * <li> If the <b>[type definition]</b> property exists: 67 * <li> If the <b>[member type definition anonymous]</b> exists: 76 * <li> If the <b>[type definition anonymous]</b> exists: 136 * type definition if there exists two type definitions T1 and T2 such 149 * type definition if there exists two type definitions T1 and T2 such
|
/external/proguard/src/proguard/classfile/editor/ |
ConstantPoolEditor.java | 58 // Check if the entry already exists. 87 // Check if the entry already exists. 117 // Check if the entry already exists. 147 // Check if the entry already exists. 179 // Check if the entry already exists. 284 // Check if the entry already exists. 391 // Check if the entry already exists. 498 // Check if the entry already exists. 543 // Check if the entry already exists. 576 // Check if the entry already exists [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileTest.java | 312 // canRead only returns if the file exists so cannot be fully tested. 327 // canWrite only returns if the file exists so cannot be fully tested. 376 // If the directory exists, add one to the directory number 378 if (dir.exists()) { 417 // Test for creating a file that already exists. 418 assertFalse("File Already Exists, createNewFile Should Return False.", 439 // not IOE when the file exists (in this case it exists and is 569 // If the directory exists, add one to the directory number 572 if (dir.exists()) { [all...] |
/packages/apps/Email/emailcommon/src/org/apache/commons/io/ |
FileUtils.java | 118 * An exception is thrown if the file object exists but is a directory.
119 * An exception is thrown if the file exists but cannot be read.
129 if (file.exists()) {
131 throw new IOException("File '" + file + "' exists but is a directory");
152 * An exception is thrown if the file object exists but is a directory.
153 * An exception is thrown if the file exists but cannot be written to.
164 if (file.exists()) {
166 throw new IOException("File '" + file + "' exists but is a directory");
173 if (parent != null && parent.exists() == false) {
208 * a new file with size 0 or, if the file exists already, it is opened and [all...] |
/external/icu4c/data/ |
makedata.mak | 165 # If this archive exists, build from that 168 !IF !EXISTS("$(ICUDATA_SOURCE_ARCHIVE)") 171 !IF EXISTS("$(ICUDATA_ARCHIVE)") 191 !IF EXISTS("$(ICUSRCDATA)\$(ICUUCM)\ucmcore.mk") 198 !IF EXISTS("$(ICUSRCDATA)\$(ICUUCM)\ucmfiles.mk") 205 !IF EXISTS("$(ICUSRCDATA)\$(ICUUCM)\ucmebcdic.mk") 218 !IF EXISTS("$(ICUSRCDATA)\$(ICUUCM)\ucmlocal.mk") 234 !IF EXISTS("$(ICUSRCDATA)\$(ICUBRK)\brkfiles.mk") 236 !IF EXISTS("$(ICUSRCDATA)\$(ICUBRK)\brklocal.mk") 269 !IF EXISTS("$(ICUSRCDATA)\$(ICULOC)\resfiles.mk" [all...] |
/cts/tests/src/android/theme/cts/ |
TestReset.java | 20 * This interface exists for the sole purpose of separating the
|
/cts/tests/tests/example/src/android/example/cts/ |
ExampleSecondaryTest.java | 25 * smoke test for the CTS. This secondary test exists to demonstrate
|
/cts/tests/tests/os/src/android/os/cts/ |
FileObserverTest.java | 54 if (mTestFile != null && mTestFile.exists()) { 58 if (mMoveDestFile != null && mMoveDestFile.exists()) { 62 if (mTestDir != null && mTestDir.exists()) { 128 assertTrue(mTestFile.exists());
|
/cts/tools/signature-tools/src/signature/model/ |
IPackage.java | 40 * Note: this method exists only for convenience in output templating.
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
IntIterator.java | 35 * @throws java.util.NoSuchElementException if no next element exists
|
/dalvik/dx/src/com/android/dx/util/ |
IntIterator.java | 35 * @throws java.util.NoSuchElementException if no next element exists
|
/dalvik/vm/native/ |
dalvik_bytecode_OpcodeInfo.cpp | 20 * This file mostly exists in its current form so that we don't have
|
/development/sdk/ |
support_README.txt | 17 - MenuCompat allows calling MenuItem.setShowAsAction which only exists on API 11.
|
/device/samsung/maguro/ |
device.mk | 28 $(call inherit-product-if-exists, vendor/samsung/maguro/device-vendor.mk)
|
/device/ti/panda/ |
full_panda.mk | 39 $(call inherit-product-if-exists, vendor/ti/proprietary/omap4xxx/ti-omap4-vendor.mk)
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
RTFIterator.java | 23 * This class implements an RTF Iterator. Currently exists for sole
|
/external/bluetooth/bluez/doc/ |
oob-api.txt | 26 already exists it will be overwritten with new one.
|