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

1 2 3 45 6 7 8 91011

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 84 // Dereferences the current iterator and provides (read-only) access
86 // Current() on an iterator equal to BaseGenerator()->End().
88 virtual const T* Current() const = 0;
113 const T& operator*() const { return *impl_->Current(); }
114 const T* operator->() const { return impl_->Current(); }
215 virtual const T* Current() const { return &value_; }
308 // responsible for not calling Current() on an out-of-range iterator.
309 virtual const T* Current() const {
336 // value_ needs to be mutable to be accessed in Current().
  /external/gtest/include/gtest/internal/
gtest-param-util.h 103 // Dereferences the current iterator and provides (read-only) access
105 // Current() on an iterator equal to BaseGenerator()->End().
107 virtual const T* Current() const = 0;
132 const T& operator*() const { return *impl_->Current(); }
133 const T* operator->() const { return impl_->Current(); }
234 virtual const T* Current() const { return &value_; }
320 // responsible for not calling Current() on an out-of-range iterator.
321 virtual const T* Current() const {
348 // value_ needs to be mutable to be accessed in Current().
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 84 // Dereferences the current iterator and provides (read-only) access
86 // Current() on an iterator equal to BaseGenerator()->End().
88 virtual const T* Current() const = 0;
113 const T& operator*() const { return *impl_->Current(); }
114 const T* operator->() const { return impl_->Current(); }
215 virtual const T* Current() const { return &value_; }
308 // responsible for not calling Current() on an out-of-range iterator.
309 virtual const T* Current() const {
336 // value_ needs to be mutable to be accessed in Current().
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 103 // Dereferences the current iterator and provides (read-only) access
105 // Current() on an iterator equal to BaseGenerator()->End().
107 virtual const T* Current() const = 0;
132 const T& operator*() const { return *impl_->Current(); }
133 const T* operator->() const { return impl_->Current(); }
234 virtual const T* Current() const { return &value_; }
326 // responsible for not calling Current() on an out-of-range iterator.
327 virtual const T* Current() const {
354 // value_ needs to be mutable to be accessed in Current().
  /external/bison/src/
parse-gram.c 222 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N)
870 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
871 If N is 0, then set CURRENT to the empty location which ends
876 # define YYLLOC_DEFAULT(Current, Rhs, N) \
880 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
881 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
882 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
883 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
887 (Current).first_line = (Current).last_line =
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 244 network_thread_ = talk_base::Thread::Current();
253 ASSERT(talk_base::Thread::Current() == network_thread_);
264 ASSERT(talk_base::Thread::Current() == network_thread_);
274 ASSERT(talk_base::Thread::Current() == network_thread_);
279 ASSERT(talk_base::Thread::Current() == network_thread_);
284 ASSERT(talk_base::Thread::Current() == network_thread_);
289 ASSERT(talk_base::Thread::Current() == network_thread_);
331 ASSERT(talk_base::Thread::Current() == network_thread_);
427 ASSERT(talk_base::Thread::Current() == network_thread_);
476 ASSERT(talk_base::Thread::Current() == network_thread_)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 136 main_thread_(talk_base::Thread::Current()),
152 main_thread_(talk_base::Thread::Current()),
396 ASSERT(worker_thread_ == talk_base::Thread::Current());
465 ASSERT(worker_thread_ == talk_base::Thread::Current());
486 ASSERT(worker_thread_ == talk_base::Thread::Current());
518 ASSERT(worker_thread_ == talk_base::Thread::Current());
539 ASSERT(worker_thread_ == talk_base::Thread::Current());
554 ASSERT(worker_thread_ == talk_base::Thread::Current());
572 ASSERT(worker_thread_ == talk_base::Thread::Current());
589 ASSERT(worker_thread_ == talk_base::Thread::Current());
    [all...]
  /external/v8/src/
heap-profiler.cc 340 Isolate* isolate = Isolate::Current();
350 Isolate* isolate = Isolate::Current();
362 ASSERT(Isolate::Current()->heap_profiler() != NULL);
363 return Isolate::Current()->heap_profiler()->TakeSnapshotImpl(name,
372 ASSERT(Isolate::Current()->heap_profiler() != NULL);
373 return Isolate::Current()->heap_profiler()->TakeSnapshotImpl(name,
440 HeapProfiler* profiler = Isolate::Current()->heap_profiler();
447 HeapProfiler* profiler = Isolate::Current()->heap_profiler();
454 HeapProfiler* profiler = Isolate::Current()->heap_profiler();
461 HeapProfiler* profiler = Isolate::Current()->heap_profiler()
    [all...]
accessors.cc 93 ASSERT(Isolate::Current()->context()->global_context()->number_function()->
95 Map* number_map = Isolate::Current()->context()->global_context()->
448 Heap* heap = Isolate::Current()->heap();
573 Factory* factory = Isolate::Current()->factory();
594 Isolate* isolate = Isolate::Current();
683 Isolate* isolate = Isolate::Current();
739 Object* current = receiver->GetPrototype(); local
740 while (current->IsJSObject() &&
741 JSObject::cast(current)->map()->is_hidden_prototype()) {
742 current = current->GetPrototype()
    [all...]
bootstrapper.cc 72 Isolate* isolate = Isolate::Current();
205 static bool InstallExtension(v8::RegisteredExtension* current);
298 Factory* factory = Isolate::Current()->factory();
325 Isolate* isolate = Isolate::Current();
347 Factory* factory = Isolate::Current()->factory();
425 Isolate* isolate = Isolate::Current();
494 Factory* factory = Isolate::Current()->factory();
537 Isolate* isolate = Isolate::Current();
577 Factory* factory = Isolate::Current()->factory();
626 Heap* heap = Isolate::Current()->heap()
1784 v8::RegisteredExtension* current = v8::RegisteredExtension::first_extension(); local
1816 v8::RegisteredExtension* current = v8::RegisteredExtension::first_extension(); local
    [all...]
ic.h 94 // Compute the current IC state based on the target stub, receiver and name.
321 return Isolate::Current()->builtins()->builtin(
383 return Isolate::Current()->builtins()->builtin(
474 return Isolate::Current()->builtins()->builtin(
478 return Isolate::Current()->builtins()->builtin(
541 return Isolate::Current()->builtins()->builtin(
549 return Isolate::Current()->builtins()->builtin(
deoptimizer.cc 67 ASSERT(isolate == Isolate::Current());
81 ASSERT(isolate == Isolate::Current());
178 Object* global = Isolate::Current()->heap()->global_contexts_list();
193 node = Isolate::Current()->deoptimizer_data()->deoptimizing_code_list_;
279 DeoptimizerData* data = Isolate::Current()->deoptimizer_data();
298 DeoptimizerData* data = Isolate::Current()->deoptimizer_data();
896 MacroAssembler masm(Isolate::Current(), NULL, 16 * KB);
912 Isolate::Current()->deoptimizer_data()->deoptimizing_code_list_;
922 DeoptimizerData* data = Isolate::Current()->deoptimizer_data();
926 DeoptimizingCodeListNode* current = data->deoptimizing_code_list_; local
    [all...]
liveedit.cc 499 input(Isolate::Current(), s1, s2, line_ends1, line_ends2);
538 Isolate::Current()->opaque_reference_function();
822 Isolate* isolate = Isolate::Current();
1007 return Isolate::Current()->ThrowIllegalOperation();
1037 Isolate::Current()->builtins()->builtin(
1041 Isolate::Current()->compilation_cache()->Remove(shared_info);
    [all...]
zone.cc 49 ASSERT_EQ(Isolate::Current(), isolate_);
120 Segment* current = segment_head_; local
121 while (current != NULL) {
122 Segment* next = current->next();
123 if (current == keep) {
125 current->clear_next();
127 int size = current->size();
129 // Zap the entire current segment (including the header).
130 memset(current, kZapDeadByte, size);
132 DeleteSegment(current, size)
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 86 return ExternalReference(id, i::Isolate::Current()).address();
102 Isolate* isolate = i::Isolate::Current();
142 Isolate* isolate = i::Isolate::Current();
286 CHECK(Isolate::Current()->global()->IsJSObject());
287 CHECK(Isolate::Current()->global_context()->IsContext());
365 Isolate::Current()->bootstrapper()->NativesSourceLookup(i);
486 Isolate::Current()->bootstrapper()->NativesSourceLookup(i);
test-heap.cc 73 Assembler assm(Isolate::Current(), NULL, 0);
160 Isolate::Current()->context()->global()->HasLocalProperty(object_symbol));
216 Isolate::Current()->context()->global()->SetProperty(
232 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(*name));
234 Object* func_value = Isolate::Current()->context()->global()->
243 Isolate::Current()->context()->global()->SetProperty(
252 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(*obj_name));
253 CHECK(Isolate::Current()->context()->global()->
255 Object* obj = Isolate::Current()->context()->global()->
295 GlobalHandles* global_handles = Isolate::Current()->global_handles()
    [all...]
test-spaces.cc 122 Isolate* isolate = Isolate::Current();
188 Isolate* isolate = Isolate::Current();
221 Isolate* isolate = Isolate::Current();
test-assembler-arm.cc 62 Assembler assm(Isolate::Current(), NULL, 0);
88 Assembler assm(Isolate::Current(), NULL, 0);
125 Assembler assm(Isolate::Current(), NULL, 0);
178 Assembler assm(Isolate::Current(), NULL, 0);
245 Assembler assm(Isolate::Current(), NULL, 0);
361 Assembler assm(Isolate::Current(), NULL, 0);
397 Assembler assm(Isolate::Current(), NULL, 0);
440 Assembler assm(Isolate::Current(), NULL, 0);
643 Assembler assm(Isolate::Current(), NULL, 0);
754 Assembler assm(Isolate::Current(), NULL, 0)
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 155 /// Observe - Update liveness information to account for the current
261 MachineBasicBlock::iterator Current = MBB->end();
263 for (MachineBasicBlock::iterator I = Current; I != MBB->begin(); ) {
266 Scheduler.Run(MBB, I, Current, CurrentCount);
268 Current = MI;
276 assert((MBB->begin() == Current || CurrentCount != 0) &&
278 Scheduler.Run(MBB, MBB->begin(), Current, CurrentCount);
341 /// Observe - Update liveness information to account for the current
682 // just advance the current cycle and try again.
  /external/clang/lib/Driver/
ArgList.cpp 23 for (; Current != Args.end(); ++Current) {
29 const Option &O = (*Current)->getOption();
  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.h 60 int64 Current() const {
  /external/chromium/third_party/libjingle/source/talk/base/
signalthread.cc 38 SignalThread::SignalThread() : main_(Thread::Current()), state_(kInit) {
  /external/mesa3d/src/glsl/
glsl_parser.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 205 "Value in left child is not less that current value");
211 "Current value is not less that value of right child");
706 TreeTy* Current = reinterpret_cast<TreeTy*>(stack.back() & ~Flags);
707 assert(Current);
710 if (TreeTy* L = Current->getLeft())
716 if (TreeTy* R = Current->getRight())
732 TreeTy* Current = reinterpret_cast<TreeTy*>(stack.back() & ~Flags);
733 assert(Current);
740 if (TreeTy* L = Current->getLeft())
746 if (TreeTy* R = Current->getRight()
    [all...]

Completed in 556 milliseconds

1 2 3 45 6 7 8 91011