Searched defs:descendant (Results 1 - 8 of 8) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | FauxveridesTest.java | 108 private void doHasAllFauxveridesTest(Class<?> descendant, Class<?> ancestor) { argument 110 getAllRequiredToFauxveride(descendant, ancestor); 111 Set<MethodSignature> found = getAllFauxveridden(descendant, ancestor); 119 Class<?> descendant, Class<?> ancestor) { 124 Class<?> descendant, Class<?> ancestor) { 125 return getPublicStaticMethodsBetween(descendant, ancestor); 129 Class<?> descendant, Class<?> ancestor) { 131 for (Class<?> clazz : getClassesBetween(descendant, ancestor)) { 150 /** [descendant, ancestor) */ 152 Class<?> descendant, Clas 118 getAllRequiredToFauxveride( Class<?> descendant, Class<?> ancestor) argument 123 getAllFauxveridden( Class<?> descendant, Class<?> ancestor) argument 128 getPublicStaticMethodsBetween( Class<?> descendant, Class<?> ancestor) argument 151 getClassesBetween( Class<?> descendant, Class<?> ancestor) argument [all...] |
/external/bluetooth/glib/gio/win32/ |
H A D | gwinhttpfile.c | 323 GFile *descendant) 326 char *descendant_uri = g_winhttp_file_get_uri (descendant); 345 GFile *descendant) 348 char *descendant_uri = g_winhttp_file_get_uri (descendant); 322 g_winhttp_file_prefix_matches(GFile *parent, GFile *descendant) argument 344 g_winhttp_file_get_relative_path(GFile *parent, GFile *descendant) argument
|
/external/bluetooth/glib/gio/ |
H A D | gdummyfile.c | 261 g_dummy_file_prefix_matches (GFile *parent, GFile *descendant) argument 264 GDummyFile *descendant_dummy = G_DUMMY_FILE (descendant); 302 GFile *descendant) 305 GDummyFile *descendant_dummy = G_DUMMY_FILE (descendant); 301 g_dummy_file_get_relative_path(GFile *parent, GFile *descendant) argument
|
H A D | glocalfile.c | 546 GFile *descendant) 549 GLocalFile *descendant_local = G_LOCAL_FILE (descendant); 560 GFile *descendant) 563 GLocalFile *descendant_local = G_LOCAL_FILE (descendant); 545 g_local_file_prefix_matches(GFile *parent, GFile *descendant) argument 559 g_local_file_get_relative_path(GFile *parent, GFile *descendant) argument
|
H A D | gfile.c | 721 * @descendant: input #GFile. 723 * Gets the path for @descendant relative to @parent. 727 * Returns: string with the relative path from @descendant 728 * to @parent, or %NULL if @descendant doesn't have @parent as prefix. 733 GFile *descendant) 738 g_return_val_if_fail (G_IS_FILE (descendant), NULL); 740 if (G_TYPE_FROM_INSTANCE (parent) != G_TYPE_FROM_INSTANCE (descendant)) 745 return (* iface->get_relative_path) (parent, descendant); 732 g_file_get_relative_path(GFile *parent, GFile *descendant) argument
|
/external/webkit/Source/WebCore/page/ |
H A D | FrameView.cpp | 1358 // We also need to trigger reevaluation for this and all descendant frames, 1769 static bool isObjectAncestorContainerOf(RenderObject* ancestor, RenderObject* descendant) argument 1771 for (RenderObject* r = descendant; r; r = r->container()) {
|
/external/webkit/Source/WebCore/rendering/ |
H A D | RenderBlock.cpp | 141 for (HashSet<RenderBox*>::iterator descendant = descendantSet->begin(); descendant != end; ++descendant) { 142 HashSet<RenderBlock*>* containerSet = gPercentHeightContainerMap->get(*descendant); 149 gPercentHeightContainerMap->remove(*descendant); 2283 // condition is replaced with being a descendant of us. 3413 void RenderBlock::addPercentHeightDescendant(RenderBox* descendant) argument 3425 bool added = descendantSet->add(descendant).second; 3427 ASSERT(gPercentHeightContainerMap->get(descendant)); 3428 ASSERT(gPercentHeightContainerMap->get(descendant) 3441 removePercentHeightDescendant(RenderBox* descendant) argument [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
H A D | FlexAntTasks.jar | META-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ... |
Completed in 1769 milliseconds