HomeSort by relevance Sort by last modified time
    Searched full:rest (Results 176 - 200 of 4510) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/elfutils/m4/
nls.m4 12 dnl by the GNU Library General Public License, and the rest of the GNU
  /external/freetype/src/base/
ftbase.h 57 /* on Darwin VFS should be grouped and skip the rest methods after */
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/
SoftParticle.frag 47 // Computes alpha based on the particles distance to the rest of the scene
  /external/libvpx/libvpx/vp8/encoder/
tokenize.h 45 * improve cache locality, since it's needed for costing when the rest of the
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 41 * improve cache locality, since it's needed for costing when the rest of the
  /external/llvm/test/CodeGen/X86/
lea.ll 13 ; ISel the add of -4 with a neg and use an lea for the rest of the
  /external/llvm/test/Transforms/InstCombine/
2008-01-06-BitCastAttributes.ll 23 ; The rest should not have bitcasts remaining
  /external/mesa3d/src/gallium/targets/opencl/
Makefile.am 51 # FIXME: Remove when the rest of Gallium is converted to automake.
  /external/qemu/
keymaps.c 127 const char *rest = end_of_keysym + 1; local
129 int keycode = strtol(rest, &rest2, 0);
131 if (rest && strstr(rest, "numlock")) {
  /external/replicaisland/src/com/replica/replicaisland/
MainLoop.java 20 * Main game loop. Updates the time system and passes the result down to the rest of the game
  /external/skia/include/svg/
SkSVGPaintState.h 72 SkString f_style; // unused, but allows array access to the rest
  /external/stlport/src/
num_get_float.cpp 345 uint64 rest; /* Remaining guard bits */ local
402 rest = value;
407 rest = value & ((ULL(1)<< 63)-1);
412 rest = value & (((ULL(1) << lead0)-1)-1);
418 if (guard && ((value & 1) || rest) ) {
429 rest = value & ((1 << 10) - 1);
434 /* value&1 guard rest Action
442 if (((value&1)!=0) || (rest!=0)) {
532 uint64_t rest = vv.i64 & ((~ULL(0) / ULL(2)) >> (limits::digits - 1)); local
537 /* value&1 guard rest Actio
599 uint64_t rest; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 64 * Ensure rest of classes are mockable
91 * Return the last image from the image queue, close up the rest.
102 * Return the last image from the image queue, close up the rest.
114 * Return the last image from the image queue, close up the rest.
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 345 uint64 rest; /* Remaining guard bits */ local
402 rest = value;
407 rest = value & ((ULL(1)<< 63)-1);
412 rest = value & (((ULL(1) << lead0)-1)-1);
418 if (guard && ((value & 1) || rest) ) {
429 rest = value & ((1 << 10) - 1);
434 /* value&1 guard rest Action
442 if (((value&1)!=0) || (rest!=0)) {
532 uint64_t rest = vv.i64 & ((~ULL(0) / ULL(2)) >> (limits::digits - 1)); local
537 /* value&1 guard rest Actio
599 uint64_t rest; local
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
intmax.m4 7 dnl the same distribution terms as the rest of that program.
inttypes-pri.m4 7 dnl the same distribution terms as the rest of that program.
isc-posix.m4 7 dnl the same distribution terms as the rest of that program.
longdouble.m4 7 dnl the same distribution terms as the rest of that program.
printf-posix.m4 7 dnl the same distribution terms as the rest of that program.
uintmax_t.m4 7 dnl the same distribution terms as the rest of that program.
  /ndk/sources/host-tools/sed-4.2.1/m4/
nls.m4 12 dnl by the GNU Library General Public License, and the rest of the GNU
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
wrapper.py 4 should be the rest of your curses-based application. If the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 61 Return a 2-tuple (unc, rest); either part may be empty.
63 using backslashes). unc+rest is always the input path.
111 unc, rest = splitunc(path)
113 return rest in ("", "/", "\\")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
wrapper.py 4 should be the rest of your curses-based application. If the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 61 Return a 2-tuple (unc, rest); either part may be empty.
63 using backslashes). unc+rest is always the input path.
111 unc, rest = splitunc(path)
113 return rest in ("", "/", "\\")

Completed in 637 milliseconds

1 2 3 4 5 6 78 91011>>