HomeSort by relevance Sort by last modified time
    Searched full:flushing (Results 1 - 25 of 635) 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.
  /external/chromium_org/third_party/skia/src/gpu/
GrRenderTarget.cpp 21 // go through context so that all necessary flushing occurs
37 // go through context so that all necessary flushing occurs
49 // 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.
  /external/skia/src/gpu/
GrRenderTarget.cpp 21 // go through context so that all necessary flushing occurs
37 // go through context so that all necessary flushing occurs
49 // go through context so that all necessary flushing occurs
  /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/chromium_org/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.
regress-97116b.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/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/chromium_org/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/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.
  /libcore/luni/src/main/java/java/util/zip/
GZIPOutputStream.java 59 * the given stream with the given flushing behavior (see {@link DeflaterOutputStream#flush}).
69 * flushing behavior (see {@link DeflaterOutputStream#flush}).
78 * flushing behavior (see {@link DeflaterOutputStream#flush}).
  /external/chromium_org/content/browser/renderer_host/input/
input_router_client.h 50 // Certain router implementations require periodic flushing of queued events.
55 // Called when the router has finished flushing all events queued at the time
  /external/chromium_org/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/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:
  /external/libogg/
CHANGES 3 * Alter default flushing behavior to span less often and use larger page
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 60 * Creates an optionally-flushing deflater stream, writes some bytes to it,
71 static InputStream createInflaterStream(final Class<?> c, final boolean flushing) throws Exception {
80 out = new DeflaterOutputStream(pout, flushing);
82 out = new GZIPOutputStream(pout, flushing);
  /ndk/sources/third_party/googletest/patches.ndk/
0002-Work-around-broken-abort-on-Android-MIPS.patch 7 by using exit(1) after flushing all opened files, which should
  /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/chromium_org/google_apis/gcm/base/
socket_stream.h 142 // (it's invalid to write to an output stream while it's flushing).
152 // Ready for flushing (some data is present).
154 // In the process of flushing into the socket.
155 FLUSHING,
195 // Note: last_error_ == net::ERR_IO_PENDING implies GetState() == FLUSHING.
  /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(): "

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 91011>>