/third_party/node/tools/ |
D | getmoduleversion.py | 6 def get_version(): function 26 print(get_version())
|
/third_party/gettext/gnulib-local/lib/ |
D | backupfile.c | 213 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()
|
D | backupfile.h | 52 extern enum backup_type get_version (char const *context, char const *arg);
|
/third_party/mindspore/mindspore/lite/examples/quick_start_java/ |
D | build.sh | 18 get_version() { function 24 get_version
|
/third_party/mindspore/mindspore/lite/examples/converter_extend/ |
D | build.sh | 18 get_version() { function 24 get_version
|
/third_party/mindspore/mindspore/lite/examples/runtime_gpu_extend/ |
D | build.sh | 18 get_version() { function 24 get_version
|
/third_party/mindspore/mindspore/lite/examples/runtime_extend/ |
D | build.sh | 18 get_version() { function 24 get_version
|
/third_party/mindspore/mindspore/lite/examples/quick_start_cpp/ |
D | build.sh | 18 get_version() { function 24 get_version
|
/third_party/mindspore/mindspore/lite/examples/train_lenet_java/ |
D | build.sh | 42 get_version() { function 48 get_version
|
/third_party/boost/boost/wave/util/ |
D | cpp_macromap_predef.hpp | 173 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/ |
D | web_plugin_info_ctocpp.cc | 60 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/ |
D | apple_cgl.c | 88 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()
|
D | apple_cgl.h | 44 void (*get_version) (GLint * version_major, GLint * version_minor); member
|
/third_party/iptables/extensions/ |
D | libxt_set.h | 12 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/ |
D | build.py | 32 def get_version(): function 49 return "flatbuffers/{}@google/stable".format(get_version())
|
/third_party/mindspore/mindspore/lite/examples/runtime_cpp/ |
D | build.sh | 30 get_version() { function 77 get_version
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/ |
D | mnist.sh | 39 get_version() { function 76 get_version
|
/third_party/boost/libs/uuid/test/ |
D | test_sha1.cpp | 63 BOOST_TEST_EQ(hash.get_version(), 0x05); in test_quick() 249 BOOST_TEST_EQ(sha.get_version(), 0x05); in test_version()
|
D | test_md5.cpp | 56 BOOST_TEST_EQ(hash.get_version(), 0x03); in main()
|
/third_party/mindspore/mindspore/lite/micro/example/mobilenetv2/ |
D | mobilenetv2.sh | 56 get_version() { function 113 get_version
|
/third_party/boost/boost/uuid/detail/ |
D | sha1.hpp | 55 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.py | 174 def get_version(name, members): function 234 member = get_version(name, members)
|
/third_party/skia/third_party/externals/brotli/ |
D | setup.py | 26 def get_version(): function 137 VERSION = get_version()
|
/third_party/PyYAML/tests/lib/ |
D | test_yaml_ext.py | 120 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/ |
D | cef_web_plugin_capi.h | 78 cef_string_userfree_t(CEF_CALLBACK* get_version)(
|