/external/jdiff/src/jdiff/ |
JDiff.java | 60 // Check the file for the old API exists 62 if (!f.exists()) { 66 // Check the file for the new API exists 77 if (!f.exists()) { 101 // it. The Comments object may be null if no file exists.
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock.py | 80 if not self.exists(source): 93 def exists(self, path): member in class:MockFileSystem 176 if self.exists(f) and f.startswith(path): 187 if self.exists(path): 216 if self._filesystem.exists(self._directory_path):
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/output/ |
LockableFileWriter.java | 64 * If the file exists, it is overwritten.
101 * If the file exists, it is overwritten.
195 if (!lockDir.exists()) {
214 lockFile.getAbsolutePath() + " exists");
231 boolean fileExistedAlready = file.exists();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationToggle.java | 264 // Make sure the node actually exists... 292 // The UiElementNode for the application XML node always exists, even 299 boolean exists = ui_node.getXmlNode() != null; 300 if (mCheckbox.getSelection() != exists) { 301 mCheckbox.setSelection(exists);
|
/external/collada/include/1.4/dom/ |
domFx_sampler3D_common.h | 77 * If a daeMetaElement already exists it will return that instead of creating a new one. 135 * If a daeMetaElement already exists it will return that instead of creating a new one. 193 * If a daeMetaElement already exists it will return that instead of creating a new one. 251 * If a daeMetaElement already exists it will return that instead of creating a new one. 309 * If a daeMetaElement already exists it will return that instead of creating a new one. 367 * If a daeMetaElement already exists it will return that instead of creating a new one. 425 * If a daeMetaElement already exists it will return that instead of creating a new one. 488 * If a daeMetaElement already exists it will return that instead of creating a new one. 546 * If a daeMetaElement already exists it will return that instead of creating a new one. 604 * If a daeMetaElement already exists it will return that instead of creating a new one. [all...] |
domFx_samplerCUBE_common.h | 77 * If a daeMetaElement already exists it will return that instead of creating a new one. 135 * If a daeMetaElement already exists it will return that instead of creating a new one. 193 * If a daeMetaElement already exists it will return that instead of creating a new one. 251 * If a daeMetaElement already exists it will return that instead of creating a new one. 309 * If a daeMetaElement already exists it will return that instead of creating a new one. 367 * If a daeMetaElement already exists it will return that instead of creating a new one. 425 * If a daeMetaElement already exists it will return that instead of creating a new one. 488 * If a daeMetaElement already exists it will return that instead of creating a new one. 546 * If a daeMetaElement already exists it will return that instead of creating a new one. 604 * If a daeMetaElement already exists it will return that instead of creating a new one. [all...] |
domProfile_GLES.h | 119 * If a daeMetaElement already exists it will return that instead of creating a new one. 193 * If a daeMetaElement already exists it will return that instead of creating a new one. 251 * If a daeMetaElement already exists it will return that instead of creating a new one. 309 * If a daeMetaElement already exists it will return that instead of creating a new one. 372 * If a daeMetaElement already exists it will return that instead of creating a new one. 430 * If a daeMetaElement already exists it will return that instead of creating a new one. 488 * If a daeMetaElement already exists it will return that instead of creating a new one. 546 * If a daeMetaElement already exists it will return that instead of creating a new one. 697 * If a daeMetaElement already exists it will return that instead of creating a new one. 863 * If a daeMetaElement already exists it will return that instead of creating a new one. [all...] |
domCommon_newparam_type.h | 75 * If a daeMetaElement already exists it will return that instead of creating a new one. 133 * If a daeMetaElement already exists it will return that instead of creating a new one. 196 * If a daeMetaElement already exists it will return that instead of creating a new one. 259 * If a daeMetaElement already exists it will return that instead of creating a new one. 322 * If a daeMetaElement already exists it will return that instead of creating a new one. 477 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domFx_surface_common.h | 87 * If a daeMetaElement already exists it will return that instead of creating a new one. 153 * If a daeMetaElement already exists it will return that instead of creating a new one. 220 * If a daeMetaElement already exists it will return that instead of creating a new one. 285 * If a daeMetaElement already exists it will return that instead of creating a new one. 349 * If a daeMetaElement already exists it will return that instead of creating a new one. 556 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domSkin.h | 96 * If a daeMetaElement already exists it will return that instead of creating a new one. 173 * If a daeMetaElement already exists it will return that instead of creating a new one. 256 * If a daeMetaElement already exists it will return that instead of creating a new one. 325 * If a daeMetaElement already exists it will return that instead of creating a new one. 425 * If a daeMetaElement already exists it will return that instead of creating a new one. 547 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
/external/chromium/testing/gtest/src/ |
gtest-filepath.cc | 215 // that exists. 274 // already exists. The number will be incremented until a pathname is found 292 // This does NOT check that a directory (or file) actually exists. 298 // Create directories so that path exists. Returns true if successful or if 314 // Create the directory so that path exists. Returns true if successful or 315 // if the directory already exists; returns false if unable to create the 331 return this->DirectoryExists(); // An error is OK if the directory exists.
|
/external/clang/tools/arcmt-test/ |
arcmt-test.cpp | 270 bool exists = false; local 271 sys::fs::exists(It->second, exists); 272 if (!exists) { 276 sys::fs::exists(inputResultFname, exists); 277 if (!exists) {
|
/external/gtest/src/ |
gtest-filepath.cc | 186 // that exists. 245 // already exists. The number will be incremented until a pathname is found 263 // This does NOT check that a directory (or file) actually exists. 268 // Create directories so that path exists. Returns true if successful or if 284 // Create the directory so that path exists. Returns true if successful or 285 // if the directory already exists; returns false if unable to create the 302 return this->DirectoryExists(); // An error is OK if the directory exists.
|
/external/llvm/utils/unittest/googletest/ |
gtest-filepath.cc | 215 // that exists. 274 // already exists. The number will be incremented until a pathname is found 292 // This does NOT check that a directory (or file) actually exists. 298 // Create directories so that path exists. Returns true if successful or if 314 // Create the directory so that path exists. Returns true if successful or 315 // if the directory already exists; returns false if unable to create the 331 return this->DirectoryExists(); // An error is OK if the directory exists.
|
/external/protobuf/gtest/src/ |
gtest-filepath.cc | 184 // that exists. 243 // already exists. The number will be incremented until a pathname is found 261 // This does NOT check that a directory (or file) actually exists. 266 // Create directories so that path exists. Returns true if successful or if 282 // Create the directory so that path exists. Returns true if successful or 283 // if the directory already exists; returns false if unable to create the 299 return this->DirectoryExists(); // An error is OK if the directory exists.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | 289 "EXISTS (SELECT _id FROM " + Tables.VISIBLE_CONTACTS [all...] |
/cts/tools/host/src/com/android/cts/ |
HostConfig.java | 343 * Get string attribute value if it exists. 396 if ((null == pathFile) || (pathFile.exists() == false) 414 if (!file.exists()) { 643 if (xmlFile.exists() && xmlFile.isFile()) { 648 if (xmlFile.exists() && xmlFile.isFile() 649 && apkFile.exists() && apkFile.isFile()) { 737 * if the package name exists in case repository, return false; 752 Log.e("Package error: package name " + fileName + " exists already.", null); [all...] |
/external/quake/src/com/android/quake/ |
DownloaderActivity.java | 90 if (dest.exists()) { 472 if (filteredFile.exists()) { 553 if (mDataDir.exists()) { 569 if (!mDataDir.exists()) { 615 if (dest.exists() && dest.isFile()) { 700 if (! dest.exists()) { [all...] |
/bionic/libc/kernel/tools/ |
utils.py | 237 if os.path.exists(path): 260 if not os.path.exists(path): 274 if os.path.exists( path ): 311 if os.path.exists(path): 327 if os.path.exists(dst): 360 if not os.path.exists(os.path.dirname(dst)):
|
/external/freetype/include/freetype/internal/ |
sfnt.h | 253 /* Check whether an embedded bitmap (an `sbit') exists for a given */ 272 /* SFNT_Err_Invalid_Argument if no sbit exists for the requested */ 351 /* glyph sbit exists for the index. */ 386 /* sbit strike exists for the selected ppem values. */ 466 /* sbit strike exists for the selected ppem values. */ [all...] |
/external/iptables/extensions/ |
libxt_owner.c | 90 "[!] --socket-exists Match if socket exists\n"); 132 {.name = "socket-exists", .id = O_SOCK_EXISTS, .type = XTTYPE_NONE}, 284 "--uid-owner, --gid-owner or --socket-exists " 457 owner_mt_print_item(info, "owner socket exists", XT_OWNER_SOCKET, numeric); 489 owner_mt_print_item(info, "--socket-exists", XT_OWNER_SOCKET, true);
|
/external/llvm/include/llvm/ADT/ |
StringMap.h | 84 /// up in. If it already exists as a key in the map, the Item pointer for the 90 /// FindKey - Look up the bucket that contains the specified key. If it exists 302 /// constructed value if no such entry exists. 319 /// already exists in the map, return false and ignore the request, otherwise 325 return false; // Already exists in map. 355 /// exists, return it. Otherwise, default construct a value, insert it, and
|
/external/llvm/lib/Support/Unix/ |
PathV2.inc | 260 error_code exists(const Twine &path, bool &result) { 363 // needed if the randomly chosen path already exists. 404 bool Exists; 405 if (error_code ec = exists(Twine(dir_to_create), Exists)) return ec; 406 if (!Exists) {
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/bsdi/ |
SDL_syscdrom.c | 250 int i, j, exists; local 302 exists = 1; 303 for ( j=checklist[i][1]; exists; ++j ) { 310 /* Drive exists and is a CD-ROM */ 314 /* Drive exists, but isn't a CD-ROM */ 319 exists = 0;
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/ |
SDL_syscdrom.c | 266 int i, j, exists; local 341 exists = 1; 342 for ( j=checklist[i][1]; exists; ++j ) { 352 /* Drive exists and is a CD-ROM */ 356 /* Drive exists, but isn't a CD-ROM */ 361 exists = 0;
|