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

<<31323334353637383940>>

  /external/ppp/pppd/
pppd.h 509 size_t strlcpy __P((char *, const char *, size_t)); /* safe strcpy */
510 size_t strlcat __P((char *, const char *, size_t)); /* safe strncpy */
    [all...]
  /external/tcpdump/
tcpdump.c 1102 * as possible in the signal handler (it's probably not safe
1109 * We don't have "pcap_breakloop()"; this isn't safe, but
    [all...]
  /external/v8/src/
top.cc 693 // It's not safe to try to make message objects while the bootstrapper
774 // It's not safe to try to make message objects or collect stack
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 988 // It is safe to access the registeredThreads list, because we earlier asserted that locks are being held,
1085 // Callers of sweep assume it's safe to mark any cell in the heap.
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 727 * It is usually safe to proxy this call to the owner activity's
739 * It is usually safe to proxy this call to the owner activity's
    [all...]
  /frameworks/base/core/java/android/util/
Base64.java 54 * filename safe" variant of Base64 (see RFC 3548 section 4) where
201 * Decode lookup table for the "web safe" variant (RFC 3548
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
collect2 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gcov 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/
collect2 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 504 BIGNUM *BN_generate_prime(BIGNUM *ret,int bits,int safe,
516 int BN_generate_prime_ex(BIGNUM *ret,int bits,int safe, const BIGNUM *add,
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
collect2 
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/stlport/etc/
ChangeLog 204 only safe access to facet instances from a ios_base instance is through
689 safe mode, it is invalid for pure input iterators. Now assign
699 - Creation of _AreCopyable helper class to detect when it is safe
779 safe. Detected thanks to the EH test suite.
    [all...]
  /external/e2fsprogs/
RELEASE-NOTES 224 Teach e2fsck to ignore certain "safe" filesystem features which are
    [all...]
  /external/dropbear/libtomcrypt/
changes 201 -- Added LTC_MUTEX_* support to Yarrow and Fortuna allowing you to use respective prng_state as a global PRNG state [e.g. thread-safe] if you define one of the LTC_* defines at
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 640 * We need this one to be able to use the faster, but not thread-safe
    [all...]
  /frameworks/base/docs/html/guide/topics/
fundamentals.jd 36 <li><a href="#tsafe">Thread-safe methods</a></li>
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindowManager.java 183 // Vibrator pattern for haptic feedback during boot when safe mode is disabled.
186 // Vibrator pattern for haptic feedback during boot when safe mode is enabled.
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-10 691 a type-safe macro as suggested in bug 323178.
693 it in a type safe manner for all compliers as suggested by Morten
776 * glib/gslice.h (g_slice_free): reworked GCC-specific type-safe macro
    [all...]
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 53 * thread-safe, retrieval operations do <i>not</i> entail locking,
674 // inner classes of generic types apparently). Safe because we're
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 49 // Safe default is no features.
56 // Allocation failure is silent and leads to safe default.
94 // safe here.
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 126 * <p>A special type-safe container, called {@link Bundle}, is available
128 * for improved performance when reading and writing data, and its type-safe
459 * this method, since the Bundle class provides a type-safe API that
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 58 // XXX File load and write are thread-safe by g_mutex_
293 // To do a safe flush, we have to discard all newly added
1238 // XXX write back is only allowed from close_dict due to thread-safe sake
    [all...]

Completed in 184 milliseconds

<<31323334353637383940>>