Home
last modified time | relevance | path

Searched refs:xp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/docs/html/ndk/guides/
Dcpp-support.jd179 <a href="#xp">C++ Exceptions</a> and <a href="#rt">RTTI</a>.</p>
229 <h3 id="xp">C++ Exceptions</h3>
/frameworks/native/opengl/libagl/
Dmatrix.cpp237 GLfixed* xp = m; in load() local
242 *xp++ = isZerof(f) ? 0 : gglFloatToFixed(f); in load()