HomeSort by relevance Sort by last modified time
    Searched refs:SetNext (Results 1 - 13 of 13) sorted by null

  /external/pdfium/core/fxcrt/css/
cfx_cssselector.h 30 void SetNext(std::unique_ptr<CFX_CSSSelector> pNext) {
cfx_cssselector.cpp 76 p->SetNext(std::move(pFirst));
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
itimer.c 43 SetNext (
91 SetNext(&RealTimerInfo, RealTimer);
108 SetNext(&VirtualTimerInfo, VirtualTimer);
125 SetNext(&ProfTimerInfo, ProfTimer);
  /external/pdfium/core/fxcrt/
weak_ptr_unittest.cpp 28 void SetNext(const WeakTestPtr& next) { next_ = next; }
150 ptr1->SetNext(ptr2);
151 ptr2->SetNext(ptr1);
166 ptr1->SetNext(ptr2);
167 ptr2->SetNext(ptr1);
  /art/runtime/
subtype_check_info.h 201 io.SetNext(io.GetNext() + 1u);
252 SetNext(next + 1u);
348 SetNext(next);
372 void SetNext(BitStringChar next) {
thread.cc 316 void SetNext(FrameIdToShadowFrame* next) { next_ = next; }
407 prev->SetNext(record->GetNext());
    [all...]
  /art/compiler/optimizing/
gvn.cc 197 void SetNext(Node* node) { next_ = node; }
228 clone_previous->SetNext(clone_current);
277 previous->SetNext(next);
ssa_liveness_analysis.h 233 void SetNext(SafepointPosition* next) {
669 last_safepoint_->SetNext(nullptr);
    [all...]
  /external/skia/tests/
PathOpsAngleTest.cpp 215 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) {
471 PathOpsAngleTester::SetNext(angle1, angle3);
  /external/skqp/tests/
PathOpsAngleTest.cpp 215 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) {
471 PathOpsAngleTester::SetNext(angle1, angle3);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParserMisc.py 72 def SetNext(self, Line, HeadComment, TailComment):
DecParser.py 365 self._RawData.SetNext(Line, HeadComments, TailComments)
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h 122 void SetNext(Slot* next) {
215 slot->SetNext(old_head);
251 list->Tail()->SetNext(old_head);
    [all...]

Completed in 368 milliseconds