OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagA
(Results
1 - 2
of
2
) sorted by null
/frameworks/volley/src/test/java/com/android/volley/
RequestQueueTest.java
50
Object
tagA
= new Object();
53
when(req1.getTag()).thenReturn(
tagA
);
57
when(req3.getTag()).thenReturn(
tagA
);
59
when(req4.getTag()).thenReturn(
tagA
);
64
queue.cancelAll(
tagA
);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyDynamicsWorld.cpp
111
int
tagA
= c->getIslandIdA();
113
if (
tagA
>=0 && tagB>=0)
114
getSimulationIslandManager()->getUnionFind().unite(
tagA
, tagB);
Completed in 952 milliseconds