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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/examples/
README 3 First you need to compile ANTLR, running "ant" in the top level directory.
5 Then you need to build the Perl module.
10 After that you need to compile the grammar using ANTLR, for example by using
  /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. */
  /prebuilts/gcc/linux-x86/host/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. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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. */
  /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/XCore/MCTargetDesc/
CMakeLists.txt 8 # 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.
  /prebuilts/gcc/linux-x86/host/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
  /external/antlr/antlr-3.4/
antlrjar.xml 5 all of the classes we need to run an executable jar in standalone
17 The only output format we need is the executable jar file
32 dependencies, so we only need to name the Tool module
46 above modules need, which do we want and which do we not.
54 Exclude the antlr-master pom from the jar - we don't need it
61 uber jar that can run with java -jar and need not have
82 We need the output classes and resources etc.
  /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/kernel-headers/original/asm-mips/
tlb.h 5 * MIPS doesn't need any special per-pte or per-vma handling, except
6 * we need to flush cache for area to be unmapped.
  /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.

Completed in 1738 milliseconds

1 2 3 4 5 6 7 8 91011>>