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

12 3 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
hb-warning.cc 33 #pragma message("Could not find any system to define atomic_int macros, library may NOT be thread-safe")
35 #warning "Could not find any system to define atomic_int macros, library may NOT be thread-safe"
41 #pragma message("Could not find any system to define mutex macros, library may NOT be thread-safe")
43 #warning "Could not find any system to define mutex macros, library may NOT be thread-safe"
  /external/icu/icu4c/source/data/brkitr/
title.txt 16 # safe-reverse rule.
42 # Safe Reverse: the exact forward rule must not start in the middle
43 # of a word, so the safe reverse skips over any Cased characters,
50 # Safe Forward, nothing needs to be done, the exact Reverse rules will
  /external/protobuf/m4/
ac_system_extensions.m4 24 AC_CACHE_CHECK([whether it is safe to define __EXTENSIONS__],
  /external/v8/src/
hydrogen-uint32-analysis.cc 36 // Operations that operate on bits are safe.
73 // Iterate over all uses and verify that they are uint32 safe: either don't
76 // Encountered phis are optimistically treated as safe uint32 uses,
79 // phis that are not actually uint32-safe (it requires fix point iteration).
92 // Optimistically treat phis as uint32 safe.
121 // This phi is not uint32 safe. No need to check operands.
135 // This phi is not safe, some operands are not uint32 values.
171 // uses are uint32 safe.
176 // Phis that are still marked as safe are shifted down
177 // so that all safe phis form a prefix of the phis_ array
    [all...]
  /external/llvm/test/CodeGen/X86/
fp-double-rounding.ll 1 ; RUN: llc < %s | FileCheck %s --check-prefix=CHECK --check-prefix=SAFE
8 ; SAFE: callq __trunctfdf2
9 ; SAFE-NEXT: cvtsd2ss %xmm0
  /external/parameter-framework/parameter/
ParameterHandle.cpp 82 // Ensure we're safe against blackboard foreign access
104 // Ensure we're safe against blackboard foreign access
120 // Ensure we're safe against blackboard foreign access
145 // Ensure we're safe against blackboard foreign access
162 // Ensure we're safe against blackboard foreign access
184 // Ensure we're safe against blackboard foreign access
200 // Ensure we're safe against blackboard foreign access
225 // Ensure we're safe against blackboard foreign access
242 // Ensure we're safe against blackboard foreign access
264 // Ensure we're safe against blackboard foreign acces
    [all...]
  /hardware/ti/omap4-aah/
heaptracker.c 225 /* returns 1 if valid, *safe == 1 if safe to dump stack */
226 static inline int check_guards(struct hdr *hdr, int *safe)
228 *safe = 1;
237 *safe = 0;
251 /* returns 1 if valid, *safe == 1 if safe to dump stack */
252 static inline int __check_allocation(struct hdr *hdr, int *safe)
255 *safe = 1;
263 *safe = 0
306 int safe; local
484 int safe; local
508 int safe, num_checked; local
    [all...]
  /hardware/ti/omap4xxx/
heaptracker.c 225 /* returns 1 if valid, *safe == 1 if safe to dump stack */
226 static inline int check_guards(struct hdr *hdr, int *safe)
228 *safe = 1;
237 *safe = 0;
251 /* returns 1 if valid, *safe == 1 if safe to dump stack */
252 static inline int __check_allocation(struct hdr *hdr, int *safe)
255 *safe = 1;
263 *safe = 0
306 int safe; local
484 int safe; local
508 int safe, num_checked; local
    [all...]
  /external/bison/lib/
unlocked-io.h 1 /* Prefer faster, non-thread-safe stdio functions if available.
24 from other C libraries supporting POSIX's optional thread-safe functions.
26 The standard I/O functions are thread-safe. These *_unlocked ones are
27 more efficient but not thread-safe. That they're not thread-safe is
32 functions, invoke the non-thread-safe versions instead. */
  /external/guava/guava-tests/test/com/google/common/escape/
ArrayBasedUnicodeEscaperTest.java 106 // the safe range or not ('&' is a safe char while '\t' and '\n' are not).
121 // A surrogate pair defining a code point within the safe range.
125 // A surrogate pair defining a code point outside the safe range (but both
126 // of the surrogate characters lie within the safe range). It is important
127 // not to accidentally treat this as a sequence of safe characters.
  /external/compiler-rt/test/asan/TestCases/
initialization-nobug.cc 14 // Make sure that accessing a global in the same TU is safe
24 // TU's initializer is safe.
33 // TU's initializer is safe.
  /external/libunwind/doc/
unw_getcontext.man 56 safe to use structures
76 is thread\-safe as well as safe to use
unw_getcontext.tex 34 reverse is \emph{not} true and it is \emph{not} safe to use structures
47 \Func{unw\_getcontext}() is thread-safe as well as safe to use
  /external/llvm/test/CodeGen/R600/
llvm.AMDGPU.rcp.f64.ll 25 ; SI-SAFE-NOT: v_rsq_f64_e32
26 ; SI-SAFE: v_sqrt_f64
27 ; SI-SAFE: v_rcp_f64
  /frameworks/av/include/media/stagefright/foundation/
ABase.h 29 /* Returns true if the size parameter is safe for new array allocation (32-bit)
44 * An alternative to checking is to create a safe new array template function which
46 * safe since normal access of NULL throws an exception.
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
local_app.py 21 'thread-safe by default when webapp2_extras.local is available.'),
  /external/clang/test/CodeGenCXX/
vtable-holder-self-reference.cpp 4 // rid of self-referenceing structure_types (PR21902), then it should be safe
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Freezable.java 12 * thread-safe from that point onward. Once the object has been frozen,
18 * can return clones of internal objects, since those are safe.
21 * There are often times when you need objects to be objects 'safe', so that
22 * they can't be modified. Examples are when objects need to be thread-safe, or
77 * There are a few different techniques for having safe classes.
92 * <li>Primitives. These are always safe, since they are copied on input/output
96 * <li>Cloning. Where you need an object to be safe, you clone it.</li>
107 * cast away. But other than that they have all the same problems: not safe if
110 * <li>Always-Immutable Objects are safe, but usage can require excessive
112 * <li>Cloning is only safe if the object truly has a 'safe' clone; defined a
    [all...]
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_mark_t.h 7 * but let's play it safe) are kept to designate this target.
  /external/llvm/test/Transforms/InstCombine/
2008-06-19-UncondLoad.ll 12 ; not safe to turn into an uncond load
  /external/markdown/markdown/
postprocessors.py 44 """ Iterate over html stash and restore "safe" html. """
46 html, safe = self.markdown.htmlStash.rawHtmlBlocks[i]
47 if self.markdown.safeMode and not safe:
54 if safe or not self.markdown.safeMode:
  /external/mesa3d/scons/
fixes.py 3 # Monkey patch os.spawnve on windows to become thread safe
  /external/messageformat/java/com/ibm/icu/util/
Freezable.java 12 * thread-safe from that point onward. Once the object has been frozen,
18 * can return clones of internal objects, since those are safe.
21 * There are often times when you need objects to be objects 'safe', so that
22 * they can't be modified. Examples are when objects need to be thread-safe, or
77 * There are a few different techniques for having safe classes.
92 * <li>Primitives. These are always safe, since they are copied on input/output
96 * <li>Cloning. Where you need an object to be safe, you clone it.</li>
107 * cast away. But other than that they have all the same problems: not safe if
110 * <li>Always-Immutable Objects are safe, but usage can require excessive
112 * <li>Cloning is only safe if the object truly has a 'safe' clone; defined a
    [all...]
  /external/valgrind/docs/internals/
avx-notes.txt 11 I think this is safe w.r.t. the backend
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 7 * but let's play it safe) are kept to designate this target.

Completed in 431 milliseconds

12 3 4 5 6 7 8 91011>>