HomeSort by relevance Sort by last modified time
    Searched full:need (Results 1 - 25 of 14985) 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/icu4c/tools/gendraft/
exclude.txt 7 # file that contains function names that need to be excluded from generatio
  /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...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
ArrayUtils.java 37 public static int idealByteArraySize(int need) {
39 if (need <= (1 << i) - 12)
42 return need;
45 public static int idealBooleanArraySize(int need) {
46 return idealByteArraySize(need);
49 public static int idealShortArraySize(int need) {
50 return idealByteArraySize(need * 2) / 2;
53 public static int idealCharArraySize(int need) {
54 return idealByteArraySize(need * 2) / 2;
57 public static int idealIntArraySize(int need) {
    [all...]
  /dalvik/dx/tests/116-leb128/
info.txt 4 test. You'll also need a device or host VM for vogar to attach to.
  /external/chromium/build/
release.gypi 10 # TODO(bradnelson): may also need:
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
CMakeLists.txt 13 # Hack: we need to include 'main' target directory to grab private headers
  /external/llvm/lib/Target/XCore/MCTargetDesc/
CMakeLists.txt 13 # Hack: we need to include 'main' target directory to grab private headers
  /external/openssl/crypto/bn/
bn.mul 1 We need
  /external/webkit/Source/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/Tools/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.
  /external/webkit/Tools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/
npapi.h 3 // These are defined in WebCore/brdige/npapi.h and we need them on Linux/Win.
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
__init__.py 4 # It's unclear if Builder and Build need to be public.
  /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.
  /external/harfbuzz/tests/shaping/
README 1 These shaper tests need some specific TrueType fonts. You can get a package of
6 In addition you may need two fonts (Mangal and Tunga) from Microsoft Windows
  /external/qemu-pc-bios/vgabios/
Notes 4 - need to split video init function
11 - need to rework the tables as explained in Interrupt list
  /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;
  /external/clang/test/CodeGen/
kr-call.c 4 // to need to set a sext argument attribute on this call, and we need
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
readin.good 11 I do not need my freedom when I'm dead.
16 planted in a great need.
readin.inp 8 I do not need my freedom when I'm dead.
11 planted in a great need.
  /dalvik/dx/tests/115-merge/
info.txt 5 test. You'll also need a device or host VM for vogar to attach to.
  /dalvik/dx/tests/117-modified-utf8/
info.txt 4 test. You'll also need a device or host VM for vogar to attach to.

Completed in 2717 milliseconds

1 2 3 4 5 6 7 8 91011>>