Searched refs:config_info (Results 1 – 17 of 17) sorted by relevance
/third_party/boost/libs/config/test/ |
D | Jamfile.v2 | 29 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 ;
|
D | CMakeLists.txt | 22 add_executable(config_info config_info.cpp) target 23 target_link_libraries(config_info Boost::config)
|
/third_party/mindspore/mindspore/lite/test/st/ |
D | mix_data_type_test.cc | 54 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/ |
D | Jamfile.v2 | 55 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 ;
|
D | boost_test.bat | 6 echo Example: boost_test -ts msvc-12.0 -a "define=BOOST_SOME_MACRO" config_info
|
/third_party/mindspore/mindspore/lite/src/cxx_api/model/ |
D | model_impl.cc | 183 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/ |
D | Jamfile.v2 | 136 [ run config_info/regex_config_info.cpp 142 [ run config_info/regex_config_info.cpp ../build//boost_regex
|
/third_party/ffmpeg/libavcodec/ |
D | videotoolbox.c | 720 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/ |
D | README.md | 39 ../../../b2 config_info <- single test
|
D | configure | 3088 …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/ |
D | guidelines.qbk | 131 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`]
|
D | configuring_boost.qbk | 378 [[`config_info.cpp`][ 431 the output from `config_info.cpp`, and the pass/fail test results.
|
/third_party/boost/libs/type_traits/ |
D | README.md | 46 ../../../b2 config_info <- single test
|
/third_party/boost/libs/config/tools/ |
D | configure.in | 403 …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/ |
D | Jamfile.v2 | 251 [ run config_info.cpp ]
|
/third_party/boost/libs/filesystem/test/msvc/ |
D | filesystem.sln | 119 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "config_info", "config_info\config_info.vcxproj…
|
/third_party/boost/libs/config/test/all/ |
D | Jamfile.v2 | 17 run ../config_info.cpp : : : <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<l… 18 run ../config_info.cpp : : : <threading>multi : config_info_threaded ;
|