Home
last modified time | relevance | path

Searched refs:VERSION (Results 1 – 4 of 4) sorted by relevance

/trusty/user/base/lib/protobuf/
Dconfig.h154 #define VERSION "3.9.1" macro
/trusty/user/base/tools/
Dtest_manifest_compiler.py1554 manifest_compiler.VERSION: 1,
1572 manifest_compiler.VERSION: "VERSION",
1706 manifest_compiler.VERSION: 5,
1747 manifest_compiler.VERSION: None,
1782 manifest_compiler.VERSION: 1,
1819 manifest_compiler.VERSION: 1,
1840 manifest_compiler.VERSION: 1,
1870 manifest_compiler.VERSION: 1,
Dmanifest_compiler.py152 VERSION = "version" variable
739 version = get_int(manifest_dict, VERSION, constants, log, optional=True)
1059 assert VERSION not in manifest
1062 manifest[VERSION] = version
/trusty/user/app/keymint/
Dsecure_storage_manager.rs1115 expect_eq!("2.27.1", protobuf::VERSION, "autogenerated files version mistmatch"); in protobuf_lib_version()