OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_VERSION
(Results
1 - 4
of
4
) sorted by null
/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("?");
/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
\
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
63
public static final String
BUILD_VERSION
= "buildVersion";
Completed in 30 milliseconds