/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | scoped_thread_desktop.cc | 27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame() function in webrtc::ScopedThreadDesktop 29 return assigned_->IsSame(desktop); in IsSame() 31 return initial_->IsSame(desktop); in IsSame() 47 if (initial_->IsSame(*desktop)) in SetThreadDesktop()
|
D | scoped_thread_desktop.h | 32 bool IsSame(const Desktop& desktop);
|
D | desktop.h | 33 bool IsSame(const Desktop& other) const;
|
D | desktop.cc | 52 bool Desktop::IsSame(const Desktop& other) const { in IsSame() function in webrtc::Desktop
|
D | screen_capturer_win_gdi.cc | 163 if (input_desktop.get() != NULL && !desktop_.IsSame(*input_desktop)) { in PrepareCaptureResources()
|
D | screen_capturer_win_magnifier.cc | 100 if (input_desktop.get() != NULL && !desktop_.IsSame(*input_desktop)) { in Capture()
|
/external/hamcrest/src/org/hamcrest/core/ |
D | IsSame.java | 14 public class IsSame<T> extends BaseMatcher<T> { class 17 public IsSame(T object) { in IsSame() method in IsSame 37 return new IsSame<T>(object); in sameInstance()
|
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.cpp | 187 && !ra_regloc.IsSame()) in GetNonCallSiteUnwindPlanFromAssembly() 199 && pc_regloc.IsSame()) in GetNonCallSiteUnwindPlanFromAssembly() 209 && ra_regloc.IsSame()) in GetNonCallSiteUnwindPlanFromAssembly()
|
/external/hamcrest/src/org/hamcrest/ |
D | CoreMatchers.java | 104 return org.hamcrest.core.IsSame.sameInstance(object); in sameInstance()
|
/external/lldb/include/lldb/Symbol/ |
D | UnwindPlan.h | 96 IsSame () const in IsSame() function
|
/external/hamcrest/library/src/org/hamcrest/ |
D | Matchers.java | 104 return org.hamcrest.core.IsSame.sameInstance(object); in sameInstance()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextLLDB.cpp | 1135 if (unwindplan_regloc.IsSame()) in SavedLocationForRegister()
|
/external/libcxx/include/ |
D | memory | 2004 template <class _T1, class _T2, bool IsSame> 2005 struct __libcpp_compressed_pair_switch<_T1, _T2, IsSame, false, false> {enum {value = 0};}; 2007 template <class _T1, class _T2, bool IsSame> 2008 struct __libcpp_compressed_pair_switch<_T1, _T2, IsSame, true, false> {enum {value = 1};}; 2010 template <class _T1, class _T2, bool IsSame> 2011 struct __libcpp_compressed_pair_switch<_T1, _T2, IsSame, false, true> {enum {value = 2};};
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 471 TYPE_TRAIT_2(__is_same, IsSame, KEYCXX)
|