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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/066-mismatched-super/src/
Base.java 4 // no need to implement func(), provided by abstract class
  /external/chromium/third_party/icu/source/tools/gendraft/
exclude.txt 7 # file that contains function names that need to be excluded from generatio
  /external/icu4c/tools/gendraft/
exclude.txt 7 # file that contains function names that need to be excluded from generatio
  /dalvik/vm/mterp/x86/
stub.S 3 SAVE_PC_TO_GLUE(%ecx) # only need to export these two
4 SAVE_FP_TO_GLUE(%ecx) # only need to export these two
OP_GOTO.S 6 * The branch distance is a signed code-unit offset, which we need to
  /development/host/windows/usb/winusb/
BUILDME.TXT 1 In order to build AdbWinUsbApi.dll you will need to install Windows Driver Kit,
3 need to set one of the WDK's build environments, "cd" back into this directory,
6 Note that you need to build AdbWinApi.dll (..\api) before you build
  /external/kernel-headers/original/linux/
fadvise.h 7 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */
14 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */
17 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fadvise.h 7 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */
14 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */
17 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 38 public static int idealByteArraySize(int need) {
40 if (need <= (1 << i) - 12)
43 return need;
46 public static int idealBooleanArraySize(int need) {
47 return idealByteArraySize(need);
50 public static int idealShortArraySize(int need) {
51 return idealByteArraySize(need * 2) / 2;
54 public static int idealCharArraySize(int need) {
55 return idealByteArraySize(need * 2) / 2;
58 public static int idealIntArraySize(int need) {
    [all...]
  /external/openssl/crypto/bn/
bn.mul 1 We need
  /external/webkit/WebCore/manual-tests/resources/
big-page.html 1 <p>This page is large enough to need to be scrolled in a 200x200 frame.</p>
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
README 2 Any changes made to code within this directory will need to be manually pushed to build.webkit.org.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /frameworks/base/core/java/android/text/style/
IconMarginSpan.java 61 int need = ht - (v + fm.descent - fm.ascent - istartv); local
62 if (need > 0)
63 fm.descent += need;
65 need = ht - (v + fm.bottom - fm.top - istartv);
66 if (need > 0)
67 fm.bottom += need;
DrawableMarginSpan.java 67 int need = ht - (v + fm.descent - fm.ascent - istartv); local
68 if (need > 0)
69 fm.descent += need;
71 need = ht - (v + fm.bottom - fm.top - istartv);
72 if (need > 0)
73 fm.bottom += need;
  /external/clearsilver/imd/
README 2 To set up imd, you need to add the following directives to an apache
11 settings in there. You will probably need to modify Template to point
  /dalvik/vm/mterp/armv5te/
stub.S 2 SAVE_PC_FP_TO_GLUE() @ only need to export these two
  /external/jpeg/
makvms.opt 3 ! but only for the older VAX C compiler. DEC C does not need it.
  /frameworks/base/core/tests/coretests/apks/install_decl_perm/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_loc_auto/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_loc_internal/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_loc_sdcard/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_loc_unspecified/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_use_perm_good/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_uses_feature/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->

Completed in 436 milliseconds

1 2 3 4 5 6 7 8 91011>>