Searched
full:safe (Results
601 -
625 of
5042) sorted by null
<<21222324252627282930>>
/external/lldb/tools/debugserver/source/ |
RNBSocket.h | 38 m_timer (true) // Make a thread safe timer
|
/external/llvm/include/llvm/ADT/ |
VariadicFunction.h | 10 // This file implements compile-time type-safe variadic functions. 56 /// \brief Class which can simulate a type-safe variadic function. 59 /// type-safe variadic functions where all arguments have the same 82 /// does nothing, so it's safe to create global objects and call Foo(...) at
|
/external/llvm/include/llvm/Support/ |
ThreadLocal.h | 30 /// to make this class more safe for use along with CrashRecoveryContext.
|
/external/llvm/include/llvm-c/ |
Support.h | 44 * It is safe to call this function multiple times for the same library.
|
/external/llvm/lib/Analysis/ |
Loads.cpp | 59 /// If it is not obviously safe to load from the specified pointer, we do 63 /// This uses the pointee type to determine how many bytes need to be safe to 78 // An alloca is safe to load from as load as it is suitably aligned. 82 // Global variables are not necessarily safe to load from if they are
|
/external/llvm/lib/CodeGen/ |
ErlangGC.cpp | 11 // (e.g. defines safe points, root initialization etc.)
|
PHIEliminationUtils.cpp | 17 // findCopyInsertPoint - Find a safe place in MBB to insert a copy from SrcReg
|
/external/llvm/test/CodeGen/X86/ |
2009-09-10-LoadFoldingBug.ll | 5 ; safe. This can happen we a subreg_to_reg 0 has been coalesced. One
|
loop-strength-reduce-2.ll | 6 ; It's safe to sink A in when it's not pic.
|
/external/llvm/test/Transforms/GVN/ |
pre-single-pred.ll | 3 ; verify that doing so is safe. If there didn't _happen_ to be a load in
|
/external/llvm/test/Transforms/GlobalOpt/ |
ctor-list-opt-constexpr.ll | 26 ; PR11705 - ptrtoint isn't safe in general in global initializers.
|
/external/llvm/test/Transforms/LoopVectorize/ |
funcall.ll | 8 ; mode, so vectorizing them is safe.
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_debug.c | 101 // FIXME: Make this multi thread safe
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/io/ |
InMemoryFileSystem.java | 28 /** A simple file system where all files are held in memory. Not safe for concurrent use. */
|
/external/okhttp/okio/okio/src/main/java/okio/ |
Util.java | 21 /** A cheap and type-safe constant for the UTF-8 Charset. */
|
/external/openfst/src/include/fst/ |
complement.h | 163 ComplementFst(const ComplementFst<A> &fst, bool safe = false) 164 : ImplToFst<Impl>(fst, safe) {} 167 virtual ComplementFst<A> *Copy(bool safe = false) const { 168 return new ComplementFst<A>(*this, safe);
|
mutable-fst.h | 85 virtual MutableFst<A> *Copy(bool safe = false) const = 0; 271 // since it is then safe to update all (shallow) copies 355 ImplToMutableFst(const ImplToMutableFst<I, F> &fst, bool safe) 356 : ImplToExpandedFst<I, F>(fst, safe) {}
|
/external/openfst/src/include/fst/script/ |
compile.h | 27 // Note: it is safe to pass these strings as references because
|
draw.h | 30 // Note: it is safe to pass these strings as references because
|
print.h | 27 // Note: it is safe to pass these strings as references because
|
/external/openssh/ |
buffer.h | 33 /* XXX cast is safe: sshbuf never stores more than len 2^31 */
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
RELEASE-NOTES.txt | 51 o [CODEC-75] Make Base64 URL-safe
|
/external/protobuf/m4/ |
acx_check_suncc.m4 | 10 dnl cross-compile safe. We should fix these problems, but since I don't have
|
/external/skia/include/utils/ |
SkCanvasStateUtils.h | 33 * Captures the current state of the canvas into an opaque ptr that is safe
|
/external/skia/tests/ |
ImageIsOpaqueTest.cpp | 20 // just need a safe amount of storage, but ensure that it is 4-byte aligned.
|
Completed in 441 milliseconds
<<21222324252627282930>>