HomeSort by relevance Sort by last modified time
    Searched refs:Current (Results 251 - 275 of 773) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc 198 // Create socket factory, for simplicity, let it run on the current thread.
200 new talk_base::BasicPacketSocketFactory(talk_base::Thread::Current());
285 ConnectivityCheckerForTest connectivity_checker(talk_base::Thread::Current(),
297 talk_base::Thread::Current()->ProcessMessages(1000);
335 ConnectivityCheckerForTest connectivity_checker(talk_base::Thread::Current(),
343 talk_base::Thread::Current()->ProcessMessages(1000);
basicportallocator.cc 280 network_thread_ = talk_base::Thread::Current();
295 ASSERT(talk_base::Thread::Current() == network_thread_);
306 ASSERT(talk_base::Thread::Current() == network_thread_);
311 ASSERT(talk_base::Thread::Current() == network_thread_);
316 ASSERT(talk_base::Thread::Current() == network_thread_);
321 ASSERT(talk_base::Thread::Current() == network_thread_);
325 ASSERT(talk_base::Thread::Current() == network_thread_);
329 ASSERT(talk_base::Thread::Current() == network_thread_);
361 ASSERT(talk_base::Thread::Current() == network_thread_);
392 ASSERT(talk_base::Thread::Current() == network_thread_)
    [all...]
  /art/runtime/interpreter/
interpreter.cc 35 Runtime* runtime = Runtime::Current();
81 if (Runtime::Current()->IsActiveTransaction()) {
97 if (Runtime::Current()->IsActiveTransaction()) {
109 if (Runtime::Current()->IsActiveTransaction()) {
122 } else if (Runtime::Current()->IsActiveTransaction()) {
361 bool transaction_active = Runtime::Current()->IsActiveTransaction();
399 DCHECK_EQ(self, Thread::Current());
400 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks();
462 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
484 if (!Runtime::Current()->IsStarted())
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 111 ClassLinker* linker = Runtime::Current()->GetClassLinker();
159 if (Runtime::Current()->GetClassLinker()->IsDexFileRegistered(*dex_file)) {
187 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
302 bool should_relocate_if_possible = Runtime::Current()->ShouldRelocate();
385 Runtime* runtime = Runtime::Current();
411 if (Runtime::Current()->GetProfilerOptions().IsEnabled() && (pkgname != nullptr)) {
438 double top_k_threshold = Runtime::Current()->GetProfilerOptions().GetTopKThreshold();
439 double change_threshold = Runtime::Current()->GetProfilerOptions().GetTopKChangeThreshold();
484 // Previous profile does not exist. Make a copy of the current one.
523 bool should_relocate_if_possible = Runtime::Current()->ShouldRelocate()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 139 engine_->set_rtp_sender_thread(talk_base::Thread::Current());
219 EXPECT_TRUE(engine_->Init(talk_base::Thread::Current()));
321 talk_base::Thread::Current()->ProcessMessages(kWaitTimeMs);
331 talk_base::Thread::Current()->ProcessMessages(kWaitTimeMs);
333 talk_base::Thread::Current()->ProcessMessages(kWaitTimeMs);
345 talk_base::Thread::Current()->ProcessMessages(kWaitTimeMs);
366 talk_base::Thread::Current()->ProcessMessages(kWaitTimeMs);
404 talk_base::Thread::Current()->ProcessMessages(kWaitTimeMs);
454 talk_base::Thread::Current()->ProcessMessages(kWaitTimeMs);
  /external/elfutils/0.153/src/
ldscript.c 852 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
853 If N is 0, then set CURRENT to the empty location which ends
858 # 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;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-bison.c 707 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
708 If N is 0, then set CURRENT to the empty location which ends
713 # 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 =
    [all...]
  /art/runtime/verifier/
reg_type_test.cc 34 ScopedObjectAccess soa(Thread::Current());
56 ScopedObjectAccess soa(Thread::Current());
80 ScopedObjectAccess soa(Thread::Current());
345 ScopedObjectAccess soa(Thread::Current());
360 ScopedObjectAccess soa(Thread::Current());
376 ScopedObjectAccess soa(Thread::Current());
398 ScopedObjectAccess soa(Thread::Current());
423 ScopedObjectAccess soa(Thread::Current());
443 ScopedObjectAccess soa(Thread::Current());
456 ScopedObjectAccess soa(Thread::Current());
    [all...]
  /art/runtime/jdwp/
jdwp_main.cc 128 MutexLock mu(Thread::Current(), socket_lock_);
137 MutexLock mu(Thread::Current(), socket_lock_);
236 Thread* self = Thread::Current();
319 MutexLock mu(Thread::Current(), event_list_lock_);
408 Runtime* runtime = Runtime::Current();
418 thread_ = Thread::Current();
587 /* now get the current time */
  /art/runtime/mirror/
art_field-inl.h 67 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
77 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
87 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
97 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
107 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
117 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
art_method.cc 142 Runtime::Current()->GetClassLinker()->FindMethodForProxy(GetDeclaringClass(), this));
144 StackHandleScope<2> hs(Thread::Current());
161 StackHandleScope<2> hs(Thread::Current());
238 Thread* self = Thread::Current();
301 Runtime* runtime = Runtime::Current();
375 DCHECK(Thread::Current() == self);
array.cc 52 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
94 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
  /art/runtime/
utils_test.cc 107 ScopedObjectAccess soa(Thread::Current());
125 ScopedObjectAccess soa(Thread::Current());
134 ScopedObjectAccess soa(Thread::Current());
143 ScopedObjectAccess soa(Thread::Current());
207 ScopedObjectAccess soa(Thread::Current());
216 ScopedObjectAccess soa(Thread::Current());
  /art/runtime/gc/space/
image_space.cc 119 const std::string boot_class_path_string(Runtime::Current()->GetBootClassPathString());
127 if (Runtime::Current()->IsZygote()) {
134 std::string dex2oat(Runtime::Current()->GetCompilerExecutable());
149 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&arg_vector);
151 << "We should always be generating an image for the current isa.";
163 const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions();
229 if (Runtime::Current()->IsZygote()) {
234 std::string patchoat(Runtime::Current()->GetPatchoatExecutable());
302 if (Runtime::Current()->ShouldRelocate()) {
370 if (Runtime::Current()->IsZygote())
541 byte* current = Begin() + RoundUp(sizeof(ImageHeader), kObjectAlignment); local
    [all...]
zygote_space.cc 49 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
109 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable();
  /art/compiler/dex/
mir_field_info.cc 45 ScopedObjectAccess soa(Thread::Current());
92 ScopedObjectAccess soa(Thread::Current());
  /art/runtime/arch/arm64/
fault_handler_arm64.cc 46 Thread* self = Thread::Current();
144 // will resume the instruction (current PC + 4). PC points to the
151 Thread::Current()->RemoveSuspendTrigger();
  /external/chromium_org/third_party/libjingle/source/talk/base/
sharedexclusivelock_unittest.cc 81 ASSERT(talk_base::Thread::Current() == worker_thread_.get());
114 ASSERT(talk_base::Thread::Current() == worker_thread_.get());
testclient.cc 56 Thread::Current()->ProcessMessages(1);
79 // Note also that we only try to pump our current thread's message queue.
91 Thread::Current()->ProcessMessages(1);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
basicpacketsocketfactory.cc 44 : thread_(Thread::Current()),
203 ASSERT(thread_ == Thread::Current());
  /external/chromium_org/third_party/webrtc/base/
sharedexclusivelock_unittest.cc 64 ASSERT(rtc::Thread::Current() == worker_thread_.get());
97 ASSERT(rtc::Thread::Current() == worker_thread_.get());
testclient.cc 39 Thread::Current()->ProcessMessages(1);
62 // Note also that we only try to pump our current thread's message queue.
74 Thread::Current()->ProcessMessages(1);
  /external/chromium_org/v8/tools/testrunner/server/
local_handler.py 46 data = rec.Current()
58 data = rec.Current()
status_handler.py 47 data = rec.Current()
81 data = rec.Current()
  /external/clang/lib/Format/
ContinuationIndenter.h 59 /// Puts the token on the current line if \p Newline is \c false and adds a
88 /// \brief If the current token sticks out over the end of the line, break
97 unsigned breakProtrudingToken(const FormatToken &Current, LineState &State,
103 /// Puts the token on the current line.
127 unsigned addMultilineToken(const FormatToken &Current, LineState &State);
243 /// \brief \c true if at least one selector name was found in the current
299 /// \brief The current state when indenting a unwrapped line.
303 /// \brief The number of used columns in the current line.
315 /// \brief The lowest \c NestingLevel on the current line.
328 /// In long and deeply nested unwrapped lines, the current algorithm ca
    [all...]

Completed in 2031 milliseconds

<<11121314151617181920>>