/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
rebaseline_chromium_webkit_tests.py | 116 if filesystem.exists(html_directory): 227 if self._filesystem.exists(backup_file): 253 if (fs.exists(self._target_port.reftest_expected_filename(test_abspath)) or 254 fs.exists(self._target_port.reftest_expected_mismatch_filename(test_abspath))): 399 # If an old checksum exists, delete it. 436 if not fs.exists(png_fullpath): 532 if not baseline_fullpath or not self._filesystem.exists(baseline_fullpath): 682 if not self._filesystem.exists(new_file): 695 if self._filesystem.exists(old_file): 709 if self._filesystem.exists(diff_file) [all...] |
/frameworks/base/core/java/android/app/ |
SearchManager.java | 270 * Column name for suggestions cursor. <i>Optional.</i> If this column exists <i>and</i> 271 * this element exists at the given row, this is the action that will be used when 280 * Column name for suggestions cursor. <i>Optional.</i> If this column exists <i>and</i> 281 * this element exists at the given row, this is the data that will be used when 290 * Column name for suggestions cursor. <i>Optional.</i> If this column exists <i>and</i> 291 * this element exists at the given row, this is the data that will be used when 298 * Column name for suggestions cursor. <i>Optional.</i> If this column exists <i>and</i> 299 * this element exists at the given row, then "/" and this value will be appended to the data 307 * column exists <i>and</i> this element exists at the given row, this is the data that will b [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTM.java | 244 * or DTM.NULL to indicate none exists. 253 * or DTM.NULL to indicate none exists. 279 * @return Handle of first attribute, or DTM.NULL to indicate none exists. 293 * or DTM.NULL to indicate none exists. 301 * or DTM.NULL to indicate none exists. 312 * or DTM.NULL to indicate none exists. 323 * or DTM.NULL to indicate none exists. 337 * or DTM.NULL to indicate none exists. 347 * or DTM.NULL to indicate none exists. 492 * prefix, if present, or the whole node name if no prefix exists) [all...] |
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseGeneralTest.java | 60 if (mDatabaseFile.exists()) { [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectCreator.java | 382 if (!projectFolder.exists()) { 503 // At this point, the default properties already exists, either because they were 527 // check the lib project exists 577 // because the file may already exists and contain other values (like apk config), 625 boolean needsBuildXml = projectName != null || !buildXml.exists(); 677 // otherwise, take it from the existing build.xml if it exists already. 678 if (buildXml.exists()) { [all...] |
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | 112 ESR_BOOL exists; local 144 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_offset", &exists)); 145 if (!exists) 154 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_loop", &exists)); 155 if (!exists) 164 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melA", &exists)); 165 if (!exists) 184 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melB", &exists)); 185 if (!exists) 203 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.dmelA", &exists)); 800 ESR_BOOL exists; \/\/ isSetup; local 3656 ESR_BOOL exists; local [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableTest.java | 156 assertTrue(imageFile.exists()); 228 if (emptyFile.exists()) { 231 if (imageFile.exists()) { 281 if (emptyFile.exists()) { 284 if (imageFile.exists()) { 338 if (emptyFile.exists()) { 341 if (imageFile.exists()) {
|
/external/libpcap/ |
aclocal.m4 | 257 dnl continue and select the last one that exists 480 [AC_MSG_CHECKING(if sockaddr_storage struct exists) 490 AC_DEFINE(HAVE_SOCKADDR_STORAGE,1,[if struct sockaddr_storage exists]) 524 AC_DEFINE(HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1,1,[if ppa_info_t_dl_module_id exists]) 683 dnl If using gcc and the file .devel exists: 686 dnl If an os prototype include exists, symlink os-proto.h to it 810 dnl This test exists so that every application developer does not test
|
/external/llvm/lib/Support/Windows/ |
PathV2.inc | 340 error_code exists(const Twine &path, bool &result) { 526 // needed if the randomly chosen path already exists. 564 // already exists. 584 bool Exists; 585 if (error_code ec = exists(Twine(dir_to_create), Exists)) return ec; 586 if (!Exists) {
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
autoinstall.py | 96 # Ensure that the target directory exists. 147 if not os.path.exists(target_dir): 155 if not os.path.exists(init_path): 194 if temp_dir is None or os.path.exists(temp_dir): 215 if not os.path.exists(version_path): 399 path already exists. 410 if os.path.exists(target_path):
|
/libcore/luni/src/main/java/libcore/io/ |
DiskLruCache.java | 137 * it exists when the cache is opened. 181 * Opens the cache in {@code directory}, creating a cache if none exists 201 if (cache.journalFile.exists()) { 306 * current journal if it exists. 445 if (!entry.getDirtyFile(i).exists()) { 455 if (dirty.exists()) { 494 * Drops the entry for {@code key} if it exists and can be removed. Entries
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PreviewIconFactory.java | 102 if (imageDir != null && imageDir.exists()) { 122 if (!imageDir.exists()) { 126 if (file.exists()) { 323 if (file.exists()) { 524 if (create && !mImageDir.exists()) { 578 if (!imageDir.exists()) { 588 if (file.exists()) {
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 287 // Make sure it exists and is a directory 314 bool Exists; 315 if (sys::fs::exists(aPath.str(), Exists) || !Exists) 720 bool Exists; 721 if (llvm::sys::fs::exists(ArchivePath.str(), Exists) || !Exists) {
|
/libcore/luni/src/main/java/java/util/prefs/ |
Preferences.java | 497 * Returns whether the preference node with the given path name exists. The 508 * @return {@code true}, if the queried preference node exists, {@code false} 535 * updates the value if a preference with the given key already exists. 555 * key already exists. 574 * given key already exists. 599 * given key already exists. 622 * given key already exists. 645 * given key already exists. 668 * given key already exists. [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldStatementTest.java | 218 "drop table if exists hutch", 272 "drop table if exists hutch", 641 "drop table if exists hutch", 650 "drop table if exists hutch;", 721 "drop table if exists hutch", 777 "drop table if exists hutch", 839 "drop table if exists hutch", 875 "drop table if exists hutch", 924 "drop table if exists hutch", [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ShortcutRepositoryImplLog.java | [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
ArchiveInstaller.java | 125 // Delete the temp archive if it exists, only on success
194 // if the file exists, check its checksum & size. Use it if complete
195 if (mFileOp.exists(tmpFile)) {
434 // If the destination folder exists, it will be renamed and deleted at the very
482 if (mFileOp.exists(destFolder)) {
523 assert !mFileOp.exists(destFolder);
552 if (oldFolder != null && mFileOp.exists(oldFolder) &&
586 * <li> On successful completion, oldDir must not exists.
787 if (!mFileOp.exists(folder)) {
[all...] |
/cts/tests/tests/os/src/android/os/cts/ |
DebugTest.java | 531 assertFalse(file.exists()); 538 assertTrue(file.exists()); 546 assertTrue(file.exists());
|
/cts/tools/host/src/com/android/cts/ |
HostUtils.java | 54 * Check if the given file exists 57 * @return if the file exists, return true; 61 return new File(name).exists();
|
/development/scripts/app_engine_server/gae_shell/ |
shell.py | 107 """Adds a global, or updates it if it already exists. 127 """Removes a global, if it exists. 160 """Removes a name from the list of unpicklable names, if it exists.
|
/external/chromium/chrome/browser/diagnostics/ |
recon_diagnostics.cc | 214 // Check that the user's data directory exists and the paths are writable. 265 RecordSuccess(ASCIIToUTF16("Path exists")); 273 RecordSuccess(ASCIIToUTF16("Path exists and is writable: ")
|
/external/collada/include/1.4/dom/ |
domImage.h | 95 * If a daeMetaElement already exists it will return that instead of creating a new one. 167 * If a daeMetaElement already exists it will return that instead of creating a new one. 368 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domInstance_effect.h | 118 * If a daeMetaElement already exists it will return that instead of creating a new one. 183 * If a daeMetaElement already exists it will return that instead of creating a new one. 320 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domInstance_material.h | 102 * If a daeMetaElement already exists it will return that instead of creating a new one. 194 * If a daeMetaElement already exists it will return that instead of creating a new one. 346 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domPolygons.h | 110 * If a daeMetaElement already exists it will return that instead of creating a new one. 167 * If a daeMetaElement already exists it will return that instead of creating a new one. 332 * If a daeMetaElement already exists it will return that instead of creating a new one.
|