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

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-x86/
mmu.h 11 * cpu_vm_mask is used to optimize ldt flushing.
tlbflush_32.h 73 * TLB flushing:
83 * ..but the i386 has somewhat limited tlb flushing capabilities,
  /external/skia/src/gpu/
GrTexture.cpp 19 // go through context so that all necessary flushing occurs
33 // go through context so that all necessary flushing occurs
GrRenderTarget.cpp 19 // go through context so that all necessary flushing occurs
33 // go through context so that all necessary flushing occurs
45 // go through context so that all necessary flushing occurs
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Endpoint.java 76 * Closes this endpoint without flushing any of its
82 * Closes this endpoint, optionally flushing any queued
85 * close() is still flushing the earlier queued messages.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs_fs.h 19 * When flushing a cluster of dirty pages, there can be different
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs_fs.h 19 * When flushing a cluster of dirty pages, there can be different
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs_fs.h 19 * When flushing a cluster of dirty pages, there can be different
  /external/v8/test/mjsunit/regress/
regress-97116.js 30 // Check that we are not flushing code for inlined functions that
36 for (var i = 0; i < 10; i++) gc(); // Force code flushing.
  /external/v8/src/arm/
cpu-arm.cc 30 #include <sys/syscall.h> // for cache flushing.
39 #include "simulator.h" // for cache flushing.
55 // Nothing to do flushing no instructions.
  /external/chromium/chrome/common/
profiling.h 33 // Called when the main message loop is started, so that automatic flushing
  /external/kernel-headers/original/asm-mips/
tlbflush.h 7 * TLB flushing:
cacheflush.h 16 /* Cache flushing:
20 * - flush_cache_dup mm(mm) handles cache flushing when forking
  /external/libogg/
CHANGES 3 * Alter default flushing behavior to span less often and use larger page
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
kdaemon.h 28 /* Start, flush, or tune the kernel's buffer flushing daemon. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
kdaemon.h 28 /* Start, flush, or tune the kernel's buffer flushing daemon. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
kdaemon.h 28 /* Start, flush, or tune the kernel's buffer flushing daemon. */
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpTests.java 226 // Flushing with post
247 Assert.assertTrue("Flushing with post: " + result, (chunkChar
251 Assert.fail("Exception during flushing post test: " + e);
254 // Flushing with post and setting content-length
276 Assert.assertTrue("Flushing with post and setting content-length: "
281 Assert.fail("Exception during flushing with content-length post test: "
285 // Flushing followed immediately by a close()
305 Assert.assertTrue("Flushing followed immediately by a close(): "
  /external/v8/src/ia32/
cpu-ia32.cc 56 // cache flushing is only necessary when multiple cores running the same
61 // If flushing of the instruction cache becomes necessary Windows has the
  /external/v8/src/mips/
cpu-mips.cc 44 #include "simulator.h" // For cache flushing.
61 // Nothing to do, flushing no instructions.
  /external/v8/src/x64/
cpu-x64.cc 56 // cache flushing is only necessary when multiple cores running the same
61 // If flushing of the instruction cache becomes necessary Windows has the
  /external/webrtc/src/modules/audio_processing/utility/
ring_buffer.h 42 // that is, flushing the buffer. Negative |element_count| moves the read
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 57 * Creates an optionally-flushing deflater stream, writes some bytes to it,
68 private InflaterInputStream createInflaterStream(final boolean flushing) throws Exception {
75 OutputStream out = new DeflaterOutputStream(pout, flushing);
  /external/dropbear/
common-channel.c 151 newchan->flushing = 0;
271 if (!channel->flushing && channel->type->check_close
274 channel->flushing = 1;
290 /* Special handling for flushing read data after an exit. We
293 if (channel->flushing) {
294 TRACE(("might send data, flushing"))
623 time we expect to receive EAGAIN is when we're flushing a FD,
641 /* If we receive less data than we requested when flushing, we've
643 if (channel->flushing && len < (ssize_t)maxlen)
645 TRACE(("closing from channel, flushing out.")
    [all...]
  /bionic/libc/stdlib/
exit.c 48 * Exit, flushing stdio buffers if necessary.

Completed in 770 milliseconds

1 2 3 4 5 6 7 8 91011>>