HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 151 - 175 of 1043) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ACyclicDFACodeGenerator.java 100 //System.out.println("edge "+s.stateNumber+"-"+edge.label.toString()+"->"+edge.target.stateNumber);
101 if ( edge.label.getAtom()==Label.EOT ) {
114 // If the template wants all the label values delineated, do that
116 List labels = edge.label.getSet().toList();
119 String label = local
121 labels.set(j, label); // rewrite List element to be name
131 if ( !edge.label.isSemanticPredicate() ) {
  /external/bison/src/
graphviz.c 63 output_node (int id, char const *label, FILE *fout)
65 fprintf (fout, " %d [label=\"%s\"]\n", id, label);
69 output_edge (int source, int destination, char const *label,
73 if (label)
74 fprintf (fout, " label=%s", quote (label));
123 char *label = obstack_finish0 (out); local
124 fprintf (fout, "label=\"[%s]\", ", label);
    [all...]
  /external/chromium_org/ash/system/chromeos/audio/
audio_detailed_view.cc 16 #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/network/
tray_vpn.cc 56 base::string16 label; local
58 GetNetworkStateHandlerImageAndLabel(&image, &label, &animating);
65 SetLabel(label);
66 SetAccessibleName(label);
76 base::string16* label,
85 if (label) {
86 *label = l10n_util::GetStringUTF16(
95 if (label) {
96 *label = ui::network_icon::GetLabelForNetwork(
  /external/chromium_org/ash/system/chromeos/rotation/
tray_rotation_lock.cc 75 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/base/android/java/src/org/chromium/base/
BuildInfo.java 103 CharSequence label = packageManager.getApplicationLabel(appInfo); local
104 return label != null ? label.toString() : "";
  /external/chromium_org/chrome/browser/chromeos/profiles/
multiprofiles_intro_dialog.cc 12 #include "ui/views/controls/label.h"
105 views::Label* title_label_ = new views::Label(
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)
    [all...]
multiprofiles_session_aborted_dialog.cc 14 #include "ui/views/controls/label.h"
124 views::Label* title_label_ = new views::Label(
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)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_device_data.h 43 const std::string& label() const { return label_; } function in class:extensions::DialDeviceData
44 void set_label(const std::string& label) {
45 label_ = label;
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win_unittest.cc 120 const base::string16& label,
122 StorageInfo info(id, location, label, base::string16(), base::string16(), 0);
132 base::string16 label = location.LossyDisplayName(); local
133 ProcessAttach(device_id, label, location.value());
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_list_helper.cc 166 std::string label = base::StringPrintf("Item(%d): ", static_cast<int>(i)); local
167 PrintItem(profile, item, label);
173 const std::string& label) {
178 VLOG(1) << label << item->ToDebugString();
188 VLOG(1) << label << item->ToDebugString()
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_warning_dialog.cc 12 #include "ui/views/controls/label.h"
106 views::Label* title_label_ = new views::Label(
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)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.cc 15 #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/
validation_message_bubble_delegate.cc 10 #include "ui/views/controls/label.h"
38 views::Label* label = new views::Label( local
40 label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
44 int label_width = label->GetPreferredSize().width();
45 label->SetMultiLine(true);
46 AddChildView(label);
48 views::Label* sub_label = NULL;
50 sub_label = new views::Label(sub_text)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permission_selector_view.cc 16 #include "ui/views/controls/label.h"
160 // Create the label that displays the permission type.
161 views::Label* label = new views::Label(l10n_util::GetStringFUTF16( local
164 layout->AddView(label,
  /external/chromium_org/components/data_reduction_proxy/common/
data_reduction_proxy_headers_unittest.cc 636 std::string label; member in struct:data_reduction_proxy::__anon11085
670 << tests[i].label;
673 EXPECT_EQ(tests[i].expected_fingerprint, fingerprint) << tests[i].label;
680 std::string label; member in struct:data_reduction_proxy::__anon11086
714 << tests[i].label;
717 EXPECT_EQ(tests[i].expected_fingerprint, fingerprint) << tests[i].label;
724 std::string label; member in struct:data_reduction_proxy::__anon11087
758 << tests[i].label;
761 EXPECT_EQ(tests[i].expected_fingerprint, fingerprint) << tests[i].label;
768 std::string label; member in struct:data_reduction_proxy::__anon11088
813 std::string label; member in struct:data_reduction_proxy::__anon11089
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host.cc 29 const std::string& label,
34 << ", {label = " << label << "})";
37 render_frame_id, page_request_id, label, audio_devices, video_devices));
56 const std::string& label,
60 << "{label = " << label << "}, "
64 Send(new MediaStreamMsg_DeviceStopped(render_frame_id, label, device));
70 const std::string& label,
83 const std::string& label,
221 << label << ")"; local
    [all...]
media_stream_manager_unittest.cc 136 std::string label = MakeMediaAccessRequest(0); local
138 media_stream_manager_->CancelRequest(label);
  /external/chromium_org/net/dns/
address_sorter_posix.h 52 unsigned label; member in struct:net::AddressSorterPosix::SourceAddressInfo
  /external/chromium_org/net/third_party/mozilla_security_manager/
nsKeygenHandler.cpp 160 const std::string& label = url.host(); local
163 PK11_SetPublicKeyNickname(publicKey, label.c_str());
164 PK11_SetPrivateKeyNickname(privateKey, label.c_str());
  /external/chromium_org/sandbox/mac/
mach_message_server.cc 70 std::string label = base::StringPrintf( local
73 label.c_str(), server_port_.get(), ^{ ReceiveMessage(); }));
xpc_message_server.cc 42 std::string label = base::StringPrintf( local
45 label.c_str(), server_port_.get(), ^{ ReceiveMessage(); }));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8InspectorFrontendHostCustom.cpp 69 v8::Local<v8::Value> label = item->Get(v8AtomicString(isolate, "label")); local
86 TOSTRING_DEFAULT(V8StringResource<TreatNullAsNullString>, labelString, label, false);
94 TOSTRING_DEFAULT(V8StringResource<TreatNullAsNullString>, labelString, label, false);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptGroupElement.cpp 150 RefPtrWillBeRawPtr<HTMLDivElement> label = HTMLDivElement::create(document()); local
151 label->setAttribute(roleAttr, AtomicString("group", AtomicString::ConstructFromLiteral));
152 label->setAttribute(aria_labelAttr, AtomicString());
153 label->setInlineStyleProperty(CSSPropertyPadding, labelPadding);
154 label->setInlineStyleProperty(CSSPropertyMinHeight, labelMinHeight);
155 label->setIdAttribute(ShadowElementNames::optGroupLabel());
156 root.appendChild(label);
166 HTMLDivElement& label = optGroupLabelElement(); local
167 label.setTextContent(labelText);
168 label.setAttribute(aria_labelAttr, AtomicString(labelText))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackBase.h 50 AtomicString label() const { return m_label; } function in class:blink::TrackBase
51 void setLabel(const AtomicString& label) { m_label = label; }
66 TrackBase(Type, const AtomicString& label, const AtomicString& language, const String& id);

Completed in 643 milliseconds

1 2 3 4 5 67 8 91011>>