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

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
UrlEscapeFunction.java 29 * safe equivilants using the %hh syntax.
  /external/libavc/common/
ih264_list.h 47 /** Mutex used to keep the functions thread-safe */
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_change_id.3 31 Note: the only safe action to do upon failure of this function is to probably exit. This is because you are likely in a situation with partial permissions and not what you intended.
  /external/libmpeg2/common/
impeg2_job_queue.h 56 /** Mutex used to keep the functions thread-safe */
  /external/libogg/doc/libogg/
ogg_stream_clear.html 20 <p>This function clears and frees the internal memory used by the <a href="ogg_sync_state.html">ogg_stream_state</a> struct, but does not free the structure itself. It is safe to call ogg_stream_clear on the same structure more than once.
  /external/libvpx/libvpx/vpx_ports/
mem.h 40 * that it's safe to use uninitialized. Silences 'may be used uninitialized'
  /external/linux-tools-perf/src/tools/perf/util/
intlist.h 66 * intlist_for_each_safe - iterate over a intlist safe against removal of
strlist.h 68 * strlist_for_each_safe - iterate over a strlist safe against removal of
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 72 return getOverdefinedVal(); // always safe
91 return getOverdefinedVal(); // always safe
98 return getOverdefinedVal(); // always safe, never useful.
104 return getOverdefinedVal(); // always safe, never useful.
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 24 // - Safe points
88 unsigned NeededSafePoints; ///< Bitmask of required safe points.
135 /// True if safe points of any kind are required. By default, none are
139 /// True if the given kind of safe point is required. By default, none are
  /external/llvm/include/llvm/Support/
Errno.h 23 /// thread-safe variant of strerror() is available. Be sure to call this
  /external/llvm/test/Analysis/LoopAccessAnalysis/
backward-dep-different-types.ll 15 ; CHECK-NOT: Memory dependences are safe
  /external/llvm/test/CodeGen/X86/
lsr-wrap.ll 4 ; not safe due to wraparound.
  /external/llvm/test/Transforms/GVN/
noalias.ll 26 ; makes the second safe to speculatively execute, and there are no calls that may
  /external/llvm/test/Transforms/InstCombine/
bitcast-store.ll 22 ; This transformation would not be safe since we would need to use addrspacecast
pr21210.ll 2 ; Checks that the select-icmp optimization is safe in two cases
  /external/llvm/utils/unittest/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
  /external/markdown/markdown/
preprocessors.py 52 def store(self, html, safe=False):
61 * safe: label an html segment as safe for safemode
66 self.rawHtmlBlocks.append((html, safe))
  /external/mesa3d/docs/
README.THREADS 14 NOTE that the only _driver_ which is thread safe at this time
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.h 48 * until rc grows proper support, indicate if they're safe to use. */
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_surface.h 54 /* FIXME: make this thread safe */
  /external/mesa3d/src/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/mksh/src/
strlcpy.c 43 /* safe to NUL-terminate dst since we copied <= siz-1 chars */
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractClassFilterTransformer.java 83 target = null; // just to be safe
  /external/okhttp/okio/okio/src/main/java/okio/
SegmentPool.java 20 * This pool is a thread-safe static singleton.

Completed in 446 milliseconds

<<11121314151617181920>>