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

1 2 3 4 5 67 8 91011>>

  /external/libnfc-nci/src/gki/ulinux/
data_types.h 61 /* MACRO definitions for safe string functions */
62 /* Replace standard string functions with safe functions if available */
  /external/libunwind/doc/
unw_flush_cache.man 75 routine is thread\-safe as well as safe to
unw_flush_cache.tex 41 The \Func{unw\_flush\_cache}() routine is thread-safe as well as safe to
unw_get_accessors.tex 38 The \Func{unw\_get\_accessors}() routine is thread-safe as well as
39 safe to use from a signal handler.
unw_is_signal_frame.man 59 is thread\-safe as well as safe to use
unw_step.man 49 is thread\-safe. If cursor cp
51 address\-space, this routine is also safe to use from a signal handler.
  /external/llvm/test/Analysis/LoopAccessAnalysis/
safe-no-checks.ll 3 ; If the arrays don't alias this loop is safe with no memchecks:
10 ; CHECK: Memory dependences are safe{{$}}
  /frameworks/support/previewsdk/src/android/support/previewsdk/
PreviewSdk.java 31 * If it returns <code>true</code> it is safe to call prerelease APIs. If not, the app
37 * the SDK this library was built for. If it returns true, it is safe to call prerelease
  /packages/apps/Camera2/src/com/android/camera/async/
Updatable.java 23 * A thread-safe callback.
43 * <li>Be thread-safe.</li>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ncp_mount.h 50 /* we neever pass -1, so it is safe */
61 /* we never pass -1, so it is safe */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ncp_mount.h 50 /* we neever pass -1, so it is safe */
61 /* we never pass -1, so it is safe */
  /bionic/libc/bionic/
malloc_debug_check.cpp 232 /* returns 1 if valid, *safe == 1 if safe to dump stack */
233 static inline int check_guards(hdr_t* hdr, int* safe) {
234 *safe = 1;
243 *safe = 0;
257 /* returns 1 if valid, *safe == 1 if safe to dump stack */
258 static inline int check_allocation_locked(hdr_t* hdr, int* safe) {
260 *safe = 1;
267 *safe = 0
307 int safe; local
623 int safe; local
    [all...]
  /external/llvm/test/CodeGen/R600/
cvt_flr_i32_f32.ll 1 ; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI-SAFE -check-prefix=SI -check-prefix=FUNC %s
9 ; SI-SAFE-NOT: v_cvt_flr_i32_f32
22 ; SI-SAFE-NOT: v_cvt_flr_i32_f32
35 ; SI-SAFE-NOT: v_cvt_flr_i32_f32
48 ; SI-SAFE-NOT: v_cvt_flr_i32_f32
61 ; SI-SAFE-NOT: v_cvt_flr_i32_f32
  /external/openfst/src/include/fst/
matcher.h 50 // // If safe=true, the copy is thread-safe. See Fst<>::Copy()
52 // Matcher(const Matcher &matcher, bool safe = false);
54 // // If safe=true, the copy is thread-safe. See Fst<>::Copy()
56 // Matcher<F> *Copy(bool safe = false) const;
113 virtual MatcherBase<A> *Copy(bool safe = false) const = 0;
173 SortedMatcher(const SortedMatcher<F> &matcher, bool safe = false)
174 : fst_(matcher.fst_->Copy(safe)),
190 virtual SortedMatcher<F> *Copy(bool safe = false) const
    [all...]
compose-filter.h 172 // // If safe=true, the copy is thread-safe. See Fst<>::Copy()
175 // // bool safe = false);
230 bool safe = false)
231 : matcher1_(filter.matcher1_->Copy(safe)),
232 matcher2_(filter.matcher2_->Copy(safe)),
315 bool safe = false)
316 : matcher1_(filter.matcher1_->Copy(safe)),
317 matcher2_(filter.matcher2_->Copy(safe)),
402 bool safe = false
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
csq.h 2 * Cancel-Safe Queue Library
16 * This header defines the interface to the ReactOS Cancel-Safe Queue library.
17 * This interface is based on and is similar to the Microsoft Cancel-Safe
33 * Cancel-Safe Queue Library.
47 * This library follows exactly the same interface as the Microsoft Cancel-Safe
93 * The cancel-safe queue is implemented as a set of IoCsqXxx() OS routines
264 * CANCEL-SAFE QUEUE DDIs
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 0 // Safe sequence/iterator base implementation -*- C++ -*-
39 /** \brief Basic functionality for a "safe" iterator.
42 * of a safe iterator that is not specific to a particular iterator
118 /** Likewise, but not thread-safe. */
126 /** Likewise, but not thread-safe. */
149 * that safe iterators (which inherit _Safe_iterator_base) can
156 * exception, otherwise "safe" sequences may fail to provide the
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 0 // Safe sequence/iterator base implementation -*- C++ -*-
39 /** \brief Basic functionality for a "safe" iterator.
42 * of a safe iterator that is not specific to a particular iterator
118 /** Likewise, but not thread-safe. */
126 /** Likewise, but not thread-safe. */
149 * that safe iterators (which inherit _Safe_iterator_base) can
156 * exception, otherwise "safe" sequences may fail to provide the
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 0 // Safe sequence/iterator base implementation -*- C++ -*-
39 /** \brief Basic functionality for a "safe" iterator.
42 * of a safe iterator that is not specific to a particular iterator
118 /** Likewise, but not thread-safe. */
126 /** Likewise, but not thread-safe. */
149 * that safe iterators (which inherit _Safe_iterator_base) can
156 * exception, otherwise "safe" sequences may fail to provide the
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_base.h 0 // Safe sequence/iterator base implementation -*- C++ -*-
39 /** \brief Basic functionality for a "safe" iterator.
42 * of a safe iterator that is not specific to a particular iterator
118 /** Likewise, but not thread-safe. */
126 /** Likewise, but not thread-safe. */
149 * that safe iterators (which inherit _Safe_iterator_base) can
156 * exception, otherwise "safe" sequences may fail to provide the
  /external/guava/guava/src/com/google/common/escape/
Escapers.java 65 * current builder state. Builders are not thread safe.
105 * Sets the safe range of characters for the escaper. Characters in this
106 * range that have no explicit replacement are considered 'safe' and remain
107 * unescaped in the output. If {@code safeMax < safeMin} then the safe range
110 * @param safeMin the lowest 'safe' character
111 * @param safeMax the highest 'safe' character
121 * Sets the replacement string for any characters outside the 'safe' range
137 * input, irrespective of whether it lies inside or outside the 'safe'
238 // synchronization issues and makes the escaper thread safe.
  /external/guava/guava-tests/test/com/google/common/net/
UrlEscapersTest.java 94 * Specified as safe by RFC 2396 but not by java.net.URLEncoder. These tests will start failing
108 assertEquals("safe+with+spaces", e.escape("safe with spaces"));
132 assertEquals("safe%20with%20spaces", e.escape("safe with spaces"));
  /external/llvm/docs/
Lexicon.rst 54 correct/safe).
71 any `safe point`_. This term is used in opposition to `object pointer`_.
195 **Safe Point**
199 calculated only at designated safe points. With a copying collector,
200 `derived pointers`_ must not be retained across safe points and `object
  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 82 OS.AddComment("safe point count");
85 // And each safe point...
88 // Emit the address of the safe point.
89 OS.AddComment("safe point address");
94 // Stack information never change in safe points! Only print info from the
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_atomic.jd 30 Thread-safe addition
38 Thread-safe bitwise and
46 Thread-safe compare and set
54 Thread-safe decrement
62 Thread-safe increment
70 Thread-safe maximum
78 Thread-safe minimum
86 Thread-safe bitwise or
94 Thread-safe subtraction
102 Thread-safe bitwise exclusive o
    [all...]

Completed in 361 milliseconds

1 2 3 4 5 67 8 91011>>