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

<<31323334353637383940>>

  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
NativeConverter.java 404 * Returns a thread safe clone of the converter
  /dalvik/libcore/icu/src/main/native/
NativeCollation.cpp 443 * Thread safe cloning operation
  /dalvik/libcore/luni/src/main/java/java/io/
BufferedInputStream.java 302 // instead of (offset < 0) || (length < 0) to safe one operation
DataInputStream.java 258 // (length < 0) check to safe one operation
PipedInputStream.java 285 // instead of (offset < 0) || (count < 0) to safe one operation
PipedReader.java 213 // to safe one operation
PushbackReader.java 189 // instead of (offset < 0) || (count < 0) to safe one operation
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
SHAOutputStream.java 459 // Not thread-safe because we use a shared one-byte buffer
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Object.java 137 * therefore it can delay the reclamation of A's memory. To be safe, use a
  /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/lang/annotation/
AnnotationMember.java 358 * Provides mutation-safe access to contained value. That is, caller is free
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/
DefaultPolicyScanner.java 65 * This implementation is effectively thread-safe, as it has no field references
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
DefaultPolicy.java 131 * This implementation is thread-safe. The policy caches sets of calculated
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 37 * <p>An instance of this class <emph>must</emph> be safe to use across
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.c 250 * a zero recursion count, it's safe to punch it back to the
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 307 * Encodes an object into its quoted-printable safe form. Unsafe characters are escaped.
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 119 * "safe transport" through the network. This differs from a content coding in that
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueFormatter.java 41 * Instances of this class are stateless and thread-safe.
BasicLineParser.java 50 * Instances of this class are stateless and thread-safe.
  /external/bison/
config.h 335 safe for multithreaded apps. */
config.hin 334 safe for multithreaded apps. */
  /external/bison/lib/
obstack.c 283 Word at a time is fast and is safe if the object
  /external/bison/src/
lalr.c 268 sentinel before the first rhs, so it is safe to
parse-gram.y 500 The bug is fixed in 7.4.2m, but play it safe for now. */
  /external/bluetooth/glib/gio/
giomodule.c 614 /* It's safe to register the same type multiple times */
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 604 /* FIXME: Need to make this (and the whole library) thread safe */

Completed in 348 milliseconds

<<31323334353637383940>>