/external/chromium_org/third_party/angle/src/common/ |
version.h | 3 #define BUILD_VERSION 0 10 #define VERSION_STRING MACRO_STRINGIFY(MAJOR_VERSION) "." MACRO_STRINGIFY(MINOR_VERSION) "." MACRO_STRINGIFY(BUILD_VERSION) "." MACRO_STRINGIFY(BUILD_REVISION)
|
/packages/apps/Calendar/src/com/android/calendar/ |
AboutPreferences.java | 28 private static final String BUILD_VERSION = "build_version"; 39 findPreference(BUILD_VERSION).setSummary(packageInfo.versionName); 41 findPreference(BUILD_VERSION).setSummary("?");
|
/external/chromium_org/third_party/angle/src/libEGL/ |
libEGL.rc | 57 FILEVERSION MAJOR_VERSION,MINOR_VERSION,BUILD_VERSION,BUILD_REVISION
58 PRODUCTVERSION MAJOR_VERSION,MINOR_VERSION,BUILD_VERSION,BUILD_REVISION
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
libGLESv2.rc | 57 FILEVERSION MAJOR_VERSION,MINOR_VERSION,BUILD_VERSION,BUILD_REVISION
58 PRODUCTVERSION MAJOR_VERSION,MINOR_VERSION,BUILD_VERSION,BUILD_REVISION
|
/packages/apps/Calendar/res/xml/ |
about_preferences.xml | 22 android:key="build_version"
|
/sdk/eclipse/scripts/ |
build_plugins.sh | 5 # Usage: sdk/eclipse/scripts/build_plugins <build_version> 111 BUILD_VERSION="$1" ; shift 144 CONFIG_DIR="../../out/eclipse-configuration-$BUILD_VERSION" 217 -DforceContextQualifier=$BUILD_VERSION \
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_app.py | 18 import build_version namespace 101 pepper_ver = str(int(build_version.ChromeMajorVersion())) 168 'version': build_version.ChromeVersionNoTrunk()
|
build_updater.py | 13 import build_version namespace 128 revision_number = build_version.ChromeRevision()
|
test_sdk.py | 19 import build_version namespace 145 pepper_ver = str(int(build_version.ChromeMajorVersion()))
|
generate_make.py | 10 import build_version namespace 162 'version': build_version.ChromeVersionNoTrunk()
|
nacl-mono-buildbot.py | 12 import build_version namespace 178 pepper_revision = build_version.ChromeMajorVersion()
|
verify_filelist.py | 11 import build_version namespace 202 version = build_version.ChromeMajorVersion()
|
build_sdk.py | 37 import build_version namespace 772 build_version.ChromeVersion(),) 779 build_version.ChromeVersion(), tarname) 800 build_version.ChromeVersion(),) 924 chrome_version = int(build_version.ChromeMajorVersion()) 925 chrome_revision = build_version.ChromeRevision() 926 nacl_revision = build_version.NaClRevision() [all...] |
build_projects.py | 12 import build_version namespace 243 pepper_ver = str(int(build_version.ChromeMajorVersion()))
|
test_projects.py | 13 import build_version namespace 28 pepper_ver = str(int(build_version.ChromeMajorVersion()))
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoConstants.java | 63 public static final String BUILD_VERSION = "buildVersion";
|
/external/smack/asmack-master/ |
build.bash | 224 for build_version in $BUILD_ANDROID_VERSIONS ; do 225 [ ${version#android-} != $build_version ] && continue 2
|
/external/chromium_org/chrome/test/functional/ |
stress.py | 686 build_version = self.chrome_version 701 dest_dir = build_version + '_' + os_name 709 mail_subject = 'Stress Results :' + os_name + '_' + build_version
|