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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_server_lib.cc 172 // start serving requests until `this->Start()` is called, which
198 return errors::Unknown("Could not start gRPC server");
313 Status GrpcServer::Start() {
  /external/tensorflow/tensorflow/core/kernels/
critical_section.cc 68 // if queue is not empty, start the next entry off the queue.
116 execution->Start();
141 void Start() {
  /external/tensorflow/tensorflow/core/platform/posix/
subprocess.cc 156 bool SubProcess::Start() {
160 LOG(ERROR) << "Start called after the process was started.";
164 LOG(ERROR) << "Start called without setting a program.";
174 LOG(ERROR) << "Start cannot create pipe: " << strerror(errno);
188 LOG(ERROR) << "Start cannot make pipe non-blocking: "
194 LOG(ERROR) << "Start cannot make pipe close-on-exec: "
202 // Start the child process and setup the file descriptors of both processes.
206 LOG(ERROR) << "Start cannot fork() child process: " << strerror(errno);
  /external/v8/src/debug/
debug-interface.h 138 bool GetPossibleBreakpoints(const debug::Location& start,
180 const debug::Location& start,
220 Location Start() { return start_; }
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 42 bool VideoRecorder::Start(const std::string& filename, bool write_header) {
122 // Read the first frame and start the message pump. The pump runs until
199 // Seek back to the start of the file.
207 // the frame interval to kMinimumInterval here. In Start(), if the capture
230 CaptureState FileVideoCapturer::Start(const VideoFormat& capture_format) {
247 bool ret = file_read_thread_->Start();
252 LOG(LS_ERROR) << "File video capturer '" << GetId() << "' failed to start";
macdevicemanager.cc 50 virtual bool Start();
182 bool MacDeviceWatcher::Start() {
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 282 CaptureState WebRtcVideoCapturer::Start(const VideoFormat& capture_format) {
290 << "Trying to start capturer on different threads";
307 uint32_t start = rtc::Time(); local
310 LOG(LS_ERROR) << "Camera '" << GetId() << "' failed to start";
320 << rtc::TimeSince(start) << " ms";
375 // This can only happen between Start() and Stop().
403 // This can only happen between Start() and Stop().
  /external/webrtc/webrtc/audio/
audio_receive_stream.cc 142 void AudioReceiveStream::Start() {
audio_send_stream.cc 98 void AudioSendStream::Start() {
  /external/webrtc/webrtc/base/
platform_thread.cc 130 void PlatformThread::Start() {
182 // The interface contract of Start/Stop is that for a successfull call to
183 // Start, there should be at least one call to the run function. So we
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 76 void ScreenCapturerWinMagnifier::Start(Callback* callback) {
445 fallback_capturer_->Start(callback_);
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_win.cc 40 // Skip the Program Manager window and the Start button.
47 // Skip Program Manager window and the Start button. This is the same logic
92 void Start(Callback* callback) override;
145 void WindowCapturerWin::Start(Callback* callback) {
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_posix.cc 76 bool UdpSocketManagerPosix::Start()
79 "UdpSocketManagerPosix(%d)::Start()",
86 retVal = _socketMgr[i]->Start();
94 "UdpSocketManagerPosix(%d)::Start() error starting socket managers",
220 bool UdpSocketManagerPosixImpl::Start()
223 "Start UdpSocketManagerPosix");
224 _thread.Start();
  /external/webrtc/webrtc/video/
video_receive_stream.cc 305 void VideoReceiveStream::Start() {
307 incoming_video_stream_->Start();
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_output_test.cc 39 void Start();
109 void OutputTest::Start() {
188 test.Start();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Dominators.h 48 const BasicBlock *Start;
53 Start(Start_), End(End_) {}
56 : Start(Pair.first), End(Pair.second) {}
59 : Start(Pair.first), End(Pair.second) {}
62 return Start;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Dominators.h 48 const BasicBlock *Start;
53 Start(Start_), End(End_) {}
56 : Start(Pair.first), End(Pair.second) {}
59 : Start(Pair.first), End(Pair.second) {}
62 return Start;
69 /// Check if this is the only edge between Start and End.
150 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Dominators.h 48 const BasicBlock *Start;
53 Start(Start_), End(End_) {}
56 : Start(Pair.first), End(Pair.second) {}
59 : Start(Pair.first), End(Pair.second) {}
62 return Start;
69 /// Check if this is the only edge between Start and End.
150 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Dominators.h 73 const BasicBlock *Start;
78 Start(Start_), End(End_) {}
81 : Start(Pair.first), End(Pair.second) {}
84 : Start(Pair.first), End(Pair.second) {}
87 return Start;
94 /// Check if this is the only edge between Start and End.
173 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Dominators.h 73 const BasicBlock *Start;
78 Start(Start_), End(End_) {}
81 : Start(Pair.first), End(Pair.second) {}
84 : Start(Pair.first), End(Pair.second) {}
87 return Start;
94 /// Check if this is the only edge between Start and End.
173 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Dominators.h 73 const BasicBlock *Start;
78 Start(Start_), End(End_) {}
81 : Start(Pair.first), End(Pair.second) {}
84 : Start(Pair.first), End(Pair.second) {}
87 return Start;
94 /// Check if this is the only edge between Start and End.
173 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Dominators.h 73 const BasicBlock *Start;
78 Start(Start_), End(End_) {}
81 : Start(Pair.first), End(Pair.second) {}
84 : Start(Pair.first), End(Pair.second) {}
87 return Start;
94 /// Check if this is the only edge between Start and End.
173 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Dominators.h 48 const BasicBlock *Start;
53 Start(Start_), End(End_) {}
56 : Start(Pair.first), End(Pair.second) {}
59 : Start(Pair.first), End(Pair.second) {}
62 return Start;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Dominators.h 48 const BasicBlock *Start;
53 Start(Start_), End(End_) {}
56 : Start(Pair.first), End(Pair.second) {}
59 : Start(Pair.first), End(Pair.second) {}
62 return Start;
69 /// Check if this is the only edge between Start and End.
150 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Dominators.h 48 const BasicBlock *Start;
53 Start(Start_), End(End_) {}
56 : Start(Pair.first), End(Pair.second) {}
59 : Start(Pair.first), End(Pair.second) {}
62 return Start;
69 /// Check if this is the only edge between Start and End.
150 /// If BBE is not a unique edge between start and end of the edge, it can

Completed in 2968 milliseconds

<<11121314151617181920>>