Searched refs:testX (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp2-cxx0x.cpp22 only<char*> testX = x; local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp32 only<int> testX = x; local
/external/webkit/Source/WebKit/android/nav/
H A DCachedFrame.cpp1248 int testX = mNodeBounds.x(); local
1250 setNavOverlap(navBounds.width(), navBounds.maxX() - testX,
1265 setNavInclusion(testRight - navBounds.maxX(), navBounds.x() - testX);
1273 setWorkingOverlap(testRight - testX, maxV - testX, testRight - minV);
1274 setWorkingInclusion(testRight - maxV, minV - testX);
1368 int testX = mNodeBounds.x(); local
1370 setNavOverlap(navBounds.width(), navBounds.maxX() - testX,
1385 setNavInclusion(navBounds.x() - testX, testRight - navBounds.maxX());
1393 setWorkingOverlap(testRight - testX, testRigh
[all...]
/external/clang/test/CodeGenCXX/
H A Dmember-function-pointers.cpp180 void testX() { &X::test; } function in namespace:PR7027
/external/webkit/Source/WebCore/platform/graphics/android/
H A DLayerAndroid.cpp574 int testX = state.x(); local
581 state.setBest(this, testX, testY); // set last match (presumably on top)

Completed in 719 milliseconds