Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/external/u-boot/board/armadeus/apf27/
Dfpga.c85 int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn()
96 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
134 int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn()
142 int fpga_cs_fn(int assert_cs, int flush, int cookie) in fpga_cs_fn()
159 int fpga_wdata_fn(unsigned char data, int flush, int cookie) in fpga_wdata_fn()
/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
DGwtWorkarounds.java79 void flush() throws IOException; in flush() method
88 void flush() throws IOException; in flush() method
106 public void flush() {} in stringBuilderOutput() method
/external/u-boot/board/astro/mcf5373l/
Dfpga.c65 int altera_config_fn(int assert_config, int flush, int cookie) in altera_config_fn()
101 int altera_write_fn(const void *buf, size_t len, int flush, int cookie) in altera_write_fn()
204 int xilinx_pgm_config_fn(int assert, int flush, int cookie) in xilinx_pgm_config_fn()
301 int xilinx_clk_config_fn(int assert_clk, int flush, int cookie) in xilinx_clk_config_fn()
312 int xilinx_wr_config_fn(int assert_write, int flush, int cookie) in xilinx_wr_config_fn()
323 int xilinx_fastwr_config_fn(void *buf, size_t len, int flush, int cookie) in xilinx_fastwr_config_fn()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java41 boolean flush) { in decodeLoop()
191 boolean flush) { in encodeLoop()
273 boolean flush) { in encodeLoopCoreOptimized()
296 …tected CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized()
324 …protected final CoderResult encodeMalformedOrUnmappable(CharBuffer source, int ch, boolean flush) { in encodeMalformedOrUnmappable()
334 private final CoderResult encodeTrail(CharBuffer source, char lead, boolean flush) { in encodeTrail()
/external/autotest/client/cros/
Dkernel_trace.py43 def __init__(self, flush=True, events=None, on=True): argument
59 def __del__(self, flush=True, events=None, on=True): argument
160 def flush(self): member in KernelTrace
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DWriteQueue.java77 ChannelFuture enqueue(QueuedCommand command, boolean flush) { in enqueue()
95 void enqueue(Runnable runnable, boolean flush) { in enqueue()
106 private void flush() { in flush() method in WriteQueue
/external/mesa3d/src/gallium/auxiliary/util/
Du_dirty_surfaces.h57 …pling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling()
70 …, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_levels_for_sampling()
86 …s, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling_with()
/external/u-boot/board/spear/x600/
Dfpga.c40 static int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn()
122 static int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
131 static int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DTransliteratingTextComponent.java81 public void flush() { in flush() method in TransliteratingTextComponent
86 protected void transliterate(char ch, boolean flush) { in transliterate()
/external/zlib/src/examples/
Dfitblk.c75 int ret, flush; in partcompress() local
98 int ret, flush; in recompress() local
/external/u-boot/board/theadorable/
Dfpga.c46 static int fpga_config_fn(int assert, int flush, int cookie) in fpga_config_fn()
61 static int fpga_write_fn(const void *buf, size_t len, int flush, int cookie) in fpga_write_fn()
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1_test.py254 def flush(self): member in TestTensorBoardV1.test_Tensorboard_histogram_summaries_in_test_function.FileWriterStub
409 def flush(self): member in TestTensorBoardV1.test_Tensorboard_batch_logging.FileWriterStub
442 def flush(self): member in TestTensorBoardV1.test_Tensorboard_epoch_and_batch_logging.FileWriterStub
518 def flush(self): member in TestTensorBoardV1.test_TensorBoard_update_freq.FileWriterStub
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DFlushShieldFilterOutputStream.java36 public void flush() throws IOException { in flush() method in FlushShieldFilterOutputStream
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DCharWrapperTester.java203 public void flush() throws IOException { in flush() method in CharWrapperTester.ClosableStringWriter
233 public void flush() throws IOException { in flush() method in CharWrapperTester.FailOnFlushWriter
245 public void flush() throws IOException { in flush() method in CharWrapperTester.FailOnCloseWriter
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/io/
DSimpleOutputStream.java16 public void flush() in flush() method in SimpleOutputStream
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
DSimpleOutputStream.java12 public void flush() in flush() method in SimpleOutputStream
/external/slf4j/log4j-over-slf4j/src/test/java/org/dummy/
DListHandler.java40 public void flush() { in flush() method in ListHandler
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DSink.java58 @Override void flush() throws IOException; in flush() method
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DTestLogHandler.java35 @Override public void flush() { in flush() method in TestLogHandler
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_utils.lua62 function flush(slides, block) function
/external/skia/resources/lua/
Dslides_utils.lua62 function flush(slides, block) function
/external/skqp/resources/lua/
Dslides_utils.lua62 function flush(slides, block) function
/external/okhttp/okio/okio/src/main/java/okio/
DSink.java56 @Override void flush() throws IOException; in flush() method
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
DOpenedSocket.java119 @Override public void flush() throws IOException { in flush() method in OpenedSocket.Writer
160 @Override public void flush() throws IOException { in getOutputStream() method in OpenedSocket
/external/python/cpython2/Lib/test/
Dsortperf.py56 def flush(): function

12345678910>>...23