HomeSort by relevance Sort by last modified time
    Searched full:safe (Results 226 - 250 of 5042) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/doc/
unw_step.tex 31 \Func{unw\_step}() is thread-safe. If cursor \Var{cp} is in the local
32 address-space, this routine is also safe to use from a signal handler.
  /external/openfst/src/include/fst/
matcher-fst.h 103 MatcherFst(const MatcherFst<F, M, N, I> &fst, bool safe = false)
104 : ImplToExpandedFst<Impl>(fst, safe) {}
107 virtual MatcherFst<F, M, N, I> *Copy(bool safe = false) const {
108 return new MatcherFst<F, M, N, I>(*this, safe);
256 LookAheadMatcher(const LookAheadMatcher<FST> &matcher, bool safe = false) {
257 matcher_ = matcher.matcher_->Copy(safe);
263 LookAheadMatcher<FST> *Copy(bool safe = false) const {
264 return new LookAheadMatcher<FST>(*this, safe);
  /frameworks/av/include/media/nbaio/
Pipe.h 24 // Pipe is multi-thread safe for readers (see PipeReader), but safe for only a single writer thread.
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 84 * Notifies that the activity behind has now been drawn and it's safe to remove the wallpaper
93 * Notifies the Keyguard that the activity that was starting has now been drawn and it's safe
  /libcore/dalvik/src/main/java/dalvik/system/
SocketTagger.java 38 * pool. Implementations of this method should be thread-safe.
45 * thread-safe.
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
ImageProxy.java 31 * <li>Implementations must be thread-safe.</li>
43 * <li>Implementations must be thread-safe.</li>
  /packages/apps/UnifiedEmail/src/com/android/mail/
EmailAddress.java 28 * Class representing a single email address. Thread-safe, immutable value class suitable for
53 * an expected format. This is not guaranteed to be HTML safe.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
UiHandler.java 32 * {@link Activity} has been stopped. This handler is safe to use with {@link FragmentTransaction}.
90 * @return whether the {@link UiHandler} is enabled. It's safe to edit UI if the
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dirent.h 44 * safe as long as only one thread uses a particular DIR struct at
91 * safe as long as only one thread uses a particular DIR struct at
  /bionic/libc/bionic/
thread_private.cpp 32 // Some simple glue used to make BSD code thread-safe.
  /bionic/libc/upstream-netbsd/android/include/
netbsd-compat.h 30 // TODO: we don't yet have thread-safe environment variables.
  /device/asus/flo/
Android.mk 23 # *not* include it on all devices, so it is safe even with hardware-specific
  /device/lge/hammerhead/
Android.mk 23 # *not* include it on all devices, so it is safe even with hardware-specific
  /device/moto/shamu/
Android.mk 23 # *not* include it on all devices, so it is safe even with hardware-specific
  /external/bison/lib/
msvc-inval.h 73 invalid parameter handler, this solution is multithread-safe. */
110 With __try/__except, we can use the multithread-safe exception handling. */
119 invalid parameter handler, this solution is multithread-safe. */
164 invalid parameter handler, this solution is multithread-safe. */
  /external/bison/m4/
unlocked-io.m4 22 but it is not safe for multithreaded apps.])
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHParametersGenerator.java 42 // find a safe prime p where p = 2*q + 1, where p and q are prime.
  /external/compiler-rt/test/msan/
chained_origin_with_signals.cc 3 // implementation being not async-signal-safe.
  /external/easymock/src/org/easymock/
IAnswer.java 28 * here, using the arguments is not refactoring-safe.
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelLoaderFactory.java 8 * will not be retained statically so it is safe for any ModelLoader built by this factory to retain a reference to a
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
GifBitmapWrapperDrawableTranscoder.java 35 // This is unchecked but always safe, anything that extends a Drawable can be safely cast to a Drawable.
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 113 // Loads the appropriate DLL lazily in a thread safe way.
117 // function lazily and in a thread-safe manner.
120 // Loads the appropriate DLL lazily in a thread safe way.
124 // function lazily and in a thread-safe manner.
  /external/guava/guava/src/com/google/common/escape/
Escaper.java 24 * An object that converts literal text into a format safe for inclusion in a particular context
33 * <p>An {@code Escaper} instance is required to be stateless, and safe when used concurrently by
37 * individual {@code char} values, it is not safe to assume that {@code escape(s)} is equivalent to
39 * because of the possibility of splitting a surrogate pair. The only case in which it is safe to
  /external/guava/guava/src/com/google/common/eventbus/
AllowConcurrentEvents.java 27 * Marks an event subscriber method as being thread-safe. This annotation
  /external/guava/guava/src/com/google/common/io/
Closeables.java 120 * <p>While it's not safe in the general case to ignore exceptions that are thrown when closing
121 * an I/O resource, it should generally be safe in the case of a resource that's being used only
142 * <p>While it's not safe in the general case to ignore exceptions that are thrown when closing
143 * an I/O resource, it should generally be safe in the case of a resource that's being used only

Completed in 859 milliseconds

1 2 3 4 5 6 7 8 91011>>