/external/webkit/JavaScriptCore/assembler/ |
MacroAssemblerX86_64.h | 113 DataLabelPtr label = moveWithPatch(ImmPtr(0), scratchRegister); local 115 ASSERT(differenceBetween(label, result) == REPTACH_OFFSET_CALL_R11); 121 DataLabelPtr label = moveWithPatch(ImmPtr(0), scratchRegister); local 123 ASSERT(differenceBetween(label, newJump) == REPTACH_OFFSET_CALL_R11); 130 DataLabelPtr label = moveWithPatch(ImmPtr(0), scratchRegister); local 132 ASSERT(differenceBetween(label, newJump) == REPTACH_OFFSET_CALL_R11); 409 DataLabelPtr label = moveWithPatch(initialValue, scratchRegister); local 411 return label; 414 Label loadPtrWithPatchToLEA(Address address, RegisterID dest) 416 Label label(this) [all...] |
/external/webkit/WebCore/dom/ |
OptionElement.h | 64 String label() const { return m_label; } function in class:WebCore::OptionElementData 65 void setLabel(const String& label) { m_label = label; }
|
/external/webkit/WebCore/html/ |
HTMLDataGridCellElement.cpp | 44 String HTMLDataGridCellElement::label() const function in class:WebCore::HTMLDataGridCellElement 49 void HTMLDataGridCellElement::setLabel(const String& label) 51 setAttribute(labelAttr, label);
|
/external/webkit/WebCore/inspector/front-end/ |
ContextMenu.js | 49 appendItem: function(label, handler) 52 this._items.push({id: id, label: label});
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_peap_common.c | 22 const char *label, const u8 *seed, size_t seed_len, 28 size_t label_len = os_strlen(label); 35 addr[1] = (unsigned char *) label;
|
/frameworks/base/docs/html/guide/topics/manifest/ |
service-element.jd | 9 android:<a href="#label">label</a>="<i>string resource</i>" 93 <dt><a name="label"></a>{@code android:label}</dt> 95 If this attribute is not set, the label set for the application as a whole is 97 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#label">label</a></code> attribute). 100 The service's label — whether set here or by the 102 default label for all the service's intent filters (see the 104 <code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html#label">label</a></code> attribute). [all...] |
/packages/apps/Contacts/res/layout-finger/ |
edit_contact_entry_voicemail.xml | 40 <TextView android:id="@+id/label" 53 android:layout_below="@+id/label" 54 android:layout_alignLeft="@+id/label"
|
preference_with_more_button.xml | 38 <TextView android:id="@+id/label" 51 android:layout_below="@+id/label" 52 android:layout_alignLeft="@+id/label"
|
/packages/apps/Gallery/ |
AndroidManifest.xml | 19 android:label="@string/camera_label" 22 android:label="@string/gallery_picker_label" 34 android:label="@string/gallery_label" 79 android:label="@string/crop_label"> 80 <intent-filter android:label="@string/crop_label"> 89 android:label="@string/view_label" 99 android:label="@string/movieviewlabel" 127 android:label="@string/delete_images_message" 132 android:label="@string/preferences_label"> 140 android:label="@string/camera_setas_wallpaper [all...] |
/packages/apps/Gallery3D/ |
AndroidManifest.xml | 26 <application android:icon="@drawable/icon" android:label="@string/app_name"> 27 <activity android:name="com.cooliris.media.Gallery" android:label="@string/app_name" 86 android:configChanges="orientation|keyboardHidden" android:label="@string/crop_label"> 87 <intent-filter android:label="@string/crop_label"> 96 android:label="@string/movie_view_label" 126 <intent-filter android:label="@string/camera_setas_wallpaper"> 131 <intent-filter android:label="@string/app_name"> 136 <provider android:label="Picasa Web Albums" android:name="com.cooliris.picasa.PicasaContentProvider" 141 <service android:label="Picasa Sync Service" android:name="com.cooliris.picasa.PicasaService"> 148 <service android:label="CacheService" android:name="com.cooliris.cache.CacheService"/ [all...] |
/packages/apps/Mms/ |
AndroidManifest.xml | 44 android:label="@string/app_label" 56 android:label="@string/app_label" 130 android:label="@string/delivery_report_activity" 136 android:label="@string/storage_limits_activity" 141 android:label="@string/change_duration_activity" 146 android:label="@string/edit_slideshow_activity" /> 150 android:label="@string/edit_slide_activity" /> 154 android:label="@string/slideshow_activity"> 158 android:label="@string/class_0_message_activity" 164 android:label="@string/preferences_title" / [all...] |
/packages/wallpapers/LivePicker/res/values/ |
strings.xml | 32 <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper --> 36 <!-- Button label, action, sets the currently selected wallpaper. --> 38 <!-- Label, title and author of the live wallpaper -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCreationPage.java | 32 import org.eclipse.swt.widgets.Label; 74 new Label(composite, SWT.NONE).setText("Alias:"); 78 new Label(composite, SWT.NONE).setText("Password:"); 83 new Label(composite, SWT.NONE).setText("Confirm:"); 88 new Label(composite, SWT.NONE).setText("Validity (years):"); 104 new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL).setLayoutData( 108 new Label(composite, SWT.NONE).setText("First and Last Name:"); 112 new Label(composite, SWT.NONE).setText("Organizational Unit:"); 116 new Label(composite, SWT.NONE).setText("Organization:"); 120 new Label(composite, SWT.NONE).setText("City or Locality:") [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.h | 73 void Call(Label* target); 75 // Jumps to the label at the index given by the Smi in "index". 76 void SmiJumpTable(Register index, Vector<Label*> targets); 92 void StackLimitCheck(Label* on_stack_limit_hit); 173 // generated and branches to the miss label if any map has. If 182 Register scratch, Label* miss); 189 Label* miss); 197 // label. The allocated object is returned in result. If the flag 203 Label* gc_required, 209 Label* gc_required [all...] |
/packages/apps/Phone/ |
AndroidManifest.xml | 83 android:label="@string/dialerIconLabel" 93 android:label="@string/emergencyDialerIconLabel" 104 android:label="@string/simContacts_title"> 113 <activity android:name="FdnList" android:label="@string/fdnListLabel"> 201 android:label="@string/phoneIconLabel" 211 android:label="@string/phoneIconLabel" 220 <activity android:name="Settings" android:label="@string/settings_label"> 233 android:label="@string/networks" 242 android:label="@string/gsm_umts_options"> 249 android:label="@string/cdma_options" [all...] |
/external/openssl/crypto/perlasm/ |
x86nasm.pl | 5 $label="L000"; 323 %label=(); 329 %label=(); 380 $label{$_[0]}="${under}${_[0]}" if (!defined($label{$_[0]})); 382 push(@out,"global\t$label{$_[0]}\n"); 385 sub main'label 387 if (!defined($label{$_[0]})) 389 $label{$_[0]}="\@${label}${_[0]}" [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsUtils.java | 61 // Try finding the type and label for this mimetype 67 // Reset to phone mimetype so we generate a label for SMS case 70 colLabel = cursor.getColumnIndex(Phone.LABEL); 73 colLabel = cursor.getColumnIndex(Email.LABEL); 76 colLabel = cursor.getColumnIndex(StructuredPostal.LABEL); 79 colLabel = cursor.getColumnIndex(Organization.LABEL); 85 final CharSequence label = cursor.getString(colLabel); local 87 return getDisplayLabel(context, mimeType, type, label); 91 CharSequence label) { 114 // Can't return display label for given mimetype [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.cc | 69 void MacroAssembler::StackLimitCheck(Label* on_stack_overflow) { 79 Label fast; 188 Label done; 211 Label done; 214 Label okay; 286 Label L; 296 Label* then_label) { 297 Label ok; 497 Label* on_overflow) { 669 void MacroAssembler::SmiNeg(Register dst, Register src, Label* on_smi_result) [all...] |
/frameworks/base/core/java/android/pim/vcard/ |
VCardEntry.java | 84 public final String label; field in class:VCardEntry.PhoneData 88 public PhoneData(int type, String data, String label, boolean isPrimary) { 91 this.label = label; 102 label.equals(phoneData.label) && isPrimary == phoneData.isPrimary); 107 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", 108 type, data, label, isPrimary); 116 public final String label; field in class:VCardEntry.EmailData 120 public EmailData(int type, String data, String label, boolean isPrimary) 157 public final String label; field in class:VCardEntry.PostalData 798 String label = ""; local 839 String label = null; local 912 final String label; local [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdCreationDialog.java | 64 import org.eclipse.swt.widgets.Label; 121 private Label mStatusIcon; 122 private Label mStatusLabel; 231 Label label = new Label(parent, SWT.NONE); local 232 label.setText("Name:"); 234 label.setToolTipText(tooltip); 241 label = new Label(parent, SWT.NONE) [all...] |
/build/tools/droiddoc/src/ |
NavTree.java | 60 private static void addClassNodes(ArrayList<Node> parent, String label, ClassInfo[] classes) { 70 parent.add(new Node(label, null, children, null)); 80 Node(String label, String link, ArrayList<Node> children, String since) { 81 mLabel = label;
|
/cts/tests/res/xml/ |
searchable.xml | 18 android:label="@string/search_label"
|
/development/apps/Development/src/com/android/development/ |
ShowActivity.java | 59 mLabel = (TextView)findViewById(R.id.label); 84 CharSequence label = mActivityInfo.loadLabel(pm); local 85 mLabel.setText("\"" + (label != null ? label : "") + "\"");
|
/development/samples/Wiktionary/res/xml/ |
searchable.xml | 18 android:label="@string/search_label"
|
/external/tcpdump/tests/ |
mpls-ldp-hello.new | 2 LDP, Label-Space-ID: 10.1.0.2:0, pdu-length: 38
|