HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 226 - 250 of 826) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.cpp 119 // If this is the start of a // comment, skip until the end of the line or
316 // Start of a nested comment?
411 const char *Start = CurPtr++;
417 StringSwitch<tgtok::TokKind>(StringRef(Start, CurPtr - Start))
433 return Kind != tgtok::Error ? Kind : ReturnError(Start-1, "Unknown operator");
  /external/tensorflow/tensorflow/cc/training/
queue_runner.cc 88 Status QueueRunner::Start(Session* sess) { return Start(sess, 0); }
93 return Start(sess, 0);
96 Status QueueRunner::Start(Session* sess, int wait_for) {
126 return Start(session, wait_for_ms);
  /external/webrtc/talk/app/webrtc/
androidvideocapturer.cc 168 cricket::CaptureState AndroidVideoCapturer::Start(
173 LOG(LS_INFO) << " AndroidVideoCapturer::Start " << capture_format.width << "x"
180 delegate_->Start(capture_format.width, capture_format.height, fps, this);
videosource_unittest.cc 87 virtual cricket::CaptureState Start(
94 return FakeVideoCapturer::Start(capture_format);
209 // Test start stop with a remote VideoSource - the video source that has a
347 // Test that the source can start the video and get the requested aspect ratio
  /external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.cc 77 void AndroidVideoCapturerJni::Start(int width, int height, int framerate,
79 LOG(LS_INFO) << "AndroidVideoCapturerJni start";
  /external/webrtc/talk/media/base/
fakevideocapturer.h 141 virtual cricket::CaptureState Start(const cricket::VideoFormat& format) {
  /external/webrtc/talk/media/devices/
devicemanager.h 115 virtual bool Start() { return true; }
yuvframescapturer.cc 56 // Read the first frame and start the message pump. The pump runs until
135 CaptureState YuvFramesCapturer::Start(const VideoFormat& capture_format) {
146 bool ret = frames_generator_thread->Start();
151 LOG(LS_ERROR) << "Yuv Frame Generator failed to start";
  /external/webrtc/talk/session/media/
currentspeakermonitor.cc 55 void CurrentSpeakerMonitor::Start() {
  /external/webrtc/webrtc/base/
profiler.cc 51 void ProfilerEvent::Start() {
112 it->second.Start();
task.cc 59 void Task::Start() {
62 // Set the start time before starting the task. Otherwise if the task
186 case STATE_START: return "START";
  /external/webrtc/webrtc/common_video/
incoming_video_stream.cc 131 int32_t IncomingVideoStream::Start() {
147 incoming_render_thread_->Start();
236 // We have not rendered anything and have a start image.
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer.cc 132 void DesktopAndCursorComposer::Start(DesktopCapturer::Callback* callback) {
136 desktop_capturer_->Start(this);
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 146 void ScreenCapturerWinGdi::Start(Callback* callback) {
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 60 void ProcessThreadImpl::Start() {
80 thread_->Start();
  /external/webrtc/webrtc/test/
fake_audio_device.cc 56 thread_.Start();
134 void FakeAudioDevice::Start() {
  /hardware/qcom/display/msm8909/sdm/libs/core/
strategy.cpp 79 DisplayError Strategy::Start(HWLayersInfo *hw_layers_info, uint32_t *max_attempts,
93 partial_update_intf_->Start(pu_constraints);
98 error = strategy_intf_->Start(hw_layers_info_, max_attempts);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
strategy.cpp 79 DisplayError Strategy::Start(HWLayersInfo *hw_layers_info, uint32_t *max_attempts,
93 partial_update_intf_->Start(pu_constraints);
98 error = strategy_intf_->Start(hw_layers_info_, max_attempts);
  /hardware/qcom/display/msm8996/sdm/libs/core/
strategy.cpp 76 DisplayError Strategy::Start(HWLayersInfo *hw_layers_info, uint32_t *max_attempts,
103 error = strategy_intf_->Start(hw_layers_info_, max_attempts);
  /hardware/qcom/display/msm8998/sdm/libs/core/
strategy.cpp 79 DisplayError Strategy::Start(HWLayersInfo *hw_layers_info, uint32_t *max_attempts,
93 partial_update_intf_->Start(pu_constraints);
98 error = strategy_intf_->Start(hw_layers_info_, max_attempts);
  /system/bt/btif/include/
btif_state_machine.h 109 * Start the State Machine operation.
111 void Start() { TransitionTo(initial_state_); }
  /system/core/libappfuse/
FuseAppLoop.cc 199 void FuseAppLoop::Start(FuseAppLoopCallback* callback) {
  /system/core/libmemunreachable/
PtracerThread.cpp 92 bool PtracerThread::Start() {
  /system/extras/simpleperf/
workload.cpp 155 bool Workload::Start() {
160 PLOG(ERROR) << "write start signal failed";
  /art/compiler/utils/
swap_space.h 54 uintptr_t Start() const {
86 return lhs.free_by_start_entry->Start() < rhs.free_by_start_entry->Start();
102 // Map start of a free chunk to its size.

Completed in 759 milliseconds

1 2 3 4 5 6 7 8 91011>>