HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 751 - 775 of 1083) sorted by null

<<31323334353637383940>>

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 557 void WebGraphicsContext3DInProcessCommandBufferImpl::flush() { function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
559 gl_->Flush();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 637 out.flush();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 513 * Note that calling this method flush all previous read data.
780 // Flush print stream
783 this.printStream.flush();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ResultsElement.java 566 preferences.flush();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 638 this.preferences.flush();
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 355 m_archiveOut.flush ();
577 // in overwrite mode, flush the job queue before going to the next directory:
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3Client.java 226 os.flush();
    [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 596 UBool flush; local
754 // At the last conversion in the file, flush should be set to
761 flush = (UBool)(rd != bufsz);
773 buf + rd, useOffsets ? fromoffsets : NULL, flush, &err);
871 if (chunkLimit < 0 && flush && fromSawEndOfBytes) {
918 // At the last conversion flush should be set to true to ensure that
926 // Use fromSawEndOfBytes in addition to the flush flag -
932 NULL, (UBool)(flush && fromSawEndOfBytes), &err);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_p2p_int.h 116 BOOLEAN flush; member in struct:__anon20754
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 158 * Flush flags.
310 * Flush the front buffer.
362 * Flush all drawing from context to the pipe also flushes the pipe.
364 void (*flush)(struct st_context_iface *stctxi, unsigned flags, member in struct:st_context_iface
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 809 * does not flush the underlying OutputStream.
811 public void flush() throws IOException { method in class:CodedOutputStream
887 // flush.
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 773 * does not flush the underlying OutputStream.
775 public void flush() throws IOException { method in class:CodedOutputStreamMicro
851 // flush.
    [all...]
  /external/skia/src/core/
SkRegion.cpp 806 int flush() { function in class:RgnOper
933 return oper.flush();
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 23 // Deferred canvas will auto-flush when recording reaches this limit
237 virtual void flush() SK_OVERRIDE;
372 void DeferredDevice::flush() { function in class:DeferredDevice
374 fImmediateCanvas->flush();
403 // Flush is necessary to free more space.
424 this->flush();
459 fImmediateCanvas->flush();
    [all...]
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 791 writer.flush();
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 1795 dbus_bool_t flush; local
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.c 1843 int flush=Z_SYNC_FLUSH; local
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 468 // Force flush if a shared buffer is used otherwise audioflinger
493 void AudioTrack::flush() function in class:android::AudioTrack
519 mProxy->flush();
520 mAudioTrack->flush();
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 1692 void MediaPlayerService::AudioOutput::flush() function in class:android::MediaPlayerService::AudioOutput
    [all...]
MediaPlayerService.h 101 virtual void flush();
211 virtual void flush() {} function in class:android::MediaPlayerService::AudioCache
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 138 status_t flush();
562 status_t err = flush();
842 status_t ATSParser::Stream::flush() { function in class:android::ATSParser::Stream
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 250 void AudioFlinger::TrackHandle::flush() { function in class:android::AudioFlinger::TrackHandle
251 mTrack->flush();
394 // flush the binder command buffer
618 // Acknowledge any pending flush(), so that subsequent new data isn't discarded.
641 // If the track is not active (PAUSED and buffers full), flush buffers
692 void AudioFlinger::PlaybackThread::Track::flush() function in class:android::AudioFlinger::PlaybackThread::Track
694 ALOGV("flush(%d)", mName);
701 // If offloaded we allow flush during any state except terminated
709 ALOGV("flush: offload flush");
    [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 572 status_t Camera2Device::flush() { function in class:android::Camera2Device
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 1116 status_t Camera3Device::flush() { function in class:android::Camera3Device
    [all...]
  /frameworks/base/core/java/android/app/
BackStackRecord.java 589 pw.flush();
698 pw.flush();

Completed in 2945 milliseconds

<<31323334353637383940>>