Searched refs:hierarchy (Results 1 – 25 of 136) sorted by relevance
123456
/external/guava/guava-tests/test/com/google/common/eventbus/ |
D | EventBusTest.java | 150 Set<Class<?>> hierarchy = bus.flattenHierarchy(fixture.getClass()); in testFlattenHierarchy() local 152 assertEquals(5, hierarchy.size()); in testFlattenHierarchy() 153 assertContains(Object.class, hierarchy); in testFlattenHierarchy() 154 assertContains(HierarchyFixtureInterface.class, hierarchy); in testFlattenHierarchy() 155 assertContains(HierarchyFixtureSubinterface.class, hierarchy); in testFlattenHierarchy() 156 assertContains(HierarchyFixtureParent.class, hierarchy); in testFlattenHierarchy() 157 assertContains(HierarchyFixture.class, hierarchy); in testFlattenHierarchy()
|
/external/nist-sip/licenses/ |
D | README.txt | 5 Applies to the classes under the hierarchy "gov.nist" and under the "tools" 6 and "test" hierarchy.
|
/external/doclava/res/assets/templates/ |
D | hierarchy.cs | 4 .jd-hierarchy-spacer { 7 .jd-hierarchy-data {
|
/external/bluetooth/bluez/doc/ |
D | attribute-api.txt | 27 Local Service hierarchy 40 Device Service hierarchy 94 Device Characteristic hierarchy 155 Characteristic Watcher hierarchy
|
D | network-api.txt | 7 Network hierarchy 63 Network server hierarchy
|
D | media-api.txt | 4 Media hierarchy 47 MediaEndpoint hierarchy 82 MediaTransport hierarchy
|
D | hfp-api.txt | 1 Gateway hierarchy 58 HandsfreeAgent hierarchy
|
D | audio-api.txt | 8 Audio hierarchy 53 Headset hierarchy 208 AudioSink hierarchy 293 AudioSource hierarchy 347 HeadsetGateway hierarchy
|
D | node-api.txt | 7 Node hierarchy
|
D | sap-api.txt | 7 Sim Access Profile hierarchy
|
D | input-api.txt | 7 Input hierarchy
|
D | serial-api.txt | 7 Serial hierarchy
|
/external/chromium/chrome/browser/resources/file_manager/ |
D | README.harness | 27 a hierarchy of directories. If you would like to bulk import a hierarchy, use
|
/external/bluetooth/glib/docs/reference/ |
D | .gitignore | 7 *.hierarchy
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | tab_contents_controller.mm | 135 // should be put into the view hierarchy. 185 // The RWHV is ripped out of the view hierarchy on tab switches, so it never 201 // the view may have, so avoid changing the view hierarchy unless
|
D | sad_tab_view_unittest.mm | 20 SadTabView* view_; // Weak. Owned by the view hierarchy.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | floating_bar_backing_view_unittest.mm | 20 FloatingBarBackingView* view_; // Weak. Owned by the view hierarchy.
|
D | focus_tracker.mm | 16 // view hierarchy when their text field does not have focus. If
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | instant_opt_in_view_unittest.mm | 20 InstantOptInView* view_; // Weak. Owned by the view hierarchy.
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
D | infobar_gradient_view_unittest.mm | 21 InfoBarGradientView* view_; // Weak. Retained by view hierarchy.
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 21 // the type hierarchy but has no concrete instances. 112 // These types are always leaves in the type hierarchy.
|
/external/libsepol/ |
D | ChangeLog | 140 * Added user hierarchy checking from Todd Miller. 228 * Merged helpful hierarchy check errors patch from Joshua Brindle. 357 * Fixed hierarchy checker to only check allow rules. 363 - hierarchy checking memory leak fixes and optimizations 468 and hierarchy checking on expansion. 629 assertion checker, hierarchy checker, compatibility code, 667 * Merged hierarchy check fix from Joshua Brindle (Tresys). 696 * Fixed bug in role hierarchy checker.
|
D | Android.mk | 20 src/hierarchy.c \
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebBaseNetscapePluginView.mm | 622 …esChangedInternalNotification -- we only need to observe this when installed in the view hierarchy. 623 …// When not in the view hierarchy, -viewWillMoveToWindow: and -viewDidMoveToWindow will start/stop… 637 …esChangedInternalNotification -- we only need to observe this when installed in the view hierarchy. 638 …// When not in the view hierarchy, -viewWillMoveToWindow: and -viewDidMoveToWindow will start/stop… 648 …// While in the view hierarchy, observe WebPreferencesChangedInternalNotification so that we can s… 765 …// much safer than walking up the view hierarchy and observing frame/bounds changed notifications,… 766 // have to track subsequent changes to the view hierarchy and add/remove notification observers.
|
/external/doclava/src/com/google/doclava/ |
D | FederationTagger.java | 83 for (ClassInfo superclass : federatedClass.hierarchy()) { in federateMethods()
|
123456