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

<<31323334353637383940>>

  /external/bluetooth/glib/
NEWS 701 537555 GObject instantiation not thread safe
    [all...]
  /external/dbus/dbus/
dbus-connection.c 651 /* This isn't really safe or reasonable; a better pattern is the "do everything, then
772 /* This isn't really safe or reasonable; a better pattern is the "do everything, then
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 29 * A thread-safe variant of {@link java.util.ArrayList} in which all mutative
280 * <p>The returned array will be "safe" in that no references to it are
    [all...]
  /dalvik/libcore/logging/src/main/java/java/util/logging/
Logger.java 75 * All methods of this class are thread-safe.
194 // we use an iterator rather than size()+get() for safe concurrency
    [all...]
  /external/bluetooth/glib/glib/
gfileutils.c 151 * You should never use g_file_test() to test whether it is safe
155 * to know whether it is safe to write to a file without being
    [all...]
  /external/bluetooth/glib/gobject/
gclosure.c 22 * MT safe with regards to reference counting.
129 #if 0 /* for non-thread-safe closures */
    [all...]
  /external/gtest/src/
gtest-death-test.cc 104 "process is a sub-process launched for running a thread-safe "
195 // Routine for aborting the program which is safe to call from an
    [all...]
gtest-internal-inl.h     [all...]
  /external/guava/javadoc/com/google/common/base/
Splitter.html 134 the method. This makes splitters thread-safe, and safe to store as <code>static final</code> constants (as illustrated above). <pre> <code>// Bad! Do not do this!
  /external/guava/javadoc/com/google/common/base/class-use/
Supplier.html 199 <code>delegate</code> before calling it, making it thread-safe.</TD>
275 <code>delegate</code> before calling it, making it thread-safe.</TD>
  /external/guava/src/com/google/common/collect/
Maps.java 243 * Returns a synchronized (thread-safe) bimap backed by the specified bimap.
725 * <p>The returned map is not thread-safe or serializable, even if the
    [all...]
  /external/icu4c/i18n/
dtitvfmt.cpp 442 // safe to delete NULL
498 // safe to delete f, although nothing acutally is saved
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h     [all...]
  /external/icu4c/test/intltest/
intltest.cpp 394 /* Only Windows should end up here, so looking for '\' is safe. */
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 622 return ('A'<=c && c<='I') || /* EBCDIC-safe check for letters */
645 char c=0; /* initialize to avoid a compiler warning although the code was safe */
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
bitstream.cpp 86 stream->curr_word |= (stream->next_word >> num_bits); // this is safe
108 stream->curr_word |= (stream->next_word >> num_bits); // this is safe
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 203 may not be thread-safe.
213 /* build fixed huffman tables if first call (may not be thread safe) */
    [all...]
  /external/v8/src/x64/
assembler-x64.h 338 // Detect features of the target CPU. Set safe defaults if the serializer
374 // Safe defaults include SSE2 and CMOV for X64. It is always available, if
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h     [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h     [all...]
  /external/zlib/
inflate.c 203 may not be thread-safe.
213 /* build fixed huffman tables if first call (may not be thread safe) */
    [all...]
  /frameworks/base/camera/libcameraservice/
CameraService.cpp 442 // asBinder() is safe on NULL (returns NULL)
    [all...]
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 296 // Or the time on the device changed, so be safe and do a backup
302 // Unable to read state file... be safe and do a backup
    [all...]
  /frameworks/base/docs/html/guide/topics/wireless/
bluetooth.jd 535 are thread-safe.</p>
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 85 stream->curr_word |= (stream->next_word >> num_bits); // this is safe
107 stream->curr_word |= (stream->next_word >> num_bits); // this is safe
    [all...]

Completed in 473 milliseconds

<<31323334353637383940>>