Home
last modified time | relevance | path

Searched refs:get_version (Results 1 – 25 of 57) sorted by relevance

123

/third_party/node/tools/
Dgetmoduleversion.py6 def get_version(): function
26 print(get_version())
/third_party/gettext/gnulib-local/lib/
Dbackupfile.c213 get_version (const char *context, const char *version) in get_version() function
232 return get_version (context, version); in xget_version()
234 return get_version ("$VERSION_CONTROL", getenv ("VERSION_CONTROL")); in xget_version()
Dbackupfile.h52 extern enum backup_type get_version (char const *context, char const *arg);
/third_party/mindspore/mindspore/lite/examples/quick_start_java/
Dbuild.sh18 get_version() { function
24 get_version
/third_party/mindspore/mindspore/lite/examples/converter_extend/
Dbuild.sh18 get_version() { function
24 get_version
/third_party/mindspore/mindspore/lite/examples/runtime_gpu_extend/
Dbuild.sh18 get_version() { function
24 get_version
/third_party/mindspore/mindspore/lite/examples/runtime_extend/
Dbuild.sh18 get_version() { function
24 get_version
/third_party/mindspore/mindspore/lite/examples/quick_start_cpp/
Dbuild.sh18 get_version() { function
24 get_version
/third_party/mindspore/mindspore/lite/examples/train_lenet_java/
Dbuild.sh42 get_version() { function
48 get_version
/third_party/boost/boost/wave/util/
Dcpp_macromap_predef.hpp173 string_type get_version() const in get_version() function in boost::wave::util::predefined_macros
281 { "__SPIRIT_PP__", T_INTLIT, &predefined_macros::get_version }, in dynamic_data()
284 { "__WAVE__", T_INTLIT, &predefined_macros::get_version }, in dynamic_data()
/third_party/cef/libcef_dll/ctocpp/
Dweb_plugin_info_ctocpp.cc60 if (CEF_MEMBER_MISSING(_struct, get_version)) in GetVersion()
66 cef_string_userfree_t _retval = _struct->get_version(_struct); in GetVersion()
/third_party/mesa3d/src/glx/apple/
Dapple_cgl.c88 apple_cgl.get_version = sym(h, "CGLGetVersion"); in apple_cgl_init()
90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor); in apple_cgl_init()
Dapple_cgl.h44 void (*get_version) (GLint * version_major, GLint * version_minor); member
/third_party/iptables/extensions/
Dlibxt_set.h12 get_version(unsigned *version) in get_version() function
46 sockfd = get_version(&req.version); in get_set_byid()
105 sockfd = get_version(&req.version); in get_set_byname()
/third_party/flatbuffers/conan/
Dbuild.py32 def get_version(): function
49 return "flatbuffers/{}@google/stable".format(get_version())
/third_party/mindspore/mindspore/lite/examples/runtime_cpp/
Dbuild.sh30 get_version() { function
77 get_version
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/
Dmnist.sh39 get_version() { function
76 get_version
/third_party/boost/libs/uuid/test/
Dtest_sha1.cpp63 BOOST_TEST_EQ(hash.get_version(), 0x05); in test_quick()
249 BOOST_TEST_EQ(sha.get_version(), 0x05); in test_version()
Dtest_md5.cpp56 BOOST_TEST_EQ(hash.get_version(), 0x03); in main()
/third_party/mindspore/mindspore/lite/micro/example/mobilenetv2/
Dmobilenetv2.sh56 get_version() { function
113 get_version
/third_party/boost/boost/uuid/detail/
Dsha1.hpp55 unsigned char get_version() const;
186 inline unsigned char sha1::get_version() const in get_version() function in boost::uuids::detail::sha1
/third_party/python/Lib/ctypes/
D_aix.py174 def get_version(name, members): function
234 member = get_version(name, members)
/third_party/skia/third_party/externals/brotli/
Dsetup.py26 def get_version(): function
137 VERSION = get_version()
/third_party/PyYAML/tests/lib/
Dtest_yaml_ext.py120 print(_yaml.get_version())
122 assert ("%s.%s.%s" % yaml._yaml.get_version()) == yaml._yaml.get_version_string(), \
123 (_yaml.get_version(), yaml._yaml.get_version_string())
128 assert isinstance(_yaml.get_version(), str)
/third_party/cef/include/capi/
Dcef_web_plugin_capi.h78 cef_string_userfree_t(CEF_CALLBACK* get_version)(

123