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

<<21222324252627282930>>

  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceRepository.java 106 // look for an already existing folder configuration.
218 // looking for an existing ResourceItem with this type and name
221 // create one if there isn't one already, or if the existing one is inlined, since
252 * Processes a folder and adds it to the list of existing folders.
614 // Since removed files/folders remove source files from existing ResourceItem, loop through
630 * Looks up an existing {@link ResourceItem} by {@link ResourceType} and name. This
634 * @return the existing ResourceItem or null if no match was found.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/net/
NetworkPanel.java 394 * new thread or finish existing thread to match requested state.
427 // try searching for existing item
798 * Combine the given {@link Entry} with any existing {@link Entry}, or
802 final Entry existing = findEntry(entry.iface, entry.uid, entry.set, entry.tag); local
803 if (existing != null) {
804 existing.rxBytes += entry.rxBytes;
805 existing.rxPackets += entry.rxPackets;
806 existing.txBytes += entry.txBytes;
807 existing.txPackets += entry.txPackets;
    [all...]
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetProviderTest.java 159 * a non-existing class name.
215 * non-existing class name.
312 * contains a non-existing class name.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMException.java 144 * Create a new DTMException wrapping an existing exception.
157 * Wrap an existing exception in a DTMException.
195 * Wrap an existing exception in a DTMException.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntVector.java 28 * and all existing data is recopied into it. As a result, read/write
29 * access to existing nodes is O(1) fast but appending may be O(N**2)
89 * @param v Existing IntVector to copy
ObjectVector.java 28 * and all existing data is recopied into it. As a result, read/write
29 * access to existing nodes is O(1) fast but appending may be O(N**2)
89 * @param v Existing ObjectVector to copy
  /external/chromium/chrome/browser/history/
snippet.cc 61 // New pair extends beyond existing pair. Extend existing pair and
65 } // else case, new pair completely contained in existing pair, nothing
  /external/chromium/crypto/
rsa_private_key.h 186 // Create a new instance by importing an existing private key. The format is
192 // Create a new instance by importing an existing private key. The format is
201 // Import an existing public key, and then search for the private
  /external/emma/core/java12/com/vladium/util/
IntIntMap.java 106 * @return 'true' if this key was mapped to an existing value
163 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
211 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
ObjectIntMap.java 112 * @return 'true' if this key was mapped to an existing value
153 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
204 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
  /external/icu4c/i18n/unicode/
format.h 134 * Result is appended to existing contents.
152 * Result is appended to existing contents.
172 * Result is appended to existing contents.
  /external/icu4c/layoutex/layout/
plruns.h 39 * Construct a <code>pl_fontRuns</code> object from pre-existing arrays of fonts
173 * Construct a <code>pl_valueRuns</code> object from pre-existing arrays of values
305 * Construct a <code>pl_localeRuns</code> object from pre-existing arrays of fonts
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 275 /// getOrCreateTypeDIE - Find existing DIE or create new DIE for the
279 /// getOrCreateTemplateTypeParameterDIE - Find existing DIE or create new DIE
283 /// getOrCreateTemplateValueParameterDIE - Find existing DIE or create new DIE
  /external/openfst/src/include/fst/extensions/far/
far.h 94 // This class iterates through an existing archive of FSTs.
100 // Opens an existing FST archive in a single file; returns NULL on error.
104 // Opens an existing FST archive in multiple files; returns NULL on error.
  /external/openssl/crypto/engine/
eng_list.c 136 /* We are adding to the tail of an existing list. */
295 /* Remove an existing "ENGINE" type from the array. */
368 * increment the existing ENGINE's reference count. */
  /external/openssl/crypto/x509/
x509_trs.c 168 /* Get existing entry if any */
179 /* OPENSSL_free existing name if dynamic */
186 /* Keep the dynamic flag of existing entry */
  /external/openssl/crypto/x509v3/
v3_lib.c 248 * look for existing extension.
255 /* If keep existing, nothing to do */
269 /* If replace existing or delete, error since
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundle.cpp 110 // Change the setting for existing ones.
121 // Change the setting for existing ones.
132 // Change the setting for existing ones.
  /external/webkit/Tools/Scripts/
commit-log-editor 130 # We want to match the line endings of the existing log file in case they're
137 print "Existing log message detected, Use 'r' to regenerate log message from ChangeLogs, or any other key to keep the existing message.\n";
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 46 * Replace an existing fragment that was added to a container. This is
64 * Remove an existing fragment. If it was added to a container, its view
74 * Hides an existing fragment. This is only relevant for fragments whose
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 278 // compatibility with existing tests.
309 // compatibility with existing tests.
341 // compatibility with existing tests.
  /frameworks/base/docs/html/guide/google/gcm/
c2dm.jd 33 <p>This document is addressed to C2DM developers who are moving to GCM. It describes the differences between GCM and C2DM, and explains how to migrate existing C2DM apps to GCM.</p>
76 <p>This section describes how to move existing C2DM apps to GCM.</p>
84 <p>After receiving a response from GCM, the registration ID obtained must be sent to the application server. When doing this, the application should indicate that it is sending a GCM registration ID so that the server can distinguish it from existing C2DM registrations.</p>
  /frameworks/base/docs/html/tools/projects/
projects-eclipse.jd 48 project (or a project from existing code). To create a new project:</p>
132 <p>You can also convert an existing application project into a library. To do so, simply open the
134 now reference the existing project as a library project.</p>
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTransaction.java 60 * Replace an existing fragment that was added to a container. This is
78 * Remove an existing fragment. If it was added to a container, its view
88 * Hides an existing fragment. This is only relevant for fragments whose
  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java 170 // Remove any existing editors
236 // First determine whether there are any existing empty editors.
238 // If there are no existing empty editors and it's possible to add

Completed in 817 milliseconds

<<21222324252627282930>>