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

  /frameworks/rs/cpp/util/
StrongPointer.h 155 T* otherPtr(other.m_ptr);
156 if (otherPtr) otherPtr->incStrong(this);
158 m_ptr = otherPtr;
174 T* otherPtr(other.m_ptr);
175 if (otherPtr) otherPtr->incStrong(this);
177 m_ptr = otherPtr;
RefBase.h 365 T* otherPtr(other.m_ptr);
366 if (otherPtr) otherRefs->incWeak(this);
368 m_ptr = otherPtr;
378 T* otherPtr(other.m_ptr);
380 m_ptr = otherPtr;
400 U* otherPtr(other.m_ptr);
401 if (otherPtr) otherRefs->incWeak(this);
403 m_ptr = otherPtr;
413 U* otherPtr(other.m_ptr);
415 m_ptr = otherPtr;
    [all...]
  /frameworks/rs/server/
StrongPointer.h 154 T* otherPtr(other.m_ptr);
155 if (otherPtr) otherPtr->incStrong(this);
157 m_ptr = otherPtr;
173 T* otherPtr(other.m_ptr);
174 if (otherPtr) otherPtr->incStrong(this);
176 m_ptr = otherPtr;
RefBase.h 364 T* otherPtr(other.m_ptr);
365 if (otherPtr) otherRefs->incWeak(this);
367 m_ptr = otherPtr;
377 T* otherPtr(other.m_ptr);
379 m_ptr = otherPtr;
399 U* otherPtr(other.m_ptr);
400 if (otherPtr) otherRefs->incWeak(this);
402 m_ptr = otherPtr;
412 U* otherPtr(other.m_ptr);
414 m_ptr = otherPtr;
    [all...]
  /system/core/include/utils/
StrongPointer.h 164 T* otherPtr(other.m_ptr);
165 if (otherPtr)
166 otherPtr->incStrong(this);
169 m_ptr = otherPtr;
194 T* otherPtr(other.m_ptr);
195 if (otherPtr)
196 otherPtr->incStrong(this);
199 m_ptr = otherPtr;
RefBase.h 384 T* otherPtr(other.m_ptr);
385 if (otherPtr) otherRefs->incWeak(this);
387 m_ptr = otherPtr;
397 T* otherPtr(other.m_ptr);
399 m_ptr = otherPtr;
419 U* otherPtr(other.m_ptr);
420 if (otherPtr) otherRefs->incWeak(this);
422 m_ptr = otherPtr;
432 U* otherPtr(other.m_ptr);
434 m_ptr = otherPtr;
    [all...]
  /external/deqp/framework/delibs/decpp/
deArrayBuffer.hpp 180 void* const otherPtr = other.m_ptr;
185 m_ptr = otherPtr;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 91 milliseconds