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

<<31323334353637383940>>

  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 186 * Safe strcpy function.
  /packages/apps/Calendar/src/com/android/calendar/
AgendaByDayAdapter.java 48 // Note: Formatter is not thread safe. Fine for now as it is only used by the main thread.
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncoming.java 412 * we validated to be safe.
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 266 * Close the connection. MUST NOT return any exceptions - must be "best effort" and safe.
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 256 if there was an error. This function is thread-safe.
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h 256 if there was an error. This function is thread-safe.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ggc.h 237 /* Type-safe, C++-friendly versions of ggc_alloc() and gcc_calloc(). */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
ansidecl.h 35 Note that it is safe to write "void foo();" indicating a function
  /prebuilt/windows/sdl/host/include/SDL/
SDL_events.h 253 if there was an error. This function is thread-safe.
  /prebuilt/windows/sdl/include/SDL/
SDL_events.h 256 if there was an error. This function is thread-safe.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 151 // is safe to edit the model using any method from INode.
  /system/core/libcutils/
atomic-android-arm.S 20 * NOTE: these atomic operations are SMP safe on all architectures.
  /system/core/sh/
cd.c 377 * throughout the process. This is not completely safe, since
  /system/extras/tests/sdcard/
sysutil.cpp 209 // message is in a shared buffer, not thread safe, erased by
  /bionic/libc/bionic/
malloc_debug_leak.c 403 /* Fail on overflow - just to be safe even though this code runs only
568 /* Fail on overflow - just to be safe even though this code runs only
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 17 * An unbounded thread-safe {@linkplain Queue queue} based on linked nodes.
440 * <p>The returned array will be "safe" in that no references to it are
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
Charset.java 73 * This class is thread-safe.
97 // built in provider instance, assuming thread-safe
  /dalvik/libcore/openssl/src/main/native/
BNInterface.c 698 static jboolean NativeBN_BN_generate_prime_ex(JNIEnv* env, jclass cls, BIGNUM* ret, int bits, jboolean safe,
701 return BN_generate_prime_ex(ret, bits, safe, add, rem, cb);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
Expression.java 140 * result of the expression, but tell that a "safe" object doesn't have
145 * @param destructiveOK true if a "safe" object doesn't need to be returned.
  /dalvik/vm/
Globals.h 356 * Because we use "safe point" self-suspension, it is never safe to
  /dalvik/vm/compiler/
Compiler.c 301 * Perform actions that are only safe when all threads are suspended. Currently
534 * safe mode, the conditional variable will never be signaled and the
  /external/dbus/dbus/
dbus-marshal-validate.c 39 * valid signature. If this function returns #TRUE, it will be safe
611 * returns #TRUE, it will be safe to iterate over the values with
dbus-server.c 220 /* This isn't really safe or reasonable; a better pattern is the "do
337 /* This isn't really safe or reasonable; a better pattern is the "do everything, then
    [all...]
  /external/e2fsprogs/misc/
tune2fs.8.in 237 the only safe way to create the journal inode while the filesystem is
238 mounted. While the ext3 journal is visible, it is not safe to
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 20 * MT-safety: an instance of this class is <I>not</I> safe for access from
540 * See comments below for why this is safe wrt to rehash().

Completed in 239 milliseconds

<<31323334353637383940>>