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

<<11121314151617181920>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularImmutableAsList.java 51 @SuppressWarnings("unchecked") // safe covariant cast!
  /external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/
Platform.java 28 // instance. It is always safe to return the same instance because
  /external/icu/icu4c/source/i18n/
regexst.h 14 // the thread safe lazy creation and sharing of these sets across
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 29 * Immutable objects are inherently thread-safe; they may be passed between
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
NullSoapObject.java 25 * Now it is safe to always try and get the {@code age} property (assuming your downstream
  /external/libhevc/decoder/
ihevcd_job_queue.h 54 /** Mutex used to keep the functions thread-safe */
  /external/llvm/lib/CodeGen/
PHIEliminationUtils.h 16 /// findPHICopyInsertPoint - Find a safe place in MBB to insert a copy from
  /external/llvm/test/CodeGen/Generic/
badFoldGEP.ll 7 ;; The code is legal but not type-safe and the two GEPs should not be folded.
  /external/llvm/test/CodeGen/X86/
2008-10-06-x87ld-nan-2.ll 5 ; it is not safe to shorten any of these NaNs.
call-imm.ll 6 ; Call to immediate is not safe on x86-64 unless we *know* that the
shuffle-combine-crash.ll 4 ; safe to fold the shuffles in function @sample_test according to rule
  /external/mockito/src/org/mockito/exceptions/stacktrace/
StackTraceCleaner.java 14 * The implementations are required to be thread safe. For example, make them stateless.
  /external/mockito/src/org/mockito/internal/configuration/
GlobalConfiguration.java 16 * Thread-safe wrapper on user-defined org.mockito.configuration.MockitoConfiguration implementation
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsMockWrapper.java 10 * hashCode and equals safe mock wrapper.
  /external/openfst/src/include/fst/
closure.h 120 ClosureFst(const ClosureFst<A> &fst, bool safe = false)
121 : RationalFst<A>(fst, safe) {}
124 virtual ClosureFst<A> *Copy(bool safe = false) const {
125 return new ClosureFst<A>(*this, safe);
difference.h 110 DifferenceFst(const DifferenceFst<A> &fst, bool safe = false)
111 : ComposeFst<A>(fst, safe) {}
114 virtual DifferenceFst<A> *Copy(bool safe = false) const {
115 return new DifferenceFst<A>(*this, safe);
intersect.h 94 IntersectFst(const IntersectFst<A> &fst, bool safe = false) :
95 ComposeFst<A>(fst, safe) {}
98 virtual IntersectFst<A> *Copy(bool safe = false) const {
99 return new IntersectFst<A>(*this, safe);
union.h 150 UnionFst(const UnionFst<A> &fst, bool safe = false)
151 : RationalFst<A>(fst, safe) {}
154 virtual UnionFst<A> *Copy(bool safe = false) const {
155 return new UnionFst<A>(*this, safe);
  /external/selinux/libselinux/man/man5/
failsafe_context.5 3 failsafe_context \- The SELinux fail safe context configuration file
  /external/skia/dm/
DMJsonWriter.h 18 * All methods are thread-safe.
  /external/skia/include/core/
SkColorTable.h 23 SkColorTable is thread-safe.
  /external/skia/src/lazy/
SkDiscardableMemoryPool.h 53 * Without mutex, will be not be thread safe.
  /external/skia/src/utils/
SkEventTracer.cpp 47 // An atomic load during process shutdown is probably overkill, but safe overkill.
  /external/skia/tests/
PixelRefTest.cpp 42 // Quick check that NULL is safe.
  /external/strace/
git-set-file-times 8 # do any building. It is also safe if you have done a "make distclean".

Completed in 318 milliseconds

<<11121314151617181920>>