Searched refs:Current (Results 226 - 250 of 442) sorted by relevance

1234567891011>>

/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp859 IdentifierIndexTable::key_iterator Current; member in class:__anon18146::GlobalIndexIdentifierIterator
866 Current = Idx.key_begin();
871 if (Current == End)
874 StringRef Result = *Current;
875 ++Current;
/external/chromium_org/third_party/webrtc/base/
H A Dnetwork.cc546 thread_ = Thread::Current();
560 ASSERT(Thread::Current() == thread_);
590 ASSERT(Thread::Current() == thread_);
H A Dnssstreamadapter.cc546 Thread::Current()->Clear(this, MSG_DTLS_TIMEOUT);
582 Thread::Current()->PostDelayed(PR_IntervalToMilliseconds(timeout),
610 Thread::Current()->Clear(this, MSG_DTLS_TIMEOUT);
H A Dopensslstreamadapter.cc637 Thread::Current()->Clear(this, MSG_TIMEOUT);
661 Thread::Current()->PostDelayed(delay, this, MSG_TIMEOUT, 0);
715 Thread::Current()->Clear(this, MSG_TIMEOUT);
H A Dnat_unittest.cc188 Thread::Current()->SleepMs(100);
198 Thread::Current()->ProcessMessages(0);
/external/e2fsprogs/intl/
H A Dplural.c493 # define YYLLOC_DEFAULT(Current, Rhs, N) \
494 Current.last_line = Rhs[N].last_line; \
495 Current.last_column = Rhs[N].last_column;
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dportallocator_unittest.cc115 stun_server_(Thread::Current(), kStunAddr),
116 relay_server_(Thread::Current(), kRelayUdpIntAddr, kRelayUdpExtAddr,
119 turn_server_(Thread::Current(), kTurnUdpIntAddr, kTurnUdpExtAddr),
320 rtc::Thread::Current()->ProcessMessages(1000);
436 rtc::Thread::Current()->ProcessMessages(100);
452 rtc::Thread::Current()->ProcessMessages(100);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsrtpfilter_unittest.cc785 rtc::Thread::Current()->SleepMs(210);
809 rtc::Thread::Current()->SleepMs(210);
827 rtc::Thread::Current()->SleepMs(210);
854 rtc::Thread::Current()->SleepMs(210);
874 rtc::Thread::Current()->SleepMs(210);
889 rtc::Thread::Current()->SleepMs(210);
H A Dmediarecorder_unittest.cc337 VoiceChannel channel(rtc::Thread::Current(), &media_engine,
350 VideoChannel channel(rtc::Thread::Current(), &media_engine,
/external/bison/src/
H A Dparse-gram.y38 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N)
/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.cc256 base::Process::Current().handle(),
492 base::Process::Current().handle(),
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp349 #define YYLLOC_DEFAULT(Current, Rhs, N) \
352 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
353 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
354 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
355 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
358 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
359 (Current).first_line = YYRHSLOC(Rhs, 0).last_line; \
360 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
361 (Current).last_line = YYRHSLOC(Rhs, 0).last_line; \
1685 # define YYLLOC_DEFAULT(Current, Rh
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectionfactory_unittest.cc105 factory_ = webrtc::CreatePeerConnectionFactory(rtc::Thread::Current(),
106 rtc::Thread::Current(),
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dpeer_connection_client.cc55 rtc::Thread* thread = rtc::Thread::Current();
520 rtc::Thread::Current()->PostDelayed(kReconnectDelay, this, 0);
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.cc127 MakeTunnelSession(session, rtc::Thread::Current(), RESPONDER));
152 data.thread = rtc::Thread::Current();
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_program.c168 ctx->VertexProgram.Current->IsPositionInvariant)) {
231 memcpy(machine->VertAttribs, ctx->Current.Attrib,
/external/chromium_org/v8/src/
H A Dhydrogen-escape-analysis.cc46 HInstruction* instr = it.Current();
181 HInstruction* instr = it.Current();
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_program.c168 ctx->VertexProgram.Current->IsPositionInvariant)) {
231 memcpy(machine->VertAttribs, ctx->Current.Attrib,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine_unittest.cc144 if (!engine_.Init(rtc::Thread::Current())) {
180 EXPECT_TRUE(engine_.Init(rtc::Thread::Current()));
355 EXPECT_TRUE(engine_.Init(rtc::Thread::Current()));
366 EXPECT_TRUE(engine_.Init(rtc::Thread::Current()));
374 EXPECT_TRUE(engine_.Init(rtc::Thread::Current()));
690 EXPECT_TRUE(engine_.Init(rtc::Thread::Current()));
1052 EXPECT_TRUE(engine_.Init(rtc::Thread::Current()));
1565 EXPECT_TRUE(engine_.Init(rtc::Thread::Current()));
1682 EXPECT_TRUE(engine_.Init(rtc::Thread::Current()));
2353 EXPECT_TRUE(engine_.Init(rtc::Thread::Current()));
[all...]
/external/chromium_org/base/win/
H A Devent_trace_controller_unittest.cc114 StringPrintf(L"TestSession-%d", Process::Current().pid())) {
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime.cc312 base::KillProcess(base::Process::Current().handle(), 0, false);
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc127 return base::Process::Current().handle();
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakenetworkinterface.h51 : thread_(rtc::Thread::Current()),
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel_unittest.cc389 client1_("P1", rtc::Thread::Current(),
390 rtc::Thread::Current()),
391 client2_("P2", rtc::Thread::Current(),
392 rtc::Thread::Current()),
H A Dportallocatorsessionproxy.cc45 : worker_thread_(rtc::Thread::Current()),

Completed in 703 milliseconds

1234567891011>>