/aosp12/system/security/keystore2/src/database/ |
H A D | versioning.rs | 27 let version = tx in create_or_get_version() localVariable 34 let version = if let Some(version) = version { in create_or_get_version() localVariable 43 let version = if tx in create_or_get_version() localVariable 194 let version = create_or_get_version(&tx, 3).unwrap(); in create_or_get_version_new_database() localVariable 231 let version = create_or_get_version(&tx, 5).unwrap(); in create_or_get_version_new_database() localVariable 253 let version = create_or_get_version(&tx, 7).unwrap(); in create_or_get_version_new_database() localVariable 297 let version = create_or_get_version(&tx, 3).unwrap(); in create_or_get_version_legacy_database() localVariable 335 let version = create_or_get_version(&tx, 5).unwrap(); in create_or_get_version_legacy_database() localVariable 357 let version = create_or_get_version(&tx, 7).unwrap(); in create_or_get_version_legacy_database() localVariable
|
/aosp12/system/libvintf/include/vintf/ |
H A D | VendorNdk.h | 29 VendorNdk(std::string&& version) : mVersion(std::move(version)) {} in VendorNdk() 30 VendorNdk(std::string&& version, std::set<std::string>&& libs) in VendorNdk() 32 VendorNdk(const std::string& version) : mVersion(version) {} in VendorNdk() 33 VendorNdk(const std::string& version, const std::set<std::string>& libs) in VendorNdk() 36 const std::string& version() const { return mVersion; } in version() function
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/ |
H A D | TunerVersionChecker.java | 82 public static boolean supportTunerVersion(@TunerVersion int version) { in supportTunerVersion() 97 public static boolean isHigherOrEqualVersionTo(@TunerVersion int version) { in isHigherOrEqualVersionTo() 111 public static int getMajorVersion(@TunerVersion int version) { in getMajorVersion() 124 public static int getMinorVersion(@TunerVersion int version) { in getMinorVersion() 129 public static boolean checkHigherOrEqualVersionTo( in checkHigherOrEqualVersionTo() 142 public static boolean checkSupportVersion(@TunerVersion int version, String methodName) { in checkSupportVersion()
|
/aosp14/frameworks/base/media/java/android/media/tv/tuner/ |
H A D | TunerVersionChecker.java | 91 public static boolean supportTunerVersion(@TunerVersion int version) { in supportTunerVersion() 106 public static boolean isHigherOrEqualVersionTo(@TunerVersion int version) { in isHigherOrEqualVersionTo() 120 public static int getMajorVersion(@TunerVersion int version) { in getMajorVersion() 133 public static int getMinorVersion(@TunerVersion int version) { in getMinorVersion() 138 public static boolean checkHigherOrEqualVersionTo( in checkHigherOrEqualVersionTo() 151 public static boolean checkSupportVersion(@TunerVersion int version, String methodName) { in checkSupportVersion()
|
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
H A D | package-lock.json | 25 "version": "0.8.1", string 37 "version": "1.4.1", string 61 "version": "0.11.8", string 76 "version": "1.0.1", string 90 "version": "1.2.1", string 97 "version": "3.1.0", string 112 "version": "0.3.9", string 122 "version": "2.1.5", string 135 "version": "2.0.5", string 144 "version": "1.2.8", string [all …]
|
/aosp12/system/chre/chre_api/legacy/v1_1/chre/ |
H A D | version.h | 91 #define CHRE_EXTRACT_MAJOR_VERSION(version) \ argument 102 #define CHRE_EXTRACT_MINOR_VERSION(version) \ argument 115 #define CHRE_EXTRACT_PATCH_VERSION(version) ((version) & UINT32_C(0xFFFF)) argument
|
/aosp12/system/chre/chre_api/legacy/v1_2/chre/ |
H A D | version.h | 101 #define CHRE_EXTRACT_MAJOR_VERSION(version) \ argument 112 #define CHRE_EXTRACT_MINOR_VERSION(version) \ argument 125 #define CHRE_EXTRACT_PATCH_VERSION(version) ((version) & UINT32_C(0xFFFF)) argument
|
/aosp12/system/chre/chre_api/legacy/v1_3/chre/ |
H A D | version.h | 113 #define CHRE_EXTRACT_MAJOR_VERSION(version) \ argument 124 #define CHRE_EXTRACT_MINOR_VERSION(version) \ argument 137 #define CHRE_EXTRACT_PATCH_VERSION(version) ((version) & UINT32_C(0xFFFF)) argument
|
/aosp12/system/chre/chre_api/legacy/v1_4/chre/ |
H A D | version.h | 125 #define CHRE_EXTRACT_MAJOR_VERSION(version) \ argument 136 #define CHRE_EXTRACT_MINOR_VERSION(version) \ argument 149 #define CHRE_EXTRACT_PATCH_VERSION(version) ((version) & UINT32_C(0xFFFF)) argument
|
/aosp12/system/chre/chre_api/include/chre_api/chre/ |
H A D | version.h | 137 #define CHRE_EXTRACT_MAJOR_VERSION(version) \ argument 148 #define CHRE_EXTRACT_MINOR_VERSION(version) \ argument 161 #define CHRE_EXTRACT_PATCH_VERSION(version) ((version) & UINT32_C(0xFFFF)) argument
|
/aosp12/frameworks/base/startop/iorap/functional_tests/src/com/google/android/startop/iorap/ |
H A D | IorapWorkFlowTest.java | 175 String packageName, String activityName, long version) in startAppForPerfettoTrace() 183 String packageName, String activityName, long version) in startAppWithCompiledTrace() 203 String packageName, String activityName, long version) throws Exception { in compile() 210 String packageName, String activityName, long version) { in getCompiledTracePath()
|
/aosp12/bionic/libc/kernel/uapi/sound/sof/ |
H A D | abi.h | 31 #define SOF_ABI_VERSION_MAJOR(version) (((version) >> SOF_ABI_MAJOR_SHIFT) & SOF_ABI_MAJOR_MASK) argument 32 #define SOF_ABI_VERSION_MINOR(version) (((version) >> SOF_ABI_MINOR_SHIFT) & SOF_ABI_MINOR_MASK) argument 33 #define SOF_ABI_VERSION_PATCH(version) (((version) >> SOF_ABI_PATCH_SHIFT) & SOF_ABI_PATCH_MASK) argument
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/omapres/ |
H A D | VersionTest.java | 60 Version version = new Version(); in testElementName() local 71 Version version = new Version(majorVersion, minorVersion); in testSerializing() local 111 Version version = null; in testParsing() local
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/ |
H A D | core_interface.cpp | 39 #define GET_REVISION(version) (version >> 16) argument 40 #define GET_DATA_ALIGNMENT(version) ((version >> 8) & 0xFF) argument 41 #define GET_INSTRUCTION_SET(version) (version & 0xFF) argument
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/ |
H A D | core_interface.cpp | 39 #define GET_REVISION(version) (version >> 16) argument 40 #define GET_DATA_ALIGNMENT(version) ((version >> 8) & 0xFF) argument 41 #define GET_INSTRUCTION_SET(version) (version & 0xFF) argument
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/ |
H A D | core_interface.cpp | 39 #define GET_REVISION(version) (version >> 16) argument 40 #define GET_DATA_ALIGNMENT(version) ((version >> 8) & 0xFF) argument 41 #define GET_INSTRUCTION_SET(version) (version & 0xFF) argument
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/ |
H A D | core_interface.cpp | 39 #define GET_REVISION(version) (version >> 16) argument 40 #define GET_DATA_ALIGNMENT(version) ((version >> 8) & 0xFF) argument 41 #define GET_INSTRUCTION_SET(version) (version & 0xFF) argument
|
/aosp12/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteOpenHelper.java | 81 @Nullable CursorFactory factory, int version) { in SQLiteOpenHelper() 103 @Nullable CursorFactory factory, int version, in SQLiteOpenHelper() 123 public SQLiteOpenHelper(@Nullable Context context, @Nullable String name, int version, in SQLiteOpenHelper() 152 @Nullable CursorFactory factory, int version, in SQLiteOpenHelper() 160 private SQLiteOpenHelper(@Nullable Context context, @Nullable String name, int version, in SQLiteOpenHelper() 389 final int version = db.getVersion(); in getDatabaseLocked() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/updates/ |
H A D | CertPinInstallReceiverTest.java | 162 private String createSignature(String content, String version, String requiredHash) in createSignature() 175 public boolean verifySignature(String content, String version, String requiredPrevious, in verifySignature() 185 private void sendIntent(String contentPath, String version, String required, String sig) { in sendIntent() 195 private String runTest(String cert, String content, String version, String required, String sig) in runTest() 205 private String runTestWithoutSig(String cert, String content, String version, String required) in runTestWithoutSig() 233 String version = getNextVersion(); in testBadVersionFails() local
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteOpenHelper.java | 81 @Nullable CursorFactory factory, int version) { in SQLiteOpenHelper() 103 @Nullable CursorFactory factory, int version, in SQLiteOpenHelper() 123 public SQLiteOpenHelper(@Nullable Context context, @Nullable String name, int version, in SQLiteOpenHelper() 152 @Nullable CursorFactory factory, int version, in SQLiteOpenHelper() 160 private SQLiteOpenHelper(@Nullable Context context, @Nullable String name, int version, in SQLiteOpenHelper() 389 final int version = db.getVersion(); in getDatabaseLocked() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/updates/ |
H A D | CertPinInstallReceiverTest.java | 162 private String createSignature(String content, String version, String requiredHash) in createSignature() 175 public boolean verifySignature(String content, String version, String requiredPrevious, in verifySignature() 185 private void sendIntent(String contentPath, String version, String required, String sig) { in sendIntent() 195 private String runTest(String cert, String content, String version, String required, String sig) in runTest() 205 private String runTestWithoutSig(String cert, String content, String version, String required) in runTestWithoutSig() 233 String version = getNextVersion(); in testBadVersionFails() local
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
H A D | PacketReflector.java | 75 private static void swapAddresses(byte[] buf, int version) { in swapAddresses() 94 private void processTcpPacket(byte[] buf, int version, int len, int hdrLen) { in processTcpPacket() 108 private void processUdpPacket(byte[] buf, int version, int len, int hdrLen) { in processUdpPacket() 124 private void processIcmpPacket(byte[] buf, int version, int len, int hdrLen) { in processIcmpPacket() 212 int version = mBuf[0] >> 4; in processPacket() local
|
/aosp12/frameworks/av/media/libaudiohal/ |
H A D | FactoryHalHidl.cpp | 41 bool createHalService(const std::string& version, const std::string& interface, in createHalService() 71 bool hasHalService(const std::string& package, const std::string& version, in hasHalService() 97 for (auto version = detail::sAudioHALVersions; version != nullptr; ++version) { in createPreferredImpl() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
H A D | SdpManager.java | 86 int l2capPsm, int version, int msgTypes, int features); in sdpCreateMapMasRecordNative() 89 int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative() 92 int version); in sdpCreatePbapPceRecordNative() 95 int l2capPsm, int version, int repositories, int features); in sdpCreatePbapPseRecordNative() 98 int l2capPsm, int version, byte[] formatsList); in sdpCreateOppOpsRecordNative() 101 int version); in sdpCreateSapsRecordNative() 374 int productId, int version, in sdpDipRecordFoundCallback() 544 int version, int msgTypes, int features) { in createMapMasRecord() 572 public int createMapMnsRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, in createMapMnsRecord() 593 public int createPbapPceRecord(String serviceName, int version) { in createPbapPceRecord() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | ConstrainDisplayApisConfigTest.java | 146 private static void testNeverConstrainDisplayApis(String packageName, long version, in testNeverConstrainDisplayApis() 153 private static void testAlwaysConstrainDisplayApis(String packageName, long version, in testAlwaysConstrainDisplayApis() 161 private static ApplicationInfo buildApplicationInfo(String packageName, long version) { in buildApplicationInfo()
|