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

<<11121314151617181920>>

  /external/openfst/src/include/fst/
arcsort.h 134 ArcSortFst(const ArcSortFst<A, C> &fst, bool safe = false)
135 : StateMapFst<A, A, M>(fst, safe) {}
138 virtual ArcSortFst<A, C> *Copy(bool safe = false) const {
139 return new ArcSortFst(*this, safe);
concat.h 211 ConcatFst(const ConcatFst<A> &fst, bool safe = false)
212 : RationalFst<A>(fst, safe) {}
215 virtual ConcatFst<A> *Copy(bool safe = false) const {
216 return new ConcatFst<A>(*this, safe);
  /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/selinux/libsemanage/man/man3/
semanage_iterate.3 34 ). It is not safe to execute other semanage read or write requests within iterate if not inside a transaction. The handler may return \-1 to signal error exit, 0 to signal continue, and 1 to signal successful exit early (the iterate function will stop accordingly).
  /external/selinux/libsemanage/src/
booleans_policydb.c 44 * rid of warnings, but is not type safe.
  /external/skia/tests/
LazyPtrTest.cpp 32 // Just makes sure this is safe.
  /external/speex/include/speex/
speex_buffer.h 4 This is a very simple ring buffer implementation. It is not thread-safe
  /external/v8/test/mjsunit/regress/
regress-974.js 30 // Verify that GC is safe in a finally block entered by falling off the try
  /external/valgrind/memcheck/tests/
wrap4.c 5 /* Check that it's safe to call a wrapped function from some other
  /frameworks/av/cmds/screenrecord/
EglWindow.h 30 * Not thread safe.
  /frameworks/av/include/cpustats/
CentralTendencyStatistics.h 22 // Not multithread safe
  /frameworks/av/include/media/nbaio/
AudioStreamOutSink.h 25 // not multi-thread safe
  /frameworks/av/media/libnbaio/
Pipe.cpp 52 // write() is not multi-thread safe w.r.t. itself, so no mutex or atomic op needed to read mRear
  /frameworks/base/core/java/android/nfc/
NdefMessage.java 52 * {@link NdefRecord}s are intended to be immutable (and thread-safe),
56 * marked as safe.
88 * It is safe to re-use the data byte array after construction:
148 * following code to retrieve the first record is always safe
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
mem.h 40 * that it's safe to use uninitialized. Silences 'may be used uninitialized'
  /libcore/luni/src/main/java/libcore/internal/
StringPool.java 22 * It is intended only to save allocations. This class is not thread safe.
  /ndk/sources/third_party/googletest/googletest/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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
input_iterator_facade.hpp 83 // we make post-end incrementation indefinetly safe
  /packages/apps/Camera2/src/com/android/camera/async/
Observable.java 29 * An interface for thread-safe observable objects.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
GeoUtil.java 44 // The {@link CountryDetector} should never return null so this is safe to return as-is.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/activity/
TransactionSafeActivity.java 55 * Returns true if it is safe to commit {@link FragmentTransaction}s at this time, based on
  /packages/apps/ExactCalculator/
proguard.flags 51 # platform version. We know about them, and they are safe.
  /packages/apps/Settings/src/com/android/settings/
VoiceInputOutputSettings.java 60 // so it should be safe to hide the preference category
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
libgen.h 40 /* special thread-safe Bionic versions
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
libgen.h 40 /* special thread-safe Bionic versions

Completed in 337 milliseconds

<<11121314151617181920>>