/external/libcxxabi/test/ |
D | catch_pointer_reference.cpp | 38 struct Protected : protected Base {}; struct 363 assert_cannot_catch< Base * , Protected *, Protected>(); in f11() 364 assert_cannot_catch<const Base * , Protected *, Protected>(); in f11() 365 assert_cannot_catch< volatile Base * , Protected *, Protected>(); in f11() 366 assert_cannot_catch<const volatile Base * , Protected *, Protected>(); in f11() 367 assert_cannot_catch< Base * const , Protected *, Protected>(); in f11() 368 assert_cannot_catch<const Base * const , Protected *, Protected>(); in f11() 369 assert_cannot_catch< volatile Base * const , Protected *, Protected>(); in f11() 370 assert_cannot_catch<const volatile Base * const , Protected *, Protected>(); in f11() 371 assert_cannot_catch< Base * volatile, Protected *, Protected>(); in f11() [all …]
|
/external/clang/test/CXX/class.access/ |
D | p4.cpp | 11 class Protected {} ProtectedInst; class 19 void foo(Protected&); // expected-note 2 {{declared protected here}} 30 void (A::*b)(Protected&) = &A::foo; // expected-error {{'foo' is a protected member}} in test() 45 void operator+(Protected&); // expected-note {{declared protected here}} 46 void operator[](Protected&); // expected-note {{declared protected here}} 47 void operator()(Protected&); // expected-note {{declared protected here}} 48 typedef void (*ProtectedSurrogate)(Protected&); 59 void operator+(const A &, Protected&); 63 void test(A &a, Public &pub, Protected &prot, Private &priv) { in test()
|
D | p6.cpp | 18 struct Public {}; struct Protected {}; struct Private {}; struct 38 operator Protected (); // expected-note {{declared protected here}} 39 A(Protected); // expected-note {{declared protected here}} 48 Protected prot = a; // expected-error {{'operator Protected' is a protected member}} in test()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | menu_button.h | 55 @interface MenuButton (Protected)
|
D | base_bubble_controller.h | 98 @interface BaseBubbleController (Protected)
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
D | tab_strip_view.h | 53 @interface TabStripView (Protected)
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
D | infobar_controller.h | 94 @interface InfoBarController (Protected)
|
/external/chromium_org/ui/base/cocoa/ |
D | menu_controller.h | 77 @interface MenuController (Protected)
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 10 <refpurpose>Background information on Wi-Fi Protected Access and IEEE 802.11i</refpurpose> 27 hardware. This is called Wi-Fi Protected Access<TM> (WPA). This
|
D | wpa_supplicant.sgml | 10 <refpurpose>Wi-Fi Protected Access client and IEEE 802.1X supplicant</refpurpose> 43 security issues due to the use of WEP for encryption. Wi-Fi Protected
|
/external/doclava/res/assets/templates/ |
D | class.cs | 69 <?cs if:linkcount ?>| <?cs /if ?><a href="#proctors">Protected Ctors</a> 77 <?cs if:linkcount ?>| <?cs /if ?><a href="#promethods">Protected Methods</a>
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBufferedTreeNodeStream.h | 112 #pragma mark Protected Methods
|
D | ANTLRBufferedTreeNodeStream.m | 220 #pragma mark Protected Methods
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRBufferedTreeNodeStream.h | 110 #pragma mark Protected Methods
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRBufferedTreeNodeStream.h | 110 #pragma mark Protected Methods
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBufferedTreeNodeStream.h | 110 #pragma mark Protected Methods
|
/external/wpa_supplicant_8/hostapd/ |
D | README-WPS | 1 hostapd and Wi-Fi Protected Setup (WPS) 12 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a 95 # Enable internal EAP server for EAP-WSC (part of Wi-Fi Protected Setup)
|
D | android.config | 109 # Wi-Fi Protected Setup (WPS)
|
D | defconfig | 114 # Wi-Fi Protected Setup (WPS)
|
/external/chromium_org/tools/stats_viewer/ |
D | stats_viewer.cs | 25 #region Protected Methods
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-WPS | 1 wpa_supplicant and Wi-Fi Protected Setup (WPS) 13 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.ui | 501 <string>&Wi-Fi Protected Setup</string>
|
/external/flac/libFLAC/ |
D | libFLAC_static.dsp | 404 # Begin Group "Protected Header Files"
|
D | libFLAC_dynamic.dsp | 411 # Begin Group "Protected Header Files"
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1393 None, Private, Protected, Public, Package enumerator 1430 return DeclAccess == None ? Protected : AccessControl(DeclAccess); in getCanonicalAccessControl()
|