Searched refs:user_config (Results 1 – 12 of 12) sorted by relevance
/external/linux-tools-perf/util/ |
D | config.c | 415 char *user_config = strdup(mkpath("%s/.perfconfig", home)); in perf_config() local 416 if (!access(user_config, R_OK)) { in perf_config() 417 ret += perf_config_from_file(fn, user_config, data); in perf_config() 420 free(user_config); in perf_config()
|
/external/stlport/stlport/stl/ |
D | _ioserr.h | 9 …ou chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
|
/external/chromium/chrome/browser/net/ |
D | pref_proxy_config_service_unittest.cc | 223 net::ProxyConfig user_config = in TEST_F() local 241 OnProxyConfigChanged(ProxyConfigMatches(user_config), in TEST_F() 250 EXPECT_TRUE(actual_config.Equals(user_config)); in TEST_F()
|
/external/stlport/doc/ |
D | README.msvc | 119 your project settings or in stlport/stl/config/user_config.h. 143 stlport/stl/config/user_config.h file (uncomment _STLP_NEW_PLATFORM_SDK in this file). 150 stlport/stl/config/user_config.h. If it still do not find native headers you will
|
D | FAQ | 268 configure STLport thanks to 2 macros in user_config.h file. 359 in the file stlport/stl/config/user_config.h. There is no way to detect SDK 414 for that, see stlport/stl/config/user_config.h). 522 "./stlport/stl/config/user_config.h" or in your project settings:
|
D | README.evc3 | 130 your project settings or in stlport/stl/config/user_config.h.
|
/external/stlport/ |
D | INSTALL.unixes | 38 behaviour of STLport, see stlport/stl/config/user_config.h and
|
D | INSTALL | 64 configuration macro in stlport/stl/config/user_config.h, you may stop reading here.
|
D | configure.bat | 157 echo _STLP_USE_BOOST_SUPPORT in stlport/stl/config/user_config.h file.
|
/external/stlport/etc/ |
D | ReleaseNote.txt | 39 stlport/stl_user_config.h renamed and moved as stlport/stl/config/user_config.h.
|
D | ChangeLog | 1407 * stlport/stl/config/user_config.h: idem; 1435 * stlport/stl/config/user_config.h, host.h: Moved administrative 1474 * stlport/stl/config/user_config.h: add _STLP_USE_DEFAULT_FILE_OFFSET, 1690 _STLP_USE_BOOST_SUPPORT defined in user_config.h; 2251 * stlport/stl/config/user_config.h: Add comment about limitation 2666 * stlport/stl/config/user_config.h: Documented above modification.
|
D | ChangeLog-5.1 | 168 * stlport/stl/config/user_config.h, host.h: Moved the administrative 169 _STLP_USE_DEFAULT_FILE_OFFSET macro from user_config.h to host.h. 210 * stlport/stl/config/user_config.h: add _STLP_USE_DEFAULT_FILE_OFFSET, 741 stlport/stl/config/user_config.h, _hpacc.h: Replaced references to 850 * stlport/stl/config/user_config.h, features.h: string template 1965 * stlport/stl/config/user_config.h: ditto. 2270 * stlport/stl/config/user_config.h, features.h: Inverse
|