Searched defs:_r (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h76 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {};
77 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray
78 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {};
79 float r(void) const { return _r; }
84 float _r; member in class:ColorRGB
/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java62 int _r, Intent[] _i, String[] _it, int _f, Bundle _o, int _userId) {
67 requestCode = _r;
78 hash = (ODD_PRIME_NUMBER*hash) + _r;
61 Key(int _t, String _p, ActivityRecord _a, String _w, int _r, Intent[] _i, String[] _it, int _f, Bundle _o, int _userId) argument
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java465 PostInstallData(InstallArgs _a, PackageInstalledInfo _r) { argument
467 res = _r;

Completed in 66 milliseconds