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

<<21222324252627282930>>

  /external/zlib/examples/
zlib_how.html 89 structure must be initialized before calling <tt>deflateInit()</tt>. Here they are
166 keeps calling <tt>deflate()</tt> until it is done producing output. Once there is no more
218 <tt>deflate()</tt>. This is already guaranteed by calling <tt>deflate()</tt> with <tt>Z_FINISH</tt>
321 and <tt>next_in</tt> must be initialized before calling <tt>inflateInit()</tt>. This
329 <tt>avail_out</tt> and <tt>next_out</tt> fields do not need to be initialized before calling.
371 keep calling <tt>inflate()</tt> until has generated all of the output it can with the
  /frameworks/base/core/java/android/view/
Window.java 232 * false to perform the normal menu handling (calling its
757 * <p>Note that calling this function "locks in" various characteristics
851 * calling this function.
863 * must have called requestFeature(featureId) before calling this
    [all...]
  /build/tools/soslim/
main.c 89 INFO("Calling elf_begin(%s)...\n", infile);
131 INFO("Calling elf_begin(%s)...\n", infile);
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CountDownLatch.java 33 * doesn't require that threads calling {@code countDown} wait for
123 * zero, actions in a thread prior to calling
package-info.java 25 * or the thread calling {@link java.util.concurrent.Executor#execute
219 * <li>Actions prior to calling {@code CyclicBarrier.await}
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
Cipher.java 455 * is equivalent to creating a new instance and calling its {@code init}
494 * equivalent to creating a new instance and calling it {@code init} method.
537 * equivalent to creating a new instance and calling it {@code init} method.
577 * is equivalent to creating a new instance and calling it {@code init}
631 * is equivalent to creating a new instance and calling it {@code init}
672 * equivalent to creating a new instance and calling it {@code init} method.
730 * equivalent to creating a new instance and calling it {@code init} method.
771 * equivalent to creating a new instance and calling it {@code init} method.
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
CharArrayWriter.java 126 * is a copy and any modifications made to this writer after calling this
142 * calling this method are not reflected in the result.
  /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
VM.java 43 * the stack of the calling thread. Frames representing the VM
68 * stack of the calling thread. If no such ClassLoader is found, null is
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CoderResult.java 36 * calling <code>CoderResult.malformedForLength(int)</code> with the length of
40 * result by calling <code>CoderResult.unmappableForLength(int)</code> with
  /dalvik/libcore/security/src/main/java/java/security/
ProtectionDomain.java 52 * collection is made immutable by calling
88 * permissions} collection is made immutable by calling
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1Impl.java 66 * a calling method is responsible for such checks.
156 * a calling method is responsible for such checks.
  /dalvik/libcore/security-kernel/src/main/java/java/security/
AccessControlContext.java 61 * If a {@code SecurityManager} is installed, code calling this constructor
245 * If a {@code SecurityManager} is installed, code calling this method needs
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 107 * @param handler The calling StylesheetHandler/TemplatesBuilder.
334 * @param handler The calling StylesheetHandler/TemplatesBuilder.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemForEach.java 377 // Loop through the children of the template, calling execute on
389 // a call to the Document() function. Calling it in other
  /development/pdk/docs/porting/
bluetooth.jd 109 <li>Three-way calling</li>
138 <li>Three-way calling </li>
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 111 * @param handler The hander instance from the calling UI thread.
112 * @param context The context of the calling Activity.
  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 227 * @param eof the result of the calling read operation.
315 * re-use of the underlying connection, if any. Calling this method
  /external/bluetooth/glib/gio/
gicon.c 63 * with the type system prior to calling g_icon_new_for_string().
435 * with the type system prior to calling g_icon_new_for_string().
gioscheduler.c 221 * by calling g_cancellable_cancel() or by calling
  /external/bluetooth/glib/glib/
giochannel.h 314 * g_io_channel_win32_poll(). After calling this you should only use
342 * descriptors. After calling g_io_add_watch() on a IO channel
  /external/icu4c/common/unicode/
usetiter.h 184 * calling <tt>reset()</tt> between them. The results of doing so
204 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
  /external/icu4c/extra/uconv/
uconv.1.in 98 the default encoding is used. Thus, calling
105 When calling
  /external/icu4c/i18n/
digitlst.h 134 * Make sure that fitsIntoLong() is called before calling this function.
142 * Make sure that fitsIntoInt64() is called before calling this function.
reldtfmt.h 127 * calling setLenient(false).
150 * calling setLenient(false).
  /external/icu4c/i18n/unicode/
bms.h 87 * DO NOT call this if another thread may be calling <code>ucd_flushCache</code>
112 * To do a search, you first need to get a <code>UCD</code> object by calling <code>ucd_open</code>.

Completed in 370 milliseconds

<<21222324252627282930>>