HomeSort by relevance Sort by last modified time
    Searched full:need (Results 76 - 100 of 8379) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bluetooth/glib/
HACKING 1 If you want to hack on the GLib project, you'll need to have the
13 To compile a CVS version of glib on your system, you will need to take
  /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/kernel-headers/original/asm-generic/
mman.h 30 #define MADV_WILLNEED 3 /* will need these pages */
31 #define MADV_DONTNEED 4 /* don't need these pages */
  /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/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
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
bktrace.h 27 /// need to use a debug build with symbols and with frame pointers. For
28 /// GNU ld you will also need to link with the -rdynamic option to see
  /frameworks/base/opengl/libagl/
Android.mk 41 # we need to access the private Bionic header <bionic_tls.h>
42 # on ARM platforms, we need to mirror the ARCH_ARM_HAVE_TLS_REGISTER
  /external/icu4c/i18n/
tmunit.cpp 29 * 1. a flag need to be added in Measure;
30 * 2. a new constructor which takes const "unit" as parameter need to be added,
32 * 3. clone and destructor need to check upon this flag to distinguish on how
49 * we should and need to change TimeUnitAmount and CurrencyAmount to be
51 * Or we need to add 2 parallel mutable classes in order to
  /external/jpeg/
jinclude.h 14 * JPEG library. Most applications need only include jpeglib.h.
18 /* Include auto-config file to find out which system include files we need. */
24 * We need the NULL macro and size_t typedef.
49 * We need memory copying and zeroing functions, plus strncpy().
84 * these macros. On some systems you may need to twiddle the argument casts.
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto.h 14 * This file defines the cryptographic functions that need to be implemented
152 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
165 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
184 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
207 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
223 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
238 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
249 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
269 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
281 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
    [all...]
  /external/wpa_supplicant/
crypto.h 14 * This file defines the cryptographic functions that need to be implemented
151 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
164 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
183 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
206 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
222 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
237 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
248 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
268 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
280 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
    [all...]
  /development/host/windows/usb/
readme.txt 3 package that is compliant with android_winusb.inf, you need to create
34 template to create new .inf file for new devices. Note that you also need
38 available in WDK at bin\SelfSign folder. To use this utility you will need to
  /external/bison/lib/
gnulib.mk 14 # We need the following in order to create <getopt.h> when the system
45 # We need the following in order to create <stdbool.h> when the system
64 # We need the following in order to create an empty placeholder for
  /external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_length_integer.c 37 /* we only need a leading zero if the msb of the first byte is one */
56 /* now we need a length */
70 /* we need a 0x02 to indicate it's INTEGER */
  /external/icu4c/common/
uinit.c 80 * Therefore, we need not load them here nor check for errors.
83 * Users should really open the service objects they need and check
84 * for errors there, to make sure that the actual items they need are
  /external/proguard/src/proguard/classfile/attribute/annotation/
AnnotationsAttribute.java 67 // We don't need double dispatching here, since there is only one
81 // We don't need double dispatching here, since there is only one
95 // We don't need double dispatching here, since there is only one
  /packages/apps/IM/samples/PluginDemo/src/com/android/im/plugin/demo/
DemoPresenceMapping.java 60 // need to be sent to the server. If we do need other values to the server,
82 // Return false since we don't need all values received from the server
  /system/extras/tests/sdcard/
README 21 If you want to graph the results you need gnuplot and numpy:
25 You need Gnuplot.py version 1.8 (not the one coming with ubuntu).
44 If you want to plot the data, you need to use the --dump option and provide a file:
  /build/tools/
Android.mk 19 # If we're building only unbundled apps, this is the only tool we need.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
TimeoutException.java 11 * operations for which a timeout is specified need a means to
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
OIDTokenizer.java 5 * java.util.StringTokenizer. We need this class as some of the
  /dalvik/vm/mterp/armv5te/
OP_GOTO.S 6 * The branch distance is a signed code-unit offset, which we need to
OP_GOTO_16.S 6 * The branch distance is a signed code-unit offset, which we need to

Completed in 183 milliseconds

1 2 34 5 6 7 8 91011>>