HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 76 - 100 of 622) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/include/core/
SkTime.h 51 // The label is not deep-copied, so its address must remain valid for the
53 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
  /external/webkit/WebCore/html/
DataGridColumn.idl 32 attribute DOMString label; // The text to display in the column.
  /external/webkit/WebKit/android/nav/
CachedInput.cpp 41 static void printWebCoreString(const char* label,
44 size_t index = snprintf(scratch, sizeof(scratch), label);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 52 public void setLabel(CharSequence label) {
53 mLabel.setText(label);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
PortFieldEditor.java 29 public PortFieldEditor(String name, String label, Composite parent) {
30 super(name, label, parent);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout7.java 66 TextView label = new TextView(this); local
67 label.setText(R.string.table_layout_7_quit);
68 label.setPadding(3, 3, 3, 3);
75 row.addView(label, new TableRow.LayoutParams(1));
  /external/webkit/JavaScriptCore/assembler/
RepatchBuffer.h 102 void relinkCallerToTrampoline(ReturnAddressPtr returnAddress, CodeLocationLabel label)
104 relink(CodeLocationCall(CodePtr(returnAddress)), label);
117 void relinkNearCallerToTrampoline(ReturnAddressPtr returnAddress, CodeLocationLabel label)
119 relink(CodeLocationNearCall(CodePtr(returnAddress)), 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);
  /external/webkit/WebKit/android/WebCoreSupport/
DragClientAndroid.h 44 virtual DragImageRef createDragImageForLink(KURL&, const String& label, Frame*);
  /external/webkit/WebKit/haiku/WebCoreSupport/
DragClientHaiku.h 42 virtual DragImageRef createDragImageForLink(KURL&, const String& label, Frame*);
  /external/wpa_supplicant/
sha256.h 24 void sha256_prf(const u8 *key, size_t key_len, const char *label,
sha1.h 24 void sha1_prf(const u8 *key, size_t key_len, const char *label,
26 void sha1_t_prf(const u8 *key, size_t key_len, const char *label,
28 int tls_prf(const u8 *secret, size_t secret_len, const char *label,
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.h 24 void sha256_prf(const u8 *key, size_t key_len, const char *label,
sha1.h 24 void sha1_prf(const u8 *key, size_t key_len, const char *label,
26 void sha1_t_prf(const u8 *key, size_t key_len, const char *label,
29 const char *label, const u8 *seed, size_t seed_len,
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
AvdManagerPage.java 29 import org.eclipse.swt.widgets.Label;
55 Label label = new Label(parent, SWT.NONE); local
56 label.setLayoutData(new GridData());
59 label.setText(String.format(
63 label.setText(e.getMessage());
  /build/tools/droiddoc/src/
SeeTagInfo.java 43 public String label() method in class:SeeTagInfo
45 return linkReference().label;
60 data.setValue(base + ".label", linkRef.label);
  /development/simulator/app/
PhoneButton.h 50 bool Create(const char* label);
51 bool Create(const char* label, const char* imageFileName, int x, int y);
71 KeyCode LookupKeyCode(const char* label) const;
  /external/webkit/WebCore/bindings/js/
JSInspectorFrontendHostCustom.cpp 64 JSValue label = item->get(execState, Identifier(execState, "label")); local
66 if (label.isUndefined() || id.isUndefined())
70 items.append(new ContextMenuItem(ActionType, typedId, label.toString(execState)));
  /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/core/java/android/appwidget/
AppWidgetProviderInfo.java 85 * The label to display to the user in the AppWidget picker. If not supplied in the
86 * xml, the application label will be used.
88 * <p>This field corresponds to the <code>android:label</code> attribute in
91 public String label; field in class:AppWidgetProviderInfo
131 this.label = in.readString();
153 out.writeString(this.label);
  /frameworks/base/core/java/android/content/pm/
PermissionGroupInfo.java 58 * @param pm A PackageManager from which the label can be loaded; usually
69 CharSequence label = pm.getText(packageName, descriptionRes, null); local
70 if (label != null) {
71 return label;
PermissionInfo.java 102 * @param pm A PackageManager from which the label can be loaded; usually
113 CharSequence label = pm.getText(packageName, descriptionRes, null); local
114 if (label != null) {
115 return label;
  /frameworks/base/core/java/android/gesture/
Learner.java 74 // the label can be null, as specified in Instance
75 if ((instance.label == null && name == null)
76 || (instance.label != null && instance.label.equals(name))) {

Completed in 850 milliseconds

1 2 34 5 6 7 8 91011>>