HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 1051 - 1075 of 2592) sorted by null

<<41424344454647484950>>

  /packages/apps/Browser/src/com/android/browser/
TabControl.java 85 * if one exists.
97 * Return the current tab's subwindow if it exists.
326 // created/restored so that the parent tab exists.
  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 407 "* 0 EXISTS",
577 // * 12345 EXISTS
592 "* 7 EXISTS",
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 364 boolean exists = (new File(candidate)).exists();
365 if (!exists) {
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 386 if (!partFile.exists()) {
439 if (!partFile.exists()) {
721 if (!parentFile.exists() && !parentFile.mkdirs()) {
    [all...]
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 110 // check if it's valid and exists
280 // make sure the file exists.
298 // now check the rules file exists.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 102 // Add the project's gscript folder to the classpath, if it exists.
104 if ((f instanceof IFolder) && f.exists()) {
583 // This will return null if the file doesn't exists.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 621 if (javaProject != null && javaProject.exists()) {
659 if (!project.exists()) {
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 261 if (platformFolder.exists() == false) {
398 if (addonFolder.exists() == false) {
598 if (!f.exists()) {
  /system/vold/
VolumeManager.cpp 226 SLOGE("ASEC id '%s' currently exists", id);
235 SLOGE("ASEC file '%s' currently exists - destroy it first! (%s)",
429 SLOGE("Rename attempt when dst exists");
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ClassLoader.java 136 * if a security manager exists and it does not allow access to
205 * if a security manager exists and it does not allow the
221 * if a security manager exists and it does not allow the
427 * if a security manager exists and it does not allow to
768 * if a package with the specified name already exists.
    [all...]
  /external/dbus/dbus/
dbus-bus.c 488 * connection to the bus already exists, then that connection is
1145 dbus_bool_t exists; local
    [all...]
  /external/jdiff/src/jdiff/
APIComparator.java 67 // Package by the same name exists in both APIs
77 // The package exists unchanged in name or doc, but may
174 // Class by the same name exists in both packages
184 // The class exists unchanged in name or modifiers, but may
495 // Only one method with that name exists in both packages,
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 1349 public final boolean exists() { return value != null; } method in class:AbstractMessageParser.TrieNode
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 620 // If it exists, we'll add it to the "found" mailboxes
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java 653 * @return the path of the file, an empty string if none exists, null if invalid
680 * @return the path of the file, an empty string if none exists, null if invalid
731 * @return the path of the file, an empty string if none exists, null if invalid
761 * @return the path of the file, an empty string if none exists, null if invalid
812 * @return the name of the file without the path, or an empty string if none exists
837 * @return the name of the file without the path, or an empty string if none exists
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java     [all...]
  /external/e2fsprogs/
aclocal.m4 184 dnl Now see whether libintl exists and does not depend on libiconv.
203 dnl Now see whether libintl exists and depends on libiconv.
760 # Define HAVE_INTTYPES_H if <inttypes.h> exists and doesn't clash with
774 [Define if <inttypes.h> exists and doesn't clash with <sys/types.h>.])
787 # Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h> exists,
801 [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
815 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI*
834 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
    [all...]
  /external/bluetooth/glib/po/
ko.po 50 msgid "A bookmark for URI '%s' already exists"
    [all...]
th.po 49 msgid "A bookmark for URI '%s' already exists"
    [all...]
zh_CN.po 52 msgid "A bookmark for URI '%s' already exists"
1209 #. * enclosing (user visible) mount of a file, but none exists.
1212 #. * none exists.
1215 #. * exists.
1230 msgid "Target file exists"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 706 * exists in the model. If not, it is created and assigned as the underlying
710 * must always exists.
760 * exists.
831 * Removes the XML node corresponding to this UI node if it exists
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 589 if (f.exists()) {
618 assertTrue(mDatabaseFile.exists());
621 assertFalse(mDatabaseFile.exists());
    [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImpl.java 474 * the output stream, or no connection to the socket exists.
650 * exists and must be resumed.
662 * if a session already exists and must be resumed.
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 196 if (_file.exists () && ! _file.isFile ())
280 final String nonexistent = f.exists () ? "" : "{nonexistent} ";
297 final String nonexistent = f.exists () ? "" : "{nonexistent} ";
    [all...]

Completed in 317 milliseconds

<<41424344454647484950>>