HomeSort by relevance Sort by last modified time
    Searched full:longer (Results 1 - 25 of 2172) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
  /external/kernel-headers/original/linux/
config.h 3 /* This file is no longer in use and kept only for backward compatibility.
  /dalvik/vm/mterp/x86-atom/
TODO.txt 9 (hi) WITH_DEBUGGER and WITH_PROFILER are no longer defined (but are
  /development/samples/Snake/
_index.html 3 because when you catch one, not only will you become longer, but you'll move
  /libcore/luni/src/main/java/java/math/
Logical.java 163 /** @return sign = -1, magnitude = -(-longer.magnitude & -shorter.magnitude)*/
164 static BigInteger andNegative(BigInteger longer, BigInteger shorter) {
165 // PRE: longer and shorter are negative
166 // PRE: longer has at least as many digits as shorter
167 int iLonger = longer.getFirstNonzeroDigit();
172 return longer;
180 digit = -shorter.digits[i] & ~longer.digits[i];
182 digit = ~shorter.digits[i] & -longer.digits[i];
184 digit = -shorter.digits[i] & -longer.digits[i];
187 for (i++; i < shorter.numberLength && (digit = ~(longer.digits[i] | shorter.digits[i])) == 0; i++
    [all...]
  /development/samples/Alarm/res/values/
strings.xml 26 <string name="alarm_service_finished">The sample service is no longer running.</string>
28 Repeating timer stopped. AlarmService will no longer be started.</string>
  /frameworks/base/core/java/android/content/
EntityIterator.java 25 * method to indicate that the iterator is no longer needed and that its resources
35 * Indicates that this iterator is no longer needed and that any associated resources
  /external/quake/quake/src/QW/
release233_notes.txt 13 will no longer function. This is necessary in order to fully combat all
19 - Bug where client would crash during a level change if a skin name longer
23 - A foreign message packet with C-style format strings no longer cause a
  /frameworks/base/core/java/android/os/
BadParcelableException.java 22 * no longer exists.
DeadObjectException.java 22 * no longer exists.
  /external/chromium/base/
spin_wait.h 13 // spin wait (for longer periods of time).
21 // Provide a macro that will wait no longer than 1 second for an asynchronous
  /external/guava/src/com/google/common/collect/
LexicographicalOrdering.java 44 return LEFT_IS_GREATER; // because it's longer
52 return RIGHT_IS_GREATER; // because it's longer

Completed in 327 milliseconds

1 2 3 4 5 6 7 8 91011>>