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

1 2 3 4 5 6 7 891011>>

  /external/libpng/
mkinstalldirs 72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
77 # ourselves to GNU mkdir, which is thread-safe.
pnggccrd.c 25 "pushq %%rdx \n\t" // ...and rdx (but rcx & rdx safe on Linux)
39 "pushl %%edx \n\t" // ...and edx (but ecx & edx safe on Linux)
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_readyq.h 85 /** This is a thread-safe priority queue for holding the
145 ** A non-thread-safe queue for holding pending timers.
  /external/openssl/crypto/bn/
bn_depr.c 68 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe,
84 if(!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
bn_prime.c 159 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe,
181 if (safe)
197 if (!safe)
205 /* for "safe prime" generation,
223 /* We have a safe prime test pass */
  /external/skia/include/core/
SkTemplates.h 24 This file contains light-weight template classes for type-safe and exception-safe
  /external/stlport/doc/
stlport_namespaces.txt 57 depending on the compilation options. For instance the STLport safe mode you can use by
121 - stlpmtx_std : when building STLport as not thread safe.
  /external/strace/
mkinstalldirs 69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
74 # ourselves to GNU mkdir, which is thread-safe.
  /external/webkit/WebCore/accessibility/
AccessibilityListBox.cpp 80 // The cast to HTMLElement below is safe because the only other possible listItem type
172 // The cast to HTMLElement below is safe because the only other possible listItem type
  /external/webkit/WebCore/bindings/v8/
ScriptController.h 73 // This function must be called from the main thread. It is safe to call it repeatedly.
132 // Check whether it is safe to access a frame in another domain.
  /frameworks/base/cmds/runtime/
SignalHandler.cpp 206 // XXX This is not safe!
227 // XXX This is not safe!
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuScenario.java 65 // Safe to hold on to
94 // Safe to hold on to
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkinstalldirs 69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
74 # ourselves to GNU mkdir, which is thread-safe.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
mkinstalldirs 69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
74 # ourselves to GNU mkdir, which is thread-safe.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkinstalldirs 69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
74 # ourselves to GNU mkdir, which is thread-safe.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
mkinstalldirs 69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
74 # ourselves to GNU mkdir, which is thread-safe.
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
mkinstalldirs 69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
74 # ourselves to GNU mkdir, which is thread-safe.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
package-info.java 65 * supplies an efficient scalable thread-safe non-blocking FIFO
129 * concurrent collection is thread-safe, but not governed by a
145 * fast-fail traversal. A weakly consistent iterator is thread-safe,
  /external/clearsilver/util/
dict.c 3 * Thread-safe Dictionary Using String Identifiers
141 /* list locked, so safe to walk entry */
531 /* called by skipList when safe to destroy entry */
neo_err.c 46 /* Set this to 1 to enable non-thread safe re-use of NEOERR data
48 * thread safe, if we want it thread safe we need to add mutex code...
  /external/guava/src/com/google/common/collect/
ImmutableBiMap.java 52 // Casting to any type is safe because the set will never hold any elements.
131 * <p>Builder instances can be reused - it is safe to call {@link #build}
193 @SuppressWarnings("unchecked") // safe since map is not writable
  /external/icu4c/common/
utf_impl.c 90 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative
92 * 0 Obsolete "safe" behavior of UTF8_NEXT_CHAR_SAFE(..., FALSE):
97 * Same as the obsolete "safe" behavior, but non-characters are also treated
  /external/icu4c/i18n/unicode/
colldata.h 70 * the only safe thing to do with this object is to call
165 * the only safe thing to do with this object is to call
280 * the only safe thing to do with this object is to call
  /external/jsr305/javadoc/javax/annotation/concurrent/
NotThreadSafe.html 101 The class to which this annotation is applied is not thread-safe. This
103 that might otherwise be assumed to be thread-safe, despite the fact that it
104 is a bad idea to assume a class is thread-safe without good reason.
  /external/stlport/src/
lock_free_slist.h 29 * Class that implements a non-blocking and thread-safe freelist.
152 // Here are the compiler/platform requirements for the thread safe and
175 * Class that implements a non-blocking and thread-safe freelist.

Completed in 51 milliseconds

1 2 3 4 5 6 7 891011>>