Home
last modified time | relevance | path

Searched refs:fw (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp95 const GLfloat fw = w; in main() local
99 { fw, fh }, in main()
100 { fw, 0 } in main()
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
DCertPinInstallReceiverTest.java156 FileOutputStream fw = mContext.openFileOutput("content.txt", mContext.MODE_WORLD_READABLE); in makeTemporaryContentFile() local
157 fw.write(content.getBytes(), 0, content.length()); in makeTemporaryContentFile()
158 fw.close(); in makeTemporaryContentFile()
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr110 …� �� �k��w�<�$g��t��X"x�$0e��u�bc��J�<(�mFe����5����Q����9�a㙃``<��6fw�7�~�':�*�%�S`��9��…
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1029 final int fw = mWindowFrames.mFrame.width(); in computeFrameLw() local
1116 if (mIsWallpaper && (fw != mWindowFrames.mFrame.width() in computeFrameLw()