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

<<31323334353637383940>>

  /external/llvm/lib/CodeGen/
AllocationOrder.h 46 /// It is safe to call next() again after it returned 0, it will keep
CriticalAntiDepBreaker.h 43 /// because they may not be safe to break.
  /external/llvm/test/Analysis/BasicAA/
phi-aa.ll 61 ; %0 and %arrayidx5 can alias! It is not safe to DSE the above store.
  /external/llvm/test/Analysis/ScalarEvolution/
sext-iv-0.ll 4 ; trip count is within range where this is safe.
  /external/llvm/test/CodeGen/X86/
osx-private-labels.ll 2 ; Test all the cases where a L label is safe. Removing any entry from
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 296 // Remove the Test functions from the Safe module
308 // Remove the Safe functions from the Test module
324 "from safe function '" << SafeFn->getName()
330 // If we keep it in the safe module, then delete it in the test module
  /external/markdown/markdown/extensions/
fenced_code.py 96 placeholder = self.markdown.htmlStash.store(code, safe=True)
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_immediate.c 132 /* hope it's safe to set stencil ref value even if stencil test is disabled? */
  /external/mesa3d/src/gallium/state_trackers/vega/
handle.h 30 * XXX This is not yet 64-bit safe! All VG handles are 32 bits in size.
  /external/mesa3d/src/glsl/
glsl_symbol_table.h 43 * type safe and some symbol table invariants.
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 18 * hashCode and equals safe hash based set.
  /external/okhttp/okio/okio/src/main/java/okio/
Sink.java 64 * safe to close a sink more than once.
Source.java 75 * error to read a closed source. It is safe to close a source more than once.
  /external/openfst/src/include/fst/
relabel.h 441 RelabelFst(const RelabelFst<A> &fst, bool safe = false)
442 : ImplToFst<Impl>(fst, safe) {}
445 virtual RelabelFst<A> *Copy(bool safe = false) const {
446 return new RelabelFst<A>(*this, safe);
synchronize.h 372 SynchronizeFst(const SynchronizeFst<A> &fst, bool safe = false)
373 : ImplToFst<Impl>(fst, safe) {}
376 virtual SynchronizeFst<A> *Copy(bool safe = false) const {
377 return new SynchronizeFst<A>(*this, safe);
  /external/owasp/sanitizer/src/main/org/owasp/html/
Sanitizers.java 69 * Allows certain safe CSS properties in {@code style="..."} attributes.
  /external/pcre/dist/
pcre_stringpiece_unittest.cc 17 // compilation mode. Therefore, it is safe to do things like:
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcomapi.c 76 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
  /external/regex-re2/util/
sparse_array.h 24 // inserted into the array. It is safe to add items to the array while
30 // The SparseArray implementation is NOT thread-safe. It is up to the
75 // If both these properties hold, only then it is safe to refer to
186 // NOT safe. There is one special case, which is that the current
  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 27 * its derivatives is safe to share amongst many game object instances.
  /external/selinux/libselinux/man/man3/
selinux_status_open.3 81 Also note that these interfaces are not thread-safe, so you have to protect
  /external/skia/resources/
slides_content2.lua 73 - Reentrant-safe for playback in multiple threads
  /external/skia/src/core/
SkCachedData.cpp 120 // If we're down to 1 owner, and that owner is the cache, this it is safe
  /external/skia/src/opts/
Sk4px_SSE2.h 42 // These are safe on x86, often with no speed penalty.
  /external/skia/tests/
ImageCacheTest.cpp 139 // Adding the same key twice should be safe.

Completed in 419 milliseconds

<<31323334353637383940>>