Home
last modified time | relevance | path

Searched refs:config_info (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/config/test/
DJamfile.v229 exe has_atomic_lib : config_info.cpp atomic ;
31 exe has_pthread_lib : config_info.cpp pthread ;
33 exe has_rt_lib : config_info.cpp rt ;
81 …[ run config_info.cpp : : : <test-info>always_show_run_output <threading>single <toolset>msvc:<run…
82 …[ run config_info.cpp : : : <test-info>always_show_run_output <threading>multi <toolset>msvc:<warn…
83 …[ run config_info.cpp : : : <test-info>always_show_run_output <rtti>off <toolset>msvc:<warnings-as…
84 [ run config_info.cpp : : : <test-info>always_show_run_output <exception-handling>off
121 exe config_info_printer : config_info.cpp ;
140 exe config_info_travis : config_info.cpp ;
DCMakeLists.txt22 add_executable(config_info config_info.cpp) target
23 target_link_libraries(config_info Boost::config)
/third_party/mindspore/mindspore/lite/test/st/
Dmix_data_type_test.cc54 std::map<std::string, std::string> config_info; in TEST_F() local
55 ret = lite::GetSectionInfoFromConfigFile(filename, sectionname, &config_info); in TEST_F()
58 ASSERT_EQ(config_info.size(), 2); in TEST_F()
60 auto info0 = config_info.at("op1"); in TEST_F()
63 auto inf01 = config_info.at("op2"); in TEST_F()
67 lite::ParserExecutionPlan(&config_info, &execution_plan); in TEST_F()
/third_party/boost/libs/filesystem/test/
DJamfile.v255 run config_info.cpp : : : <link>shared <test-info>always_show_run_output ;
56 run config_info.cpp : : : <link>static <test-info>always_show_run_output : config_info_static ;
Dboost_test.bat6 echo Example: boost_test -ts msvc-12.0 -a "define=BOOST_SOME_MACRO" config_info
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel_impl.cc183 std::map<std::string, std::string> config_info; in LoadConfig() local
184 …nt ret = lite::GetSectionInfoFromConfigFile(config_path, CONFIG_FILE_EXECUTION_PLAN, &config_info); in LoadConfig()
190 if (config_info.empty()) { in LoadConfig()
195 lite::ParserExecutionPlan(&config_info, &execution_plan_); in LoadConfig()
/third_party/boost/libs/regex/test/
DJamfile.v2136 [ run config_info/regex_config_info.cpp
142 [ run config_info/regex_config_info.cpp ../build//boost_regex
/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c720 CFMutableDictionaryRef config_info = CFDictionaryCreateMutable(kCFAllocatorDefault, in videotoolbox_decoder_config_create() local
725 CFDictionarySetValue(config_info, in videotoolbox_decoder_config_create()
760 CFDictionarySetValue(config_info, in videotoolbox_decoder_config_create()
768 return config_info; in videotoolbox_decoder_config_create()
/third_party/boost/libs/config/
DREADME.md39 ../../../b2 config_info <- single test
Dconfigure3088 …SER_CONFIG -o conftest$ac_exeext $LDFLAGS $boost_base/libs/config/test/config_info.cpp $LIBS >&5 2…
3095 …user.hpp"' -o conftest$ac_exeext $LDFLAGS $boost_base/libs/config/test/config_info.cpp $LIBS >&5 2…
/third_party/boost/libs/config/doc/
Dguidelines.qbk131 libs/config/test/all/Jamfile.v2, `config_test.cpp` and `config_info.cpp`.[br][br]
140 * cd into `libs/config/test` and run `bjam config_info config_test `['`compiler-list`].
141 `config_info` should build and run cleanly for all the compilers in ['`compiler-list`]
Dconfiguring_boost.qbk378 [[`config_info.cpp`][
431 the output from `config_info.cpp`, and the pass/fail test results.
/third_party/boost/libs/type_traits/
DREADME.md46 ../../../b2 config_info <- single test
/third_party/boost/libs/config/tools/
Dconfigure.in403 …SER_CONFIG -o conftest$ac_exeext $LDFLAGS $boost_base/libs/config/test/config_info.cpp $LIBS >&5 2…
408 …user.hpp"' -o conftest$ac_exeext $LDFLAGS $boost_base/libs/config/test/config_info.cpp $LIBS >&5 2…
/third_party/boost/libs/preprocessor/test/
DJamfile.v2251 [ run config_info.cpp ]
/third_party/boost/libs/filesystem/test/msvc/
Dfilesystem.sln119 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "config_info", "config_info\config_info.vcxproj…
/third_party/boost/libs/config/test/all/
DJamfile.v217 run ../config_info.cpp : : : <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<l…
18 run ../config_info.cpp : : : <threading>multi : config_info_threaded ;