HomeSort by relevance Sort by last modified time
    Searched full:safe (Results 126 - 150 of 2276) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/libc/include/
libgen.h 40 /* special thread-safe Bionic versions
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEvent.java 55 * @return true if it is safe to throttle after this event, and false otherwise.
  /development/ndk/platforms/android-3/include/
libgen.h 40 /* special thread-safe Bionic versions
  /development/simulator/app/
LogMessage.h 4 // Class to hold a single log message. Not thread safe.
UserEventMessage.h 17 * for carting data from one thread to another in a wxWidgets-safe manner,
  /external/chromium/base/
image_util.cc 53 // this call ourselves to be safe?
singleton.h 64 // This class is itself thread-safe. The underlying Type must of course be
65 // thread-safe if you want to use it concurrently. Two parameters may be tuned
103 // exception-safe.
110 // This class is safe to be constructed and copy-constructed since it has no
  /external/chromium/net/base/
data_url.h 23 // using ASCII encoding for octets inside the range of safe URL characters and
ssl_config_service_win.h 38 // method is not thread-safe, so it must be called on the same thread.
  /external/dbus/bus/
messagebus.in 42 ## program name "$servicename" that should be safe-ish
rc.messagebus.in 45 ## program name "$servicename" that should be safe-ish
  /external/dropbear/libtommath/etc/
2kprime.c 1 /* Makes safe primes of a 2k nature */
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 59 // a linked_ptr object is thread-safe in the sense that:
60 // - it's safe to copy linked_ptr objects concurrently,
61 // - it's safe to copy *from* a linked_ptr and read its underlying
63 // - it's safe to write to two linked_ptrs that point to the same
  /external/guava/src/com/google/common/collect/
ExplicitOrdering.java 40 return rank(left) - rank(right); // safe because both are nonnegative
  /external/icu4c/samples/legacy/
newcol.cpp 39 // Not thread safe or anything
  /external/kernel-headers/original/linux/
uio.h 50 * NOTE that it is not safe to use this function until all the iovec's
  /external/libvpx/vpx_ports/
mem.h 39 * that it's safe to use uninitialized. Silences 'may be used uninitialized'
  /external/openssl/crypto/dh/
dh_gen.c 89 * for 3, p mod 12 == 5 <<<<< does not work for safe primes.
96 * Since DH should be using a safe prime (both p and q are prime),
131 #if 0 /* does not work for safe primes */
150 * generator or not: since we are using safe primes,
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 59 // a linked_ptr object is thread-safe in the sense that:
60 // - it's safe to copy linked_ptr objects concurrently,
61 // - it's safe to copy *from* a linked_ptr and read its underlying
63 // - it's safe to write to two linked_ptrs that point to the same
  /external/speex/include/speex/
speex_buffer.h 4 This is a very simple ring buffer implementation. It is not thread-safe
  /external/webkit/JavaScriptCore/runtime/
InitializeThreading.h 34 // This function must be called from the main thread. It is safe to call it repeatedly.
  /external/webkit/JavaScriptCore/wtf/
ThreadSpecificWin.cpp 47 // The layout of ThreadSpecific<T>::Data does not depend on T. So we are safe to do the static cast to ThreadSpecific<int> in order to access its data member.
  /external/webkit/WebCore/loader/
CachedResourceClientWalker.h 36 // Just keep calling next() on this. It's safe from deletions of items.
  /external/webkit/WebCore/platform/sql/
SQLValue.cpp 45 // Must return a copy since ref-shared Strings are not thread safe
  /frameworks/base/services/camera/libcameraservice/
FakeCamera.h 31 * This class is not thread-safe.

Completed in 606 milliseconds

1 2 3 4 56 7 8 91011>>