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

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 286 /// LexAt - Lex all tokens that start with an @ character:
331 const char *Start = CurPtr;
340 StrVal.assign(Start, CurPtr-1);
363 /// LexPercent - Lex all tokens that start with a % character:
393 /// LexQuote - Lex all tokens that start with a " character:
690 /// Lex0x: Handle productions that start with 0x, knowing that it matches and
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocBasic.cpp 444 SlotIndex Start, Stop;
445 tie(Start, Stop) = Indexes->getMBBRange(MBB);
447 SI.find(Start);
449 if (SI.start() <= Start) {
454 } else if (SI.start() > Stop)
455 MBB = Indexes->getMBBFromIndex(SI.start().getPrevIndex());
458 tie(Start, Stop) = Indexes->getMBBRange(MBB);
459 SI.advanceTo(Start);
  /external/swiftshader/third_party/LLVM/lib/Support/
MemoryBuffer.cpp 190 uintptr_t Start = reinterpret_cast<uintptr_t>(getBufferStart());
192 uintptr_t RealStart = Start & ~(PageSize - 1);
193 size_t RealSize = Size + (Start - RealStart);
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
llvm-objdump.cpp 262 uint64_t Start = Symbols[si].first;
269 else if (Symbols[si + 1].first != Start)
283 for (Index = Start; Index < End; Index += Size) {
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
MemoryBuffer.cpp 215 const char *Start = getStart(Len, Offset);
216 init(Start, Start + Len, RequiresNullTerminator);
  /external/syslinux/efi32/include/efi/
efifs.h 105 EFI_LBA Start;
  /external/syslinux/efi64/include/efi/
efifs.h 105 EFI_LBA Start;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efifs.h 105 EFI_LBA Start;
  /external/tensorflow/tensorflow/core/distributed_runtime/
master.cc 138 finder.Start();
188 void Start() {
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_service.cc 111 worker_thread->Start();
132 void Start() {
389 // while waiting for the tensor to be produced, up until the start
  /external/tensorflow/tensorflow/core/kernels/
functional_ops.cc 128 (new State(this, ctx, cond, done))->Start();
152 void Start() {
224 (new State(this, ctx, cond_handle, body_handle, done))->Start();
253 void Start() { EvalCond(); }
  /external/v8/src/base/
hashmap.h 96 // for (Entry* p = map.Start(); p != nullptr; p = map.Next(p)) {
102 Entry* Start() const;
230 Entry* q = p; // Start at the entry to remove.
276 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Start() const {
488 Iterator begin() const { return Iterator(this, this->Start()); }
  /external/v8/src/
counters.cc 40 // Start the timer.
41 void HistogramTimer::Start() {
43 timer_.Start();
45 Logger::CallEventLogger(isolate(), name(), Logger::START, true);
55 // Compute the delta between start and stop, in microseconds.
335 timer->Start(counter, stats->current_timer_.Value());
  /external/webrtc/talk/media/devices/
linuxdevicemanager.cc 59 virtual bool Start();
117 // We have to start the index at 1 because webrtc VoiceEngine puts the default
311 bool LinuxDeviceWatcher::Start() {
win32devicemanager.cc 74 virtual bool Start();
123 if (!watcher()->Start()) {
353 bool Win32DeviceWatcher::Start() {
  /external/webrtc/talk/media/webrtc/
fakewebrtccall.cc 202 void FakeVideoSendStream::Start() {
232 void FakeVideoReceiveStream::Start() {
  /external/webrtc/webrtc/base/
event_tracer.cc 141 void Start(FILE* file, bool owned) {
159 // Finally start, everything should be set up now.
160 logging_thread_.Start();
240 g_event_logger->Start(file, false);
250 g_event_logger->Start(file, true);
thread.cc 190 bool Thread::Start(Runnable* runnable) {
199 // we start a new thread.
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 46 void Start(Callback* delegate) override;
228 void ScreenCapturerLinux::Start(Callback* callback) {
  /external/webrtc/webrtc/test/
call_test.cc 105 Start();
117 void CallTest::Start() {
119 video_send_stream_->Start();
121 video_recv_stream->Start();
123 fake_send_audio_device_->Start();
124 audio_send_stream_->Start();
128 audio_recv_stream->Start();
130 fake_recv_audio_device_->Start();
135 frame_generator_capturer_->Start();
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 111 bool UdpSocket2ManagerWindows::Start()
114 "UdpSocket2ManagerWindows(%d)::Start()",_managerNumber);
125 // Start worker threads.
130 if(!(*iter)->Start())
139 "UdpSocket2ManagerWindows(%d)::Start() error starting worker\
536 bool UdpSocket2WorkerWindows::Start()
539 "Start UdpSocket2WorkerWindows");
540 _pThread.Start();
  /external/webrtc/webrtc/video/
overuse_frame_detector.cc 99 // Start in between the underuse and overuse threshold.
126 void Start(int64_t capture_time, int64_t now) {
258 frame_queue_->Start(capture_time_ms, now);
video_send_stream.cc 279 void VideoSendStream::Start() {
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer.cpp 58 std::string Start() override;
129 } else if (!pseudo && depth > last_depth_) { // Start of message
130 out.append(impl_->Start());
323 std::string PseudoMethodAccent::Start() {
458 // Word start
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 38 SourceLocation Start;

Completed in 1679 milliseconds

<<11121314151617181920>>