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

1 2 3 4 5 6 7 891011>>

  /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/mca/filterfw/jni/
Android.mk 36 # Need FilterFW lib
39 # Also need the JNI headers.
  /frameworks/compile/libbcc/runtime/make/platform/
clang_darwin.mk 12 # Configuration for targetting 10.4. We need a few functions missing from
18 # Configuration for targetting armv6. We need a few additional functions which
  /frameworks/native/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
  /frameworks/native/opengl/libs/GLES_trace/
Android.mk 33 # we need to access the private Bionic header <bionic_tls.h>
34 # on ARM platforms, we need to mirror the ARCH_ARM_HAVE_TLS_REGISTER
  /libcore/dalvik/src/main/java/dalvik/annotation/
ToBeFixed.java 26 * need to be fixed in future.
39 * Specifies why this method need to be fixed. If we think it's a bug, explain
  /libcore/luni/src/main/native/
readlink.cpp 24 // We can't know how big a buffer readlink(2) will need, so we need to
  /ndk/sources/host-tools/sed-4.2.1/m4/
alloca.m4 21 AC_EGREP_CPP([Need own alloca], [
23 Need own alloca
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogListItemView.java 41 // We will assume that once measured this will not need to resize
42 // itself, so there is no need to pass the layout request to the parent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
mman.h 30 #define MADV_WILLNEED 3 /* will need these pages */
31 #define MADV_DONTNEED 4 /* don't need these pages */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h 30 #define MADV_WILLNEED 3 /* will need these pages */
31 #define MADV_DONTNEED 4 /* don't need these pages */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h 30 #define MADV_WILLNEED 3 /* will need these pages */
31 #define MADV_DONTNEED 4 /* don't need these pages */
  /sdk/ide_common/src/com/android/ide/common/resources/
MultiResourceFile.java 63 // need to parse the file and find the content.
69 // We need an ID generation step
88 // need to parse the file and find the content.
98 // We just need to check the names of the items.
120 // We'll need an ID refresh because we deleted items
123 // don't need to touch the content, it'll get reclaimed as this objects disappear.
124 // In the mean time other objects may need to access it.
158 // If we need an ID refresh, ask the repository for that now
  /external/chromium/chrome/browser/sync/glue/
extension_util.h 44 // state. Neither |a| nor |b| need to be valid.
58 // |incognito_enabled|. Neither parameter need be valid.
63 // Copies everything but non-user properties. Neither parameter need
70 // properties. Neither |a| nor |b| need to be valid.
76 // properties. Neither |a| nor |b| need to be valid.
  /external/icu4c/i18n/
tmunit.cpp 31 * 1. a flag need to be added in Measure;
32 * 2. a new constructor which takes const "unit" as parameter need to be added,
34 * 3. clone and destructor need to check upon this flag to distinguish on how
51 * we should and need to change TimeUnitAmount and CurrencyAmount to be
53 * 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/qemu/distrib/jpeg-6b/
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_8/src/crypto/
crypto.h 8 * This file defines the cryptographic functions that need to be implemented
167 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
180 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
199 * (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
238 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
253 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
264 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
284 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
297 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 109 * Make sure we have 'need' elements from current position p. Last valid
110 * p index is data.size()-1. p+need-1 is the data index 'need' elements
111 * ahead. If we need 1 element, (p+1-1)==p must be &lt; data.size().
114 protected virtual void SyncAhead(int need) {
115 int n = (_p + need - 1) - _data.Count + 1; // how many more elements we need?
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 127 * Make sure we have 'need' elements from current position p. Last valid
128 * p index is data.size()-1. p+need-1 is the data index 'need' elements
129 * ahead. If we need 1 element, (p+1-1)==p must be &lt; data.size().
132 protected virtual void SyncAhead( int need )
134 int n = ( _p + need - 1 ) - _data.Count + 1; // how many more elements we need?
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 95 /** Make sure we have 'need' elements from current position p. Last valid
96 * p index is data.size()-1. p+need-1 is the data index 'need' elements
97 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
99 protected void syncAhead(int need) {
100 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.h 82 /** Make sure we have 'need' elements from current position p. Last valid
83 * p index is data.size()-1. p+need-1 is the data index 'need' elements
84 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
86 public void sync(int need) {
87 int n = (p+need-1) - data.size() + 1; // how many more elements we need?

Completed in 1170 milliseconds

1 2 3 4 5 6 7 891011>>