Searched refs:library_version (Results 1 – 6 of 6) sorted by relevance
/external/libiio/src/bindings/csharp/ |
D | Context.cs | 103 public readonly Version library_version, backend_version; field in iio.Context 162 library_version = new Version(major, minor, builder.ToString()); in Context()
|
/external/libwebsockets/lib/core/ |
D | context.c | 31 static const char *library_version = LWS_LIBRARY_VERSION " " LWS_BUILD_HASH; variable 48 return library_version; in lws_get_library_version() 222 lwsl_info("Libwebsockets version: %s\n", library_version); in lws_create_context()
|
/external/openssh/ |
D | pkcs11.h | 111 #define library_version libraryVersion macro 202 struct ck_version library_version; member 1273 #undef library_version
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | recognizers.rb | 219 def generated_using( grammar_file, antlr_version, library_version = nil ) 222 @library_version = Util.parse_version( library_version )
|
/external/python/cpython2/Misc/ |
D | HISTORY | 8470 - The library_version attribute, introduced in an earlier beta, was
|
/external/python/cpython3/Misc/ |
D | HISTORY | 25849 - The library_version attribute, introduced in an earlier beta, was
|