HomeSort by relevance Sort by last modified time
    Searched full:existing (Results 276 - 300 of 4669) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/
ConcurrentModificationException.java 22 * modified and an existing iterator on the Collection is used to modify the
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLClientSessionCache.java 35 * Gets data from a pre-existing session for a given server host and port.
  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 50 * asynchronous calls. Will replace any existing listener.
  /packages/apps/PackageInstaller/res/values-en-rGB/
strings.xml 29 <string name="install_confirm_question_update" msgid="4624159567361487964">"Do you want to install an update to this existing application? Your existing data will not be lost. The updated application will get access to:"</string>
30 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Do you want to install an update to this built-in application? Your existing data will not be lost. The updated application will get access to:"</string>
33 <string name="install_failed_inconsistent_certificates" msgid="1517751954440692054">"An existing package by the same name with a conflicting signature is already installed."</string>
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.def 23 machinery, this kind also means "don't change the existing kind",
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.def 23 machinery, this kind also means "don't change the existing kind",
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.def 23 machinery, this kind also means "don't change the existing kind",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
nss.h 44 work around non-existing services (e.e., while booting).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
nss.h 44 work around non-existing services (e.e., while booting).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
nss.h 44 work around non-existing services (e.e., while booting).
  /sdk/anttasks/src/com/android/ant/
ZipAlignTask.java 64 // force overwrite of existing output file
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageQueue.java 160 ArrayList<Message> existing = incoming.get(msg.getContextId()); local
161 if (existing == null)
162 incoming.put(msg.getContextId(), existing = new ArrayList<Message>()); local
163 existing.add(msg);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskFactory.java 33 * Starts a new task contributing to an already existing {@link ITaskMonitor}.
  /system/core/libnl_2/
handlers.c 38 /* Clone an existing callback handle */
  /external/apache-http/src/org/apache/http/impl/client/
BasicCookieStore.java 76 * Adds an {@link Cookie HTTP cookie}, replacing any existing equivalent cookies.
77 * If the given cookie has already expired it will not be added, but existing
103 * not be added, but existing values will still be removed.
  /external/chromium/chrome/browser/importer/
profile_writer.h 104 // keyword or same host name in the URL) with existing TemplateURLs in the
105 // local store, in which case the existing ones takes precedence and the
108 // existing TemplateURL that has a replaceable search url with the same
  /external/chromium/chrome/browser/profiles/
profile_manager.h 55 // dir. This will return an existing profile it had already been created,
73 // Returns true if the profile pointer is known to point to an existing
138 // Adds a pre-existing Profile object to the set managed by this
  /external/icu4c/i18n/
winnmfmt.h 55 * Result is appended to existing contents.
69 * Result is appended to existing contents.
83 * Result is appended to existing contents.
  /external/libxml2/include/libxml/
xmlmemory.h 99 * The way to overload the existing functions.
192 * @ptr: pointer to the existing allocated area
202 * @str: pointer to the existing string
  /external/linux-tools-perf/Documentation/
perf-record.txt 55 Record events on existing process ID.
59 Record events on existing thread ID.
73 Overwrite existing data file. (deprecated)
  /external/proguard/src/proguard/classfile/editor/
ElementValuesEditor.java 80 // Try to replace an existing element value.
97 // Try to replace an existing element value.
143 * Tries put the given element value in place of an existing element value
  /frameworks/base/core/java/android/content/pm/
Signature.java 41 * Create Signature from an existing raw byte array.
95 * Encode the Signature as ASCII text in to an existing array.
97 * @param existingArray Existing char array or null.
  /frameworks/base/core/java/com/android/internal/view/menu/
BaseMenuPresenter.java 28 * views. Behaves similarly to an AdapterView in that existing item views will
163 * @param convertView Existing view to reuse
179 * Bind item data to an existing item view.
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestDocumentBuilderFactory.java 85 * with the existing (typically session) settings.
87 * return clone of existing settings.
103 // do not conflict with existing settings
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSession.java 186 * No new connections can be created, but any existing connection remains
202 * For bindings (new or existing) implementing the
216 * layer data. If the existing binding implements the

Completed in 1774 milliseconds

<<11121314151617181920>>