Searched refs:Current (Results 101 - 125 of 442) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpppump.cc66 rtc::Thread::Current()->Post(this);
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.cc128 Thread::Current()->Dispose(current_);
214 Thread::Current()->Dispose(current_->response.document.release());
242 Thread::Current()->socketserver()->CreateAsyncSocket(address.family(),
283 Thread::Current()->Dispose(stream);
H A Dsocket_unittest.h26 virtual void SetUp() { ss_ = Thread::Current()->socketserver(); }
H A Dsharedexclusivelock_unittest.cc65 ASSERT(rtc::Thread::Current() == worker_thread_.get());
98 ASSERT(rtc::Thread::Current() == worker_thread_.get());
H A Dtestclient.cc39 Thread::Current()->ProcessMessages(1);
74 Thread::Current()->ProcessMessages(1);
H A Dasyncinvoker.cc40 if (Thread::Current() != thread) {
H A Ddbus.h64 : caller_thread_(Thread::Current()), filter_(filter) {
/external/chromium_org/v8/src/
H A Ddata-flow.h36 int Current() const { function in class:v8::internal::BitVector::BASE_EMBEDDED
203 int Current() const { return it_.Current(); } function in class:v8::internal::BASE_EMBEDDED::BASE_EMBEDDED
224 Add(it.Current(), zone);
H A Dhydrogen-infer-types.cc20 it.Current()->UpdateInferredType();
H A Dv8threads.h80 return mutex_owner_.Equals(ThreadId::Current());
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dfakesession.h198 rtc::Thread::Current()->Post(this, 0, packet);
200 rtc::Thread::Current()->Send(this, 0, packet);
431 : BaseSession(rtc::Thread::Current(),
432 rtc::Thread::Current(),
437 : BaseSession(rtc::Thread::Current(),
438 rtc::Thread::Current(),
443 : BaseSession(rtc::Thread::Current(),
H A Dbasicpacketsocketfactory.cc45 : thread_(Thread::Current()),
214 ASSERT(thread_ == Thread::Current());
H A Dtestturnserver.h92 rtc::Thread* thread = rtc::Thread::Current();
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h499 const Target *Current; member in class:llvm::TargetRegistry::iterator
500 explicit iterator(Target *T) : Current(T) {}
503 iterator() : Current(nullptr) {}
506 return Current == x.Current;
514 assert(Current && "Cannot increment end iterator!");
515 Current = Current->getNext();
525 assert(Current && "Cannot dereference end iterator!");
526 return *Current;
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker_unittest.cc224 new rtc::BasicPacketSocketFactory(rtc::Thread::Current());
326 ConnectivityCheckerForTest connectivity_checker(rtc::Thread::Current(),
338 rtc::Thread::Current()->ProcessMessages(1000);
376 ConnectivityCheckerForTest connectivity_checker(rtc::Thread::Current(),
384 rtc::Thread::Current()->ProcessMessages(1000);
H A Dbasicportallocator.cc277 network_thread_ = rtc::Thread::Current();
292 ASSERT(rtc::Thread::Current() == network_thread_);
303 ASSERT(rtc::Thread::Current() == network_thread_);
308 ASSERT(rtc::Thread::Current() == network_thread_);
313 ASSERT(rtc::Thread::Current() == network_thread_);
318 ASSERT(rtc::Thread::Current() == network_thread_);
322 ASSERT(rtc::Thread::Current() == network_thread_);
326 ASSERT(rtc::Thread::Current() == network_thread_);
358 ASSERT(rtc::Thread::Current() == network_thread_);
389 ASSERT(rtc::Thread::Current()
[all...]
/external/elfutils/0.153/src/
H A Dldscript.c858 # define YYLLOC_DEFAULT(Current, Rhs, N) \
862 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
863 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
864 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
865 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
869 (Current).first_line = (Current).last_line = \
871 (Current).first_column = (Current).last_column = \
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.c713 # define YYLLOC_DEFAULT(Current, Rhs, N) \
717 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
718 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
719 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
720 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
724 (Current).first_line = (Current).last_line = \
726 (Current).first_column = (Current).last_column = \
/external/clang/lib/Format/
H A DContinuationIndenter.h97 unsigned breakProtrudingToken(const FormatToken &Current, LineState &State,
127 unsigned addMultilineToken(const FormatToken &Current, LineState &State);
/external/clang/test/SemaCXX/
H A Dconstructor-initializer.cpp89 struct Current : Derived { struct in inherits:Derived
91 Current() : Derived(1), ::Derived(), // expected-warning {{field 'Derived' will be initialized after base '::Derived'}} \ function in struct:Current
93 ::Derived::Base(), // expected-error {{type '::Derived::Base' is not a direct or virtual base of 'Current'}}
94 Derived::Base1(), // expected-error {{type 'Derived::Base1' is not a direct or virtual base of 'Current'}}
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DParseTreeBuilder.cs57 return enumerator.Current;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideotrack_unittest.cc55 rtc::Thread::Current()));
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain.cc94 rtc::Thread* thread = rtc::Thread::Current();
/external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
H A Dturnserver_main.cc80 rtc::Thread* main = rtc::Thread::Current();
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dtypingmonitor.cc119 rtc::Thread::Current()->PostDelayed(expiry_time, this, 0);

Completed in 847 milliseconds

1234567891011>>