Home
last modified time | relevance | path

Searched full:version (Results 1 – 25 of 3841) sorted by relevance

12345678910>>...154

/development/tools/winscope/
Dyarn.lock6 version "1.1.2"
11 version "1.1.2"
16 version "2.0.4"
21 version "1.1.0"
26 version "1.1.0"
34 version "1.0.2"
39 version "1.1.0"
44 version "1.1.2"
49 version "1.1.0"
54 version "1.1.0"
[all …]
/development/tools/repo_diff/service/repodiff/
DGopkg.lock8 version = "v0.19.0"
20 version = "1.11"
26 version = "v1.1.0"
32 version = "v1.3"
38 version = "v1.0.0"
53 version = "v0.8.0"
59 version = "v1.0.0"
65 version = "v1.2.0"
71 version = "v1.2.1"
120 version = "v1.0.0"
[all …]
DGopkg.toml11 # version = "1.0.0"
20 # version = "2.4.0"
30 version = "1.11.0"
34 version = "0.8.0"
38 version = "1.2.0"
42 version = "1.2.1"
/development/gsi/gsi_util/gsi_util/checkers/
Dsepolicy_checker.py3 # Licensed under the Apache License, Version 2.0 (the "License");
53 # System compatiblity file, required to get expected kernel sepolicy version.
70 """Gets the platform sepolicy version that vendor used.
72 Note that the version is introduced in project Treble and isn't related
73 to kernel SELinux policy version. In general, it will be aligned with
74 Android SDK version: 26.0, 27.0, etc. For more details, please refer to:
78 A string indicating the version, e.g., '26.0'.
84 with self._file_accessor.prepare_file(_VENDOR_VERSION_FILE) as version:
85 if not version:
87 return open(version).readline().strip()
[all …]
/development/gsi/gsi_util/gsi_util/dumpers/
Ddump_info_list.py3 # Licensed under the Apache License, Version 2.0 (the "License");
37 DumpInfoListItem('system_sdk_ver', SYSTEM_BUILD_PROP_DUMPER, 'ro.build.version.sdk'),
38 DumpInfoListItem('system_vndk_ver', SYSTEM_BUILD_PROP_DUMPER, 'ro.vndk.version'),
39 …DumpInfoListItem('system_security_patch_level', SYSTEM_BUILD_PROP_DUMPER, 'ro.build.version.securi…
40 …ListItem('system_kernel_sepolicy_ver', SYSTEM_MATRIX_DUMPER, './sepolicy/kernel-sepolicy-version'),
41 …mpInfoListItem('system_support_sepolicy_ver', SYSTEM_MATRIX_DUMPER, './sepolicy/sepolicy-version'),
42 DumpInfoListItem('system_avb_ver', SYSTEM_MATRIX_DUMPER, './avb/vbmeta-version'),
45 DumpInfoListItem('vendor_vndk_ver', VENDOR_BUILD_PROP_DUMPER, 'ro.vndk.version'),
46 …'vendor_security_patch_level', SYSTEM_BUILD_PROP_DUMPER, 'ro.vendor.build.version.security_patch'),
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DUtils.java4 * Licensed under the Apache License, Version 2.0 (the "License");
73 * Uses static final constants to detect if the device's platform version is Gingerbread or
77 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.GINGERBREAD; in hasGingerbread()
81 * Uses static final constants to detect if the device's platform version is Honeycomb or
85 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB; in hasHoneycomb()
89 * Uses static final constants to detect if the device's platform version is Honeycomb MR1 or
93 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR1; in hasHoneycombMR1()
97 * Uses static final constants to detect if the device's platform version is ICS or
101 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH; in hasICS()
/development/tools/rmtypedefs/.idea/
Dmisc.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
4 <entry_points version="2.0" />
6 …<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk…
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DUtils.java4 * Licensed under the Apache License, Version 2.0 (the "License");
60 return Build.VERSION.SDK_INT >= VERSION_CODES.FROYO; in hasFroyo()
64 return Build.VERSION.SDK_INT >= VERSION_CODES.GINGERBREAD; in hasGingerbread()
68 return Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB; in hasHoneycomb()
72 return Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB_MR1; in hasHoneycombMR1()
76 return Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN; in hasJellyBean()
80 return Build.VERSION.SDK_INT >= VERSION_CODES.KITKAT; in hasKitKat()
/development/tools/mkstubs/.idea/
Dmisc.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
4 <entry_points version="2.0" />
16 …<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-key…
/development/samples/ShortcutSample/
DAndroid.mk4 # Licensed under the Apache License, Version 2.0 (the "License");
22 # Base version (10)
31 LOCAL_AAPT_FLAGS += --version-code 10
46 # Version 11.
55 LOCAL_AAPT_FLAGS += --version-code 11
70 # Version 12.
79 LOCAL_AAPT_FLAGS += --version-code 12
94 # Version 11, backup disabled.
103 LOCAL_AAPT_FLAGS += --version-code 11
119 # Version 12, backup disabled.
[all …]
/development/samples/devbytes/telephony/SmsSampleProject/.idea/
Dmisc.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
4 <entry_points version="2.0" />
16 …<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-key…
/development/vndk/tools/
Dmodify_system_img.sh4 # Licensed under the Apache License, Version 2.0 (the "License");
25 echo "vendor_version is the version of the vendor image"
26 echo " e.g. 8.1.0 for Android version O-MR1"
97 readonly SPL_PROPERTY_NAME="ro.build.version.security_patch"
98 readonly RELEASE_VERSION_PROPERTY_NAME="ro.build.version.release"
99 readonly VNDK_VERSION_PROPERTY="ro.vndk.version"
116 echo " Current release version: "$CURRENT_VERSION""
131 # Update release version to <vendor_version>
140 echo " New release version for vendor.img: "$VENDOR_VERSION""
144 # add ro.vndk.version for O-MR1
/development/gsi/gsi_util/
Dgsi_util.py5 # Licensed under the Apache License, Version 2.0 (the "License");
46 # Adds top-level --version/--debug argument.
48 parser.add_argument('-v', '--version', action='version',
49 version='%(prog)s {}'.format(self._GSI_UTIL_VERSION))
/development/samples/training/basic/ActivityLifecycle/
Dbuild.xml1 <?xml version="1.0" encoding="UTF-8"?>
6 Version Control Systems. -->
26 application and should be checked into Version Control Systems.
39 application and should be checked into Version Control Systems. -->
79 …In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
82 <!-- version-tag: 1 -->
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkVars.java4 * Licensed under the Apache License, Version 2.0 (the "License");
79 VAR_MAP.put("build.version.incremental", new StaticVarGetter(Build.VERSION.INCREMENTAL));
80 VAR_MAP.put("build.version.release", new StaticVarGetter(Build.VERSION.RELEASE));
81 … VAR_MAP.put("build.version.sdk", new StaticVarGetter(Integer.toString(Build.VERSION.SDK_INT)));
82 VAR_MAP.put("build.version.codename", new StaticVarGetter(Build.VERSION.CODENAME));
162 VAR_MAP.put("monkey.version", new VarGetter() {
/development/host/windows/usb/api/
DBUILDME.TXT3 Licensed under the Apache License, Version 2.0 (the "License");
18 Windows Driver Kit Version 7.1.0
23 This old version is used because it can build for Windows Vista (WDK 8.1
33 choose the one for the oldest version of Windows you want to support),
/development/vndk/snapshot/
Dupdate.py5 # Licensed under the Apache License, Version 2.0 (the "License");
17 """Installs VNDK snapshot under prebuilts/vndk/v{version}."""
60 """Installs VNDK snapshot build artifacts to prebuilts/vndk/v{version}.
121 files to have version suffix.
127 vndk_version: int, version of VNDK snapshot
130 logging.info('Rename {} to have version suffix'.format(vndk_version))
179 def commit(branch, build, version): argument
183 Update VNDK snapshot v{version} to build {build}.
186 version=version, branch=branch, build=build)
195 help='VNDK snapshot version to install, e.g. "27".')
[all …]
/development/vndk/tools/header-checker/utils/
Dcreate_reference_dumps.py24 def choose_vndk_version(version, platform_vndk_version, board_vndk_version): argument
25 if version is None:
28 version = platform_vndk_version
30 version = board_vndk_version
31 return version
142 args.version, platform_vndk_version, board_vndk_version)
172 parser.add_argument('--version', help='VNDK version')
/development/tools/idegen/templates/idea/
Dmisc.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
20 <entry_points version="2.0" />
43 …<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" assert-keyword="true" pro…
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT3 Licensed under the Apache License, Version 2.0 (the "License");
18 Windows Driver Kit Version 7.1.0
23 This old version is used because it can build for Windows Vista (WDK 8.1
33 choose the one for the oldest version of Windows you want to support),
/development/host/windows/usb/winusb/
DBUILDME.TXT3 Licensed under the Apache License, Version 2.0 (the "License");
18 Windows Driver Kit Version 7.1.0
23 This old version is used because it can build for Windows Vista (WDK 8.1
33 choose the one for the oldest version of Windows you want to support),
/development/samples/browseable/AsymmetricFingerprintDialog/res/values/
Dbase-strings.xml1 <?xml version="1.0" encoding="UTF-8"?>
5 Licensed under the Apache License, Version 2.0 (the "License");
25 before proceeding some actions such as purchasing an item. This version uses asymmetric keys.
/development/samples/browseable/WearVerifyRemoteApp/Application/res/values/
Dbase-strings.xml1 <?xml version="1.0" encoding="UTF-8"?>
5 Licensed under the Apache License, Version 2.0 (the "License");
24 Sample demonstrates best practices for checking if the remote version of your app is installed on a
/development/samples/devbytes/telephony/SmsSampleProject/
DSmsSampleProject.iml1 <?xml version="1.0" encoding="UTF-8"?>
2 …ernal.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" versi…
/development/scripts/
Dget_rust_pkg.py5 # Licensed under the Apache License, Version 2.0 (the "License");
22 Get the latest version of package syn, say 1.0.17,
94 def get_version_numbers(version): argument
95 match = VERSION_MATCHER.match(version)
103 echo(args, "checking version={} id={}".format(check_version, check_id))
109 """Ask crates.io for a pkg's latest version."""
117 """Ask crates.io for the latest version download path."""
118 base_name, version = pkg_base_name(name)
119 if not version:
120 version = get_max_version(name)
[all …]

12345678910>>...154