Home
last modified time | relevance | path

Searched defs:ils (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/io/test/
Dios_state_test.cpp57 boost::io::ios_locale_saver ils(output); in saver_tests_1() local
111 boost::io::ios_locale_saver ils(output, loc); in saver_tests_2() local
Dios_state_unit_test.cpp258 boost::io::ios_locale_saver ils(ss); in ios_locale_saver_unit_test() local
268 boost::io::ios_locale_saver ils(ss, std::locale::classic()); in ios_locale_saver_unit_test() local
/external/stg/test_cases/info_tests/primitive/
Dlong.c10 int long signed ils; member
/external/OpenCL-CLHPP/tests/
Dtest_openclhpp.cpp3185 std::vector<cl_name_version> ils = d0.getInfo<CL_DEVICE_ILS_WITH_VERSION>(); in testDeviceExtendedVersioning_3_0() local
3229 std::vector<cl_name_version_khr> ils = d0.getInfo<CL_DEVICE_ILS_WITH_VERSION_KHR>(); in testDeviceExtendedVersioning_KHR() local
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp386 constexpr init_list_2_init_list_3_ints ils = { { { { 1, 2, 3 } }, { { 4, 5, 6 } } } }; variable