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

<<21222324252627282930>>

  /external/libunwind/doc/
libunwind.man 353 routines are thread\-safe. What this means is
364 signal\-safe. The manual page for each libunwind
366 identifies whether or not it is signal\-safe, but as a general rule,
369 signal\-safe (e.g., unw_step()
371 signal\-safe). For remote\-unwinding, \fInone\fP
374 routines are guaranteed to be signal\-safe.
  /external/openfst/src/include/fst/
encode.h 509 virtual EncodeFst<A> *Copy(bool safe = false) const {
510 if (safe) {
542 DecodeFst(const DecodeFst<A> &fst, bool safe = false)
543 : ArcMapFst<A, A, C>(fst, safe) {}
546 virtual DecodeFst<A> *Copy(bool safe = false) const {
547 return new DecodeFst(*this, safe);
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 66 ParenMatcher(const ParenMatcher<F> &matcher, bool safe = false)
67 : matcher_(matcher.matcher_, safe),
76 ParenMatcher<F> *Copy(bool safe = false) const {
77 return new ParenMatcher<F>(*this, safe);
319 ParenFilter(const Filter &filter, bool safe = false)
320 : filter_(filter.filter_, safe),
  /external/valgrind/coregrind/m_demangle/
safe-ctype.c 29 It is defined by @file{safe-ctype.h}, and will be an integer constant
59 These twelve macros are defined by @file{safe-ctype.h}. Each has the
101 These six macros are defined by @file{safe-ctype.h} and provide
120 #include <safe-ctype.h>
126 #include "safe-ctype.h"
129 #error "<safe-ctype.h> requires EOF == -1"
  /external/valgrind/coregrind/
pub_core_machine.h 205 then safe to use VG_(machine_get_VexArchInfo)
210 then safe to use VG_(machine_get_VexArchInfo)
215 then safe to use VG_(machine_get_VexArchInfo)
222 then safe to use VG_(machine_get_VexArchInfo)
228 then safe to use VG_(machine_get_VexArchInfo)
232 then safe to use VG_(machine_get_VexArchInfo)
  /libcore/luni/src/main/java/libcore/io/
Posix.java 132 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
150 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
168 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
188 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
210 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
270 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 0 // Safe iterator implementation -*- C++ -*-
51 /** \brief Safe iterator wrapper.
55 * checks that operations performed on the "safe" iterator are
102 * @brief Safe iterator construction from an unsafe iterator and
323 /** Likewise, but not thread-safe. */
335 /** Likewise, but not thread-safe. */
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 0 // Safe iterator implementation -*- C++ -*-
51 /** \brief Safe iterator wrapper.
55 * checks that operations performed on the "safe" iterator are
102 * @brief Safe iterator construction from an unsafe iterator and
323 /** Likewise, but not thread-safe. */
335 /** Likewise, but not thread-safe. */
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 0 // Safe iterator implementation -*- C++ -*-
51 /** \brief Safe iterator wrapper.
55 * checks that operations performed on the "safe" iterator are
102 * @brief Safe iterator construction from an unsafe iterator and
323 /** Likewise, but not thread-safe. */
335 /** Likewise, but not thread-safe. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_iterator.h 0 // Safe iterator implementation -*- C++ -*-
51 /** \brief Safe iterator wrapper.
55 * checks that operations performed on the "safe" iterator are
102 * @brief Safe iterator construction from an unsafe iterator and
323 /** Likewise, but not thread-safe. */
335 /** Likewise, but not thread-safe. */
  /dalvik/dexgen/src/com/android/dexgen/util/
FixedSizeList.java 169 * protected so that subclasses may offer a safe type-checked
193 * (optionally) offer a safe type-checked public interface to
206 * subclasses may offer a safe type-checked public interface to
  /dalvik/dx/src/com/android/dx/util/
FixedSizeList.java 169 * protected so that subclasses may offer a safe type-checked
193 * (optionally) offer a safe type-checked public interface to
206 * subclasses may offer a safe type-checked public interface to
  /external/clang/docs/
MSVCCompatibility.rst 91 * Thread-safe initialization of local statics: :none:`Unstarted`. We are ABI
92 compatible with MSVC 2013, which does not support thread-safe local statics.
93 MSVC "14" changed the ABI to make initialization of local statics thread safe,
  /external/clang/test/Analysis/
NSContainers.m 288 - (void)addObject:(id)obj safe:(BOOL)safe;
292 [arr addObject:0 safe:1]; // no-warning
  /external/dexmaker/src/dx/java/com/android/dx/util/
FixedSizeList.java 169 * protected so that subclasses may offer a safe type-checked
193 * (optionally) offer a safe type-checked public interface to
206 * subclasses may offer a safe type-checked public interface to
  /external/guava/guava/src/com/google/common/xml/
XmlEscapers.java 66 * safe</b> to use this escaper to escape attribute values. Use
123 // which means they are treated as pairs of safe characters).
134 * themselves and to set the minimum safe character to 0x20. However this
  /external/libpng/contrib/libtests/
pngunknown.c 601 "%s(%s): if-safe: %s: unknown critical chunk saved\n",
606 /* FALL THROUGH (safe) */
702 else if (strcmp(equals+1, "if-safe") == 0)
899 errorx = "IF-SAFE: unknown ancillary chunk lost";
903 errorx = "IF-SAFE: unknown critical chunk saved";
945 errorx = "IF-SAFE: known ancillary chunk lost";
949 errorx = "IF-SAFE: known critical chunk saved";
1047 "if-safe", "default=if-safe", 0,
1048 "vpAg", "vpAg=if-safe", 0
    [all...]
  /external/mesa3d/docs/
libGL.txt 49 libGL.so is thread safe. The overhead of thread safety for common,
53 impact performance. Warning: libGL.so is thread safe but individual
55 to learn if it is thread safe.
  /frameworks/av/include/media/nbaio/
NBLog.h 17 // Non-blocking event logger intended for safe communication between processes via shared memory
112 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
153 // Similar to Writer, but safe for multiple threads to call concurrently
  /frameworks/base/core/java/android/database/
MatrixCursor.java 79 * Adds a new row to the end and returns a builder for that row. Not safe
93 * Adds a new row to the end with the given column values. Not safe
114 * Adds a new row to the end with the given column values. Not safe
  /frameworks/base/core/java/android/util/
AtomicFile.java 85 * safe (or will be lost). You must do your own threading protection for
158 * @deprecated This is not safe.
172 * @deprecated This is not safe.
  /frameworks/base/services/core/java/com/android/server/
SystemServiceManager.java 197 /** Sets the safe mode flag for services to query. */
203 * Returns whether we are booting into safe mode.
204 * @return safe mode flag
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
NameConverter.java 55 * database, so it should be safe to call from the UI thread. See
114 * database, so it should be safe to call from the UI thread.
147 * database, so it should be safe to call from the UI thread.
  /art/disassembler/
disassembler_arm64.h 52 // This should only be enabled if reading the target of literal loads is safe.
  /art/runtime/
runtime_options.h 59 // Defines a type-safe heterogeneous key->value map.

Completed in 315 milliseconds

<<21222324252627282930>>