/external/llvm/test/CodeGen/Mips/ |
micromips-delay-slot-jr.ll | 39 %safe = getelementptr inbounds [4 x %struct.barstruct], [4 x %struct.barstruct]* @bar_ary, i32 0, i32 %i, i32 1 40 store float 1.420000e+02, float* %safe, align 4, !tbaa !1 41 ret float* %safe
|
/external/llvm/test/Transforms/IRCE/ |
bug-mismatched-types.ll | 8 ; In this test case, the safe range for the only range check in the 36 ; safe range of type [i32, i32) and one with a safe range of type
|
/external/skia/src/core/ |
SkDeviceLooper.h | 25 * needs (at the moment, that is 4X, so the "safe" range is +- 4K). 29 * in the safe-zone, then the class does nothing (effectively). 54 * Each time this returns true, it is safe to call mapRect() and
|
/frameworks/compile/mclinker/include/mcld/LD/ |
IdenticalCodeFolding.h | 27 * \brief Implementation of identical code folding for --icf=[none|all|safe] 28 * @ref Safe ICF: Pointer Safe and Unwinding Aware Identical Code Folding in
|
/frameworks/wilhelm/src/android/ |
CallbackProtector.h | 29 * Indicates whether the CallbackProtector is non-NULL and it's safe to enter the callback. 34 * Indicates whether it's safe to enter the callback. It would typically return false 41 * only it returned that it is safe enter the callback;
|
/art/runtime/base/unix_file/ |
random_access_file_utils.h | 25 // to 'dst'. Not thread-safe. Neither file will be closed.
|
/build/core/ |
process_wrapper_gdb.sh | 10 # to be cleared, so restore it and PATH to be safe.
|
/external/antlr/antlr-3.4/runtime/Python/dist/ |
antlr_python_runtime-3.4-py2.4.egg | |
antlr_python_runtime-3.4-py2.6.egg | |
/external/clang/test/Sema/ |
format-strings-enum-fixed-type.cpp | 25 // While these are less correct, they are still safe. 55 // While these are less correct, they are still safe. 82 // This is not correct but it is safe. We warn because '%hd' shows intent. 86 // This is not correct but it matches the promotion rules (and is safe).
|
/external/glide/library/src/main/java/com/bumptech/glide/load/data/ |
ByteArrayFetcher.java | 28 // Do nothing. It's safe to leave a ByteArrayInputStream open.
|
DataFetcher.java | 17 * background thread so it is safe to perform long running tasks here. Any third party libraries called 18 * must be thread safe since this method will be called from a thread in a 24 * Note - this method will be run on a background thread so blocking I/O is safe. 38 * Note - this method will be run on a background thread so blocking I/O is safe.
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/ |
SafeKeyGenerator.java | 12 * A class that generates and caches safe and unique string file names from {@link com.bumptech.glide.load.Key}s.
|
/external/icu/icu4c/source/common/ |
sharedobject.h | 41 * Increments the number of references to this object. Thread-safe. 46 * Increments the number of soft references to this object. Thread-safe. 51 * Decrements the number of references to this object. Thread-safe. 56 * Decrements the number of soft references to this object. Thread-safe.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
MultiComparator.java | 14 @SuppressWarnings("unchecked") // See ticket #11395, this is safe.
|
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/ |
ThreadSafe.java | 12 * The class to which this annotation is applied is thread-safe. This means that
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
hwcap.h | 10 #define HWCAP_26BIT (1 << 3) /* Play it safe */
|
/external/libpng/contrib/libtests/ |
fakepng.c | 46 'u', 'n', 'K', 'n' /* "unKn" - private safe to copy */
|
/external/llvm/test/CodeGen/X86/GC/ |
dynamic-frame-size.ll | 19 ; safe point count
|
/external/llvm/test/Transforms/LICM/ |
2007-10-01-PromoteSafeValue.ll | 2 ; Promote value if at least one use is safe
|
/external/llvm/test/Transforms/SCCP/ |
atomic-load-store.ll | 3 ; This transformation is safe for atomic loads and stores; check that it works.
|
/external/llvm/tools/bugpoint/ |
ExecutionDriver.cpp | 50 clEnumValN(LLC_Safe, "llc-safe", "Use LLC for all"), 61 SafeInterpreterSel(cl::desc("Specify \"safe\" i.e. known-good backend:"), 62 cl::values(clEnumValN(AutoPick, "safe-auto", "Use best guess"), 63 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"), 64 clEnumValN(Custom, "safe-run-custom", 71 SafeInterpreterPath("safe-path", 72 cl::desc("Specify the path to the \"safe\" backend program"), 122 SafeToolArgv("safe-tool-args", cl::Positional, 123 cl::desc("<safe-tool arguments>..."), 210 // In "llc-safe" mode, default to using LLC as the "safe" backend [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
NoOp.java | 25 * A thread-safe singleton instance of the <code>NoOp</code> callback.
|
/external/openfst/src/include/fst/ |
invert.h | 90 InvertFst(const InvertFst<A> &fst, bool safe = false) 91 : ArcMapFst<A, A, C>(fst, safe) {} 94 virtual InvertFst<A> *Copy(bool safe = false) const { 95 return new InvertFst(*this, safe);
|
map.h | 73 MapFst(const ArcMapFst<A, B, C> &fst, bool safe = false) 74 : ArcMapFst<A, B, C>(fst, safe) {} 77 virtual MapFst<A, B, C> *Copy(bool safe = false) const { 78 return new MapFst(*this, safe);
|