HomeSort by relevance Sort by last modified time
    Searched full:need (Results 226 - 250 of 18991) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/tools/signapk/
Android.mk 28 # The post-build signing tools need signapk.jar, but we don't
29 # need this if we're just doing unbundled apps.
  /dalvik/vm/compiler/codegen/mips/mips/
CallingConvention.S 29 /* fp registers, thus no need to save them. */
38 /* fp registers, thus no need to restore them. */
  /dalvik/vm/mterp/armv5te/
OP_GOTO_32.S 6 * The branch distance is a signed code-unit offset, which we need to
11 * we need the V bit set, we'll use an adds to convert from Dalvik
  /dalvik/vm/os/
os.h 24 * TODO: does the GC really need this?
32 * TODO: does the GC really need this?
  /development/host/windows/usb/adb_winapi_test/
BUILDME.TXT 15 In order to build adb_winapi_test.dll you will need to install Windows Driver
17 need to set one of the WDK's build environments, "cd" back into this directory,
  /development/host/windows/usb/api/
BUILDME.TXT 15 In order to build AdbWinApi.dll you will need to install Windows Driver Kit,
17 need to set one of the WDK's build environments, "cd" back into this directory,
  /external/antlr/antlr-3.4/
antlrsources.xml 42 <!-- We need to described the source code of each of the modules we want
68 directory, we need to map the output directory so that
83 <!-- In the base runtime/Java directory, we need to include a number
86 so they need to be named here (which nicely documents what
114 directory, we need to map the output directory so that
131 <!-- In the base tool directory, we need to include a number
134 so they need to be named here (which nicely documents what
158 we need to describe them in their own fileset. No output mapping is required here
  /external/chromium/chrome/browser/extensions/
permissions_apitest.cc 23 // I'll need to add an EXTENSION_LOAD_ERROR notification, which is probably
35 // tab id as an argument. So, we need the tab permission to get
  /external/chromium/chrome/browser/ui/cocoa/
new_tab_button.mm 9 // Approximate the shape. It doesn't need to be perfect. This will need to be
  /external/chromium/chrome/browser/ui/gtk/
tabstrip_origin_provider.h 14 // UI don't need the full BrowserWindowGtk, but just need information about
  /external/chromium/net/spdy/
spdy_io_buffer.h 16 // A class for managing SPDY IO buffers. These buffers need to be prioritized
17 // so that the SpdySession sends them in the right order. Further, they need
  /external/dexmaker/
README 12 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving you tight control over the bytecode emitted. Code is generated instruction-by-instruction; you bring your own abstract syntax tree if you need one. And since it uses Dalvik's dx tool as a backend, you get efficient register allocation and regular/wide instruction selection for free.
14 It includes a stock code generator for class proxies. If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
  /external/e2fsprogs/lib/uuid/
uuid_types.h 3 * everything we need. (cross fingers) Other header files may have
4 * also defined the types that we need.
uuid_types.h.in 3 * everything we need. (cross fingers) Other header files may have
4 * also defined the types that we need.
  /external/guava/guava/src/com/google/common/util/concurrent/
ListeningScheduledExecutorService.java 26 * {@code schedule*} methods, by contrast, need not implement {@code
32 * ListenableFuture, too? But then we'll need ListenableScheduledFuture...
  /external/jmonkeyengine/engine/src/android/jme3test/android/
AndroidManifest.xml 9 <!-- Tell the system that you need ES 2.0. -->
12 <!-- Tell the system that you need distinct touches (for the zoom gesture). -->
  /external/llvm/docs/HistoricalNotes/
2003-01-23-CygwinNotes.txt 16 4. Relink, aka ld -r, doesn't work (probably an ld bug); you need
17 DONT_BUILD_RELINKED. This breaks all the tools makefiles; you just need to
  /external/llvm/test/MC/X86/AlignedBundling/
long-nop-pad.s 14 # To align this group to a bundle end, we need a 15-byte NOP and a 12-byte NOP.
23 # To align this group to a bundle end, we need two 15-byte NOPs, and a 1-byte.
pad-bundle-groups.s 18 # We'll need a 6-byte NOP before this group
39 # And here we'll need a 11-byte NOP
  /external/openssh/
sandbox-null.c 47 * Strictly, we don't need to maintain any state here but we need
  /external/oprofile/libabi/
opimport.cpp 60 little_endian = theabi.need(string("little_endian")) == 1;
79 + theabi.need(off);
80 size_t nbytes = theabi.need(sz);
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4);
134 src += abi.need("sizeof_struct_opd_header");
140 src += abi.need("sizeof_odb_descr_t");
144 src += abi.need("sizeof_odb_node_t");
147 unsigned int step = abi.need("sizeof_odb_node_t");
  /external/qemu/distrib/sdl-1.2.15/
README.HG 12 If you are building SDL with an IDE, you will need to copy the file
15 If you are building SDL via configure, you will need to run autogen.sh
  /external/qemu/hw/
goldfish_vmem.c 19 // Both safe_memory_rw_debug and safe_get_phys_page_debug need to translate
20 // virtual addresses to physical addresses. When running on KVM we need to
  /external/qemu/slirp/
if.h 23 * and 8 bytes for PPP, but need to have it on an 8byte boundary
56 /* ie: number of bytes that didn't need to be sent over the link
  /external/qemu/slirp-android/
if.h 23 * and 8 bytes for PPP, but need to have it on an 8byte boundary
56 /* ie: number of bytes that didn't need to be sent over the link

Completed in 589 milliseconds

1 2 3 4 5 6 7 8 91011>>