/external/llvm/test/MC/X86/AlignedBundling/ |
pad-align-to-bundle-end.s | 16 # To align this group to a bundle end, we need a 1-byte NOP.
|
/external/oprofile/libabi/ |
abi.cpp | 38 int abi::need(string const key) const throw (abi_exception) function in class:abi
|
/external/chromium/third_party/libevent/ |
buffer.c | 38 /* If we have vasprintf, we need to define this before we include stdio.h. */ 115 * Optimization comes with a price; we need to notify the 266 size_t need = buf->misalign + buf->off + datlen; local 269 if (buf->totallen >= need) 284 while (length < need) 302 size_t need = buf->misalign + buf->off + datlen; local 305 if (buf->totallen < need) {
|
/external/chromium_org/third_party/libevent/ |
buffer.c | 38 /* If we have vasprintf, we need to define this before we include stdio.h. */ 115 * Optimization comes with a price; we need to notify the 266 size_t need = buf->misalign + buf->off + datlen; local 269 if (buf->totallen >= need) 284 while (length < need) 302 size_t need = buf->misalign + buf->off + datlen; local 305 if (buf->totallen < need) {
|
/external/chromium_org/tools/grit/grit/gather/ |
chrome_html_unittest.py | 45 <!-- Don't need a body. --> 79 <!-- Don't need a body. --> 213 <!-- Don't need a body. --> 243 <!-- Don't need a body. --> 375 <!-- Don't need a body. --> 405 <!-- Don't need a body. --> 422 <!-- Don't need a body. --> 459 <!-- Don't need a body. --> 479 <!-- Don't need a body. --> 515 <!-- Don't need a body. -- [all...] |
/external/zlib/src/contrib/puff/ |
puff.c | 116 * Return need bits from the input stream. This always leaves less than 117 * eight bits in the buffer. bits() works properly for need == 0. 126 local int bits(struct state *s, int need) 130 /* load at least need bits into val */ 132 while (s->bitcnt < need) { 139 /* drop need bits and update buffer, always zero to seven bits left */ 140 s->bitbuf = (int)(val >> need); 141 s->bitcnt -= need; 143 /* return need bits, zeroing the bits above that */ 144 return (int)(val & ((1L << need) - 1)) [all...] |
/frameworks/ex/common/java/com/android/common/widget/ |
GroupingListAdapter.java | 183 * Scans over the entire cursor looking for duplicate phone numbers that need 218 private int idealLongArraySize(int need) { 219 return idealByteArraySize(need * 8) / 8; 223 private int idealByteArraySize(int need) { 225 if (need <= (1 << i) - 12) 228 return need;
|
/external/wpa_supplicant_8/src/crypto/ |
md4-internal.c | 54 * except that you don't need to include two pages of legalese 110 size_t have, need; local 112 /* Check how many bytes we already have and how many more we need. */ 114 need = MD4_BLOCK_LENGTH - have; 119 if (len >= need) { 121 os_memcpy(ctx->buffer + have, input, need); 123 input += need; 124 len -= need;
|
/frameworks/av/media/libnbaio/ |
NBLog.cpp | 180 size_t need = entry->mLength + 3; // mEvent, mLength, data[length], mLength local 181 // need = number of bytes remaining to write 182 if (written > need) { 183 written = need; 191 if (rear + written == mSize && (need -= written) > 0) { 192 for (i = 0; i < need; ++i) { 195 written += need;
|
/frameworks/native/opengl/libs/ |
Android.mk | 40 # we need to access the private Bionic header <bionic_tls.h> 86 # we need to access the private Bionic header <bionic_tls.h> 111 # we need to access the private Bionic header <bionic_tls.h>
|
/dalvik/vm/mterp/x86/ |
OP_SGET.S | 38 EXPORT_PC # could throw, need to export
|
OP_SPUT.S | 38 EXPORT_PC # could throw, need to export
|
/external/arduino/hardware/arduino/cores/arduino/ |
WInterrupts.c | 111 #warning attachInterrupt may need some more work for this cpu (case 1) 171 #warning detachInterrupt may need some more work for this cpu (case 1)
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
storage_area.js | 21 // even generate) for other APIs that need to do this. Same for other
|
/external/chromium_org/native_client_sdk/src/resources/ |
background.js | 20 // Normally you won't need to do this; just call:
|
/external/chromium_org/third_party/WebKit/Source/testing/data/fonts/ |
fonts.conf | 36 <!-- Some layout tests specify Helvetica as a family and we need to make sure
|
/external/chromium_org/third_party/icu/source/data/sprep/ |
spreplocal.mk | 15 # If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL), we have to add back
|
/external/libxslt/ |
Android.mk | 3 # We need to build this for both the device (as a shared library)
|
/frameworks/base/media/mca/filterfw/native/ |
libfilterfw.mk | 19 # Uncomment the requirements below, once we need them:
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/ |
Android.mk | 25 # comment it out for now since we need use some hidden APIs
|
/frameworks/native/opengl/libagl/ |
Android.mk | 44 # we need to access the private Bionic header <bionic_tls.h>
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLServerSocketImpl.java | 159 public void setNeedClientAuth(boolean need) { 160 sslParameters.setNeedClientAuth(need);
|
/ndk/build/core/ |
prebuilt-static-library.mk | 27 # Prebuilt static libraries don't need to be copied to TARGET_OUT
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
macresource.py | 15 def need(restype, resid, filename=None, modname=None): function 117 need('Estr', 1, filename="errors.rsrc", modname=__name__)
|
/system/core/init/ |
Android.mk | 62 # We need this so that the installed files could be picked up based on the
|