/dalvik/libcore/luni/src/main/java/java/net/ |
Socket.java | 117 * if a security manager exists and it denies the permission to 164 * if a security manager exists and it denies the permission to 216 * if a security manager exists and it denies the permission to 251 * if a security manager exists and it denies the permission to 283 * if a security manager exists and it denies the permission to 310 * if a security manager exists and it denies the permission to 336 * if a security manager exists and it denies the permission to 361 * if a security manager exists and it denies the permission to [all...] |
/dalvik/libcore/prefs/src/main/java/java/util/prefs/ |
Preferences.java | 617 * Returns whether the preference node with the given path name exists. The 628 * @return {@code true}, if the queried preference node exists, {@code false} 655 * updates the value if a preference with the given key already exists. 675 * key already exists. 694 * given key already exists. 719 * given key already exists. 742 * given key already exists. 765 * given key already exists. 788 * given key already exists. [all...] |
/dalvik/libcore/sql/src/test/java/tests/sql/ |
StatementTest.java | 289 "drop table if exists hutch", 352 "drop table if exists hutch", 924 "drop table if exists hutch", 933 "drop table if exists hutch;", 1019 "drop table if exists hutch", [all...] |
/external/bluetooth/glib/glib/ |
gfileutils.c | 68 * Returns: 0 if the directory already exists, or was successfully 139 * G_FILE_TEST_IS_DIR)</literal> will return %TRUE if the file exists; 175 * %G_FILE_TEST_IS_EXECUTABLE will just check that the file exists and 965 /* If the final destination exists, we want to sync the newly written 1024 * If a file called @filename already exists it will be overwritten. 1030 * On Unix, if @filename already exists hard links to @filename will break. 1043 * @filename already exists and is open. 1093 * the file already exists. So if the target file 1094 * exists, try deleting it and do the rename again. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
PreCompilerBuilder.java | 170 if (file.exists()) { 600 if (libResFolder.exists()) { [all...] |
/build/libs/host/ |
CopyFile.c | 183 * Copy a regular file. If the destination file exists and is not a 200 "acp: destination '%s' exists and is not regular file\n", 348 "acp: destination '%s' exists and is not regular or symlink\n", 424 "acp: destination '%s' exists and is not a directory\n", dst); 594 * exists as a directory), and then copy its contents.
|
/cts/tools/vm-tests/src/util/build/ |
BuildDalvikSuite.java | 534 if (new File(sourceFolder, fileName + ".dfh").exists()) { 553 if (new File(sourceFolder, fileName + ".d").exists()) { 572 if (new File(sourceFolder, fileName + ".java").exists()) { 794 if (!parent.exists() && !parent.mkdirs()) { 834 if (!parent.exists() && !parent.mkdirs()) {
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
System.java | 256 * if no variable exists with the given name. 329 * @return the inherited {@link Channel} or {@code null} if none exists. 379 * such property exists. 453 * if a security manager exists and write access to the 479 * if a security manager exists and write access to the
|
/external/webkit/WebKitTools/Scripts/ |
svn-apply | 205 next if exists $checkedDirectories{$dir}; 222 die "'$dir' exists, but is not a directory"; 290 die "$fullPath already exists" if $isFileAddition; 316 next if exists $removeDirectoryIgnoreList{$item}; 346 $addition = 1 if ($patch =~ /\n--- .+\(revision 0\)\r?\n/ || $patch =~ /\n@@ -0,0 .* @@/) && !exists($copiedFiles{$fullPath});
|
/frameworks/base/core/java/android/webkit/ |
CacheManager.java | 192 if (!mBaseDir.exists()) { 305 * Given a url, returns the CacheResult if exists. Otherwise returns null. 464 if (!cacheRet.outFile.exists()) { 620 // If the hash file exists, make sure that it is same as the 622 while (file.exists()) {
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
EntityDelta.java | 107 // Create local version if none exists yet 150 * which may return null when no entry exists. 723 // Create local version if none exists yet 802 // When marked for deletion and "before" exists, then "delete" 806 // When has changes and "before" exists, then "update"
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParser.java | 877 boolean exists = false; 881 exists = true; 884 exists = false; 888 if (exists) break; 891 if (!exists) jj_expentries.addElement(jj_expentry);
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
ExternalMessages.properties | 93 K0066=Entry already exists: {0} 198 K0185=The alias already exists for a key entry. 202 K0193=An identity with this name already exists in this scope
|
/development/simulator/app/ |
PropertyServer.cpp | 205 * Set the value of a property, replacing it if it already exists. 244 * exists. 264 "File '%s' exists and is not a socket\n", fileName);
|
/development/testrunner/ |
adb_interface.py | 124 if not os.path.exists(os.path.dirname(dest)): 135 """Checks if the given path exists on device target. 141 True if file exists
|
/external/jdiff/src/jdiff/ |
JDiffAntTask.java | 41 if (!destdir.mkdir() && !destdir.exists()) { 292 * Copy a file from src to dst. Also checks that "destdir/changes" exists 300 if (!reportSubdir.mkdir() && !reportSubdir.exists()) {
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_node_interface.h | 499 * observer exists. No-op if the session id is bad or no command 500 * complete observer exists on that session. 510 * observer exists (info, error) a copy of the event is
|
/external/ppp/pppd/ |
multilink.c | 201 /* bundle ID exists, see if the pppd record exists */ 302 warn("link entry already exists in tdb");
|
/external/srec/srec/Nametag/src/ |
NametagsImpl.c | 281 ESR_BOOL exists; local 285 CHKLOG(rc, nametags->containsKey(nametags, id, &exists)); 286 if (exists)
|
/external/v8/tools/ |
stats-viewer.py | 98 if not os.path.exists(self.data_name): 100 if not os.path.exists(maps_name): 106 if m is not None and os.path.exists(m.group(0)):
|
/external/zlib/contrib/iostream3/ |
zfstream.cc | 122 // Destroy internal buffer if it exists 349 // If internal buffer exists, deallocate it 362 // Reset buffer pointers to initial state if external buffer exists
|
zfstream.h | 166 * that a proper internal buffer exists if it is required. If the 167 * buffer already exists or is external, the buffer pointers will be 177 * that the internal buffer is deallocated if it exists. In any
|
/frameworks/base/core/java/android/app/ |
ContextImpl.java | 347 if (backup.exists()) { 353 if (f.exists() && !f.canRead()) { 358 if (f.exists() && f.canRead()) { 438 if (!mFilesDir.exists()) { 459 if (!mExternalFilesDir.exists()) { 474 if (!dir.exists()) { 490 if (!mCacheDir.exists()) { 511 if (!mExternalCacheDir.exists()) { [all...] |
/frameworks/base/core/java/android/net/ |
ConnectivityManager.java | 184 * will route over this interface if a default route exists. 303 * Ensure that a network route exists to deliver traffic to the specified 305 * already exists is ignored, but treated as successful.
|
/frameworks/base/core/java/android/view/ |
FocusFinder.java | 57 * @return The next focusable view, or null if none exists. 102 * @return The next focusable view, or null if none exists. 391 * @return The nearest touchable view, or null if none exists.
|