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

<<21222324252627282930>>

  /external/guava/src/com/google/common/base/
Splitter.java 67 * the method. This makes splitters thread-safe, and safe to store as {@code
  /external/guava/src/com/google/common/collect/
ImmutableMultimap.java 133 * <p>Builder instances can be reused - it is safe to call {@link #build}
219 @SuppressWarnings("unchecked") // safe since multimap is not writable
  /external/icu4c/common/
rbbi.cpp 683 // safe point.
695 // backup plan if forward safe table is not available
803 // (Change would interact with safe rules.)
815 // backup plan if forward safe table is not available
817 // It's probably OK to say that rules must supply both safe tables
818 // if they use safe tables at all. We have certainly never described
819 // to anyone how to work with just one safe table.
    [all...]
  /external/icu4c/common/unicode/
ubrk.h 243 * Thread safe cloning operation
251 * If *pBufferSize is not enough for a stack-based safe clone,
  /external/opencore/
ChangeLog 150 - Thread Safe Player Engine APIs and Thread Safe queue
  /external/opencore/baselibs/thread_messaging/src/
pv_proxied_interface.h 290 ** and thread-safe.
319 ** and thread-safe.
  /external/opencore/codecs_v2/omx/omx_proxy/src/
pv_omx_interface_proxy.cpp 280 //Wait for PV thread to finish up, then it's safe
580 // now it's safe to signal the thread create sema
pv_omx_proxied_interface.h 299 ** and thread-safe.
328 ** and thread-safe.
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
avc_bitstream.cpp 130 stream->curr_word |= (stream->next_word >> num_bits); // this is safe
152 stream->curr_word |= (stream->next_word >> num_bits); // this is safe
  /external/stlport/stlport/stl/
_alloc.h 57 // Typically thread-safe and more storage efficient.
87 // Typically thread-safe and more storage efficient.
  /external/webkit/WebKitTools/DumpRenderTree/qt/
EventSenderQt.cpp 435 // To be safe and avoid a deadlock, this event is queued.
466 // Send a marker event, it will tell us when it is safe to exit the new event loop
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 174 filename_list_queue: A thread safe Queue class that contains lists
176 result_queue: A thread safe Queue class that will contain tuples of
  /external/zlib/contrib/iostream3/
zfstream.h 165 * This function is safe to call multiple times. It will ensure
176 * This function is safe to call multiple times. It will ensure
  /frameworks/base/core/java/android/net/
NetworkStateTracker.java 406 * Interprets scan results. This will be called at a safe time for
407 * processing, and from a safe thread.
  /frameworks/base/core/res/res/values/
config.xml 187 <!-- Vibrator pattern for feedback about booting with safe mode disabled -->
195 <!-- Vibrator pattern for feedback about booting with safe mode disabled -->
  /frameworks/base/docs/html/guide/basics/
appmodel.jd 247 written in a thread-safe way, since they can be called from any number of
254 written in a thread-safe way, since they can be called from any number of
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avc_bitstream.cpp 130 stream->curr_word |= (stream->next_word >> num_bits); // this is safe
152 stream->curr_word |= (stream->next_word >> num_bits); // this is safe
  /frameworks/base/services/java/com/android/server/
SystemServer.java 430 // we are in safe mode.
435 // Post the safe mode state in the Zygote class
  /packages/apps/Email/src/com/android/email/mail/store/
ImapResponseParser.java 351 /** Safe version of getList() */
366 /** Safe version of getString() */
  /bionic/libm/src/
e_jnf.c 56 /* Safe to use J(n+1,x)=2n/x *J(n,x)-J(n-1,x) */
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
package-info.java 8 * A small toolkit of classes that support lock-free thread-safe
  /dalvik/libcore/dalvik/src/main/native/
dalvik_system_TouchDex.cpp 178 * this point it's probably safe to just remove the timeout.
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeCollation.java 144 * Thread safe cloning operation
  /dalvik/libcore/logging/src/main/java/java/util/logging/
SocketHandler.java 54 * This class is not thread-safe.
  /dalvik/libcore/luni/src/main/java/java/io/
BufferedOutputStream.java 176 // the length is always less than (internalBuffer.length - count) here so arraycopy is safe

Completed in 285 milliseconds

<<21222324252627282930>>