/ndk/sources/host-tools/nawk-20071023/ |
main.c | 54 int safe = 0; /* 1 => "safe" mode */ variable 85 if (strcmp(argv[1], "-safe") == 0) 86 safe = 1; 148 if (!safe)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_sequence.h | 0 // Safe sequence implementation -*- C++ -*- 95 * @brief Base class for constructing a @a safe sequence type that 99 * @a safe sequences that track the iterators that reference the 117 in the safe ones. */ 125 in the safe ones. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_sequence.h | 0 // Safe sequence implementation -*- C++ -*- 95 * @brief Base class for constructing a @a safe sequence type that 99 * @a safe sequences that track the iterators that reference the 117 in the safe ones. */ 125 in the safe ones. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
safe_sequence.h | 0 // Safe sequence implementation -*- C++ -*- 95 * @brief Base class for constructing a @a safe sequence type that 99 * @a safe sequences that track the iterators that reference the 117 in the safe ones. */ 125 in the safe ones. */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
safe_sequence.h | 0 // Safe sequence implementation -*- C++ -*- 96 * @brief Base class for constructing a @a safe sequence type that 100 * @a safe sequences that track the iterators that reference the 118 in the safe ones. */ 126 in the safe ones. */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_sequence.h | 0 // Safe sequence implementation -*- C++ -*- 96 * @brief Base class for constructing a @a safe sequence type that 100 * @a safe sequences that track the iterators that reference the 118 in the safe ones. */ 126 in the safe ones. */
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
safe_sequence.h | 0 // Safe sequence implementation -*- C++ -*- 96 * @brief Base class for constructing a @a safe sequence type that 100 * @a safe sequences that track the iterators that reference the 118 in the safe ones. */ 126 in the safe ones. */
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_sequence.h | 0 // Safe sequence implementation -*- C++ -*- 96 * @brief Base class for constructing a @a safe sequence type that 100 * @a safe sequences that track the iterators that reference the 118 in the safe ones. */ 126 in the safe ones. */
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
safe_sequence.h | 0 // Safe sequence implementation -*- C++ -*- 95 * @brief Base class for constructing a @a safe sequence type that 99 * @a safe sequences that track the iterators that reference the 117 in the safe ones. */ 125 in the safe ones. */
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
safe_sequence.h | 0 // Safe sequence implementation -*- C++ -*- 95 * @brief Base class for constructing a @a safe sequence type that 99 * @a safe sequences that track the iterators that reference the 117 in the safe ones. */ 125 in the safe ones. */
|
/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 200 /// are any promotable arguments and if it is safe to promote the function (for 201 /// example, all callers are direct). If safe to promote some arguments, it 248 // pass the elements, which is always safe, if the passed value is densely 272 // Safe to transform, don't even bother trying to "promote" it. 354 // This load is safe if any prefix of its operands is safe to load. 358 /// Mark the given indices (ToMark) as safe in the given set of indices 359 /// (Safe). Marking safe usually means adding ToMark to Safe. However, if ther [all...] |
/external/openfst/src/include/fst/ |
lookahead-matcher.h | 51 // // If safe=true, the copy is thread-safe (except the lookahead Fst is 53 // LookAheadMatcher(const LookAheadMatcher &matcher, bool safe = false); 197 bool safe = false) 198 : matcher_(lmatcher.matcher_, safe) {} 201 TrivialLookAheadMatcher<M> *Copy(bool safe = false) const { 202 return new TrivialLookAheadMatcher<M>(*this, safe); 273 bool safe = false) 274 : matcher_(lmatcher.matcher_, safe), 280 ArcLookAheadMatcher<M, F> *Copy(bool safe = false) const [all...] |
/external/ceres-solver/internal/ceres/ |
block_random_access_dense_matrix.h | 50 // This class is NOT thread safe. Since all n^2 cells are stored, 61 // The destructor is not thread safe. It assumes that no one is 73 // This is not a thread safe method, it assumes that no cell is
|
block_random_access_diagonal_matrix.h | 50 // A thread safe block diagonal matrix implementation of 57 // The destructor is not thread safe. It assumes that no one is 69 // This is not a thread safe method, it assumes that no cell is
|
block_random_access_sparse_matrix.h | 50 // A thread safe square block sparse implementation of 62 // The destructor is not thread safe. It assumes that no one is 74 // This is not a thread safe method, it assumes that no cell is
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
AssetCache.java | 60 * <font color="red">Thread-safe.</font> 84 * <font color="red">Thread-safe.</font> 99 * <font color="red">Thread-safe.</font>
|
/external/libcxxabi/src/ |
cxa_handlers.cpp | 30 // The above is safe but overkill on x86 55 // The above is safe but overkill on x86 121 // The above is safe but overkill on x86
|
/external/libexif/libexif/ |
exif.h | 76 * libexif is thread safe when the underlying C library is also thread safe. 78 * to ensure this, or may require linking to a special thread-safe version of
|
/external/libpng/contrib/arm-neon/ |
linux-auxv.c | 57 nread = (unsigned int)/*SAFE*/nbytes; 85 nbytes -= (unsigned int)/*SAFE*/iread; 86 ntotal += (unsigned int)/*SAFE*/iread;
|
/external/llvm/lib/Transforms/ObjCARC/ |
ARCInstKind.h | 76 /// \brief Test if the given class represents instructions which are always safe 80 /// \brief Test if the given class represents instructions which are never safe 84 /// \brief Test if the given class represents instructions which are always safe
|
/external/llvm/test/CodeGen/X86/ |
2009-08-23-SubRegReuseUndo.ll | 18 %4 = tail call i32 @safe(i32 1) nounwind ; <i32> [#uses=0] 38 %14 = tail call i32 @safe(i32 -2) nounwind ; <i32> [#uses=0] 65 declare i32 @safe(i32)
|
/external/openssh/ |
moduli.0 | 14 are prime and are safe for use in Diffie-Hellman operations by sshd(8). 27 2 "Safe" prime; (p-1)/2 is also prime. 32 testing with ssh-keygen(1) produces safe prime moduli
|
/external/protobuf/src/google/protobuf/ |
package_info.h | 49 // unless explicitly noted otherwise, it is always safe to use an object 54 // not safe to access that object in any other thread simultaneously. 62 // mutex locking is used to make the access thread-safe.
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_handlers.cpp | 30 // The above is safe but overkill on x86 55 // The above is safe but overkill on x86 121 // The above is safe but overkill on x86
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
ImageSaver.java | 42 * ImageSaver does not have to be thread-safe because instances are confined to 52 * must be thread-safe. However, ImageSaver instances are confined to the 53 * thread they are created on, so they do not need to be thread-safe.
|