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

1 2 3 4 56 7 8 91011>>

  /external/openfst/src/include/fst/
project.h 113 ProjectFst(const ProjectFst<A> &fst, bool safe = false)
114 : ArcMapFst<A, A, C>(fst, safe) {}
117 virtual ProjectFst<A> *Copy(bool safe = false) const {
118 return new ProjectFst(*this, safe);
  /external/v8/src/
hydrogen-uint32-analysis.h 19 : HPhase("H_Compute safe UInt32 operations", graph), phis_(4, zone()) { }
  /external/v8/test/mjsunit/compiler/
shift-shr.js 5 // Flags: --allow-natives-syntax --noopt-safe-uint32-operations
  /frameworks/base/core/res/res/values-mcc310/
config.xml 22 <!-- Whether safe headphone volume is enabled or not (country specific). -->
  /frameworks/base/core/res/res/values-mcc311/
config.xml 22 <!-- Whether safe headphone volume is enabled or not (country specific). -->
  /frameworks/base/core/res/res/values-mcc312/
config.xml 22 <!-- Whether safe headphone volume is enabled or not (country specific). -->
  /frameworks/base/core/res/res/values-mcc313/
config.xml 22 <!-- Whether safe headphone volume is enabled or not (country specific). -->
  /frameworks/base/core/res/res/values-mcc314/
config.xml 22 <!-- Whether safe headphone volume is enabled or not (country specific). -->
  /frameworks/base/core/res/res/values-mcc315/
config.xml 22 <!-- Whether safe headphone volume is enabled or not (country specific). -->
  /frameworks/base/core/res/res/values-mcc316/
config.xml 22 <!-- Whether safe headphone volume is enabled or not (country specific). -->
  /frameworks/minikin/libs/minikin/
MinikinInternal.h 26 // All external Minikin interfaces are designed to be thread-safe.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
DomainNameElement.java 22 // Use latin-1 to decode for now - safe for ASCII and retains encoding
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
ResponseListeners.java 64 * @param callback A thread-safe callback to receive the final metadata for
78 * @param callback A thread-safe callback to receive partial and final
97 * @param callback A thread-safe callback to receive the timestamp of the
111 * @param callback A thread-safe callback to be invoked as soon as each
  /packages/apps/UnifiedEmail/
proguard.flags 3 # platform version. We know about them, and they are safe.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
xopen_lim.h 101 /* Safe assumption. */
112 /* Safe assumption. */
125 /* Safe assumption. */
132 /* Safe assumption. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
xopen_lim.h 101 /* Safe assumption. */
112 /* Safe assumption. */
125 /* Safe assumption. */
132 /* Safe assumption. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
xopen_lim.h 101 /* Safe assumption. */
112 /* Safe assumption. */
125 /* Safe assumption. */
132 /* Safe assumption. */
  /system/core/adb/
mutex_list.h 16 // Sadly logging to /data/adb/adb-... is not thread safe.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
PercentEscaper.java 23 * the URI percent encoding scheme. The set of safe characters (those which
38 * <li>Any additionally specified safe characters remain the same.
66 * A string of safe characters that mimics the behavior of
108 * Constructs a URI escaper with the specified safe characters and optional
111 * @param safeChars a non null string specifying additional safe characters
112 * for this escaper (the ranges 0..9, a..z and A..Z are always safe and
124 "Alphanumeric characters are always 'safe' and should not be " +
127 // Avoid ambiguous parameters. Safe characters are never modified so if
128 // space is a safe character then setting plusForSpace is meaningless.
131 "plusForSpace cannot be specified when space is a 'safe' character")
    [all...]
  /bionic/tools/relocation_packer/src/
debug.cc 48 // Verbosity. Not thread-safe.
51 // Logging streams. Not thread-safe.
  /development/samples/Alarm/
_index.html 15 implemented in a separate thread that uses a thread-safe object. This illustrates how to
17 made thread-safe.
  /development/samples/Support4Demos/res/values/
styles.xml 19 The default definition is the safe one, using a theme that has always
26 The default definition is the safe one, using a theme that has always
  /external/bison/lib/
xmemdup0.c 31 The terminating NUL makes it safe to use strlen or rawmemchr to
33 sequence processing on arbitrary memory, by making it always safe
  /external/kernel-headers/original/uapi/linux/
ncp_mount.h 50 /* we neever pass -1, so it is safe */
61 /* we never pass -1, so it is safe */
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 61 /* MACRO definitions for safe string functions */
62 /* Replace standard string functions with safe functions if available */

Completed in 260 milliseconds

1 2 3 4 56 7 8 91011>>