HomeSort by relevance Sort by last modified time
    Searched refs:strFile (Results 1 - 6 of 6) sorted by null

  /frameworks/native/cmds/installd/
file_parsing.h 27 bool ParseFile(const std::string& strFile, std::function<bool (const std::string&)> parse) {
28 std::ifstream input_stream(strFile);
system_properties.h 32 bool Load(const std::string& strFile) {
33 return ParseFile(strFile, [&](const std::string& line) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxerr8.h 35 HRESULT WINAPI DXTraceA(const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, WINBOOL bPopMsgBox);
36 HRESULT WINAPI DXTraceW(const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, WINBOOL bPopMsgBox);
dxerr9.h 35 HRESULT WINAPI DXTraceA(const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, WINBOOL bPopMsgBox);
36 HRESULT WINAPI DXTraceW(const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, WINBOOL bPopMsgBox);
  /external/icu/icu4c/source/test/iotest/
strtst.c 257 UFILE *strFile = u_fstropen(testStr, UPRV_LENGTHOF(testStr), "en_US");
259 if (!strFile) {
263 u_fprintf(strFile, "%d", 1234);
264 u_frewind(strFile);
265 u_fscanf(strFile, "%d", &numResult);
275 u_frewind(strFile);
276 locale = u_fgetlocale(strFile);
278 log_err("u_fgetlocale didn't return \"en\" Got: %d\n", u_fgetlocale(strFile));
280 u_fsetlocale(strFile, "de_DE");
281 locale = u_fgetlocale(strFile);
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 322 milliseconds