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

<<11121314151617181920>>

  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 66 * any native shared library generated with it should now be safe from that
  /bionic/libc/bionic/
time64.c 502 /* Have to make the year safe in date else it won't fit in safe_date */
633 /* At this point m is less than a year so casting to an int is safe */
725 we can't account for which the safe xx00 year is a leap
778 /* Non-thread safe versions of the above */
  /bionic/libc/include/sys/
limits.h 36 * but to be a safe include, that doesn't ever define anything that is
  /bionic/libm/src/
e_atan2.c 111 else z=atan(fabs(y/x)); /* safe to do y/x */
e_atan2f.c 84 else z=atanf(fabsf(y/x)); /* safe to do y/x */
  /bootable/recovery/applypatch/
main.c 139 // This program applies binary patches to files in a way that is safe
  /dalvik/dx/src/com/android/dx/rop/code/
RopMethod.java 135 * The predecessors have been calculated. It's safe to
  /dalvik/dx/src/junit/framework/
TestCase.java 36 * both a static type safe and more dynamic way to run a test.
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 43 * VM safe mode.
  /dalvik/libcore/junit/src/main/java/junit/framework/
TestCase.java 36 * both a static type safe and more dynamic way to run a test.
  /dalvik/libcore/luni/src/main/java/java/io/
OutputStream.java 113 // to safe one operation
  /dalvik/libcore/luni/src/test/java/java/io/
FileTest.java 42 // 128 characters should be safe for everything but FAT.
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/ref/
Reference.java 97 * An implementation of .enqueue() that is safe for the VM to call.
  /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
LangAccess.java 70 * declaration (ordinal) order. It is not safe to hand out this
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 179 * is thread-safe.
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs7/
SignerInfo.java 197 // Throw a RuntimeException just to be safe.
  /dalvik/libnativehelper/include/nativehelper/
JNIHelp.h 74 * This function is thread-safe (unlike strerror) and portable (unlike
  /dalvik/vm/native/
dalvik_system_VMRuntime.c 207 * this interface when it detects system-wide safe mode is enabled.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MenuInflateFromXml.java 68 * Safe to hold on to this.
MessengerService.java 103 // so this is safe to do inside the loop.
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 38 * This implementation is stateless and therefore thread-safe.
  /external/apache-http/src/org/apache/http/message/
BasicHeaderIterator.java 157 * Same as {@link #nextHeader nextHeader}, but not type-safe.
BasicListHeaderIterator.java 171 * Same as {@link #nextHeader nextHeader}, but not type-safe.
BasicStatusLine.java 43 * This class is immutable and therefore inherently thread safe.
HeaderValueFormatter.java 44 * Instances of this interface are expected to be stateless and thread-safe.

Completed in 113 milliseconds

<<11121314151617181920>>