HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 276 - 300 of 2652) sorted by null

<<11121314151617181920>>

  /external/emma/core/java12/com/vladium/logging/
Logger.java 436 m_out.flush ();
483 if (FLUSH_LOG) out.flush ();
536 pw.flush ();
542 if (FLUSH_LOG) out.flush ();
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 91 flush(); method
110 flush(); method
129 flush(); method
216 flush(); method
255 public void flush() throws IOException { method in class:FastXmlSerializer
256 //Log.i("PackageManager", "flush mPos=" + mPos);
272 mOutputStream.flush();
275 mWriter.flush();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
BufferedOutputStreamTest.java 58 buffos.flush();
72 buffos.flush();
99 * java.io.BufferedOutputStream#flush()
105 os.flush();
106 assertEquals("Bytes not written after flush", 500,
136 os.flush();
138 assertEquals("Bytes not written after flush", 500, bais.available());
159 assertEquals("Should flush before write", "ab", mos.getWritten());
654 os.flush();
656 assertEquals("Byte not written after flush", 1, bais.available())
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldOutputStreamWriterTest.java 217 writer.flush();
246 // Test for method void java.io.OutputStreamWriter.flush()
250 osw.flush();
261 osw.flush();
303 charsOut.flush();
413 writer.flush();
419 writer.flush();
456 writer.flush();
461 writer.flush();
466 writer.flush();
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java 241 logStream.flush();
282 oldStream.flush();
425 stream.flush();
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java 241 logStream.flush();
282 oldStream.flush();
425 stream.flush();
  /cts/hostsidetests/theme/app/src/android/theme/app/
GenerateBitmapTask.java 85 stream.flush();
ThemeTestUtils.java 54 zipOut.flush();
  /cts/tests/sensor/src/android/hardware/cts/helpers/
TestSensorManager.java 159 * Call {@link SensorManager#flush(SensorEventListener)}. This method will perform a no-op if
162 * @return A CountDownLatch which can be used to wait for a flush complete event.
163 * @throws AssertionError if {@link SensorManager#flush(SensorEventListener)} fails.
172 SensorCtsHelper.formatAssertionMessage("Flush", mEnvironment),
173 mSensorManager.flush(mTestSensorEventListener));
  /cts/tests/tests/content/src/android/content/cts/
ImageCaptureActivity.java 69 writer.flush();
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java 65 outputStream.flush();
  /cts/tests/tests/os/src/android/os/cts/
CustomClassLoaderTest.java 56 fos.flush();
  /cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java 73 ps.flush();
PrintWriterPrinterTest.java 75 pw.flush();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathRuntimeException.java 216 // Flush the PrintWriter before it's GC'ed.
217 pw.flush();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
JPDALogWriter.java 247 outputStream.flush();
  /external/apache-http/src/org/apache/http/entity/
FileEntity.java 90 outstream.flush();
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 208 // Check for expect-continue handshake. We have to flush the
217 conn.flush();
245 conn.flush();
  /external/autotest/client/site_tests/firmware_TouchMTB/
report_html.py 180 def flush(self): member in class:ReportHtml
181 """Flush the current gesture including gesture log, image and
185 # It is ok to flush the gesture log even when there are no mtplot images
  /external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
network_WiFi_RoamOnLowPower.py 22 like a Python built-in file. In particular, it needs 'flush', which a
38 def flush(self): member in class:Reporter
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
WorkerEventLog.java 45 writer.flush();
50 writer.flush();
55 writer.flush();
61 writer.flush();
72 writer.flush();
78 writer.flush();
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
PipeByteBuffer.java 161 public void flush() { method in class:PipeByteBuffer
  /external/e2fsprogs/e2fsck/
iscan.c 51 int flush = 0; local
67 flush = 1;
76 if (flush) {
86 _("while trying to flush %s"), device_name);
  /external/eigen/bench/
sparse_cholesky.cpp 66 std::cout << name << "..." << std::flush; member in class:std
sparse_lu.cpp 48 std::cout << name << "..." << std::flush; member in class:std

Completed in 511 milliseconds

<<11121314151617181920>>