Home
last modified time | relevance | path

Searched refs:IsAttached (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/samples/wp8/OpenCVXaml/OpenCVXaml/
DApp.xaml.cs39 if (Debugger.IsAttached) in App()
87 if (Debugger.IsAttached) in RootFrame_NavigationFailed()
97 if (Debugger.IsAttached) in Application_UnhandledException()
214 if (Debugger.IsAttached) in InitializeLanguage()
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
DApp.xaml.cs39 if (Debugger.IsAttached) in App()
87 if (Debugger.IsAttached) in RootFrame_NavigationFailed()
97 if (Debugger.IsAttached) in Application_UnhandledException()
214 if (Debugger.IsAttached) in InitializeLanguage()
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
DApp.xaml.cs39 if (Debugger.IsAttached) in App()
87 if (Debugger.IsAttached) in RootFrame_NavigationFailed()
97 if (Debugger.IsAttached) in Application_UnhandledException()
214 if (Debugger.IsAttached) in InitializeLanguage()
/external/clang/include/clang/AST/
DRawCommentList.h60 return IsAttached; in isAttached()
64 IsAttached = true; in setAttached()
137 bool IsAttached : 1; variable
151 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.h138 FX_BOOL IsAttached();
DJS_Value.cpp417 FX_BOOL CJS_Array::IsAttached() { in IsAttached() function in CJS_Array
/external/clang/lib/AST/
DRawCommentList.cpp112 IsAttached(false), IsTrailingComment(false), IsAlmostTrailingComment(false), in RawComment()