Home
last modified time | relevance | path

Searched refs:vf (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/localize/
DValuesFile_test.cpp10 ValuesFile* vf = ValuesFile::ParseFile("testdata/values/strings.xml", config, in ValuesFile_test() local
13 const set<StringResource>& strings = vf->GetStrings(); in ValuesFile_test()
14 string canonical = vf->ToString(); in ValuesFile_test()
52 delete vf; in ValuesFile_test()
DValuesFile.cpp29 ArrayHandler(ValuesFile* vf, int version, const string& versionString, const string& id);
45 ArrayHandler::ArrayHandler(ValuesFile* vf, int version, const string& versionString, in ArrayHandler() argument
47 :m_vf(vf), in ArrayHandler()
91 ValuesHandler(ValuesFile* vf, int version, const string& versionString);
105 ValuesHandler::ValuesHandler(ValuesFile* vf, int version, const string& versionString) in ValuesHandler() argument
106 :m_vf(vf), in ValuesHandler()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java1841 final Rect vf = mTmpVisibleFrame; in beginLayoutLw() local
1842 pf.left = df.left = vf.left = mDockLeft; in beginLayoutLw()
1843 pf.top = df.top = vf.top = mDockTop; in beginLayoutLw()
1844 pf.right = df.right = vf.right = mDockRight; in beginLayoutLw()
1845 pf.bottom = df.bottom = vf.bottom = mDockBottom; in beginLayoutLw()
1909 pf.left = df.left = vf.left = mDockLeft; in beginLayoutLw()
1910 pf.top = df.top = vf.top = mDockTop; in beginLayoutLw()
1911 pf.right = df.right = vf.right = mDockRight; in beginLayoutLw()
1912 pf.bottom = df.bottom = vf.bottom = mDockBottom; in beginLayoutLw()
1914 mStatusBar.computeFrameLw(pf, df, vf, vf); in beginLayoutLw()
[all …]
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr112 A�f�_�3��:Z��Ű<6^vf�$�2�{�m�h_���Lt�.���5��<6m.m��-&��gp�R�ЃԀWC�`<",vxg��v{Ԉ�'��O�M…
320 ��<vf=���AZ�j-E.r�"�(�"�S���� <���M���D�D��Q�8 ���'E�l���<Xy+��������� 24�r��R�� _��<…
/frameworks/base/services/java/com/android/server/wm/
DWindowState.java385 public void computeFrameLw(Rect pf, Rect df, Rect cf, Rect vf) { in computeFrameLw() argument
441 visible.set(vf); in computeFrameLw()