HomeSort by relevance Sort by last modified time
    Searched full:safe (Results 501 - 525 of 1852) sorted by null

<<21222324252627282930>>

  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
limits.h 36 * but to be a safe include, that doesn't ever define anything that is
  /packages/apps/Calendar/src/com/android/calendar/
AgendaAdapter.java 36 // Note: Formatter is not thread safe. Fine for now as it is only used by the main thread.
  /packages/apps/Email/src/org/apache/commons/io/input/
AutoCloseInputStream.java 55 * Note that it is safe to call this method any number of times. The original
  /packages/apps/IM/src/com/android/im/imps/
Primitive.java 22 * client. Note that this class is not thread-safe.
WbxmlParser.java 29 * NOT thread-safe. Always use this in one thread.
  /packages/apps/Phone/src/com/android/phone/
HapticFeedback.java 39 * This class is not thread safe. It assumes it'll be called from the
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
safe-ctype.h 115 /* Prevent the users of safe-ctype.h from accidently using the routines
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
BaseFileHandler.java 146 * UI Thread. This is safe to be called from a non-UI Thread.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 151 * The implemented methods must assume it is safe to modify the XML model.
UiSeparatorAttributeNode.java 135 * The implemented methods must assume it is safe to modify the XML model.
  /system/core/libcutils/
strdup16to8.c 52 * but better be safe than sorry.
  /system/extras/tests/sdcard/
stopwatch.h 47 // The print method is thread safe to avoid mixing the result of
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
bmtrace.c 168 /* Add trace entry. not safe, but will do */
  /external/easymock/src/org/easymock/
EasyMock.java 28 * multiple threads unless it was made thread-safe (See
36 * Since EasyMock 2.5, by default a mock is thread-safe. For backward
38 * can be made thread-safe by calling
    [all...]
  /external/quake/quake/src/WinQuake/
common.cpp 1084 qboolean safe; local
1107 safe = false;
1113 if (!Q_strcmp ("-safe", argv[com_argc]))
1114 safe = true;
1117 if (safe)
1119 // force all the safe-mode switches. Note that we reserved extra space in
1199 FIXME: make this buffer size safe someday
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 171 /*codepoint-unsafe, codepoint-safe(not strict) codepoint-safe(strict)*/
411 static const uint16_t fwd_N_safe[] ={0, 1, 6, 10, 11, 13, 14, 18}; /*safe macro keeps it at the end of the string */
648 /*append-position(safe), CHAR to be appended */
680 /*offset-moved-to(safe)*/
715 /*safe*/
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 22 * <li>It is thread-safe.
123 * <p>The returned array will be "safe" in that no references to it
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
Channels.java 51 * <li>It is thread safe.</li>
72 * <li>It is thread safe.</li>
  /external/bluetooth/glib/docs/reference/glib/tmpl/
threads.sgml 56 thread safe (all global data is automatically locked), but individual
99 will be multi-thread safe. If #G_THREADS_ENABLED is not defined, then
100 Glib is not, and cannot be, multi-thread safe.
117 however, provide one to g_thread_init() to make GLib multi-thread safe.
532 <title>The wrong way to write a thread-safe function</title>
559 <title>A correct thread-safe function</title>
710 <title>Using <structname>GStaticMutex</structname> to simplify thread-safe programming</title>
1111 array. Using these functions is fully multi-thread safe now.
    [all...]
  /external/bluetooth/glib/glib/
grand.c 36 * MT safe
449 us, so that it is safe to round and still get a decent
  /external/clearsilver/util/
skiplist.c 3 * Thread-safe Skiplist Using Integer Identifiers
62 int threaded; /* TRUE if list needs to be thread safe */
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 498 /* it is never safe to retrun a size smaller than sizeof(struct dirent)
503 * The only correct and safe value this function can ever return is
  /external/e2fsprogs/e2fsck/
e2fsck.8.in 57 Note that in general it is not safe to run
68 specified. However, even if it is safe to do so, the results printed by
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 401 * not MT-safe; must be called from loadClass() only
431 * not MT-safe; must be called from loadClass() only
  /external/grub/stage1/
stage1.S 107 cli /* we're not safe here! */
140 sti /* we're safe again */

Completed in 100 milliseconds

<<21222324252627282930>>