HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 976 - 1000 of 3111) sorted by null

<<31323334353637383940>>

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ExecutorService.java 79 * first by calling <tt>shutdown</tt> to reject incoming tasks, and then
80 * calling <tt>shutdownNow</tt>, if necessary, to cancel any lingering tasks:
  /dalvik/libcore/luni/src/main/java/java/io/
DataOutputStream.java 215 * eight bytes resulting from calling Double.doubleToLongBits().
229 * four bytes resulting from calling Float.floatToIntBits().
  /dalvik/libcore/luni/src/main/java/java/util/
Calendar.java 176 * set to August 31, 1999. Calling <code>set(Calendar.MONTH,
186 * field {@code f}. This is equivalent to calling <code>set(f,
216 * set to August 31, 1999. Calling {@code add(Calendar.MONTH, 13)} sets
229 * calling {@code add(f, delta)} with the following adjustment:
240 * set to August 31, 1999. Calling <code>roll(Calendar.MONTH,
250 * set to Sunday June 6, 1999. Calling
252 * June 1, 1999, whereas calling {@code add(Calendar.WEEK_OF_MONTH, -1)}
855 * calling {@code complete()} first.
    [all...]
ResourceBundle.java 189 * by calling {@link ClassLoader#getResource(String)} it is used to
271 * it's not null) by calling the {@link #handleGetObject} method. If the resource still
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator1Test.java 397 "sufficient since the effects of calling init with valid " +
405 "sufficient since the effects of calling init with valid " +
  /dalvik/libcore/sql/src/main/java/java/sql/
DriverManager.java 133 // sql.1=DriverManager: calling class not authorized to deregister
357 * {@code DriverManager} by calling this method.
  /dalvik/libcore/text/src/main/java/java/text/
ChoiceFormat.java 80 * and associated strings. When calling
410 * calling {@link #format(double, StringBuffer, FieldPosition) format} with
  /dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 114 * will be flushed. After calling this method no more output can be
201 * The explicit prefixes for namespaces can be established by calling setPrefix()
  /dalvik/vm/
Thread.h 317 * Check suspend state. Grab threadListLock before calling.
346 * If you're calling this before waiting on a resource (e.g. THREAD_WAIT
  /external/bison/lib/
obstack.c 96 /* The functions allocating more room by calling `obstack_chunk_alloc'
125 calling interface, or calls functions with the mmalloc/mfree interface
  /external/bluetooth/glib/gobject/
gsignal.h 137 * calling the handler.
448 * calling the handler.
  /external/dbus/dbus/
dbus-memory.c 759 * returned to you by libdbus prior to calling dbus_shutdown().
781 * is that calling dbus_shutdown() from a library is almost certainly
  /external/dnsmasq/src/
nameser.h 156 #define T_X25 19 /* X_25 calling address */
157 #define T_ISDN 20 /* ISDN calling address */
  /external/e2fsprogs/misc/
uuidd.c 478 printf(_("Error calling uuidd daemon (%s): %s\n"),
505 printf(_("Error calling uuidd daemon (%s): %s\n"),
  /external/guava/src/com/google/common/primitives/
Booleans.java 296 * collection.toArray()}. Calling this method is as thread-safe as calling
Bytes.java 214 * collection.toArray()}. Calling this method is as thread-safe as calling
  /external/icu4c/i18n/
rbt_set.cpp 240 * <p>If freeze() has already been called, calling addRule()
267 * <code>addRule()</code> is called after calling this method, it
  /external/kernel-headers/original/asm-arm/
dma-mapping.h 140 * can regain ownership by calling dma_unmap_single() or
169 * can regain ownership by calling dma_unmap_page() or
tlbflush.h 154 * Select the calling method
397 * Convert calls to our calling convention.
  /external/libffi/src/pa/
hpux32.S 65 /* Setup the stack for calling prep_args...
75 [ Stack for calling prep_args ] <- %sp
linux.S 59 /* Setup the stack for calling prep_args...
69 [ Stack for calling prep_args ] <- %sp
  /external/opencore/codecs_v2/audio/mp3/dec/include/
pvmp3decoder_api.h 120 * The calling environment can change what is pointed to between calls to
129 * Number of valid bytes in the input buffer, set by the calling
  /external/opencore/doc/oscl_html/
oscl__error__imp__jumps_8h-source.html 65 00067 <span class="comment">//either, because calling code is expecting an execution</span>
131 00133 <span class="comment">// __trapimp is the OsclErrorTrapImp* for the calling thread.</span>
  /external/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry_impl.cpp 537 LOGINFO((0, "PVMFRecognizerRegistryImpl::CompleteRecognize Calling recognizer i=%d", i));
608 LOGINFO((0, "PVMFRecognizerRegistryImpl::DoRecognize Calling recognizer i=%d", i));
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 258 * Returns the instruction offset at which this initializer is calling
282 * <code>AT_METHOD_ENTRY</code> if the invocation is calling the "super" or

Completed in 195 milliseconds

<<31323334353637383940>>