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

/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
H A DYVURenderer.cpp81 bool rt = (mFrameBuffer == NULL)? local
85 if(!rt)
H A DSurfaceTextureRenderer.cpp121 bool rt = (mFrameBuffer == NULL)? local
125 if(!rt)
H A DWarpRenderer.cpp112 bool rt = (mFrameBuffer == NULL)? local
116 if(!rt)
H A DRenderer.cpp178 bool rt = (mFrameBuffer == NULL)? local
182 if(!rt)
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
H A DBackendTest.java65 Runtime rt = Runtime.getRuntime();
66 rt.exec("/system/bin/chmod 755 " + location.toString());
68 Process process = rt.exec(f.getAbsolutePath() + " -c "

Completed in 86 milliseconds