OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDescendantOf
(Results
1 - 17
of
17
) sorted by null
/external/parameter-framework/upstream/parameter/
AreaConfiguration.cpp
139
assert(_pConfigurableElement->
isDescendantOf
(pToAreaConfiguration->getConfigurableElement()));
148
assert(_pConfigurableElement->
isDescendantOf
(pFromAreaConfiguration->getConfigurableElement()));
Element.h
106
bool
isDescendantOf
(const CElement *pCandidateAscendant) const;
Element.cpp
447
bool CElement::
isDescendantOf
(const CElement *pCandidateAscendant) const
457
return _pParent->
isDescendantOf
(pCandidateAscendant);
ConfigurableDomain.cpp
454
(pCandidateDescendantConfigurableElement->
isDescendantOf
(
[
all
...]
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Dialog.java
111
if (newFocusedActor != null && !newFocusedActor.
isDescendantOf
(Dialog.this) &&
193
if (actor != null && !actor.
isDescendantOf
(this)) previousKeyboardFocus = actor;
197
if (actor != null && !actor.
isDescendantOf
(this)) previousScrollFocus = actor;
222
if (actor == null || actor.
isDescendantOf
(this)) stage.setKeyboardFocus(previousKeyboardFocus);
226
if (actor == null || actor.
isDescendantOf
(this)) stage.setScrollFocus(previousScrollFocus);
Tooltip.java
119
if (fromActor != null && fromActor.
isDescendantOf
(actor)) return;
125
if (toActor != null && toActor.
isDescendantOf
(event.getListenerActor())) return;
SelectBox.java
442
if (actor != null && !actor.
isDescendantOf
(this)) previousScrollFocus = actor;
Tree.java
103
if (toActor == null || !toActor.
isDescendantOf
(Tree.this)) setOverNode(null);
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
ClickListener.java
120
if (hit == null || !hit.
isDescendantOf
(actor)) return inTapSquare(x, y);
/external/llvm/include/llvm/Analysis/
LazyCallGraph.h
245
bool isAncestorOf(const SCC &C) const { return C.
isDescendantOf
(*this); }
253
bool
isDescendantOf
(const SCC &C) const;
/external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp
220
EXPECT_FALSE(D.
isDescendantOf
(D));
234
EXPECT_FALSE(C.
isDescendantOf
(D));
248
EXPECT_FALSE(B.
isDescendantOf
(D));
415
EXPECT_TRUE(DC.
isDescendantOf
(AC));
416
EXPECT_TRUE(DC.
isDescendantOf
(BC));
417
EXPECT_TRUE(DC.
isDescendantOf
(CC));
/external/llvm/lib/Analysis/
LazyCallGraph.cpp
165
bool LazyCallGraph::SCC::
isDescendantOf
(const SCC &C) const {
198
assert(CalleeC.
isDescendantOf
(*this) &&
214
assert(CallerC.
isDescendantOf
(*this) &&
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Stage.java
601
if (scrollFocus != null && scrollFocus.
isDescendantOf
(actor)) scrollFocus = null;
602
if (keyboardFocus != null && keyboardFocus.
isDescendantOf
(actor)) keyboardFocus = null;
Actor.java
308
public boolean
isDescendantOf
(Actor actor) {
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 883 milliseconds