Searched defs:label (Results 151 - 175 of 801) sorted by relevance

1234567891011>>

/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsKeygenHandler.cpp160 const std::string& label = url.host(); local
163 PK11_SetPublicKeyNickname(publicKey, label.c_str());
164 PK11_SetPrivateKeyNickname(privateKey, label.c_str());
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DLoadableTextTrack.cpp36 LoadableTextTrack::LoadableTextTrack(HTMLTrackElement* track, const String& kind, const String& label, const String& language) argument
37 : TextTrack(track->document(), track, kind, label, language, TrackElement)
H A DLoadableTextTrack.h48 static PassRefPtr<LoadableTextTrack> create(HTMLTrackElement* track, const String& kind, const String& label, const String& language) argument
50 return adoptRef(new LoadableTextTrack(track, kind, label, language));
74 LoadableTextTrack(HTMLTrackElement*, const String& kind, const String& label, const String& language);
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
H A DRTCDataChannelHandler.cpp56 String RTCDataChannelHandler::label() const function in class:WebCore::RTCDataChannelHandler
58 return m_webHandler->label();
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockWebRTCDataChannelHandler.cpp57 MockWebRTCDataChannelHandler::MockWebRTCDataChannelHandler(WebString label, const WebRTCDataChannelInit& init, WebTestDelegate* delegate) argument
59 , m_label(label)
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dsubsetsequence.cc52 void DumpInts(const char* label, const int* v, int n) { argument
53 printf("%s ", label);
60 void DumpUint8s(const char* label, const uint8* v, int n) { argument
61 printf("%s ", label);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel.h64 const std::string& label,
70 virtual std::string label() const { return label_; } function in class:webrtc::DataChannel
100 DataChannel(WebRtcSession* session, const std::string& label);
148 const std::string& label,
159 PROXY_CONSTMETHOD0(std::string, label)
H A Dstreamcollection.h62 virtual MediaStreamInterface* find(const std::string& label) { argument
65 if ((*it)->label().compare(label) == 0) {
97 if ((*it)->label().compare(stream->label()) == 0)
106 if ((*it)->label().compare(remove_stream->label()) == 0) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslstreamadapter.h143 // label -- the exporter label.
153 virtual bool ExportKeyingMaterial(const std::string& label, argument
/external/chromium_org/tools/gn/
H A Dtoolchain.cc26 Toolchain::Toolchain(const Label& label) : Item(label) { argument
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.h14 #include "ui/views/controls/label.h"
71 Label* label() const { return label_; } function in class:views::LabelButton
107 // The image and label shown in the button.
H A Dradio_button.cc18 RadioButton::RadioButton(const string16& label, int group_id) argument
19 : Checkbox(label) {
/external/chromium_org/ui/views/controls/
H A Dlabel_unittest.cc12 #include "ui/views/controls/label.h"
20 Label label; local
24 label.SetFont(font);
25 gfx::Font font_used = label.font();
34 Label label; local
37 label.SetFont(font);
38 gfx::Font font_used = label.font();
44 Label label; local
46 label.SetText(test_text);
47 EXPECT_EQ(test_text, label
51 Label label; local
59 Label label; local
83 Label label; local
94 Label label; local
103 Label label; local
150 Label label; local
162 Label label; local
188 Label label; local
206 Label label; local
290 Label label; local
327 Label label; local
463 Label label; local
604 Label label; local
743 Label label; local
895 Label label; local
908 Label label; local
[all...]
/external/chromium_org/ui/views/examples/
H A Dwidget_example.cc9 #include "ui/views/controls/label.h"
33 AddChildView(new Label(ASCIIToUTF16("Dialog contents label!")));
49 Label* label = new Label(ASCIIToUTF16("Extra view!")); local
50 label->SetEnabledColor(SK_ColorBLUE);
51 return label;
55 return new Label(ASCIIToUTF16("Footnote label!"));
77 const std::string& label,
79 LabelButton* button = new LabelButton(this, ASCIIToUTF16(label));
76 BuildButton(View* container, const std::string& label, int tag) argument
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DLocalVariableInfo.java74 * the given label.
76 * @param label {@code >= 0;} the block label
79 public void setStarts(int label, RegisterSpecSet specs) { argument
87 blockStarts[label] = specs;
90 throw new IllegalArgumentException("bogus label");
96 * given label. If there was not already an associated set, then this
101 * @param label {@code >= 0;} the block label
108 public boolean mergeStarts(int label, RegisterSpecSe argument
142 getStarts(int label) argument
169 mutableCopyOfStarts(int label) argument
246 getStarts0(int label) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DLabeledList.java22 * A list of labeled items, allowing easy lookup by label.
26 * Sparse array indexed by label to FixedSizeList index;
27 * {@code -1} for an invalid label.
58 * Gets the maximum label (exclusive) of any block added to this instance.
60 * @return {@code >= 0;} the maximum label
78 * Removes a label from the label-to-index mapping.
80 * @param oldLabel label to remove
87 * Adds a label and index to the label
92 addLabelIndex(int label, int index) argument
110 indexOfLabel(int label) argument
[all...]
/external/doclava/src/com/google/doclava/
H A DLinkReference.java38 public String label; field in class:LinkReference
79 * and fills in href and label with error text.
137 result.label = text.substring(index);
326 result.label = result.label + "/" + ref + "/" + mem + '/';
329 result.label += params[i] + "|";
336 result.label =
337 result.label + "/package="
351 if (DBG) System.out.println("----- label = " + result.label
[all...]
/external/e2fsprogs/resize/
H A Dsim_progress.c19 char *label; member in struct:ext2_sim_progress
32 fputs(prog->label, prog->f);
33 width = prog->labelwidth - strlen(prog->label);
78 const char *label,
90 retval = ext2fs_get_mem(strlen(label)+1, &prog->label);
95 strcpy(prog->label, label);
112 if (prog->label)
113 ext2fs_free_mem(&prog->label);
77 ext2fs_progress_init(ext2_sim_progmeter *ret_prog, const char *label, int labelwidth, int barwidth, __u32 maxdone, int flags) argument
[all...]
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex24 prefer this term) and 20 bits of flow label. Currently there exist
56 Flows with coinciding source address and flow label must have identical
75 flow label for another flow within the maximal lifetime has expired,
77 the label is taken over by another flow.
170 If \verb|sin6_flowinfo| does contain not zero flow label,
218 \section{Flow label management.}
225 label manager. There are at least three different approaches:
228 \item {\bf ``Cooperative''. } We could leave flow label allocation wholly
229 to user space. When user needs label he requests manager directly. The approach
235 control message, so that it will allocate label an
[all...]
/external/marisa-trie/tools/
H A Dmarisa-build.cc34 " -l, --label-order arranges siblings in label order\n"
126 { "label-order", 0, NULL, 'l' },
133 int label; local
134 while ((label = ::cmdopt_get(&cmdopt)) != -1) {
135 switch (label) {
H A Dmarisa-predict.cc116 int label; local
117 while ((label = ::cmdopt_get(&cmdopt)) != -1) {
118 switch (label) {
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-build.cc34 " -l, --label-order arranges siblings in label order\n"
126 { "label-order", 0, NULL, 'l' },
133 int label; local
134 while ((label = ::cmdopt_get(&cmdopt)) != -1) {
135 switch (label) {
H A Dmarisa_alpha-predict.cc116 int label; local
117 while ((label = ::cmdopt_get(&cmdopt)) != -1) {
118 switch (label) {
/external/openfst/src/include/fst/
H A Dproject.h41 typename A::Label label = project_type_ == PROJECT_INPUT local
43 return A(label, label, arc.weight, arc.nextstate);
69 // input label to the output label or vice versa. This version modifies
87 // input label to the output label or vice versa. This version is a delayed
/external/openssh/contrib/
H A Dgnome-ssh-askpass1.c73 GtkWidget *dialog, *entry, *label; local
84 label = gtk_label_new(messages[i]);
86 label, FALSE, FALSE, 0);

Completed in 724 milliseconds

1234567891011>>