/development/samples/MultiResolution/ |
AndroidManifest.xml | 28 android:label="@string/app_name"> 32 android:label="@string/app_name">
|
/development/samples/SampleSyncAdapter/res/xml/ |
authenticator.xml | 27 android:label="@string/label"
|
/external/bzip2/ |
bz-common.xsl | 7 <xsl:param name="section.label.includes.component.label" select="'1'"/>
|
/external/clearsilver/csharp/ |
csperftest.cs | 10 public static void timefunk(String label, test_function f, int count) { 18 Console.WriteLine(label + " " + count + " elapsed: " + (elapsed / 1000.0));
|
/external/proguard/src/proguard/gui/ |
ClassSpecificationsPanel.java | 195 private final JLabel label = new JLabel(); field in class:ClassSpecificationsPanel.MyListCellRenderer 210 label.setText(comments != null ? comments.trim() : 217 label.setBackground(list.getSelectionBackground()); 218 label.setForeground(list.getSelectionForeground()); 222 label.setBackground(list.getBackground()); 223 label.setForeground(list.getForeground()); 226 label.setOpaque(true); 228 return label;
|
MemberSpecificationsPanel.java | 216 private final JLabel label = new JLabel(); field in class:MemberSpecificationsPanel.MyListCellRenderer 233 label.setText(wrapper.isField ? 250 label.setBackground(list.getSelectionBackground()); 251 label.setForeground(list.getSelectionForeground()); 255 label.setBackground(list.getBackground()); 256 label.setForeground(list.getForeground()); 259 label.setOpaque(true); 261 return label;
|
/external/skia/tests/ |
SortTest.cpp | 18 static void check_sort(skiatest::Reporter* reporter, const char label[], 23 str.printf("%sSort [%d] failed %d %d", label, n,
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
dowhile-004.js | 6 * Test a labeled do...while. Break out of the loop with no label 7 * should break out of the loop, but not out of the label.
|
label-002.js | 2 * File Name: label-002.js 12 var SECTION = "label-002";
|
/frameworks/base/telephony/tests/telephonytests/ |
AndroidManifest.xml | 23 <activity android:label="TelephonyTest" 33 android:label="Frameworks Telephony Tests">
|
/frameworks/base/tests/DpiTest/ |
AndroidManifest.xml | 21 <application android:label="DpiTest"> 28 <activity android:name="DpiTestNoCompatActivity" android:label="DpiTestNoCompat">
|
/packages/apps/Calculator/tests/ |
AndroidManifest.xml | 26 android:label="Calculator Launch Performance"> 31 android:label="Calculator Functional Testset">
|
/packages/apps/Calendar/res/values/ |
donottranslate.xml | 18 <!-- Order of weekday/day label in week view --> 20 <!-- Order of month year label in month view -->
|
/packages/apps/Camera/tests/ |
AndroidManifest.xml | 26 android:label="Camera Launch Performance"> 31 android:label="Tests for Camera application."/>
|
/packages/apps/Email/res/xml/ |
authenticator_alternate.xml | 23 <!-- The only difference from authenticator.xml is android:label. --> 29 android:label="@string/exchange_name_alternate"
|
/packages/apps/Gallery/tests/ |
AndroidManifest.xml | 26 android:label="Camera Launch Performance"> 31 android:label="Tests for Camera application."/>
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
CorpusView.java | 52 public void setLabel(CharSequence label) { 53 mLabel.setText(label);
|
/packages/apps/QuickSearchBox/tests/slow/ |
AndroidManifest.xml | 20 <application android:label="@string/app_label"> 22 android:label="@string/app_label"
|
/packages/apps/QuickSearchBox/tests/spammy/ |
AndroidManifest.xml | 20 <application android:label="@string/app_label"> 22 android:label="@string/app_label"
|
/packages/apps/Settings/res/layout/ |
power_usage_package_item.xml | 21 <!--Label for the item--> 23 android:id="@+id/label"
|
/packages/apps/Settings/tests/ |
AndroidManifest.xml | 26 android:label="Bluetooth Perm Test" > 37 android:label="Settings Launch Performance">
|
/packages/apps/SoundRecorder/res/values/ |
strings.xml | 27 <!-- Label shown during recording --> 29 <!-- Label shown when the recording is stopped for a reason other than the user stopping it (e.g. the sd card was removed) --> 31 <!-- label shown when there is not enough space to record something --> 33 <!-- label shown when the recording has reached maximum allowed file size --> 35 <!-- label shown when there is no sd card available to record to --> 37 <!-- label shown when there is more than 1 minute but less than 9 minutes of space left to record --> 39 <!-- label shown when there is less than 1 minute of space left to record --> 50 <!-- label shown before the user has recorded anything -->
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
InputLanguageSelection.java | 46 String label; field in class:InputLanguageSelection.Loc 49 public Loc(String label, Locale locale) { 50 this.label = label; 56 return this.label; 60 return sCollator.compare(this.label, ((Loc) o).label); 175 preprocess[finalSize-1].label = LanguageSwitcher.toTitleCase(
|
/packages/providers/MediaProvider/res/values/ |
strings.xml | 18 <!-- Label to show to user for all apps using this UID. --> 21 <!-- Label to show to user for this package. -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
SeparatorAttributeDescriptor.java | 33 public SeparatorAttributeDescriptor(String label) { 34 super(label /* xmlLocalName */, null /* nsUri */);
|