OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_VERSION
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/Common/
Version.h
17
#define
BUILD_VERSION
0
24
#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("?");
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
69
public static final String
BUILD_VERSION
= "buildVersion";
Completed in 1486 milliseconds