/frameworks/base/include/surfaceflinger/ |
Surface.h | 254 // Inherently thread-safe
|
/frameworks/base/services/java/com/android/server/ |
SensorService.java | 120 // synchronize so we do not require sensor HAL to be thread-safe.
|
AppWidgetService.java | 86 boolean zombie; // if we're in safe mode, don't prune this just because nobody references it 97 boolean zombie; // if we're in safe mode, don't prune this just because nobody references it 354 + " safe mode: " + provider); [all...] |
/hardware/ti/wlan/wl1271/platforms/os/common/src/ |
tracebuf.c | 132 /* Add trace entry. not safe, but will do */
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupOutgoing.java | 299 * we validated to be safe.
|
/packages/apps/Phone/src/com/android/phone/ |
CallLogAsync.java | 207 // Happens on the UI thread, it is safe to run the callback
|
/system/core/libcutils/ |
atomic-android-armv6.S | 45 #warning "this file is not safe with SMP systems"
|
/system/core/sh/ |
memalloc.c | 85 * Make a copy of a string in safe storage.
|
/system/wlan/ti/wilink_6_1/platforms/os/common/src/ |
tracebuf.c | 132 /* Add trace entry. not safe, but will do */
|
/dalvik/vm/jdwp/ |
JdwpAdb.c | 465 * go, which may not be safe for a network socket. We may need 682 * go, which may not be safe for a network socket. We may need 723 * go, which may not be safe for a network socket. We may need
|
JdwpSocket.c | 617 * go, which may not be safe for a network socket. We may need 837 * go, which may not be safe for a network socket. We may need 878 * go, which may not be safe for a network socket. We may need
|
/external/bluetooth/glib/docs/reference/glib/ |
building.sgml | 374 Do not compile GLib to be multi thread safe. GLib 377 multi thread safe. 395 'none' means that GLib will be thread safe,
|
/external/clearsilver/cgi/ |
cgi.h | 334 * one of the accepted safe schemes. 335 * If not, it returns "#" as a safe substitute. 337 * It then html escapes the entire URL so that it is safe to
|
/external/dbus/dbus/ |
dbus-transport.c | 486 * which may not be safe really. 581 /* Dropping the lock here probably isn't that safe. */ 1066 * but we set it to a safe number, INT_MAX, [all...] |
/external/dropbear/libtommath/demo/ |
demo.c | 178 printf("Testing (not safe-prime): %9d bits \r", ix); 195 printf("Testing ( safe-prime): %9d bits \r", ix); 210 /* let's see if it's really a safe prime */
|
/external/icu4c/common/ |
umutex.c | 95 * be safe in the event that multiple threads concurrently attempt to init 315 * Mutex storage is static for POSIX, init must be thread safe 438 * is not thread safe; two threads must not concurrently try to
|
/external/icu4c/tools/gensprep/ |
store.c | 327 /* the cast here is safe since we donot expect the length to be > 65535 */ 347 /* the cast here is safe since we donot expect the length to be > 65535 */ 519 /* the downcast is safe since we only save 16 bit values */
|
/external/openssl/crypto/bio/ |
b_sock.c | 380 * is not thread-safe, because threads can never be sure when 422 /* If we were trying to make this function thread-safe (which 432 ghbn_free(ghbn_cache[lowi].ent); /* XXX not thread-safe */
|
/external/srec/portable/src/ |
pmemory.c | 217 /* Not thread-safe. But do not expect user calls this function on different threads simultaneously */ 241 /* it is not thread safe: hard to protect the createMutex() 295 /* it is not thread safe: hard to protect the deleteMutex()
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
defaults.h | 358 that do require runtime relocation, it is not safe to make the 570 provide. This default is intended to be safe and always correct. */ 617 /* Decide whether it is safe to use a local alias for a virtual function
|
/external/quake/quake/src/QW/client/ |
common.c | 1154 qboolean safe; local 1157 safe = false; 1163 if (!Q_strcmp ("-safe", argv[com_argc])) 1164 safe = true; 1167 if (safe) 1169 // force all the safe-mode switches. Note that we reserved extra space in 1240 FIXME: make this buffer size safe someday [all...] |
/external/icu4c/i18n/ |
usearch.cpp | 782 * Gets the offset to the next safe point in text. 789 * @return offset to the next safe character [all...] |
/external/tinyxml/ |
tinyxml.h | 66 // new safe versions. This probably doesn't fully address the problem, 70 #define TIXML_SAFE // TinyXml isn't fully buffer overrun protected, safe code. This is work in progress. 173 values is not thread safe. [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
date.sgml | 36 calling g_date_clear(). A cleared date is sane; it's safe to call 139 be safe to mutate but invalid and thus not safe for calendrical computations.
|
/external/bluetooth/glib/glib/ |
gstring.c | 28 * MT safe 160 * After calling g_string_chunk_free() it is not safe to 189 * After calling g_string_chunk_clear() it is not safe to [all...] |