HomeSort by relevance Sort by last modified time
    Searched full:safe (Results 776 - 800 of 1852) sorted by null

<<31323334353637383940>>

  /external/grub/util/
grub-install 336 # Create a safe temporary file.
450 # Create a safe temporary file.
grub-install.in 336 # Create a safe temporary file.
450 # Create a safe temporary file.
  /external/guava/javadoc/com/google/common/collect/
Multimaps.html 256 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) <code>ListMultimap</code> backed by the
272 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) multimap backed by the specified
288 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) <code>SetMultimap</code> backed by the
304 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) <code>SortedSetMultimap</code> backed by
    [all...]
  /external/guava/javadoc/com/google/common/collect/class-use/
BiMap.html 177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) bimap backed by the specified bimap.</TD>
215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) bimap backed by the specified bimap.</TD>
ListMultimap.html 178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) <code>ListMultimap</code> backed by the
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) <code>ListMultimap</code> backed by the
SortedSetMultimap.html 161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) <code>SortedSetMultimap</code> backed by
200 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) <code>SortedSetMultimap</code> backed by
  /external/guava/src/com/google/common/primitives/
Chars.java 106 return a - b; // safe due to restricted range
400 * collection.toArray()}. Calling this method is as thread-safe as calling
Floats.java 54 // TODO: is there a better way, that's still gwt-safe?
330 * collection.toArray()}. Calling this method is as thread-safe as calling
Shorts.java 106 return a - b; // safe due to restricted range
399 * collection.toArray()}. Calling this method is as thread-safe as calling
  /external/icu4c/common/unicode/
brkiter.h 436 * Thread safe client-buffer-based cloning operation
443 * If BufferSize is not enough for a stack-based safe clone,
  /external/icu4c/common/
unorm.cpp 65 * Any function that searches for a safe boundary has not been touched,
868 * is this a safe boundary character for NF*D?
874 return TRUE; /* cc==0 and no decomposition: this is NF*D safe */
    [all...]
  /external/icu4c/test/cintltst/
cintltst.c 298 /* Only Windows should end up here, so looking for '\' is safe. */
365 /* Only Windows should end up here, so looking for '\' is safe. */
  /external/icu4c/test/iotest/
iotest.cpp 87 /* Only Windows should end up here, so looking for '\' is safe. */
730 /* Only Windows should end up here, so looking for '\' is safe. */
    [all...]
  /external/jpeg/
jcphuff.c 67 * The minimum safe size is 64 bits.
74 * which should be safe.
  /external/kernel-headers/original/asm-x86/
uaccess_32.h 67 * %VERIFY_WRITE is a superset of %VERIFY_READ - if it is safe
68 * to write to a block, it is always safe to read from it.
  /external/openssl/apps/
dhparam.c 334 BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g);
455 printf("p value is not a safe prime\n");
  /external/openssl/crypto/rand/
rand_win.c 406 /* unfortunately, its not safe to call GetCursorInfo()
444 * on Peter's analysis the full poll appears to be safe. Additional
  /external/qemu/distrib/libpng-1.2.19/
png.c 746 " (PNGGCRD x86_64, Thread safe)\n"
753 " (PNGGCRD, Thread safe)\n"
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_qsort.c 156 * and |(size&(sizeof(int)-1))==0| then it's safe to
159 * safe to treat the elements as |int|s. This might
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosFullScreenVideo.c 271 default: /* Old but safe memcpy */
381 /* Safe but slower Memory copy from our allocated back buffer */
  /external/qemu/distrib/zlib-1.2.3/
infback.c 71 may not be thread-safe.
81 /* build fixed huffman tables if first call (may not be thread safe) */
  /external/stlport/
configure.bat 68 if "%1" == "--not-thread-safe" goto opt_st
161 echo context. If you don't need this you can ask for a not thread safe version with
  /external/stlport/stlport/stl/debug/
_debug.c 153 // this requires safe iterators to be derived from __owned_link
228 // this requires safe iterators to be derived from __owned_link
  /external/tinyxml/docs/
classTiXmlHandle.html 95 And that doesn't even cover "else" cases. TiXmlHandle addresses the verbosity of such code. A TiXmlHandle checks for null pointers so it is perfectly safe and correct to use:<p>
103 It is also safe to copy handles - internally they are nothing more than node pointers. <div class="fragment"><pre class="fragment"> TiXmlHandle handleCopy = handle;
  /external/v8/src/
debug.h 539 // A Queue of CommandMessage objects. A thread-safe version is
563 // LockingCommandMessageQueue is a thread-safe circular buffer of CommandMessage

Completed in 538 milliseconds

<<31323334353637383940>>