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

1 2 3

  /external/webkit/WebCore/platform/network/cf/
DNSCFNet.cpp 48 // But during page parsing, we should coalesce identical requests to avoid stressing out CFHost.
51 // Coalesce prefetch requests for this long before sending them out.
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 162 // We do not attempt to coalesce addition, which may lead to fragmentation;
163 // instead we periodically perform a sweep to try to coalesce neigboring
201 // We're going to try to find a FreeListEntry node that we can coalesce onto.
243 // to coalesce onto the end.
258 // We can coalesce the next common-sized chunk.
  /system/extras/showmap/
showmap.c 111 /* if not verbose, coalesce mappings from the same entity */
231 " -v = verbose (don't coalesce adjacant maps)\n"
  /external/iproute2/include/netinet/
tcp.h 40 #define TCP_NODELAY 1 /* Don't delay send to coalesce packets */
  /external/qemu/slirp/
tcp.h 114 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
tcp_var.h 55 #define TF_NODELAY 0x0004 /* don't delay packets to coalesce */
  /external/qemu/slirp-android/
tcp.h 116 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
tcp_var.h 60 #define TF_NODELAY 0x0004 /* don't delay packets to coalesce */
  /external/v8/src/
allocation.cc 162 // We don't attempt to coalesce.
  /external/kernel-headers/original/linux/
ethtool.h 100 __u32 cmd; /* ETHTOOL_{G,S}COALESCE */
438 #define ETHTOOL_GCOALESCE 0x0000000e /* Get coalesce config */
439 #define ETHTOOL_SCOALESCE 0x0000000f /* Set coalesce config. */
  /external/icu4c/common/
triedict.cpp 888 // Most significant is type of node. Can never coalesce.
892 // Next, the "parent ends word" flag. If that differs, we cannot coalesce.
896 // Next, the string. If that differs, we can never coalesce.
963 // The sort stability guarantees that, because as we coalesce more and
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
package.html 209 <p>The <code>Number</code> return type attempts to coalesce the text
  /external/webkit/WebCore/storage/
DatabaseAuthorizer.cpp 63 m_whitelistedFunctions.add("coalesce");
  /bootable/recovery/mtdutils/
mtdutils.c 475 // Coalesce partial writes into complete blocks
  /external/qemu/android/skin/
region.c 344 /* coalesce two identical bands */
1001 /* coalesce the temp runs in-place and compute the corresponding bounds */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
cc1 
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 827 sbv.append("COALESCE(?, ");
    [all...]
  /external/webkit/WebCore/rendering/
RenderInline.cpp 395 // The goal here is to match up if we can, so that we can coalesce and create the
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
options.h     [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 468 bool coalesce = shouldCoalesce(event->area, rects.get(), rectCount); local
470 if (coalesce) {
    [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp     [all...]
  /frameworks/base/services/java/com/android/server/status/
StatusBarService.java 599 // coalesce these
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/bin/
c++ 
g++ 
gcc 

Completed in 1568 milliseconds

1 2 3