OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buildLabel
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Settings/src/com/android/settings/widget/
ChartAxis.java
42
public long
buildLabel
(Resources res, SpannableStringBuilder builder, long value);
InvertedChartAxis.java
55
public long
buildLabel
(Resources res, SpannableStringBuilder builder, long value) {
56
return mWrapped.
buildLabel
(res, builder, value);
ChartDataUsageView.java
504
public long
buildLabel
(Resources res, SpannableStringBuilder builder, long value) {
604
public long
buildLabel
(Resources res, SpannableStringBuilder builder, long value) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildProperties.java
44
private String
buildLabel
;
100
buildLabel
= buildProperties.get("
buildLabel
").toString();
103
"Value for
buildLabel
not found in monitor.properties");
165
* Returns the
buildLabel
.
169
return
buildLabel
;
173
* Sets the
buildLabel
.
174
* @param
buildLabel
The
buildLabel
to set
176
public void setBuildLabel(String
buildLabel
) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 2023 milliseconds