Home
last modified time | relevance | path

Searched refs:hierarchy (Results 1 – 25 of 136) sorted by relevance

123456

/external/guava/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java150 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/
DREADME.txt5 Applies to the classes under the hierarchy "gov.nist" and under the "tools"
6 and "test" hierarchy.
/external/doclava/res/assets/templates/
Dhierarchy.cs4 .jd-hierarchy-spacer {
7 .jd-hierarchy-data {
/external/bluetooth/bluez/doc/
Dattribute-api.txt27 Local Service hierarchy
40 Device Service hierarchy
94 Device Characteristic hierarchy
155 Characteristic Watcher hierarchy
Dnetwork-api.txt7 Network hierarchy
63 Network server hierarchy
Dmedia-api.txt4 Media hierarchy
47 MediaEndpoint hierarchy
82 MediaTransport hierarchy
Dhfp-api.txt1 Gateway hierarchy
58 HandsfreeAgent hierarchy
Daudio-api.txt8 Audio hierarchy
53 Headset hierarchy
208 AudioSink hierarchy
293 AudioSource hierarchy
347 HeadsetGateway hierarchy
Dnode-api.txt7 Node hierarchy
Dsap-api.txt7 Sim Access Profile hierarchy
Dinput-api.txt7 Input hierarchy
Dserial-api.txt7 Serial hierarchy
/external/chromium/chrome/browser/resources/file_manager/
DREADME.harness27 a hierarchy of directories. If you would like to bulk import a hierarchy, use
/external/bluetooth/glib/docs/reference/
D.gitignore7 *.hierarchy
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm135 // 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
Dsad_tab_view_unittest.mm20 SadTabView* view_; // Weak. Owned by the view hierarchy.
/external/chromium/chrome/browser/ui/cocoa/
Dfloating_bar_backing_view_unittest.mm20 FloatingBarBackingView* view_; // Weak. Owned by the view hierarchy.
Dfocus_tracker.mm16 // view hierarchy when their text field does not have focus. If
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dinstant_opt_in_view_unittest.mm20 InstantOptInView* view_; // Weak. Owned by the view hierarchy.
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_gradient_view_unittest.mm21 InfoBarGradientView* view_; // Weak. Retained by view hierarchy.
/external/clang/include/clang/AST/
DTypeNodes.def21 // the type hierarchy but has no concrete instances.
112 // These types are always leaves in the type hierarchy.
/external/libsepol/
DChangeLog140 * 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.
DAndroid.mk20 src/hierarchy.c \
/external/webkit/Source/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm622 …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/
DFederationTagger.java83 for (ClassInfo superclass : federatedClass.hierarchy()) { in federateMethods()

123456