Home
last modified time | relevance | path

Searched defs:version (Results 1 – 25 of 35) sorted by relevance

12

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DApiLevelUtil.java30 public static boolean isBefore(ITestDevice device, int version) in isBefore()
35 public static boolean isBefore(ITestDevice device, String version) in isBefore()
40 public static boolean isAfter(ITestDevice device, int version) in isAfter()
45 public static boolean isAfter(ITestDevice device, String version) in isAfter()
50 public static boolean isAtLeast(ITestDevice device, int version) in isAtLeast()
55 public static boolean isAtLeast(ITestDevice device, String version) in isAtLeast()
60 public static boolean isAtMost(ITestDevice device, int version) in isAtMost()
65 public static boolean isAtMost(ITestDevice device, String version) in isAtMost()
/test/vti/test_serving/gae/frontend/
Dpackage-lock.json3 "version": "0.0.0", string
8 "version": "0.6.8", string
18 "version": "0.6.8", string
77 "version": "0.6.8", string
89 "version": "2.9.2", string
97 "version": "0.6.8", string
109 "version": "0.6.8", string
119 "version": "6.0.6", string
127 "version": "6.2.1", string
135 "version": "6.0.8", string
[all …]
Dpackage.json3 "version": "0.0.0", string
Dangular.json3 "version": 1, number
/test/vts/utils/python/vndk/
Dvndk_utils.py47 def FormatVndkPath(pattern, bitness, version=""): argument
63 def GetVndkCoreDirectory(bitness, version): argument
76 def GetVndkSpDirectory(bitness, version): argument
/test/vts/utils/native/libprofiling/
DVtsProfilingInterface.cpp62 const string& version) { in GetTraceFile()
84 const string& version) { in CreateTraceFile()
110 const char* package, const char* version, const char* interface, in AddTraceEvent()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DApiCoverageExcludedEntity.java75 String version, in ApiCoverageExcludedEntity()
90 private void setVersions(String version) { in setVersions()
/test/vts-testcase/vndk/golden/
Dvndk_data.py73 def GetAbiDumpDirectory(data_file_path, version, binder_bitness, abi_name, argument
157 def LoadVndkLibraryLists(data_file_path, version, *tags): argument
/test/vts/drivers/hal/common/utils/
DInterfaceSpecUtil.cpp85 string GetVersionString(float version, bool for_macro) { in GetVersionString()
149 int GetVersionMajor(const string& version, bool for_macro) { in GetVersionMajor()
154 int GetVersionMinor(const string& version, bool for_macro) { in GetVersionMinor()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterBuildInfoTest.java37 String version = "gVersion"; in testOverrideBuildProperties() local
49 assertEquals(invocationInfo.get(ResultReporter.BUILD_VERSION_RELEASE), version); in testOverrideBuildProperties() local
/test/vti/dashboard/src/test/java/com/android/vts/entity/
DApiCoverageExcludedEntityTest.java35 String version = "2.1"; in saveTest() local
/test/framework/harnesses/host_controller/command_processor/
Dcommand_dut.py126 def SetOtherVolumes(self, adb_proxy, volume_level, version=None): argument
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfcClientCallback.profiler.cpp15 const char* version, in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
DNfc.profiler.cpp15 const char* version, in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
DMemoryTest.profiler.cpp18 const char* version, in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
DTestMsgQ.profiler.cpp23 const char* version, in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
/test/vts/drivers/hal/libcodecoverage/
DGcdaParser.cpp31 unsigned version; in ParseMagic() local
/test/vts/proto/
DVtsProfilingMessage.proto57 optional float version = 4 [deprecated = true]; field
/test/vts/utils/python/profiling/
Dprofiling_utils.py82 def __init__(self, package_name, version, interface_name): argument
306 def _GetTotalApis(self, package_name, version, interface_name): argument
/test/vts-testcase/hal/treble/vintf/
Dvts_treble_vintf_test_o_mr1.cpp127 Version version{fq_name.getPackageMajorVersion(), in GetHalService() local
148 Version version{fq_name.getPackageMajorVersion(), in TEST_F() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildProvider.java137 String version = null; in getBuild() local
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsFuzzTest.java168 public void setTargetVersion(float version) { in setTargetVersion()
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp41 stringstream version; in GetDriverName() local
/test/vts/compilation_tools/vtsc/code_gen/driver/
DDriverCodeGenBase.cpp55 string version = GetVersion(message, true); in GenerateHeaderFile() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelper.java76 public CertificationChecksumHelper(int testCount, double fpp, short version, in CertificationChecksumHelper()

12