Home
last modified time | relevance | path

Searched defs:version_str (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/rust/src/tools/replace-version-placeholder/src/
Dmain.rs9 let version_str = t!(std::fs::read_to_string(&version_path), version_path); in main() localVariable
10 let version_str = version_str.trim(); in main() localVariable
/third_party/grpc/tools/buildgen/plugins/
Dexpand_version.py36 def __init__(self, version_str, override_major=None): argument
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dusage_config.cc82 std::string version_str(flags_internal::ShortProgramInvocationName()); in VersionString() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dextension_options_parser.cc64 std::string version_str = std::string(iter_config->value.begin(), iter_config->value.end()); in DoParseCacheVersion() local
/third_party/rust/rust/src/tools/tidy/src/
Dfeatures.rs227 let version_str = t!(std::fs::read_to_string(src_path.join("version"))); in get_version_and_channel() localVariable
228 let version_str = version_str.trim(); in get_version_and_channel() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context_manager.cc119 auto version_str = tmp_str.substr(0, pos); in GetCudaVersionFromNvcc() local
127 bool GetIntVersionFromVersionStr(const std::string &version_str, size_t *major, size_t *minor) { in GetIntVersionFromVersionStr()
/third_party/mesa3d/src/mesa/main/
Dversion.c68 const char *version_str; in get_gl_override() local
/third_party/jerryscript/jerry-core/api/
Dgenerate-bytecode.c20 char version_str[VERSION_LEN]; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dtests.rs154 let version_str = if maj >= 16 { in compare_generated_header() localVariable
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h171 const char *version_str; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/np_dtype/
Dnp_dtypes.cc1439 static std::string version_str = ""; in GetNumpyVersion() local
/third_party/vulkan-loader/loader/
Dloader.c3743 char *version_str = loader_cJSON_GetStringValue(api_version_json); in loader_parse_icd_manifest() local
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2587 pub fn version_str(&self) -> &'static str { in version_str() method