HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 776 - 800 of 4830) sorted by null

<<31323334353637383940>>

  /libcore/luni/src/main/java/java/lang/reflect/
AnnotatedElement.java 66 * @return {@code true} if the annotation exists, {@code false} otherwise
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerFactoryConfigurationError.java 24 * exists. This error will typically be thrown when the class of a
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathVariableResolver.java 46 * exists. The value returned must be of a type appropriate for the underlying object model.
  /libcore/luni/src/main/java/org/w3c/dom/
EntityReference.java 25 * entity an <code>Entity</code> exists, and the subtree of the
  /libcore/luni/src/test/java/libcore/java/sql/
OldSQLTest.java 57 st.execute("drop table if exists zoo");
  /ndk/build/core/
prebuilt-library.mk 42 $(call __ndk_info,Check that $(LOCAL_PATH)/$(LOCAL_SRC_FILES) exists, or that its path is correct)
  /ndk/sources/host-tools/sed-4.2.1/m4/
errno_h.m4 86 dnl The macro exists but is hidden.
  /packages/apps/Contacts/src/com/android/contacts/util/
AsyncTaskExecutor.java 26 * This interface has a direct parallel with the {@link Executor} interface. It exists to decouple
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmDatabaseHelper.java 68 db.execSQL("DROP TABLE IF EXISTS alarms");
  /packages/apps/Email/tests/src/com/android/email/activity/
MailboxFinderTest.java 228 * Test: Account exists, but mailbox doesn't -> Get {@link Controller} to update the mailbox
258 * Test: Account exists, but mailbox doesn't -> Get {@link Controller} to update the mailbox
294 * Test: Account exists, but mailbox doesn't -> Get {@link Controller} to update the mailbox
350 * Test: Mailbox not found (mailbox of different type exists)
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Corpora.java 68 * @return A source, or {@code null} if no source with the given name exists.
VoiceSearch.java 83 * Create an intent to launch the voice search help screen, if any exists.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
SearchSettingsActivity.java 60 * can be removed if zero-query shortcuts are disabled. Returns null if no such fragment exists.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForCommonDataKind.java 70 // When label exists, assert that some type is defined
  /prebuilt/linux-x86/swt/about_files/
about_cairo.html 45 apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.</p>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
tftp.h 73 #define EEXISTS 6 /* file already exists */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
gnu-versions.h 23 /* This file exists to define these few macros. Each specifies a version
  /prebuilt/linux-x86_64/swt/about_files/
about_cairo.html 45 apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.</p>
  /sdk/anttasks/src/com/android/ant/
TaskHelper.java 38 // check if it's valid and exists
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 110 if (file.exists()) {
111 // Warn that the file already exists and ask the user what to do
113 MessageDialog dialog = new MessageDialog(null, "File Already Exists", null,
115 "%1$s already exists.\nWould you like to replace it?",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 94 * editor's "icons" directory. If it doesn't exists, a default icon will be
107 * editor's "icons" directory. If it doesn't exists, a default icon will be
135 * editor's "icons" directory. If it doesn't exists, a default icon will be
148 * editor's "icons" directory. If it doesn't exists, a default icon will be
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
XmlStorageEditorInput.java 55 public boolean exists() { method in class:XmlStorageEditorInput
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 220 if (file.exists()) {
234 if (parent == null || !parent.exists()) {
247 // Make sure that the existing installation directory exists and is valid
253 if (!file.exists()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 307 if (!f.exists()) {
398 && mValues.projectLocation.exists() && mValues.mode != Mode.SAMPLE) {
453 if (f.exists() && !f.isDirectory()) {
457 // However if the directory exists, we should put a
474 if (dest.exists()) {
522 if (path.append(".project").toFile().exists()) { //$NON-NLS-1$
524 "An Eclipse project already exists in this directory.\n" +
546 if (handle.exists()) {
548 "A project with that name already exists in the workspace");
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
TraceviewLauncher.java 39 if (!fileStore.fetchInfo().isDirectory() && fileStore.fetchInfo().exists()) {

Completed in 1963 milliseconds

<<31323334353637383940>>