/sdk/eclipse/sites/internal/ |
site.xml | 15 <category-def name="developer" label="Application Developer Tools"> 20 <category-def name="test" label="Plugin Developer Tests">
|
/sdk/traceview/src/com/android/traceview/ |
ProfileNode.java | 27 public ProfileNode(String label, MethodData methodData, 29 mLabel = label;
|
/external/webkit/WebCore/manual-tests/ |
select_hr.html | 94 You should see a popup menu with the following items: group label, option, separator (incl. in group). 99 <optgroup label="Group 1"> 107 You should see a popup menu with the following items: separator, group label, option. 113 <optgroup label="Group 1"> 120 You should see a popup menu with the following items: group label, option, separator, option, separator, option, two separators, (end of group), one option. 125 <optgroup label="Group 1"> 139 You should see a popup menu with the following items: group label, one option two separators, (end of group), separator, group label, separator, two options, separator, (end of group), option. 145 <optgroup label="Group 1"> 151 <optgroup label="Group 2" [all...] |
/external/webkit/WebKitTools/Scripts/ |
commit-log-editor | 201 my $label = dirname($changeLog); 202 $label = "top level" unless length $label; 204 my $sortKey = lc $label; 205 if ($label eq "top level") { 207 } elsif ($label eq "Tools") { 209 } elsif ($label eq "WebBrowser") { 211 } elsif ($label eq "WebCore") { 213 } elsif ($label eq "LayoutTests") { 217 $changeLogSort{$sortKey} = $label; [all...] |
/frameworks/base/core/java/android/content/pm/ |
ResolveInfo.java | 94 * match's label. From the "label" attribute or, if not set, 0. 118 * Retrieve the current textual label associated with this resolution. This 119 * will call back on the given PackageManager to load the label from 122 * @param pm A PackageManager from which the label can be loaded; usually 125 * @return Returns a CharSequence containing the resolutions's label. If the 126 * item does not have a label, its name is returned. 132 CharSequence label; local 134 label = pm.getText(resolvePackageName, labelRes, null); 135 if (label != null) [all...] |
/build/tools/droiddoc/src/ |
Proofread.java | 106 String label = see.label(); local 107 if (label == null) { 108 label = ""; 110 writeIndented("{" + see.name() + " ... " + label + "}");
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/ |
OAEPParameterSpec.java | 44 * <li>the source of the label <code>L</code>: {@link PSource.PSpecified#DEFAULT}</li> 60 * algorithm and the <i>source of the label <code>L</code></i>. 70 * the source of the label <code>L</code>. 116 * Returns the source of the label <code>L</code>. 118 * @return the source of the label <code>L</code>.
|
/development/samples/ApiDemos/res/layout/ |
linear_layout_10.xml | 25 <!-- Top label/button text field. --> 36 TextView label goes at the left. 73 <!-- Bottom label/button text field. (Identical to the top one 74 except for the label.) --> 85 TextView label goes at the left.
|
/external/e2fsprogs/doc/ |
libblkid.txt | 24 LABEL filesystem label 45 input, whether it is of the form: "/dev/hda1", "LABEL=root", 49 "LABEL", and value of "root", if that is more convenient. 53 type, or label, or uuid for a particular device:
|
/external/openssl/crypto/perlasm/ |
readme | 44 &label("loop") Refer to a label, normally a jmp target. 45 &set_label("loop") Set a label at this point. 82 &jge( &label("end")); 90 &jmp( &label("loop"));
|
x86ms.pl | 5 $label="L000"; 311 %label=(); 323 %label=(); 389 $label{$_[0]}="_$_[0]" if (!defined($label{$_[0]})); 390 push(@out,"PUBLIC\t$label{$_[0]}\n"); 393 sub main'label 395 if (!defined($label{$_[0]})) 397 $label{$_[0]}="\$${label}${_[0]}" [all...] |
/external/webkit/WebCore/html/ |
HTMLDataGridColElement.cpp | 58 m_column = DataGridColumn::create(getAttribute(idAttributeName()), label(), type(), primary(), sortable()); 85 String HTMLDataGridColElement::label() const function in class:WebCore::HTMLDataGridColElement 90 void HTMLDataGridColElement::setLabel(const String& label) 92 setAttribute(labelAttr, label); 156 column()->setLabel(label());
|
/external/webkit/WebCore/inspector/front-end/ |
PanelEnablerView.js | 49 var label = document.createElement("label"); 55 label.appendChild(option); 56 label.appendChild(document.createTextNode(text)); 57 self.choicesForm.appendChild(label);
|
/frameworks/base/docs/html/guide/topics/manifest/ |
permission-tree-element.jd | 7 android:<a href="#label">label</a>="<i>string resource</i>" ] 38 <dt><a name="label"></a>{@code android:label}</dt> 39 <dd>A user-readable name for the group. As a convenience, the label can
|
/packages/apps/AlarmClock/ |
AndroidManifest.xml | 13 <application android:label="@string/app_label" 18 <activity android:name="AlarmClock" android:label="@string/app_label" 27 <activity android:name="SettingsActivity" android:label="@string/settings"> 33 <activity android:name="SetAlarm" android:label="@string/set_alarm" 84 <receiver android:name="AnalogAppWidgetProvider" android:label="@string/analog_gadget"
|
/packages/inputmethods/PinyinIME/res/xml/ |
skb_qwerty.xml | 38 <key label="?" width="14.286%p" icon="@drawable/comma_full_icon" 49 <toggle_state state_id="@string/toggle_cn_cand" label="'" 61 <key label="?" width="14.696%p" icon="@drawable/period_full_icon" 77 <key label="/" width="15.304%p"/> 86 <key label="\@" width="15.304%p"/>
|
/sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/ |
AboutPage.java | 28 import org.eclipse.swt.widgets.Label;
39 private Label mLabel;
56 Label logo = new Label(parent, SWT.NONE);
64 mLabel = new Label(parent, SWT.NONE);
|
/external/v8/src/mips/ |
assembler-mips.h | 293 // Label operations & relative jumps (PPUM Appendix D). 295 // Takes a branch opcode (cc) and a label (L) and generates 297 // to the label fixup chain. Usage: 299 // Label L; // unbound label 300 // j(cc, &L); // forward branch to unbound label 301 // bind(&L); // bind label to the current pc 302 // j(cc, &L); // backward branch to bound label 303 // bind(&L); // illegal: a label may be bound only once 305 // Note: The same Label can be used for forward and backward branche [all...] |
stub-cache-mips.cc | 70 Label* miss_label) { 77 // execution continues at the miss label. The register containing the 83 Label* miss) { 93 Label* miss_label) { 109 Label* miss_label) { 129 Label* miss) { 142 Label* miss) { 154 Label* miss) { 167 Label* miss, 183 Label* miss) [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
EmulatorControlPanel.java | 64 import org.eclipse.swt.widgets.Label; 130 private Label mVoiceLabel; 132 private Label mDataLabel; 134 private Label mSpeedLabel; 136 private Label mLatencyLabel; 139 private Label mNumberLabel; 145 private Label mMessageLabel; 310 mVoiceLabel = new Label(insideGroup, SWT.NONE); 327 mSpeedLabel = new Label(insideGroup, SWT.NONE); 344 mDataLabel = new Label(insideGroup, SWT.NONE) 562 Label label; local [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
h245_analysis.cpp | 36 void Analyze_MultimediaSystemControlMessage(PS_MultimediaSystemControlMessage x, const char* label, uint16 tag, uint16 indent) 38 ShowPERChoice(tag, indent, label, "MultimediaSystemControlMessage"); 67 void Analyze_RequestMessage(PS_RequestMessage x, const char* label, uint16 tag, uint16 indent) 69 ShowPERChoice(tag, indent, label, "RequestMessage"); 131 void Analyze_ResponseMessage(PS_ResponseMessage x, const char* label, uint16 tag, uint16 indent) 133 ShowPERChoice(tag, indent, label, "ResponseMessage"); 222 void Analyze_CommandMessage(PS_CommandMessage x, const char* label, uint16 tag, uint16 indent) 224 ShowPERChoice(tag, indent, label, "CommandMessage"); 274 void Analyze_IndicationMessage(PS_IndicationMessage x, const char* label, uint16 tag, uint16 indent) 276 ShowPERChoice(tag, indent, label, "IndicationMessage") [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 202 static Immediate CodeRelativeOffset(Label* label) { 203 return Immediate(label); 215 inline explicit Immediate(Label* value); 301 // may be used together with a Label in order to refer to a yet unknown code 303 // the instruction and to chain a list of instructions using the same Label. 328 void next(Label* L) const { 332 void link_to(Label* L) { init(L, type()); } 336 Displacement(Label* L, Type type) { init(L, type); } 349 void init(Label* L, Type type) [all...] |
regexp-macro-assembler-ia32.cc | 137 Label inside_string; 161 void RegExpMacroAssemblerIA32::Bind(Label* label) { 162 __ bind(label); 166 void RegExpMacroAssemblerIA32::CheckCharacter(uint32_t c, Label* on_equal) { 172 void RegExpMacroAssemblerIA32::CheckCharacterGT(uc16 limit, Label* on_greater) { 178 void RegExpMacroAssemblerIA32::CheckAtStart(Label* on_at_start) { 179 Label not_at_start; 191 void RegExpMacroAssemblerIA32::CheckNotAtStart(Label* on_not_at_start) { 202 void RegExpMacroAssemblerIA32::CheckCharacterLT(uc16 limit, Label* on_less) [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.h | 108 void StackLimitCheck(Label* on_stack_limit_hit); 177 void Integer32ToSmi(Register dst, Register src, Label* on_overflow); 239 void JumpIfNotValidSmiValue(Register src, Label* on_invalid); 242 void JumpIfUIntNotValidSmiValue(Register src, Label* on_invalid); 244 // Jump to label if the value is a tagged smi. 245 void JumpIfSmi(Register src, Label* on_smi); 247 // Jump to label if the value is not a tagged smi. 248 void JumpIfNotSmi(Register src, Label* on_not_smi); 250 // Jump to label if the value is not a positive tagged smi. 251 void JumpIfNotPositiveSmi(Register src, Label* on_not_smi) [all...] |
regexp-macro-assembler-x64.cc | 147 Label inside_string; 171 void RegExpMacroAssemblerX64::Bind(Label* label) { 172 __ bind(label); 176 void RegExpMacroAssemblerX64::CheckCharacter(uint32_t c, Label* on_equal) { 182 void RegExpMacroAssemblerX64::CheckCharacterGT(uc16 limit, Label* on_greater) { 188 void RegExpMacroAssemblerX64::CheckAtStart(Label* on_at_start) { 189 Label not_at_start; 201 void RegExpMacroAssemblerX64::CheckNotAtStart(Label* on_not_at_start) { 212 void RegExpMacroAssemblerX64::CheckCharacterLT(uc16 limit, Label* on_less) [all...] |