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

  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.c 69 if(GetConsoleWindow() && !IsDebuggerPresent()) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
newapis.h 252 #define IsDebuggerPresent _IsDebuggerPresent
254 extern WINBOOL (CALLBACK *IsDebuggerPresent)(VOID);
263 fp = GetProcAddress(hinst,"IsDebuggerPresent");
265 *(FARPROC *)&IsDebuggerPresent = fp;
267 IsDebuggerPresent = Emulate_IsDebuggerPresent;
269 return IsDebuggerPresent();
272 WINBOOL (CALLBACK *IsDebuggerPresent)(VOID) = Probe_IsDebuggerPresent;
winbase.h     [all...]
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
App.xaml.cpp 47 if (IsDebuggerPresent())
  /external/opencv3/samples/winrt_universal/PhoneTutorial/
App.xaml.cpp 47 if (IsDebuggerPresent())
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
App.xaml.cpp 73 if (IsDebuggerPresent())
  /external/deqp/framework/qphelper/
qpCrashHandler.c 176 if (IsDebuggerPresent())
235 if (IsDebuggerPresent())
  /external/webrtc/webrtc/base/
logging.cc 307 if ((LS_NONE != debug_level) && !::IsDebuggerPresent()) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 315 if (::IsDebuggerPresent())
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c     [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 706 if( IsDebuggerPresent() )
    [all...]
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp 343 if( ::IsDebuggerPresent() )
    [all...]
cap_msmf.cpp 753 if( ::IsDebuggerPresent() )
    [all...]

Completed in 475 milliseconds