HomeSort by relevance Sort by last modified time
    Searched full:label (Results 301 - 325 of 2069) sorted by null

<<11121314151617181920>>

  /packages/apps/Bluetooth/res/values/
strings.xml 53 <!-- Label for a cancel button. -->
55 <!-- Label for a confirm button.-->
63 <!-- Label for a cancel button. -->
65 <!-- Label for a confirm button.-->
67 <!-- Label for timeout OK button.-->
79 <!-- label for the notification item of receiving file -->
81 <!-- label for the notification item of received file -->
83 <!-- label for the notification item of failed receiving file -->
87 <!-- label for the notification item of sending file -->
89 <!-- label for the notification item of sent file --
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 144 Label inside_string;
170 void RegExpMacroAssemblerARM::Bind(Label* label) {
171 __ bind(label);
175 void RegExpMacroAssemblerARM::CheckCharacter(uint32_t c, Label* on_equal) {
181 void RegExpMacroAssemblerARM::CheckCharacterGT(uc16 limit, Label* on_greater) {
187 void RegExpMacroAssemblerARM::CheckAtStart(Label* on_at_start) {
188 Label not_at_start;
203 void RegExpMacroAssemblerARM::CheckNotAtStart(Label* on_not_at_start) {
216 void RegExpMacroAssemblerARM::CheckCharacterLT(uc16 limit, Label* on_less)
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
receiver-element.jd 9 android:<a href="#label">label</a>="<i>string resource</i>"
94 <dt><a name="label"></a>{@code android:label}</dt>
95 <dd>A user-readable label for the broadcast receiver. If this attribute is not
96 set, the label set for the application as a whole is
98 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#label">label</a></code> attribute).
101 The broadcast receiver's label &mdash; whether set here or by the
103 default label for all the receiver's intent filters (see the
    [all...]
  /packages/apps/Browser/
AndroidManifest.xml 38 android:label="@string/application_name"
52 android:label="@string/application_name"
96 <intent-filter android:label="Map In Browser">
122 <activity android:name="CombinedBookmarkHistoryActivity" android:label="@string/bookmarks"
133 <activity android:name="BrowserBookmarksPage" android:label="@string/bookmarks"
139 android:label="@string/shortcut_bookmark"
149 <activity android:name="BrowserDownloadPage" android:label=""
153 <activity android:name="BrowserPreferencesPage" android:label="@string/menu_preferences"
157 <activity android:name="BrowserHistoryPage" android:label=""
161 <activity android:name="WebsiteSettingsActivity" android:label="
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 127 * Set configurations to show text label in this balloon.
129 * @param label The text label to show in the balloon.
130 * @param textSize The text size used to show label.
131 * @param textBold Used to indicate whether the label should be bold.
132 * @param textColor The text color used to show label.
140 public void setBalloonConfig(String label, float textSize,
142 mBalloonView.setTextConfig(label, textSize, textBold, textColor);
147 * Set configurations to show text label in this balloon.
349 * The label to be shown. It is enabled only if {@link #mIcon} is null
    [all...]
  /development/tools/idegen/
idegen.ipr 173 <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
176 <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
179 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
182 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
185 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
191 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
197 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
203 <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
206 <property name="text" value="Label" />
    [all...]
  /development/tools/idegen/templates/
android.ipr 160 <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
163 <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
166 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
169 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
172 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
178 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
184 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
190 <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
193 <property name="text" value="Label" />
    [all...]
  /external/guava/
guava.ipr 172 <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
175 <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
178 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
181 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
184 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
190 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
196 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
202 <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
205 <property name="text" value="Label" />
    [all...]
  /frameworks/base/tools/preload/
preload.ipr 239 <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
242 <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
245 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
248 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
251 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
257 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
263 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
269 <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
272 <property name="text" value="Label" />
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 376 JLabel label; local
378 add(label = new JLabel("#ffffff"), new GridBagConstraints(0, 2, 1, 1, 0.0f, 0.0f,
381 label.setForeground(Color.WHITE);
382 hLabel = label;
384 add(label = new JLabel("R:"), new GridBagConstraints(1, 0, 1, 1, 0.0f, 0.0f,
387 label.setForeground(Color.WHITE);
388 add(label = new JLabel("255"), new GridBagConstraints(2, 0, 1, 1, 0.0f, 0.0f,
391 label.setForeground(Color.WHITE);
392 rLabel = label;
394 add(label = new JLabel("G:"), new GridBagConstraints(1, 1, 1, 1, 0.0f, 0.0f
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 1029 std::string label; local
1038 if ( m_LabelList.getFirst( &origIndex, &label ) ) {
1039 if ( IsSlot( label ) ) {
1040 orderedList.insert( orderedIndex++, label );
1042 while (m_LabelList.getNext( &origIndex, &label ) ) {
1043 if ( IsSlot( label ) ) {
1044 orderedList.insert( orderedIndex++, label );
1050 if ( m_LabelList.getFirst( &origIndex, &label ) ) {
1053 std::cout << label << " "<< label.find_first_of ("@") << std::endl
1101 std::string label; local
1168 std::string label; local
1248 const char* label = iter->first.c_str(); local
    [all...]
  /packages/apps/Browser/res/values/
strings.xml 43 <!-- The label on the "sign in" button -->
48 <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts -->
50 <!-- Label for a confirm button. Used in multiple contexts. -->
71 <!-- Label for a button on an SSL error dialog that allows the user to see
81 <!-- Label for a button on an SSL error dialog that lets the user continue
86 <!-- Label for a button on an SSL error dialog that lets the user view the
104 <!-- Label for an information field on an SSL Certificate Dialog -->
106 <!-- Label for an information field on an SSL Certificate Dialog -->
108 <!-- Label for an information field on an SSL Certificate Dialog -->
110 <!-- Label for an information field on an SSL Certificate Dialog --
    [all...]
  /packages/apps/Camera/res/values/
strings.xml 26 <!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
29 <!-- label for the 'video recording application shown in the top level 'all applications' -->
32 <!-- label for the folder that contains Camera pictures in the gallery -->
35 <!-- label for the folder that contains Camera videos in the gallery -->
258 <!-- Label in message of Details dialog -->
259 <!-- Label in message of Details dialog -->
260 <!-- Label in message of Details dialog -->
261 <!-- Label in message of Details dialog -->
262 <!-- Label in message of Details dialog -->
263 <!-- Label in message of Details dialog --
    [all...]
  /development/samples/NotePad/
AndroidManifest.xml 26 android:label="@string/app_name"
32 <activity android:name="NotesList" android:label="@string/title_notes_list">
53 android:label="@string/title_note"
59 <intent-filter android:label="@string/resolve_edit">
78 android:label="@string/title_edit_title"
85 <intent-filter android:label="@string/resolve_title">
103 <activity android:name="NotesLiveFolder" android:label="@string/live_folder_name"
  /external/webkit/JavaScriptCore/assembler/
MacroAssembler.h 98 void branchPtr(Condition cond, RegisterID op1, ImmPtr imm, Label target)
103 void branch32(Condition cond, RegisterID op1, RegisterID op2, Label target)
108 void branch32(Condition cond, RegisterID op1, Imm32 imm, Label target)
113 void branch32(Condition cond, RegisterID left, Address right, Label target)
118 void branch16(Condition cond, BaseIndex left, RegisterID right, Label target)
123 void branchTestPtr(Condition cond, RegisterID reg, Label target)
128 void jump(Label target)
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 83 CharSequence label; local
85 label = pm.getText(packageName, labelRes, ai);
86 if (label != null) {
87 return label;
94 label = pm.getText(packageName, ai.labelRes, ai);
95 if (label != null) {
96 return label;
  /packages/apps/QuickSearchBox/
AndroidManifest.xml 36 <application android:label="@string/app_name"
40 android:label="@string/app_name"
68 android:label="@string/search_settings"
80 android:label="@string/app_name">
96 android:label="@string/google_search_label"
113 android:label="@string/google_search_settings"
122 android:label="@string/google_search_label"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 34 import org.eclipse.swt.widgets.Label;
44 private Label mStatusLabel;
45 private Label mStatusImage;
69 new Label(parent, SWT.NONE).setText(
122 mStatusImage = new Label(mStatusComposite, SWT.NONE);
123 mStatusLabel = new Label(mStatusComposite, SWT.NONE);
133 * resets the status label to show the file that will be created.
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 79 virtual void label(const char* theLabel);
80 virtual void B(int cc, const char* label);
81 virtual void BL(int cc, const char* label);
83 virtual uint32_t* pcForLabel(const char* label);
141 inline branch_target_t() : label(0), pc(0) { }
143 : label(l), pc(p) { }
144 const char* label; member in struct:android::ARMAssembler::branch_target_t
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 55 &jbe(&label("finished"));
63 &jb(&label("finished"));
110 &jne(&label("proceed"));
135 # in 0.9.7 context ~50 bytes below RC4_CHAR label remain redundant,
138 &je(&label("RC4_CHAR"));
148 &jb( &label("end")); # less than 8 bytes
180 &jbe(&label("start"));
194 &jmp(&label("finished"));
220 &jb (&label("RC4_CHAR_loop"));
  /packages/apps/Launcher2/res/values/
strings.xml 38 <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
49 <!-- Label of Folder name field in Rename folder dialog box -->
94 <!-- All applications label for accessibilty (spoken when the button gets focus). -->
96 <!-- Label for button in all applications label to go back home (to the workspace / desktop)
117 <!-- Permission short label -->
122 <!-- Permission short label -->
127 <!-- Permission short label -->
132 <!-- Permission short label -->
  /development/samples/Compass/
AndroidManifest.xml 29 <!-- This package contains an application... The 'label' is the name
31 a default label for all following components. The syntax here is a
33 <application android:label="@string/compass_app">
  /development/samples/SkeletonApp/
AndroidManifest.xml 29 <!-- This package contains an application... The 'label' is the name
31 a default label for all following components. The syntax here is a
33 <application android:label="@string/skeleton_app">
  /development/samples/VoiceRecognitionService/
AndroidManifest.xml 26 <!-- The service that implements voice recognition. Note that a label
31 android:label="@string/service_name">
53 android:label="@string/settings_name"
  /external/skia/src/views/
SkWidgets.cpp 151 void SkHasLabelWidget::setLabel(const char label[])
153 this->setLabel(label, strlen(label));
156 void SkHasLabelWidget::setLabel(const char label[], size_t len)
158 if (!fLabel.equals(label, len))
160 fLabel.set(label, len);
174 const char* text = dom.findAttr(node, "label");
258 SkString label; local
259 this->getLabel(&label);
270 evt.setString("prime-text", label);
    [all...]

Completed in 388 milliseconds

<<11121314151617181920>>