HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 851 - 875 of 3371) sorted by null

<<31323334353637383940>>

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicReferenceFieldUpdater.java 82 * other calls to {@code compareAndSet} and {@code set}, but not
96 * other calls to {@code compareAndSet} and {@code set}, but not
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
CharsetDecoderICU.java 222 * The state of the conversion is saved between calls to convert.
224 * split between calls. If a call to convert results in an Error, the
  /dalvik/libcore/json/src/main/java/org/json/
JSONStringer.java 41 * calls, or by nesting arrays or objects.
43 * Calls that would result in a malformed JSON string will fail with a
  /dalvik/libcore/luni/src/main/java/java/util/
Map.java 246 * returned in response to all subsequent calls. This method may return
247 * different Collection when multiple calls to this method, since it has no
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
AbstractListTest.java 156 sList.add(new Object()); // calls add(int, Object)
177 sList.clear(); // calls removeRange()
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLOutput.java 32 * argument to an SQL statement, the JDBC driver calls the method {@code
214 * Otherwise, calls the {@code SQLData.writeSQL} method of the object, which
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 749 * getFormats() results after calls to setFormat(). Case 2: Try to
760 // case 1: Compare getFormats() results after calls to setFormat()
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Serializer.java 162 * If the "cdata-section-elements" key is specified on multiple calls
165 * next, but it is cumulative across the calls.
ToSAXHandler.java 73 * on to the wrapped ContentHandler, but should we also mirror these calls
254 * Returns true if namespace declarations from calls such as
  /dalvik/vm/interp/
Stack.h 91 stack might look like an uninterrupted series of interpreted method calls.
102 For native calls into JNI, we want to store a table of local references
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 84 // we will be making resource-intensive HTTP calls.
255 // This is the object that receives RPC calls from clients.See
  /development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java 239 * certain state, calls finish() on the activity, restarts the activity, and then
283 * Calls the activity's onResume() method. Changes the spinner's state by
  /external/apache-http/src/org/apache/commons/logging/
package.html 131 in response to calls to the <code>getInstance()</code> method. The default
135 Subsequent <code>getInstance()</code> calls to the same
  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 211 // tolerate multiple calls to close()
320 // tolerate multiple calls
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 67 * Connection release calls are delegated to the connection manager,
70 * expected to tolerate multiple calls to the release method.
  /external/bluetooth/bluez/sbc/
sbc_primitives_neon.c 43 /* TODO: merge even and odd cases (or even merge all four calls to this
103 /* TODO: merge even and odd cases (or even merge all four calls to this
  /external/bluetooth/glib/docs/reference/glib/
running.sgml 136 calls to g_malloc() and g_free().
265 to break only on g_malloc() calls where the size of the allocated memory block
  /external/bluetooth/glib/gio/
gthemedicon.c 371 * Note that doing so invalidates the hash computed by prior calls
400 * Note that doing so invalidates the hash computed by prior calls
  /external/bluetooth/glib/glib/
gthread.h 142 /* A random number to recognize debug calls to g_mutex_... */
156 /* shorthands for conditional and unconditional function calls */
  /external/dbus/dbus/
dbus-userdb.c 38 * and also calls dbus_free() on the block itself
54 * and also calls dbus_free() on the block itself
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 52 m_readbuf = new byte [BUF_SIZE]; // don't reuse this across run() calls to reset it to the original size
54 m_baos = new ByteArrayOStream (BUF_SIZE); // don't reuse this across run() calls to reset it to the original size
  /external/guava/src/com/google/common/collect/
AbstractBiMap.java 39 * <p>Note that this class contains {@code equals()} calls that keep it from
364 * Deserialization calls inverse() on the forward bimap and returns that
  /external/icu4c/common/unicode/
rep.h 176 * Replaceable object has metadata, calls to the Replaceable API
177 * must be made so as to preserve metadata. If it does not, calls
strenum.h 119 * Starting with ICU 2.8, the default implementation calls snext()
144 * Starting with ICU 2.8, the default implementation calls snext()
uclean.h 57 * Extra, repeated, or otherwise unneeded calls to u_init() do no harm,
140 * Subsequent calls by ICU to lock, unlock, or destroy a mutex will

Completed in 401 milliseconds

<<31323334353637383940>>