HomeSort by relevance Sort by last modified time
    Searched refs:Current (Results 26 - 50 of 257) sorted by null

12 3 4 5 6 7 8 91011

  /external/mesa3d/src/glsl/glcpp/
glcpp.h 72 # define YYLLOC_DEFAULT(Current, Rhs, N) \
76 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
77 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
78 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
79 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
83 (Current).first_line = (Current).last_line = \
85 (Current).first_column = (Current).last_column = \
88 (Current).source = 0;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
audiomonitor.cc 67 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
75 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
83 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
89 assert(talk_base::Thread::Current() == monitoring_thread_);
101 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
  /external/v8/src/
v8.cc 57 // The current thread may not yet had entered an isolate to run.
58 // Note the Isolate::Current() may be non-null because for various
67 i::ThreadId::Current()));
69 i::Isolate::Current());
73 Isolate* isolate = Isolate::Current();
92 Isolate* isolate = Isolate::Current();
135 ASSERT(isolate == Isolate::Current());
146 ASSERT(isolate == Isolate::Current());
cpu-profiler.cc 187 Isolate* isolate = Isolate::Current();
264 // All ticks of the current dequeue_order are processed,
279 ASSERT(Isolate::Current()->cpu_profiler() != NULL);
280 Isolate::Current()->cpu_profiler()->StartCollectingProfile(title);
285 ASSERT(Isolate::Current()->cpu_profiler() != NULL);
286 Isolate::Current()->cpu_profiler()->StartCollectingProfile(title);
292 Isolate::Current()->cpu_profiler()->StopCollectingProfile(title) : NULL;
298 Isolate::Current()->cpu_profiler()->StopCollectingProfile(
304 ASSERT(Isolate::Current()->cpu_profiler() != NULL);
306 return Isolate::Current()->cpu_profiler()->profiles_->Profiles
    [all...]
handles-inl.h 41 return Isolate::Current();
71 Isolate* isolate = Isolate::Current();
72 v8::ImplementationUtilities::HandleScopeData* current = local
75 prev_next_ = current->next;
76 prev_limit_ = current->limit;
77 current->level++;
82 ASSERT(isolate == Isolate::Current());
83 v8::ImplementationUtilities::HandleScopeData* current = local
86 prev_next_ = current->next;
87 prev_limit_ = current->limit
98 v8::ImplementationUtilities::HandleScopeData* current = local
117 v8::ImplementationUtilities::HandleScopeData* current = local
134 v8::ImplementationUtilities::HandleScopeData* current = local
152 v8::ImplementationUtilities::HandleScopeData* current = local
    [all...]
debug-agent.h 53 ASSERT(Isolate::Current()->debugger_agent_instance() == NULL);
54 Isolate::Current()->set_debugger_agent_instance(this);
57 Isolate::Current()->set_debugger_agent_instance(NULL);
76 DebuggerAgentSession* session_; // Current active session if any.
api.cc 106 ApiCheck(i::Isolate::Current()->thread_manager()-> \
120 i::VMState __state__(i::Isolate::Current(), i::OTHER);
127 i::Isolate* isolate = i::Isolate::Current();
194 i::Isolate* isolate = i::Isolate::Current();
299 // Isolate::Current() works. If it's a legacy case, then the thread
309 isolate = i::Isolate::Current();
339 i::Isolate* isolate = i::Isolate::Current();
386 i::Isolate* isolate = i::Isolate::Current();
396 i::Isolate* isolate = i::Isolate::Current();
406 i::Isolate* isolate = i::Isolate::Current();
509 v8::ImplementationUtilities::HandleScopeData* current = local
528 v8::ImplementationUtilities::HandleScopeData* current = local
3798 i::Handle<i::Object> current = isolate->global_context(); local
5623 v8::ImplementationUtilities::HandleScopeData* current = local
5667 v8::ImplementationUtilities::HandleScopeData* current = local
    [all...]
v8threads.cc 46 // current thread will be guaranteed to have the big V8 lock.
49 // that one instead of using the current one.
95 return internal::Isolate::Current()->thread_manager()->
103 internal::Isolate* isolate = internal::Isolate::Current();
117 internal::Isolate* isolate = internal::Isolate::Current();
126 internal::Isolate* isolate = internal::Isolate::Current();
147 // First check whether the current thread has been 'lazily archived', ie
150 if (lazily_archived_thread_.Equals(ThreadId::Current())) {
202 mutex_owner_ = ThreadId::Current();
306 lazily_archived_thread_ = ThreadId::Current();
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVC_MixSoft_1St_D16C31_SAT.c 51 if (pInstance->Current != pInstance->Target)
54 pInstance->Current = pInstance->Target;
57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){
58 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
99 if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){
100 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
LVC_Core_MixHard_1St_2i_D16C31_SAT.c 45 Current1Short = (LVM_INT16)(pInstance1->Current >> 16);
46 Current2Short = (LVM_INT16)(pInstance2->Current >> 16);
LVC_Core_MixHard_2St_D16C31_SAT.c 43 Current1Short = (LVM_INT16)(pInstance1->Current >> 16);
44 Current2Short = (LVM_INT16)(pInstance2->Current >> 16);
LVC_Mixer_Init.c 32 /* "Current" based on maximum(TargetGain,CurrentGain) */
34 /* MaxGain of 2.5, Shift = 2, Current=1.9/4=0.475, Target=2.5/4=0.625 */
36 /* fraction gain is provided through Current=0.475 and Target=0.625 */
64 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Current
LVC_Core_MixSoft_1St_2i_D16C31_WRA.c 45 LVM_INT32 CurrentL=pInstanceL->Current;
49 LVM_INT32 CurrentR=pInstanceR->Current;
139 pInstanceL->Current=CurrentL;
140 pInstanceR->Current=CurrentR;
  /external/clang/include/clang/AST/
DeclBase.h 148 /// *introduces* a number of other declarations into the current
567 /// scoped decl is defined outside the current function or method. This is
601 /// Current - The current declaration.
602 Decl *Current;
612 redecl_iterator() : Current(0) { }
613 explicit redecl_iterator(Decl *C) : Current(C), Starter(C) { }
615 reference operator*() const { return Current; }
616 pointer operator->() const { return Current; }
619 assert(Current && "Advancing while iterator has reached end")
    [all...]
  /external/v8/src/arm/
codegen-arm.h 80 ASSERT(Isolate::Current()->inlined_write_barrier_size() != -1);
81 return Isolate::Current()->inlined_write_barrier_size() + 4;
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc 42 factory_(Thread::Current()->socketserver(), user_agent),
66 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT);
76 Thread::Current()->Clear(this, MSG_TIMEOUT);
108 Thread::Current()->ProcessMessages(kForever);
autodetectproxy.cc 65 Thread::Current()->ProcessMessages(kForever);
92 Thread::Current()->Clear(this, MSG_TIMEOUT);
94 Thread::Current()->Dispose(socket_);
98 socket_ = Thread::Current()->socketserver()->CreateAsyncSocket(SOCK_STREAM);
105 Thread::Current()->PostDelayed(2000, this, MSG_TIMEOUT);
109 Thread::Current()->Clear(this, MSG_TIMEOUT);
117 Thread::Current()->Quit();
thread.h 119 static inline Thread* Current() {
146 // Never call Stop on the current thread. Instead use the inherited Quit
213 // _not already_ associated with the current OS thread.
233 old_ss_ = Thread::Current()->socketserver();
234 Thread::Current()->set_socketserver(ss);
237 Thread::Current()->set_socketserver(old_ss_);
  /external/chromium/base/
process_posix.cc 17 Process Process::Current() {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver_main.cc 52 talk_base::Thread *pthMain = talk_base::Thread::Current();
  /external/v8/test/cctest/
test-dataflow.cc 62 CHECK_EQ(27, iter.Current());
64 CHECK_EQ(30, iter.Current());
66 CHECK_EQ(31, iter.Current());
68 CHECK_EQ(33, iter.Current());
test-deoptimization.cc 128 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
144 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
168 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
185 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
211 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
236 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
270 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
293 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
310 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
341 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.h 23 struct Current
  /external/clang/include/clang/Driver/
ArgList.h 33 /// The current argument.
34 SmallVectorImpl<Arg*>::const_iterator Current;
61 : Current(it), Args(_Args), Id0(_Id0), Id1(_Id1), Id2(_Id2) {
65 operator const Arg*() { return *Current; }
66 reference operator*() const { return *Current; }
67 pointer operator->() const { return Current; }
70 ++Current;
82 return LHS.Current == RHS.Current;
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 68 ASSERT(talk_base::Thread::Current() == channel_thread_);
80 ASSERT(talk_base::Thread::Current() == channel_thread_);
90 ASSERT(talk_base::Thread::Current() == channel_thread_);
96 ASSERT(talk_base::Thread::Current() == monitoring_thread_);
113 ASSERT(talk_base::Thread::Current() == channel_thread_);

Completed in 340 milliseconds

12 3 4 5 6 7 8 91011