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

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 183 fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")
732 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
749 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
762 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
775 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 119 // If a MBB does not dominate loop exiting blocks then it may not safe
170 /// operands that is safe to hoist, this instruction is called to do the
188 /// obviously not safe to hoist it.
226 /// If not then a load from this mbb may not be safe to hoist.
297 /// that is safe to hoist, this instruction is called to do the dirty work.
461 // safe to hoist.
485 // register, then this is not safe. Two defs is indicated by setting a
582 bool Safe = true;
592 // not safe to hoist.
593 Safe = false
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMap.java 187 * the data when it is safe to do so. The exact circumstances under which a
190 * <p>This method is not type-safe, as it may be called on a map with keys
213 * the data when it is safe to do so. The exact circumstances under which a
230 * the data when it is safe to do so. The exact circumstances under which a
259 // TODO(kevinb): Prove that this cast is safe, even though
268 // "adding" type params to an array of a raw type should be safe as
347 * <p>Builder instances can be reused - it is safe to call {@link #build}
  /external/openfst/src/include/fst/
edit-fst.h 56 // allows EditFstImpl to implement the thread-safe, copy-on-write semantics
65 // thread-safe for reading (VectorFst, for example, has this property)
383 // thread-safe for reading (VectorFst, for example, has this property)
708 EditFst(const EditFst<A, WrappedFstT, MutableFstT> &fst, bool safe = false) :
709 ImplToMutableFst<Impl>(fst, safe) {}
714 virtual EditFst<A, WrappedFstT, MutableFstT> *Copy(bool safe = false) const {
715 return new EditFst<A, WrappedFstT, MutableFstT>(*this, safe);
  /external/openssh/
moduli.c 30 * Two-step process to generate safe primes for DHGEX
32 * Sieve candidates for "safe" primes,
265 * This is changed to 1 less than the desired safe prime moduli p.
278 * density of safe primes should be about (1/bits)**2. Set test range
280 * guaranteed) of catching at least one safe prime.
573 * The result is a list of so-call "safe" primes
802 logit("%.24s Found %u safe primes of %u candidates in %ld seconds",
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.h 0 // Safe iterator implementation -*- C++ -*-
65 /** \brief Safe iterator wrapper.
69 * checks that operations performed on the "safe" iterator are
116 * @brief Safe iterator construction from an unsafe iterator and
340 /** Likewise, but not thread-safe. */
655 // Helper struct to detect random access safe iterators.
675 /** Helper function to extract base iterator of random access safe iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.h 0 // Safe iterator implementation -*- C++ -*-
106 /** \brief Safe iterator wrapper.
110 * checks that operations performed on the "safe" iterator are
147 * @brief Safe iterator construction from an unsafe iterator and
410 /** Likewise, but not thread-safe. */
715 // Helper struct to detect random access safe iterators.
735 /** Helper function to extract base iterator of random access safe iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.h 0 // Safe iterator implementation -*- C++ -*-
65 /** \brief Safe iterator wrapper.
69 * checks that operations performed on the "safe" iterator are
116 * @brief Safe iterator construction from an unsafe iterator and
340 /** Likewise, but not thread-safe. */
655 // Helper struct to detect random access safe iterators.
675 /** Helper function to extract base iterator of random access safe iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.h 0 // Safe iterator implementation -*- C++ -*-
106 /** \brief Safe iterator wrapper.
110 * checks that operations performed on the "safe" iterator are
147 * @brief Safe iterator construction from an unsafe iterator and
410 /** Likewise, but not thread-safe. */
715 // Helper struct to detect random access safe iterators.
735 /** Helper function to extract base iterator of random access safe iterator
  /external/lldb/include/lldb/Host/
Predicate.h 91 /// Copies the current \a m_value in a thread safe manor and returns
108 /// Set the contained \a m_value to \a new_value in a thread safe
137 /// thread safe way and broadcast if needed.
165 /// \a m_value in a thread safe way and broadcast if needed.
192 /// Waits in a thread safe way for any bits in \a bits to get
242 /// Waits in a thread safe way for any bits in \a bits to get
293 /// Waits in a thread safe way for \a m_value to be equal to \a
348 /// Waits in a thread safe way for \a m_value to be equal to \a
414 /// Waits in a thread safe way for \a m_value to not be equal to \a
  /external/boringssl/src/crypto/dh/
dh_impl.c 80 * for 3, p mod 12 == 5 <<<<< does not work for safe primes.
87 * Since DH should be using a safe prime (both p and q are prime),
143 * generator or not: since we are using safe primes,
  /external/eigen/doc/
TopicAliasing.dox 135 array multiplication) is safe.
149 In general, an assignment is safe if the (i,j) entry of the expression on the right-hand side depends only on
157 matrix, then the statement <tt>matA = matA * matA;</tt> is safe. All other operations in %Eigen assume that
  /external/guava/guava/src/com/google/common/base/
Suppliers.java 95 * <p>The returned supplier is thread-safe. The supplier's serialized form
150 * <p>The returned supplier is thread-safe. The supplier's serialized form
255 * {@code delegate} before calling it, making it thread-safe.
  /external/icu/icu4c/source/common/
utf_impl.c 107 * <0 "Safe" behavior of U8_NEXT():
114 * 0 Obsolete "safe" behavior of UTF8_NEXT_CHAR_SAFE(..., FALSE):
119 * Same as the obsolete "safe" behavior, but non-characters are also treated
wintz.c 126 /* This isn't thread safe, but it's good enough because the result should be constant per system. */
349 tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
408 tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
  /external/icu/icu4c/source/i18n/unicode/
uformattable.h 23 * reason, UFormattables are not thread safe, and should not be shared between threads.
218 * This function is not thread safe and may modify the UFormattable if need be to terminate the string.
260 * This function is not thread safe, and therfore is not declared const,
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
DesktopAssetManager.java 184 * <font color="red">Thread-safe.</font>
193 * <font color="red">Thread-safe.</font>
217 * <font color="red">Thread-safe.</font>
  /external/jsr305/javadoc/javax/annotation/concurrent/
NotThreadSafe.html 101 The class to which this annotation is applied is not thread-safe. This
103 that might otherwise be assumed to be thread-safe, despite the fact that it
104 is a bad idea to assume a class is thread-safe without good reason.
  /external/llvm/test/CodeGen/X86/
2009-08-06-branchfolder-crash.ll 62 %call = tail call i32 @safe() nounwind ; <i32> [#uses=1]
112 %call = tail call i32 @safe() nounwind ; <i32> [#uses=1]
140 declare i32 @safe()
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 222 mask_size = maskHeight * maskWidth; // Safe since checked alloc returned.
301 dest_size = dest_pitch * BitmapHeight; // Safe since checked alloc returned.
316 dest_size = dest_pitch * BitmapHeight; // Safe since checked alloc returned.
  /external/skia/src/core/
SkRecords.h 196 // While the pixels are immutable, SkBitmap itself is not thread-safe, so return a copy.
202 // SkPath::getBounds() isn't thread safe unless we precache the bounds in a singlethreaded context.
213 // Like SkPath::getBounds(), SkMatrix::getType() isn't thread safe unless we precache it.
SkTypeface.cpp 72 // It is not safe to call FontConfigTypeface::LegacyCreateTypeface concurrently.
73 // To be safe, we serialize here with a mutex so only one call to
75 // TODO(bungeman, mtklein): This is sad. Make our fontconfig code safe?
  /frameworks/base/core/java/android/webkit/
CookieManager.java 111 * completes or whether it succeeded, and in this case it is safe to call the method from a
173 * completes or whether any cookie were removed, and in this case it is safe to call the
195 * completes or whether any cookies were removed, and in this case it is safe to call the
  /frameworks/wilhelm/src/
ThreadPool.c 374 // function pointers are the same size so this is a safe cast
382 // function pointers are the same size so this is a safe cast
390 // function pointers are the same size so this is a safe cast
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 29 * Class that implements a non-blocking and thread-safe freelist.
152 // Here are the compiler/platform requirements for the thread safe and
175 * Class that implements a non-blocking and thread-safe freelist.

Completed in 384 milliseconds

<<31323334353637383940>>