Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 94) sorted by relevance

1234

/test/vti/dashboard/
Dbuild.gradle36 id "com.github.sherter.google-java-format" version "0.7.1"
45 version = '4'
66 compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.7'
67 compile group: 'org.apache.commons', name: 'commons-math3', version:'3.6.1'
68 compile group: 'commons-codec', name: 'commons-codec', version:'1.9'
69 compile group: 'com.google.cloud', name: 'google-cloud', version: "${googleCloudVersion}"
70 compile group: 'com.google.code.gson', name: 'gson', version:'2.7'
71 compile group: 'com.googlecode.objectify', name: 'objectify', version: "${objectifyVersion}"
72 compile group: 'org.json', name: 'json', version:'20180130'
73 compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "${jacksonVersion}"
[all …]
/test/vts/drivers/hal/common/utils/
DInterfaceSpecUtil.cpp85 string GetVersionString(float version, bool for_macro) { in GetVersionString() argument
90 long version_long = version * DEFAULT_FACTOR; in GetVersionString()
149 int GetVersionMajor(const string& version, bool for_macro) { in GetVersionMajor() argument
150 if (for_macro) return std::stoi(version.substr(0, version.find("_"))); in GetVersionMajor()
151 return std::stoi(version.substr(0, version.find("."))); in GetVersionMajor()
154 int GetVersionMinor(const string& version, bool for_macro) { in GetVersionMinor() argument
155 if (for_macro) return std::stoi(version.substr(version.find("_") + 1)); in GetVersionMinor()
156 return std::stoi(version.substr(version.find(".") + 1)); in GetVersionMinor()
/test/vts-testcase/vndk/golden/
Dvndk_data.py91 def GetAbiDumpDirectory(data_file_path, version, binder_bitness, abi_name, argument
112 version_dir = (version if version else
149 def GetAbiDumpPathsFromResources(version, binder_bitness, abi_name, abi_bitness): argument
177 dump_dir = "/".join((version, str(binder_bitness), arch_name,
235 def LoadVndkLibraryLists(data_file_path, version, *tags): argument
249 version_dir = (version if version else
275 def LoadVndkLibraryListsFromResources(version, *tags): argument
292 version_str = (version if version and re.match("\\d+", version) else
/test/vts/utils/native/libprofiling/
DVtsProfilingInterface.cpp62 const string& version) { in GetTraceFile() argument
63 string fullname = package + "@" + version; in GetTraceFile()
72 fd = CreateTraceFile(package, version); in GetTraceFile()
77 fd = CreateTraceFile(package, version); in GetTraceFile()
84 const string& version) { in CreateTraceFile() argument
93 string file_path = trace_file_path_prefix_ + package + "_" + version + "_" + in CreateTraceFile()
110 const char* package, const char* version, const char* interface, in AddTraceEvent() argument
112 std::string version_str = std::string(version); in AddTraceEvent()
127 int fd = GetTraceFile(package, version); in AddTraceEvent()
DVtsProfilingInterface.h46 const char* package, const char* version, const char* interface,
52 int GetTraceFile(const string& package, const string& version);
55 int CreateTraceFile(const string& package, const string& version);
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DProcQtaguidCtrlTest.py71 (version, patchlevel, sublevel) = self._kernel_version(dut)
72 if version == 4 and patchlevel >= 9 or version > 4:
97 version = int(match.group(1))
101 return (version, patchlevel, sublevel)
/test/vts/utils/python/vndk/
Dvndk_utils.py47 def FormatVndkPath(pattern, bitness, version=""): argument
59 VER=version)
62 def GetVndkDirectory(bitness, version): argument
73 bitness, version)
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfc.profiler.cpp15 const char* version, in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() argument
22 std::string version_str = std::string(version); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
26 …LOG(WARNING) << "incorrect version. Expect: 1.0 or lower (if version != x.0), actual: " << version; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
87 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
146 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
205 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
251 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
297 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
343 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
389 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
DTestMsgQ.profiler.cpp23 const char* version, in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ() argument
30 std::string version_str = std::string(version); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
34 …LOG(WARNING) << "incorrect version. Expect: 1.0 or lower (if version != x.0), actual: " << version; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
105 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
184 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
238 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
292 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
346 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
400 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
446 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
[all …]
DNfcClientCallback.profiler.cpp15 const char* version, in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() argument
22 std::string version_str = std::string(version); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
26 …LOG(WARNING) << "incorrect version. Expect: 1.0 or lower (if version != x.0), actual: " << version; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
87 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
138 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
DBar.profiler.cpp26 const char* version, in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar() argument
33 std::string version_str = std::string(version); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
37 …LOG(WARNING) << "incorrect version. Expect: 1.0 or lower (if version != x.0), actual: " << version; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
116 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
162 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
216 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
294 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
358 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
405 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
469 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
[all …]
DMemoryTest.profiler.cpp18 const char* version, in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest() argument
25 std::string version_str = std::string(version); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
29 …LOG(WARNING) << "incorrect version. Expect: 1.0 or lower (if version != x.0), actual: " << version; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
112 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
177 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
231 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
288 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
334 profiler.AddTraceEvent(event, package, version, interface, msg); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
/test/vts/drivers/hal/libcodecoverage/
DGcdaParser.cpp31 unsigned version; in ParseMagic() local
43 version = gcda_file_->ReadUnsigned(); in ParseMagic()
44 GCOV_UNSIGNED2STRING(v, version); in ParseMagic()
46 if (version != GCOV_VERSION) { in ParseMagic()
/test/vts/drivers/hal/common/include/utils/
DInterfaceSpecUtil.h63 string GetVersionString(float version, bool for_macro=false);
104 int GetVersionMajor(const string& version, bool for_macro = false);
110 int GetVersionMinor(const string& version, bool for_macro = false);
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DApiCoverageExcludedEntity.java75 String version, in ApiCoverageExcludedEntity() argument
86 this.setVersions(version); in ApiCoverageExcludedEntity()
90 private void setVersions(String version) { in setVersions() argument
91 String[] versionArray = version.split("[.]"); in setVersions()
/test/vts/utils/python/profiling/
Dprofiling_utils.py82 def __init__(self, package_name, version, interface_name): argument
84 self.version_major, self.version_minor = version.split(".")
284 package_name, version = package.split("@")
291 package_name, version, interface_name)
294 package_name, version, interface_name)
306 def _GetTotalApis(self, package_name, version, interface_name): argument
328 version, "vts", interface_name[1:] + ".vts")
/test/app_compat/csuite/instrumentation/launch/
DAndroid.bp24 // The value of min sdk version chosen here is the oldest sdk version we
25 // have tested. Lower version numbers should also work.
/test/vti/dashboard/gradle/
Dprofile_default.gradle5 "application.version": project.property("version")
Dprofile_prod.gradle5 "application.version": project.property("application.version")
Dprofile_staging.gradle5 "application.version": project.property("application.version")
/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.cpp94 to_string(manifest_instance.version()), in ForEachHidlHalInstance()
118 uint64_t version = manifest_instance.version().minorVer; in ForEachAidlHalInstance() local
125 fn(package, version, interface, instance, updatable_via_apex); in ForEachAidlHalInstance()
/test/vts/proto/
DVtsProfilingMessage.proto57 optional float version = 4 [deprecated = true]; field
63 // HAL major version of the target component (e.g. 1.0 -> 1).
65 // HAL minor version of the target component (e.g. 1.0 -> 0).
/test/vti/dashboard/src/test/java/com/android/vts/entity/
DApiCoverageExcludedEntityTest.java35 String version = "2.1"; in saveTest() local
38 packageName, version, "IDevice", apiName, "not testable"); in saveTest()
/test/vts/testcases/
DREADME.md3 …DL HAL Tests: `test/vts-testcase/hal/<hal name>/<version>` and `hardware/interfaces/<hal name>/<ve…
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerStaticParams.cpp57 auto version = in FindAnyIfaceFQName() local
59 return FQName{package, version, iface_name}; in FindAnyIfaceFQName()

1234