Searched defs:label (Results 126 - 150 of 843) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRopMethod.java30 /** {@code >= 0;} label for the block which starts the method */
35 * label
49 * @param firstLabel {@code >= 0;} the label of the first block to execute
77 * Gets the label for the first block in the method that this list
80 * @return {@code >= 0;} the first-block label
88 * an exception if there is no block with the given label.
90 * @param label {@code >= 0;} the label of the block in question
93 public IntList labelToPredecessors(int label) { argument
98 IntList result = predecessors[label];
[all...]
/external/doclava/src/com/google/doclava/
H A DSeeTagInfo.java39 public String label() { method in class:SeeTagInfo
40 return linkReference().label;
54 data.setValue(base + ".label", linkRef.label);
/external/e2fsprogs/misc/
H A De2label.c2 * e2label.c - Print or change the volume label on an ext2 fs
80 char label[VOLNAMSZ+1]; local
83 strncpy(label, sb.s_volume_name, VOLNAMSZ);
84 label[VOLNAMSZ] = 0;
85 printf("%s\n", label);
88 static void change_label (char *dev, char *label) argument
94 strncpy(sb.s_volume_name, label, VOLNAMSZ);
95 if (strlen(label) > VOLNAMSZ)
96 fprintf(stderr, _("Warning: label too long, truncating.\n"));
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dbrowser.c50 GtkWidget *label; local
56 label = gtk_label_new("");
57 gtk_widget_show(label);
60 gtk_container_add(GTK_CONTAINER(content_area), label); local
68 pgctx->message_label = label;
/external/openfst/src/include/fst/
H A Darcfilter.h82 Label label = match_input_ ? arc.ilabel : arc.olabel; local
83 bool match = labels_.Find(label) != labels_.End();
87 void AddLabel(Label label) { argument
88 labels_.Insert(label);
/external/skia/include/core/
H A DSkUtils.h104 /** NOTE: label contents are not copied, just the ptr is
107 SkAutoTrace(const char label[]) : fLabel(label) { argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256-prf.c20 * @label: A unique label for each purpose of the PRF
29 void sha256_prf(const u8 *key, size_t key_len, const char *label, argument
32 sha256_prf_bits(key, key_len, label, data, data_len, buf, buf_len * 8);
40 * @label: A unique label for each purpose of the PRF
51 void sha256_prf_bits(const u8 *key, size_t key_len, const char *label, argument
65 addr[1] = (u8 *) label;
66 len[1] = os_strlen(label);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_peap_common.c16 const char *label, const u8 *seed, size_t seed_len,
22 size_t label_len = os_strlen(label);
29 addr[1] = (unsigned char *) label;
15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
/external/wpa_supplicant_8/src/crypto/
H A Dsha256-prf.c20 * @label: A unique label for each purpose of the PRF
29 void sha256_prf(const u8 *key, size_t key_len, const char *label, argument
32 sha256_prf_bits(key, key_len, label, data, data_len, buf, buf_len * 8);
40 * @label: A unique label for each purpose of the PRF
51 void sha256_prf_bits(const u8 *key, size_t key_len, const char *label, argument
65 addr[1] = (u8 *) label;
66 len[1] = os_strlen(label);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_peap_common.c16 const char *label, const u8 *seed, size_t seed_len,
22 size_t label_len = os_strlen(label);
29 addr[1] = (unsigned char *) label;
15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256-prf.c20 * @label: A unique label for each purpose of the PRF
29 void sha256_prf(const u8 *key, size_t key_len, const char *label, argument
32 sha256_prf_bits(key, key_len, label, data, data_len, buf, buf_len * 8);
40 * @label: A unique label for each purpose of the PRF
51 void sha256_prf_bits(const u8 *key, size_t key_len, const char *label, argument
65 addr[1] = (u8 *) label;
66 len[1] = os_strlen(label);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_peap_common.c16 const char *label, const u8 *seed, size_t seed_len,
22 size_t label_len = os_strlen(label);
29 addr[1] = (unsigned char *) label;
15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DParseTree.java43 public ParseTree(Object label) { argument
44 this.payload = label;
/external/bluetooth/bluedroid/stack/avct/
H A Davct_api.c413 UINT16 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg) argument
445 ul_msg.label = label;
/external/chromium_org/ash/ime/
H A Dmode_indicator_view.cc12 #include "ui/views/controls/label.h"
48 const base::string16& label)
50 label_view_(new views::Label(label)) {
46 ModeIndicatorView(gfx::NativeView parent, const gfx::Rect& cursor_bounds, const base::string16& label) argument
/external/chromium_org/ash/system/chromeos/audio/
H A Daudio_detailed_view.cc16 #include "ui/views/controls/label.h"
70 views::Label* label = new views::Label( local
85 label->SetBorder(views::Border::CreateEmptyBorder(
90 label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
91 label->SetEnabledColor(SkColorSetARGB(192, 0, 0, 0));
93 scroll_content()->AddChildView(label);
/external/chromium_org/ash/system/chromeos/rotation/
H A Dtray_rotation_lock.cc75 base::string16 label; local
80 label = l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_ROTATION_LOCK_LOCKED);
81 SetLabel(label);
82 SetAccessibleName(label);
86 label = l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_ROTATION_LOCK_AUTO);
87 SetLabel(label);
88 SetAccessibleName(label);
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dmultiprofiles_intro_dialog.cc12 #include "ui/views/controls/label.h"
115 views::Label* label = new views::Label( local
117 label->SetFontList(ui::ResourceBundle::GetSharedInstance().GetFontList(
119 label->SetMultiLine(true);
120 label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
121 label->SetAllowCharacterBreak(true);
123 grid_layout->AddView(label);
H A Dmultiprofiles_session_aborted_dialog.cc14 #include "ui/views/controls/label.h"
134 views::Label* label = new views::Label( local
137 label->SetFontList(ui::ResourceBundle::GetSharedInstance().GetFontList(
139 label->SetMultiLine(true);
140 label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
141 label->SetAllowCharacterBreak(true);
143 grid_layout->AddView(label);
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_device_data.h43 const std::string& label() const { return label_; } function in class:extensions::DialDeviceData
44 void set_label(const std::string& label) { argument
45 label_ = label;
/external/chromium_org/chrome/browser/sync/
H A Dsync_ui_util.cc270 base::string16 label = l10n_util::GetStringFUTF16( local
273 status_label->assign(label);
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_warning_dialog.cc12 #include "ui/views/controls/label.h"
116 views::Label* label = new views::Label( local
118 label->SetFontList(ui::ResourceBundle::GetSharedInstance().GetFontList(
120 label->SetMultiLine(true);
121 label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
122 label->SetAllowCharacterBreak(true);
124 grid_layout->AddView(label);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dinfo_bubble.cc15 #include "ui/views/controls/label.h"
71 views::Label* label = new views::Label(message); local
72 label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
73 label->SetMultiLine(true);
74 AddChildView(label);
/external/chromium_org/chrome/browser/ui/views/
H A Dconfirm_bubble_views.cc10 #include "ui/views/controls/label.h"
28 // Add the message label.
29 views::Label* label = new views::Label(model_->GetMessageText()); local
30 DCHECK(!label->text().empty());
31 label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
32 label->SetMultiLine(true);
33 label->SizeToFit(kMaxMessageWidth);
35 layout->AddView(label);
H A Dcookie_info_view.cc23 #include "ui/views/controls/label.h"
115 views::Label* label,
118 layout->AddView(label);
113 AddLabelRow(int layout_id, views::GridLayout* layout, views::Label* label, views::Textfield* textfield) argument

Completed in 630 milliseconds

1234567891011>>